/*validate 10/30/2009*/
* {
	 padding: 0;
	 margin: 0; 
 }
 
body {
	margin: 0px; 
	font-family: arial, helvetica, sans-serif; 
	background: #D6CFD5; 
}
 
#wrapper {
	 /*position: relative;*/
	 width: 900px;
	 margin: 0 auto;
}


#header {
	height: 150px;
	background: url(../images/home_headbackbldg.jpg) no-repeat;
	border: 1px solid #660E28;
     padding: 0px;
}


#header-home {
	height: 150px;
	background: url(../images/home_headbackcar.jpg) no-repeat;
	border: 1px solid #660E28;
     padding: 0px;
}

#header-auto {
	height: 150px;
	background: url(../images/home_headbackcar.jpg) no-repeat;
	border: 1px solid #660E28;
     padding: 0px;
}

#header-residential {
	height: 150px;
	background: url(../images/home_headbackhouse.jpg) no-repeat;
	border: 1px solid #660E28;
     padding: 0px;
}
#logo {
	float: left;
	width:250px;
	margin: 15px 15px 0 15px;
	border-width: 0px;
}

.sublogo{
	font-size: 10px;
	text-align: left;
	margin: 135px 0 0 25px;
}

.clear {
	clear: both;
}

img{
	border:0;
	}

h1 {
	font-size: 24px;
	margin-bottom:20px;
	text-transform: uppercase;
	
}
h2 {
	font-size: 18px;
	color:#CC3333;
}

a { 
	color:#CC3333; 
	text-decoration: none; 
	border-width: 0px;
}
a:visited{ 
	color: #CC3333; 
	text-decoration: none; 

}
a:hover { 
	color: #990033; 
	text-decoration: none; 
}

#navbar {
	
	font-size: 12px;
	padding: 2px 0 0 45px;
	height: 24px;
	background: #000000;
}

/* beginning of listnav */

#nav, #nav ul { /* all lists */
	font-family: arial, sans-serif;
	padding: 0 2px;
	margin: 0 0 0 20px;
	list-style: none;
	line-height: 1.8;
	text-align: center;
}

#nav a {
	display: block;
	color: #FFFF00;
}
#nav a:hover {
	color: #AAAAAA;
}

#nav li { /* all list items */
	float:left;
	width:110px;
	padding: 0 10px;
	
}

#nav li ul { /* second-level lists */
	margin: 0 5px 0 0px;
	position: absolute;
	background: #000000;
	width: 16em;
	text-align: left;
	display: block;
	left: -999em; 
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 100%;
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 10em;
	width: 11em;
	color: #470a1b;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	/* lists nested under hovered list items */
	left: auto;
	color: #FFFFFF;
}
/*
#content {
	clear: left;
	color: #CCCCCC;
}
*/
/*end of listnav */


#maincolumn {
	 border: 0px solid #CCCCCC;
	 padding: 20px 40px 20px 40px;
	 width: 820px;
	 background: #FFFFFF;
}

#maincolumn p {
	font-size:12pt;
	margin-bottom:20px;
}

#sidebar {
	background: #FFFFFF url('../images/spotlight200.jpg') no-repeat;
	float: right;
	border: 1px solid #FFFFFF;
	color:#000000;
	width:198px;
	height:200px;
	font-size: 10px;
	margin:10px;
	padding:15px 5px 5px 5px;
	}
	
#sidebar a{
	color:#E93447;
	text-decoration: underline;
}

#sidebar a:link {
	color:#E93447;
	text-decoration: underline;
}

#sidebar a:visited {
	color:purple;
	text-decoration: underline;
}

#sidebar a:hover, a:active {
	color:#E93447;
	text-decoration: none;
}


#footer { 
	font:bold 8pt arial,verdana,sans-serif;
	text-align:center;
	background-color:#FFFFFF;	
}

#footer a{
	color:#CC0000;
	text-decoration: underline;
}

#footer a:link {
	color:#CC0000;
	text-decoration: underline;
}

#footer a:visited {
	color:#000000;
	text-decoration: underline;
}

#footer a:hover, a:active {
	color:#CC0000;
	text-decoration: none;
}

#copyright { 
	font:normal 8pt arial,verdana,sans-serif;
	text-align:center;
	background-color:#FFFFFF;
	border-top:solid 1px #CC0000;	
}

#privacy { 
	font:normal 8pt arial,verdana,sans-serif;
	text-align:center;
	background-color:#FFFFFF;
		
}