@charset "utf-8";
/* Exit48.com CSS
 * 9/10/2007 Damian Miller (damian@dailydna.com)
 */
 
 html, body {
 	background-color: #666;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* CONTAINERS */
div#grad_container {
	position: relative;
 	min-height: 100%;
 	height: auto !important;
 	height: 100%;
	width: 1137px;
	background: url(../images/bg_grad.jpg) repeat-y;
	margin: 0 auto 0 auto;
	text-align: center;
}

div#container {
	position: relative;
 	min-height: 100%;
 	height: auto !important;
 	height: 100%;
	width: 747px;
	background-color: #FFF;
	text-align: left;
	margin: 0 auto 0 auto;
}

h2 {
	color: #006e3a;
	font-size: 21px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 7px;
}

strong {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

em {
	color: #000;
	font-size: 12px;
	font-style: italic;
}

/* HEADER */
div#header {
	width: 747px;
	height: auto;
}

div#header .top {
	width: 747px;
	height: 101px;
	background: url(../images/top.jpg) #FFF bottom left no-repeat;
}

div#header .car {
	width: 288px;
	height: 197px;
	background: url(../images/car.jpg) #FFF bottom left no-repeat;
	float: left;
}
div#header .car_sub {
	width: 288px;
	height: 154px;
	background: url(../images/sub_car.jpg) #FFF bottom left no-repeat;
	float: left;
}
div#header .horizontal_bar {
	width: 459px;
	height: 5px;
	background: url(../images/horizontal_black_bar.jpg) #FFF top left no-repeat;
	float: left;
}

div#header .navigation {
	width: 459px;
	height: 40px;
	background: url(../images/navigation.jpg) #FFF bottom left no-repeat;
	float: left;
}

div#header img {
	border: 0;
}

div#header .navigation_sub {
	width: 459px;
	height: 40px;
	background: url(../images/navigation_sub.jpg) bottom left repeat-x;
	float: left;
}

div#header .navigation_sub li {
	display: inline;
	list-style-type: none;
	float: left;
}
div#header .navigation_sub a.homeOver {
	display: block;
	height: 40px;
	width: 87px;
	background: url(../images/nav_lrg.jpg) -3px 0;
	overflow: hidden;
}

div#header .navigation_sub a.homeOver:hover {
	height: 40px;
	width: 87px;
	background: url(../images/nav_lrg.jpg) -3px 40px;
	overflow: hidden;
}

div#header .navigation_sub a.aboutOver {
	display: block;
	height: 40px;
	width: 132px;
	background: url(../images/nav_lrg.jpg) -90px 0;
	overflow: hidden;
}

div#header .navigation_sub a.aboutOver:hover {
	height: 40px; 
	width: 132px;
	background: url(../images/nav_lrg.jpg) -90px 40px;
}

div#header .navigation_sub a.forsaleOver {
	display: block;
	height: 40px;
	width: 122px;
	background: url(../images/nav_lrg.jpg) -223px 0;
	overflow: hidden;
}

div#header .navigation_sub a.forsaleOver:hover {
	height: 40px;
	width: 122px;
	background: url(../images/nav_lrg.jpg) -223px 40px;
}

div#header .navigation_sub a.contactOver {
	display: block;
	height: 40px;
	width: 115px;
	background: url(../images/nav_lrg.jpg) -345px 0;
	overflow: hidden;
}

div#header .navigation_sub a.contactOver:hover {
	height: 40px;
	width: 115px;
	background: url(../images/nav_lrg.jpg) -345px 40px;
}

div#header .header_map {
	width: 459px;
	height: 152px;
	background: url(../images/header_map.jpg) #FFF bottom left no-repeat;
	float: left;
}

div#header .header_map_sub {
	width: 459px;
	height: 111px;
	background: url(../images/header_map_sub.jpg) #FFF bottom left repeat-x;
	float: left;
}

div#header .welcome_top {
	width: 747px;
	height: 62px;
	background: url(../images/welcome_top.jpg) #FFF top left no-repeat;
	float: left;
}

/* INDEX PAGE SPECIFIC STYLES */
div#index {
	margin: 20px 0 0 50px;
	width: auto;
}

div#idx_hdr {
	padding: 0 0 0 20px;
}

div#idx_hdr .arrow {
	margin-top: 7px;
	margin-right: 7px;
	height: 14px;
	width: 14px;
	background: url(../images/arrow_big.jpg) left center no-repeat;
	float: left;
}

