body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	background-image: url(../img/FVP_STAINLESS_BKGRD_Web.jpg);
}
a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	color: #039;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../img/fvplogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 214px;
}
#container {
	display: block;
}
#left {
	float: left;
	width: 212px;
	background-color: #0f0f0f;
	color: #FFF;
	padding-top: 25px;
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 50px;
}
.nav-element {
	background-image: url(../img/nvbk-grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 212px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #0F0F0F;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
}
.nav-element-on {
	background-image: url(../img/nvbk-white.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 212px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #0F0F0F;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
}
.nav-element a {
	color: #0F0F0F;
	text-decoration: none;
}
.nav-element a:hover {
	color: #E61D27;
	text-decoration: none;
}
.div-border {
	border: 1px solid #333;
	padding: 15px;
}
#right {
	float: right;
	width: 712px;
	padding-top: 25px;
	padding-right: 20px;
}
#container-clear {
	clear: both;
	height: 1px;
}
#news-block1 {
	background-image: url(../img/Gaynor-Cars.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 200px;
}
#news-block1-left  {
	width: 190px;
	padding-top: 45px;
	float: left;
	font-size: 15px;
	text-align: center;
}
#news-block1-right {
	float: right;
	width: 200px;
	font-size: 15px;
	padding-top: 45px;
	text-align: center;
}
#news-block2 {
	display: block;
}
#news-block2-left  {
	width: 250px;
	float: left;
	font-size: 15px;
}
#news-block2-right {
	float: right;
	width: 432px;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}
p {
	margin-top: 0px;
}
h1 {
	margin-top: 0px;
	font-variant: small-caps;
}
h2 {
	margin-top: 0px;
}
h3 {
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 0px;
}
li {
	margin-bottom: 15px;
}
.clear {
	clear: both;
	height: 1px;
}
#base {
	display: block;
	margin-top: 12px;
	padding-left: 268px;
}
#base div {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0F0F0F;
	padding-top: 12px;
	padding-right: 20px;
	text-align: right;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#base div a {
	color: #0F0F0F;
	text-decoration: underline;
}
#base div a:hover {
	color: #CD2026;
	text-decoration: none;
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 75%;
    height: 75%;
    padding: 16px;
    border: 2px solid red;  
    background-color: white;
    z-index:1002;
    overflow: auto;
}

