/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL */

body
{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.clear_both { clear: both; }

.center_980px
{
/*	border: 1px solid red;*/
	width: 980px;
	margin: 0px auto;
}

.footer_link
{
	color: white;
	font-size: 11px;
	text-align: center;
	padding-top: 13px;
}

#page_header
{
	height: 191px;
}

.logo_container
{
	background-image: url('general/logo_container.png');
	background-repeat: no-repeat;
	height: 170px;
	width: 187px;
	float:left;
	margin-top: 21px;
	text-align: center;
	position: relative;
}

#logo
{
	position: absolute;
	left: 50%;
	top: 50%; 
/*	
	width: 163px;
	height: 144px;
	margin-left: -84px;
	margin-top: -72px;
		
	display: inline-block;
	margin-top: 15px;
	margin-left: -6px;
*/
}

.google_ads_breadcrumbs
{
/*	border: 1px solid yellow;*/
	width: 790px;
	height: 191px;
	float: left;
}


#google_ads_top_container
{
/*	border: 1px solid red;*/
	float: left;
	height: 135px;
	width: 790px;
	margin-bottom: 13px;
}

#breadcrumbs
{
	float: left;
	padding: 13px 5px;
	width: 790px;
	color: white;
	height: 17px;
	font-size: 11px;
}

#left_side_menu
{
/*	border: 1px solid red;*/
	width: 180px;
	margin-right: 10px;
	float: left;
}

#right_side_content
{
/*	border: 1px solid green;*/
	margin: 10px 0px;
	width: 790px;
	float: left;
}


#google_ads_side_container
{
	/*	border: 1px solid yellow;*/
	width: 160px;
	height: 600px;
	margin: 0px auto;
}

#google_ads_mid_container
{
	float: left;
	width: 728px;
	height: 15px;
}

#menu_container
{
	width: 170px;
	margin: 0px auto;
}

#google_ads_box_container
{
	float: left;
	width: 336px;
	height: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
}


.home_boxes
{
	width: 245px;
	float: left;
	border: 1px solid #b8b0b0;
	margin-right: 10px;
}

.home_box_title
{
	text-align: center;
	background-image: url('general/boxes_header_title.png');
	background-repeat: repeat-x;
	width:245px;
	height: 41px;
	color: white;
	font-weight: bold;
	line-height: 39px;
}

.home_box_content
{
	padding: 6px;
}

a.breadcrumb_link:link, 
a.breadcrumb_link:visited
{
	color: white;
	text-decoration: underline;
}

a.breadcrumb_link:hover
{
	color: white;
	text-decoration: none;
}

h1
{
	font-size: 18px;
	font-weight: bold;
}

h1.vehicle_make_model
{
	margin-bottom: 20px;
}

#vehicle_info_container
{
	border: 1px solid #D0DAFD;
	width:400px;
	float: left;
	padding: 1px 1px 1px 1px;
	margin-right: 20px;
}

#vehicle_images_container
{
/*	width: 366px;*/
	width: 100%;
	float: left;
}

#vehicle_interest_container
{
	width: 344px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	padding: 10px;
}

a.brochure_link:link, 
a.brochure_link:visited
{
	text-decoration: none;
}
a.brochure_link:hover { text-decoration: underline; }
.pdf_brochure
{
	background-image: url('../images/icons/icon-pdf.png');
	background-repeat: no-repeat;
	padding:0px 0px 0px 17px;
}

#random_vehicle_thumbnail
{
	border: 1px solid #CCC;
	padding: 2px;
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
}

#vehicle_list_info
{
	border: 1px solid #999;
	padding: 2px;
}

h1.vehicle_model_year
{
	line-height: 35px;
}

#navlist
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul
{
	list-style: square;
	padding: 10px 0px;
}
li
{
	margin-left: 30px;
}

#contact_form_container
{
	width: 400px;
	float:left;
}



/* ===== Notification messages ===== */

.nNote { cursor: pointer; margin: 0px 0px 32px 0px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.nNote p { padding: 10px 25px 10px 25px; margin: 0px; text-align: center; font-weight: bold; text-shadow: 0 1px 0 #fff;  }
.nMessage p { font-size: 11px; }

.nWarning { 
	border: 1px solid #f2d083; color: #826200; box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf;
	background: #ffedbc;
	background: -moz-linear-gradient(top,  #ffedbc 0%, #fbe5a8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffedbc), color-stop(100%,#fbe5a8));
	background: -webkit-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
	background: -o-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
	background: -ms-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
	background: linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedbc', endColorstr='#fbe5a8',GradientType=0 );
  }

.nSuccess { 
	box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; border: 1px solid #c1d779; color: #4f7307; 
	background: #d6efa1;
	background: -moz-linear-gradient(top,  #d6efa1 0%, #d0e69d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6efa1), color-stop(100%,#d0e69d));
	background: -webkit-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
	background: -o-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
	background: -ms-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
	background: linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6efa1', endColorstr='#d0e69d',GradientType=0 );
}

.nFailure { 
	box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px 	#fbb5b5 inset, 0 1px 1px #dfdfdf; border: 1px solid #dfa59b; color: #7d2a1c;
	background: #f0b5a1;
	background: -moz-linear-gradient(top,  #f0b5a1 0%, #de9d8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b5a1), color-stop(100%,#de9d8a));
	background: -webkit-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
	background: -o-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
	background: -ms-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
	background: linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b5a1', endColorstr='#de9d8a',GradientType=0 ); 
}
.nFailure > p { text-shadow: 0 1px 0 #DDD; }
 
.nInformation { 
	border: 1px solid #bcd9f3; color: #4579aa;
	background: #deedf9;
	background: -moz-linear-gradient(top,  #deedf9 0%, #cde5f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deedf9), color-stop(100%,#cde5f7));
	background: -webkit-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
	background: -o-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
	background: -ms-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
	background: linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deedf9', endColorstr='#cde5f7',GradientType=0 );
	box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf;
}

.layout_container
{
	float:right; 
	width:350px; 
	height:150px; 
	border: 1px solid #CCC;
	margin: 0px 0px 25px 10px;
}

.layout_container_one_image
{
	float:right; 
	margin-left: 10px;
/*	margin: 0px 0px 30px 10px;	*/
}

h2
{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.small_note
{
	font-size: 10px;
	color: #AAA;
	text-transform: uppercase;
	margin: 3px 0px;
	float: left;
}

.unique_years
{
	padding:2px;
	width: 50px;
	margin: 0px 5px 5px 0px;
	float: left;
	border: 1px solid #CCC;
	text-align: center;
}

.unique_years_selected
{
	background-color: #650606;
}

.selected_year
{
	font-weight: bold;
	color: white;
}

.resource_container
{
	border: 1px solid #CCC;
	padding:6px;
	width: 360px;
	margin: 5px;
	float: left;
/*	width: 370px;
	border: 1px solid #CCC;
	
	margin: 0px 8px 8px 0px;
*/
/*	float: left;*/
}

.resource_image_container
{
/*	width: 110px;*/
/*	height: 110px;*/
/*	padding: 2px;*/
/*	margin: 5px 10px 0px 0px;*/
/*	border: 1px solid #DDD;*/
/*	float: left;*/
}

.description_contianer
{
	padding-top: 5px;
}

img.resource_image_border
{
/*	width: 110px;*/
	padding: 2px;
	border: 1px solid #DDD;
	margin: 5px 8px 0px 0px;
	float: left;
}

.berth_count
{
	background-image: url('/images/icons/person.png');
	height: 25px;
	float: left;
	cursor: pointer;
	margin-left:5px;
}

.span_strong
{
	font-weight: bold;
}

p.static_content { margin-bottom: 10px; }
p.static_content > strong {font-weight: bold;}

