html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
}

h1 {
	font: bold 24px/30px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px 0;
}

img.left {
	float: left;
	margin: 0 10px 7px 0;
	padding: 2px;
	background: #949fb1;
}

img.right {
	float: right;
	margin: 0 0 7px 10px;
	padding: 2px;
	background: #949fb1;
}


/*---------- LAYOUT ----------*/

body {
	background: #fff url(../images/bg_main.png) repeat-x top;
}

#wrap_outer {
	background: url(../images/bg_top.png) no-repeat;
	width: 974px;
	margin: 0 auto;
}

#wrap_inner {
	width: 960px;
	padding: 0 7px;
}

#top {
	height: 180px;
	width: 960px;
}

#header {
	position: relative;
	width: 960px;
	height: 110px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 450px;
	height: 90px;
	position: absolute;
	top: 10px;
	left: 3px;
}

#logo a {
	display: block;
	float:left;
	width: 350px;
	height: 70px;
	text-decoration: none;
}

#search {
	background: url(../images/bg_search.png) no-repeat;
	width: 300px;
	height: 56px;
	position: absolute;
	top: 20px;
	right: 0px;
}

#search div.search_cont {
	height:30px;
	position:absolute;
	right:20px;
	top:13px;
	width:260px;
}

#search #ajaxSearch_input {
	border-color:#DDD #999 #999 #DDD;
	border-style:solid;
	border-width:1px;
	color:#777;
	float:left;
	height:22px;
	vertical-align:middle;
	width:255px;
	font-size: 18px;
	line-height: 22px;
}

#search #ajaxSearch_submit {
	background:transparent url(../images/bg_search_btn.png) no-repeat scroll 0 0;
	border:medium none;
	color:#ff8005;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:30px;
	line-height:28px;
	padding:0;
	width:40px;
}

#ajaxSearch_output {
	background:#ebeff4;
	border:1px solid #4a5668;
	color: #657386;
	font: 12px Arial, Helvetica, sans-serif;
	left:-115px;
	line-height:16px;
	margin:15px 0;
	padding:10px 8px;
	position:absolute;
	top:32px;
	width:380px;
	z-index:1200;
}

.AS_ajax_result a, .AS_ajax_result a:visited {
	color: #3e4655;
	font-weight: bold;
}

.AS_ajax_result a:hover {
	color: #ff8005;
	text-decoration: none;
}

#indicator {
	position: absolute;
	right: 12px;
	top: 7px;
	width: 16px;
	height: 16px;
}

/* Navigation */

#nav {
	width: 960px;
	height: 70px;
}


#nav ul li a, #nav ul li a:visited {
	height: 70px;
	font: 14px/70px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	float: left;
	text-align: center;
	color: #495055;
	text-decoration: none;
	width: 160px;
}

#nav ul li a:hover {
	color: #000;
	background: url(../images/nav_arrows.png) bottom center no-repeat;
}

#nav ul li a:active {
	color: #929598;
	background: url(../images/nav_arrows.png) bottom center no-repeat;
}

#nav ul li.active a {
	color: #929598;
	background: url(../images/nav_arrows.png) bottom center no-repeat;
}

#subpage {
	background: url(../images/subheader.png) no-repeat;
	width: 960px;
	height: 116px;
	margin-top: 16px;
}

.quote {
	font: italic 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 15px 20px;
	margin: 0;
}

#buttons {
	width: 960px;
	height: 132px;
}

.button_box {
	width: 300px;
	height: 100px;
	margin: 15px 30px 17px 0px;
	float: left;
	position: relative;
}

.dealer {
	background: url(../images/dealer_btn.jpg) no-repeat;
}

.marketing {
	background: url(../images/marketing_btn.jpg) no-repeat;
}

.build {
	background: url(../images/build_btn.jpg) no-repeat;
}

.no_marg {
	margin-right: 0px;
}

.button_text {
	width: 235px;
	height: 25px;
	position: absolute;
	top: 59px;
	right: 0px;
	text-align: center;
	padding: 0 10px 0 0;
	color: #222;
	font: bold 14px/25px Arial, Helvetica, sans-serif;
}

#buttons a, #buttons a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	width: 230px;
	height: 25px;
}

#buttons a:hover {
	color: #333;
}

/*---------- Main Area -----------*/

#content {
	font-family: Arial, Helvetica, sans-serif;
}

#left_col {
	width: 630px;
	margin: 30px 30px 0 0;
	float: left;
	position: relative;
}

#left_col p {
	margin: 0 0 15px;
	color: #424242;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

#left_col a, #left_col a:visited {
	color: #ff8005;
	text-decoration: none;
	border-bottom: 1px dotted #FF8005;
}

#left_col a:hover {
	color: #222;
	border-bottom: none;
}

#left_col img {
	float: left;
	border: 1px solid #c6ced7;
	padding: 4px;
	margin: 0px 10px 7px 0;
	background: #a9afbe;
}

#right_col {
	float:right;
	margin: 30px 0 0 0;
	width: 300px;
}

