/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #27496A;
	height: 100%;
	color: #00174B;
	font-family:  tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(/images/home_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#content {
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px auto;
	background-image: url(/images/bg_text.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#topBanner {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 207px;
	background-image: url(/images/content_banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#randomCar {
	position: absolute;
	right: 0px;
	top: 45px;
}

#topNav {
	position: absolute;
	top: 15px;
	left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 5;
	font-size: 8pt;
	font-family:  tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#topNav a:link , 
#topNav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#topNav a:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline overline;
	background-color: #F10000;
}

#searchBox {
	position: absolute;
	top: 15px;
	right: 8px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 5;
}

#searchBox .formButton , 
#searchBox .formField {
	border: 1px solid #757575;
	background-color: #FFFFFF;
	color: #000000;
}


#siteNav {
	position: absolute;
	top: 175px;
	left: 5px;
	height: auto;
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9pt;
	z-index: 10;
}

#siteNav a:link , 
#siteNav a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#siteNav a:hover {
	color: #848C9F;
	font-weight: bold;
	text-decoration: underline overline;
	background-color: #FFFFFF;
}

#sectionHeader {
	background-image: url(/images/content_pageheader_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 780px;
	height: 44px;
}	

#sectionHeader h1 {
	font-size: 14pt;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;

}

#leftPanel {
	background-image: url(/images/content_leftpanel_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 81px;
	height: 350px;
}

#text {
	vertical-align: top;
}

#text h1 {
	font-size: 14pt;
	border-bottom: 1px solid #00174B;
	padding-bottom: 6px;
	margin: 0px 10px 10px 10px;
}

#text h2 {
	font-size: 12pt;
	margin: 0px 10px 10px 13px;
	border-bottom: 1px solid #D3D3D3;
	color: #29397C;
	
}

#text h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 10px 10px 13px;
	color: #29397C;
}



#text p {
	margin: 0px 10px 10px 15px;
}

#text p.backButton a{
	float: right;
	padding: 6px;
	border: 1px #000000 solid;
	background-color: #BCCCEF;
	font-size: 0.70em;
}

#text table  {
	margin: 0px 0px 0px 15px;
}

#text a:link ,
#text a:visited {
	color: #0000FF;
	text-decoration: none;
}

#text a:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #DBE5EF;
}

#text .pageLinks a {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 2px;
}	

#text .top {
	text-align: center;
}

.galleryTbl img {
	border: 2px #27496A solid;
}

#new {
	float: right;
	margin: 5px;
	font-size: 8pt;
	width: 180px;
	border: 1px #000000 solid;
	background-color: #BCCCEF;
}

#new p {
	margin: 5px;
}

#new a:link,
#new a:visited {
	color: #00174B;
	text-decoration: underline;
}


#btmSection {
	width: 100%;
	height: 25px;
	margin: 0px auto;
	font-size: 8pt;
}

.btmInfo {
	background-image: url(/images/bottom_banner.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #041853;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


.btmInfo a:link ,
.btmInfo a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.btmInfo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

