@charset "utf-8";
/* CSS Document */

*{ 
	margin:0;
	padding:0;
}
body{
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100%;
}
h1{
	font-size:18px;
	color:#ffffff;
	font-weight: lighter;
}
h2{
	font-size:18px;
	color:#000000;
}
h3{
	font-size:16px;
	color:#707070;
	margin-top:5px;
}
p{
	font-size: 14px;
	color:#ffffff;
	padding:5px 0 5px 0;
}
#header{
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	width:1100px;
	margin:0 auto;
	position:relative;
	height:112px;
	
}
#header-content{
	width:960px;
	margin:0 auto;
	position:relative;
}
.logo{
	position:absolute;
	top:10px;
	width:251px;
	height:95px;
}
.header-links{
	position:absolute;
	top:8px;
	right:0;
	color:#f70015;
	
}
.header-links a{
	text-decoration:none;
	color:#f70015;
}
.header-links a:hover{
	color:#ffffff;
}
.header-tag{
	float:right;
	clear:left;
	margin-top:75px;
}
#content{
	width:960px;
	margin:0 auto;
	position:relative;
}
.map{
	margin:auto;
	text-align:center;
	margin-left:8px;
}
#carlsbad{
	position:absolute;
	background-image:url(/images/nc-cbad-bg.png);
	_background-image:url(/images/nc-cbad-bg.gif);
	background-repeat:no-repeat;
	width:438px;
	height:219px;
	top:97px;
	padding-top:90px;
	padding-left:10px;
}

	#carlsbad .autotrader {
		position: absolute;
		top: 82px;
		left: 210px;
		width: 90px;
		height: 80px;
	}

	.autotrader-eso {
		position: absolute;
		top: 95px;
		left: 315px;
		width: 90px;
		height: 80px;
	}

.buttons a{
	display:block;
	width:149px;
	height:37px;
	margin:8px 0 0 0;
	_margin:12px 0 0 0;
	padding:0;
}
.buttons a.visit-site{
	background-image:url(/images/buttons.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	float:left;
}
.buttons a.visit-site:hover{
	background-position: 0 -37px;
}
.buttons a.quick-quote{
	background-image:url(/images/buttons.jpg);
	background-repeat:no-repeat;
	background-position: -149px 0;
	float:left;
	margin-left:3px;
}
.buttons a.quick-quote:hover{
	background-position: -149px -37px;
}

/*#escondido{
	position:absolute;
	background-image:url(/images/nc-esco-bg.png);
	_background-image:url(/images/nc-esco-bg.gif);
	background-repeat:no-repeat;
	width:426px;
	height:219px;
	top:97px;
	right:-7px;
	}*/
	
#escondido{
	position:absolute;
	background-image:url(/images/nc-esco-bg-lg.png);
	_background-image:url(/images/nc-esco-bg-lg.gif);
	background-repeat:no-repeat;
	width:426px;
	height:243px;
	top:97px;
	right:-7px;
	}	
	
.esco-content{
	margin-top:90px;
	margin-left:110px;
}
#footer{
	width:100%;
	border-top:thin solid #282828;
	margin-top:35px;
}
#footer-content{
	width:960px;
	margin:0 auto;
	position:relative;
}
#footer-content ul{
	margin-top:10px;
}
#footer-content ul li{
	display:inline;
	list-style-type:none;
	color:#282828;
}
#footer-content ul li a{
	color:#282828;
	text-decoration:none;
}
#footer-content ul li a:hover{
	color:#f70015;
}
#footer-content a.af-logo{
	float:right;
	margin-top:-15px;
}