#big_box {
	width: 630px;
	height: 264px;
	background: url(../images/mobile_billboards.jpg) no-repeat;
	margin-bottom: 25px;
	position: relative;
}

#big_box h2 {
	font: bold 24px/24px Arial, Helvetica, sans-serif;
	color: #35363d;
	text-align: left;
	padding: 30px 20px 10px 400px;
	width: 200px;
}

#left_col ul.bigbox_list {
	width: 200px;
	margin: 0 20px 0 5px;
	float: right;
}

#left_col ul.bigbox_list li {
	background:transparent url(../images/bullet.png) no-repeat scroll left top;
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #35363d;
	display: block;
	padding-left: 10px;
}

#small_box {
	background: url(../images/bg_box2.png) no-repeat;
	height: 264px;
	width: 300px;
	position: relative;
	margin-bottom: 25px;
}

#small_box h2 {
	font: bold 24px/82px Arial, Helvetica, sans-serif;
	color: #35363d;
	text-align: center;
}


#small_box h2 a, #small_box h2 a:visited  {
	font: bold 24px/82px Arial, Helvetica, sans-serif;
	color: #35363d;
	text-align: center;
	text-decoration: none;
	display: block;
}


#small_box h2 a:hover {
	font: bold 24px/82px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	text-decoration: none;
}


#small_box p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 25px;
}

#big_box span.learn_more, #small_box span.learn_more {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	bottom: 17px;
	right: 21px;
	width: 100px;
	height: 20px;
	text-align: center;
}

#big_box span.learn_more a, #small_box span.learn_more a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#big_box span.learn_more a:hover, #small_box span.learn_more a:hover {
	color: #333;
}

#right_col h1 {
	color: #ff8005;
}

#right_col h1.sub {
	color: #fff;
	text-indent: 12px;
}

#right_col p {
	padding: 0 12px;
	color: #ddd;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

#right_col h3 {
	padding: 0 12px;
	color: #000;
}
 
#news ul li.first {
	border-top: 1px solid #dadde4;
}

#news ul li {
	border-bottom: 1px solid #dadde4;
	float: left;
}

#news li a, #news li a:visited {
	color: #000;
	background: transparent;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#news li a:hover {
	background: #e9ecf3;
}

.news_title {
	font: 14px/22px Arial, Helvetica, sans-serif;
	padding: 0 4px;
}

.trunc {
	color: #aeb3c0;
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding: 0 4px 6px 4px;
	line-height: 13px;
}

.link {
	color: #ff8005;
	padding: 0 4px 0 200px;
	text-align: right;
	font-size: 11px;
}

.newsPageTpl {
	margin: 5px 0 15px;
	border-bottom: 1px solid #888;
	padding: 5px 0 10px 0;
}

.newsPageTpl h2 {
	padding: 3px 0 8px;
}

#left_col .newsPageTpl .continue {
	font: 12px/18px Arial, Helvetica, sans-serif;
	float: right;
	border-bottom: 1px dotted #ff8005;
}

#left_col .newsPageTpl a.continue:hover {
	border-bottom: 1px dotted #ff8005;
}

div.sidemenu {
	background: #475164 url(../images/sidemenu_top.jpg) top no-repeat;
	padding-bottom: 10px;
	min-height: 260px;
}

div.sidemenu_bot {
	background: url(../images/sidemenu_bot.jpg) top no-repeat;
	width: 300px;
	height: 5px;
}

div.sidemenu ul {
	padding: 10px;
}

div.sidemenu ul li.first {
	border-top: 1px dotted #b3b7c0;
}

div.sidemenu ul li {
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #b3b7c0;
	float: left;
	width: 280px;
}

div.sidemenu ul li a, div.sidemenu ul  li a:visited {
	color: #e0e7f2;
	background: transparent;
	text-decoration: none;
	padding: 10px 5px;
	display: block;
}

div.sidemenu ul li a:hover {
	color: #fff;
	background: url(../images/arrow.png) left no-repeat;
	text-indent: 15px;
}

div.sidemenu ul li.active a {
	color: #000;
	background: url(../images/arrow.png) left no-repeat;
	text-indent: 15px;
}

#right_col .sidemenu h3 {
	font: bold 18px/28px Arial, Helvetica, sans-serif;
	color: #e0e7f2;
}

.sidemenu p strong {
	color: #eb8b00;
	font: bold 18px/24px Arial, Helvetica, sans-serif;
}

/*----------- Footer ----------*/

#footer {
	background: url(../images/bg_footer.png) top no-repeat;
	width: 930px;
	height: 100px;
	line-height: 50px;
	margin: 20px 0;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.rss {
	background: url(../images/rss_icon.png) no-repeat 0 15px;
	text-indent: 25px;
	float: left;
	font-weight: bold;
	font-size: 20px;
}

.rss a, .rss a:visited {
	display: block;
	height: 50px;
	width: 75px;
	color: #fff;
	text-decoration: none;
}

.rss a:hover {
	color: #ff8005;
}

