@charset "utf-8";
/* CSS Document */

html, body { 
	width: 100%; 
	height: 100%; 
	min-height: 100%; 
	margin: 0; 
	padding: 0; 
}

html {
	background: #5e7a9f url(images/left-back.gif) left repeat-y;
}

body {
	background: url(images/header-back.gif) top left repeat-x;
}

a { 
	text-decoration: none; 
	color: #fff;
}

a img { 
	border: none; 
}

#logo { 
	width: 913px; 
	height: 167px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: url(images/header-logo.gif) top left no-repeat;
	
}




#leftArrow { 
	width: 258px; 
	height: 22px; 
	position: absolute; 
	top: 170px; 
	left: 0; 
	background: url(images/leftback-arrow.gif); 
}

#links {
	height: 41px;
	position: absolute;
	top: 110px;
	left: 342px;
	width:575px;
	
}

#links ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#links li { 
	width: 110px; 
	height: 41px; 
	float: left; 
	margin: 0 5px 0 0; 
	font: bold 13px georgia; 
	text-align: center; 
}

#links li a {
	width: 100%; 
	padding: 15px 0 13px 0; 
	display: block; 
	background: url(images/link-up.gif) no-repeat; 
	color: #121212; 
}

#links a:hover { 
	background: url(images/link-down.gif) no-repeat; 
	color: #121212;

}

#links li.current a { 
	background: url(images/link-current.gif) no-repeat; 
	color: #FFFFFF; 
	}
	
#links li.current a:hover { 
	background: url(images/link-current.gif) no-repeat; 
	color: #D2D2D2;
}




#rightContent {
	width: 570px;
	padding: 183px 0 30px 340px;
	font: 14px arial;
	color: #FFFFFF;
	/* line-height: 24px; 
	text-align: justify;  */
}

#rightContent p a:link, #rightContent p a:visited  { 
	text-decoration: underline; font-weight:bold;
	color: #fff;
}
#rightContent p a:hover  { 
	text-decoration: none; font-weight:bold;
	color: #183152;
}

p { 
	padding: 0px 0 5px 0;
	color: #fff;
	
}

#mainh1 { 
	font: 22px verdana; 
	color: #FFFFFF; 
	margin:0px;
	padding:3px 0px;
	border-bottom: dashed 1px #d2d2d2;
	
}

#homecars {
	margin: 25px 0 0 0;
}

#contact {
	width: 250px;
	position: absolute;
	top: 171px;
	font: 11px verdana;
	color: #FFFFFF;
	text-align: right;
	line-height: 11px;
}

#contact a {
	color: #71aeff;
	border-bottom: 1px dashed #183152;
	font-weight: normal;
	font-size: 14px;
}

#contact a:hover {
	color: #FFFFFF;
	font-size: 14px;
}

#contact p { 
	padding-right: 20px; 
}

#footer {
	border-top: #CCCCCC dashed 1px;
	margin: 25px 0 0 0;
}

#featured {
	float:right; 
	margin: 0 0 10px 20px;  
	padding-top: 45px;
	width: 200px;
	height: auto;
	min-height:215px;height: auto;
	background: url(images/featured.jpg) top left no-repeat;
}



#inlineSecond {min-height:auto!important; } /* Safari hack for content expanding issue */ html[xmlns*=""] #inlineSecond {min-height: inherit; min-height:auto; margin-bottom: 5px;}