div#idx_hdr h2 {
	color: #006e3a;
	font-size: 21px;
	font-weight: bold;
}

div#idx_hdr .sections {
	margin: 10px 0 0 0px;
}

div#idx_hdr .sections li {
	margin-left: 20px;
	height: 20px;
	width: 130px;
	padding-left: 15px;
	background: url(../images/arrow_small.jpg) left no-repeat;
	font-weight: bold;
	color: #666666;
	float: left;
}

div#idx_hdr .sections a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
div#idx_hdr .sections a:hover {
	color: #666666;
	text-decoration: underline;
}

div#fsection {
	margin: 0 0 15px 20px;
	height: auto;
	width: 290px;
	background: #006e3a;
	font-weight: bold;
	color: #FFF;
	float: left;
	border: 3px solid #ffff00;
}

div#fsection .left {
	float: left;
	width: 125px;
	height: 90px;
}

div#fsection .right {
	float: left;
	width: 165px;
	height: 90px;
}
	
div#idx_size_fix {
	padding-bottom: 9em;
}

/* SUB PAGE SPECIFIC STYLES */
div#subpage {
	margin: 0px 0 0 50px;
	width: 620px;
}

div#sub_hdr {
	padding: 0px 0 0 20px;
}

div#sub_hdr .arrow {
	margin-top: 7px;
	margin-right: 7px;
	height: 14px;
	width: 14px;
	background: url(../images/arrow_big.jpg) left center no-repeat;
	float: left;
}

div#sub_hdr .sections {
	margin: 10px 0 0 0px;
}

div#sub_hdr .sections li {
	margin-left: 20px;
	height: 20px;
	width: 130px;
	padding-left: 15px;
	background: url(../images/arrow_small.jpg) left no-repeat;
	font-weight: bold;
	color: #666666;
	float: left;
}

div#sub_hdr .sections a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
div#sub_hdr .sections a:hover {
	color: #666666;
	text-decoration: underline;
}

p {
	margin-top: 20px;
}
div#gallery {
	margin-top: 0px;
	margin-left: 40px;
}

div#gallery img {
	border: 3px solid #FFFF00;
}

div#gallery .img_a {
	float: left;
	width: 150px;
	height: 100px;
}

div#gallery .img_text {
	float: left;
	width: 300px;
	height: 100px;
	font-weight: bold;
	color: #666666;
	padding-top: 40px;
}

div#gallery p {
	font-weight: bold;
	color: #666666;
	float: left;
}

div#sub_hdr h2 {
	color: #006e3a;
	font-size: 21px;
	font-weight: bold;
}

div#sub_hdr li {
	margin-left: 0px;
	height: 20px;
	width: 120px;
	padding-left: 15px;
	font-weight: bold;
	color: #666666;
	float: left;
}

div#sub_hdr p {
	margin-left: 0px;
	padding-left: 20px;
	font-weight: bold;
	color: #666666;
}

div#sub_hdr img {
	border: 3px solid #FFFF00;
}

/* FOOTER */
div#footer {
	position: relative;
	bottom: 0;
	margin: 0 auto 0 auto;
	width: 1137px;
	height: 50px;
	background: #FFF url(../images/footer.jpg) top left no-repeat;
}

div#footer .left {
        width: 300px;
	float: left;
	margin: 10px 0 0 105px;
	color: #3f916a;
}

html>body div#footer .left {
	margin: 10px 0 0 210px;
}

div#footer .left a:link {
	color: #3f916a;
	text-decoration: none;
}

div#footer .left a:visited {
	color: #3f916a;
	text-decoration: none;
}

div#footer .left a:hover {
	color: #000;
	text-decoration: underline;	
}

div#footer .left a:active {
	color: #3f916a;
	text-decoration: none;	
}

div#footer .right {
	float: left;
	margin: 10px 15px 0 300px;
	color: #8c8c8c;
}

div#footer .right a:link {
	color: #8c8c8c;
	text-decoration: none;
}

div#footer .right a:visited {
	color: #8c8c8c;
	text-decoration: none;
}

div#footer .right a:hover {
	color: #000;
	text-decoration: underline;	
}

div#footer .right a:active {
	color: #8c8c8c;
	text-decoration: none;	
}

.cboth {
	clear: both;
}

#scroll {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

/* CSS Preloading */
div#preload {
	position: absolute; 
	left: 0; 
	top: -5000px;
}