.rss span {
	font: 11px/50px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.f_wrap {
	width: 400px;
	height: 50px;
	float: left;
}

.validation {
	float: left;
	margin: 17px 0 0 20px;
	width: 80px;
	height: 15px;
}

.validation a {
	float: left;
	width: 80px;
	height: 15px;
	display: block;
}

.xhtml, .css {
	width: 80px;
	height: 15px;
}

.xhtml {
	text-indent: -9999px;
	width: 80px;
	margin-right: 10px;
	background: url(../images/xhtml.png) no-repeat 0 0;
}

.xhtml:hover {
	background: url(../images/xhtml.png) no-repeat 0 -15px;
}

.css {
	text-indent: -9999px;
	width: 80px;
	margin-right: 10px;
	background: url(../images/css.png) no-repeat 0 0;
}

.css:hover {
	background: url(../images/css.png) no-repeat 0 -15px;
}

.foot_menu {
	float:right;
	color: #888;
}

.foot_menu a, .footmenu a:visited {
	color: #ccc;
	text-decoration: none;
	font: 10px/12px Arial, Helvetica, sans-serif;
	padding: 19px 0;
	float: left;
	margin: 0 8px;
}

.foot_menu a:hover {
	color: #ff8005;
}

#copyright {
	font: 11px/50px Arial, Helvetica, sans-serif;
	float: left;
	color: #9c9fa5;
}

#copyright a, #copyright a:visited {
	color: #9c9fa5;
	border-bottom: 1px dotted #9c9fa5;
	text-decoration: none;
	font: 11px/50px Arial, Helvetica, sans-serif;
}

#copyright a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ddd;
}

#bw_logo {
	width: 226px;
	height: 46px;
	margin-top: 4px;
	background: url(../images/logo_bw.png) no-repeat;
	float: right;
}

#left_col ul {
	margin: 8px 0 10px 20px;
	list-style-type: square;
}

#left_col  ul li {
	background:transparent url(../images/bullet.png) no-repeat scroll left top;
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #35363d;
	display: block;
	padding-left: 10px;
}

#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 467px;
	width: 640px;
}
#flash_spacer {
	position: relative;
	height: 467px;
}

/* Form Styles */

div.form-container { margin: 10px; padding: 5px; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 12px; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 4px 0; }
div.form-container label, 
div.form-container span.label { font-size: 12px; margin-right: 10px; padding-right: 10px; width: 100px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 14px; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

table {
}

th {
	width: 160px;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #eee;
	background: #465063;
	text-align: right;
	padding: 4px 6px;
	border: 1px solid #fff;
}

td {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #3b3d47;
	background: #eaedef;
	text-align: center;
	padding: 4px 6px;
	border: 1px solid #fff;
}

.orange {
	background: #f98600;
	color: #3b3d47;
	font-weight: bold;
}

tr.odd td{
	background:#d3d5d6;
}
	
div.ad_types {
	border: 1px solid #c6ced7;
	background: #f0f3f7;
	padding: 5px 5px 0 5px;
	margin-top: 15px;
}

div.ad_types h4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #2b2d37;
}

div.ad_types strong {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
}

div.ad_types span {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3b3d47;
}

#left_col div.ad_types img.adImage {
	float: left;
	margin: 0 10px 7px 0;
	padding: 2px;
	background: #fff;
}

div.sidemenu h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-indent: 10px;
	padding: 10px 0 0 0;
}

div.archive ul {
	width: 260px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 10px;
}

div.archive ul li {
	border-bottom: none;
}

div.archive ul li a, div.archive ul li a:visited {
	line-height: 26px;
	color: #e0e7f2;
	text-indent: 7px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}

div.archive ul li a:hover {
	color: #fff;
	text-indent: 15px;
}

div.archive ul li ul.archive_year_inner {
	padding: 0 15px 0 0;
	margin: 0;
	border-bottom: none;
}

div.archive ul li ul.archive_year_inner li a, div.archive ul li ul.archive_year_inner a:visited {
	display: block;
	color: #e0e7f2;
	border-top: 1px dotted #b3b7c0;
	border-bottom: none;
	text-indent: 10px;
	font: 12px/26px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 0 5px;
}

div.archive ul li ul.archive_year_inner li a:hover {
	color: #fff;
	text-indent: 15px;
}


#adhitch {
	position: absolute;
	top: 55px;
	left: 9px;
	height: 122px;
	width: 162px;
}

#case {
	background: url(../images/border.png) no-repeat;
	position: absolute;
	top: 55px;
	left: 9px;
	height: 122px;
	width: 162px;
	z-index: 10000;
}

.blinds {	
	position: absolute;
	top: 0;
	left: 0;
	height: 122px;
	width: 162px;
	z-index: 9000;
}

.blinds object, .blinds embed {
	z-index: 9000;
}



#left_col span.map a, #left_col span.map a:visited {
	font: bold 18px/24px Arial, Helvetica, sans-serif;
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#left_col span.map a:hover {
	color: #F93;
}

.successful {
	color: #363;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	text-indent: 10px;
}

.error {
	color: #c00;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
}


