@import "/css/global.css";
@import "/css/containers.css";

h1 {
	font-size:27px;
	color:#252525;
	font-weight:bold;
	margin:0em 0em 1em 0em;
	border-bottom:1px solid #3152A3;
}
h2 {
	font-size:18px;
	color:#555555;
	font-weight:normal;
	margin:16px 0 8px 0;
}

#main {
	width:100%;
	display:table;
	clear:both;
	height:136px;
	background:url(/images/bg-main-h136.gif) repeat-x;
}

#cta {
	display:table;
	position:absolute;
	width:960px;
	height:134px;
	left:50%;
	margin-left:-480px;
	background-position:bottom left;
	background-repeat:no-repeat;
}
	.news-bg {background-image:url(/images/auto-news-page.gif)}
	.dealer-bg {background:url(/images/dealership_info_bg.gif)}

#search {
	display:block;
	width:360px;
	height:25px;
	background-image:url(/images/search-automobile.gif);
	position:absolute;
	margin-top:100px;
	margin-left:580px;
}
	.search-box {position:absolute; margin-top:1px; margin-left:154px; width:155px}
	.search-button {position:absolute; margin-top:2px; margin-left:319px}
table.hours {margin-top:3px}
table.hours td {
	vertical-align:top;
}

.dealer-info h2 {
	font-size:16px;
	font-weight:bold;
	color:#252525;
}
.dealer-info h2:first-child {
	margin-top:0;
}
div#map_canvas {
	border: 1px solid #eee;
}
