@charset "utf-8";
/* CSS Document */
.app_form {
	width: 890px;
}

.app_box_full {
	border: 1px solid #003300;
	margin: 3px 0 3px 0;
	padding: 5px 3px 5px 3px;
	background: #000000;
}
.app_box_half {
	width: 50%;
	border: 1px solid #003300;
	padding: 5px 0 5px 0;
	vertical-align: top;
	background: #000000;
}

.app_box_header {
	background: #003300;
	color: #00CC00;
	font-weight: bold;
	font-size: 18px;
	padding-left: 3px;
}

.app_box_header_type {
	background: #003300;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	padding-right: 3px;
}

.app_personal_data_box {
	padding-top: 5px;
}

.app_question {
	color: #CCCCCC;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 3px;
	height: 30px;
	margin-top: 5px;
	vertical-align: baseline;
	padding-top: 5px;
}

.app_sub_question {
	color: #00FF00;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 3px;
	height: 30px;
	margin-top: 5px;
	padding-top: 5px;
	vertical-align: baseline;

}

.app_answer {
	color: #00FF00;
	height: 30px;
	margin-top: 5px;
	padding-top: 5px;
}

.app_answer_field {
	margin-left: 3px;
	margin-right: 10px;
}

.app_required {
	color: #FF0000;
	font-weight: bold;
}

#float_left {
	float: left;
}

.bottom_row {
	float: right;
}

#nav_container {
	width: 100%;
	text-align: center;
	height: 47px;
}	

.main_banner {
	background:url(Banners/Mash_Cars_Banner_Inventory_MOver.jpg) bottom left no-repeat;
	width: 900px;
	height: 250px;
}

#main_banner a{
	width: 900px;
	height: 250px;
	vertical-align:	text-bottom;
	display: block;
}

#main_banner a:hover img{
	visibility: hidden;
	width: 900px;
	height: 250px;
}

.btn_home { background:url(Banner%20Links/Home_MOver.jpg) top  no-repeat;}
.btn_home_current { background:url(Banner%20Links/Home_sit.jpg) top no-repeat;}

.btn_about { background:url(Banner%20Links/About_us_MOver.jpg) top left no-repeat; }
.btn_about_current { background:url(Banner%20Links/About_us_sit.jpg) top left no-repeat; }

.btn_inventory { background:url(Banner%20Links/Inventory_MOver.jpg) top left no-repeat; }
.btn_inventory_current { background:url(Banner%20Links/Inventory_sit.jpg) top left no-repeat; }

.btn_application { background:url(Banner%20Links/EZ%20App_MOver.jpg) top left no-repeat; }
.btn_application_current { background:url(Banner%20Links/EZ%20App_sit.jpg) top left no-repeat; }

.btn_links { background:url(Banner%20Links/EZ_Links_MOver.jpg) top left no-repeat; }
.btn_links_current { background:url(Banner%20Links/EZ_Links_sit.jpg) top left no-repeat; }

.btn_location { background:url(Banner%20Links/Location_MOver.jpg) top left no-repeat; }
.btn_location_current { background:url(Banner%20Links/Location_sit.jpg) top left no-repeat; }

.btn_contact { background:url(Banner%20Links/Contact_MOver.jpg) top left no-repeat; }
.btn_contact_current { background:url(Banner%20Links/Contact_sit.jpg) top left no-repeat; }

/********** block ***********/
#block-images a {
	vertical-align:	text-bottom;
	display: block;
}

#block-images a:hover img {
	visibility:hidden;
}

 /* hidden from IE5.01/win */
.fl {
	float:left;
	
}

/********* Header **********/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(img/bg_1.png);
}
.twoColFixLtHdr #container {
	width: 903px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(img/bgtrans-2.png);
} 
.twoColFixLtHdr #header {
	height: 375px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color: #FFFFFF;
	background-image: url(img/bgtrans-2.png);
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(img/Separator_GB_YO.png);
	background-repeat: no-repeat;
	background-position: top;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container a {
	color:#005500;
}

/**** end header *****/
