	html {
		margin: 0px;
		padding: 0px;
		height: 101%;
		}
	body {
		margin: 0px;
		padding: 0px;
		background: #357CCC url(../layout/site_background.jpg);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		}
	input, select, textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		}
	form {
		margin: 0px;
		}
	.clear {
		clear: both;
		}

	#branding {
		display: none;
		}
	#contact {
		display: none;
		}

	.layout_area {

		border-bottom: 5px solid #357CCC;
		margin-top: 0px;
		}
	.content_area {
		}
	.page_area {
		background: #FFFFFF;
		}
	#content_zone { 
		background: #DFEAF7; 
		padding-left: 5px; 
		padding-right: 5px; 
		}
	a:link, a:visited {	
		color: #336699;
		text-decoration: underline;
		}
	a:hover, a:active {
		color: #CC0033;
		text-decoration: none;
		}
	a.plain_link:link, a.plain_link:visited {
		text-decoration: none;
		}
	a.plain_link:hover, a.plain_link:active {
		text-decoration: none;
		}

/* HEADER =============================== */
	#header_area {
		background: url(../layout/site_header_back.jpg) no-repeat bottom right;
		padding-left: 15px; 
		padding-right: 15px;
		padding-bottom: 30px;
		}

/* NAVIGATION =============================== */
	#nav_area {
		background: #336699 url('../layout/site_nav_back.jpg') no-repeat top left;
		border-top: 15px solid #DFEAF7;
		border-left: 5px solid #DFEAF7;
		border-right: 5px solid #DFEAF7;
		}

	#navcontainer { /* CENTERED OPTION */
		width: 100%;
		float: left;
		overflow:hidden;
		position:relative;		
		}
	#navcontainer ul { /* CENTERED OPTION */
		padding: 0px;
		margin: 0px;
		clear:left;
		float:left;
		position:relative;
		left:50%;
		text-align:center;
		}
	#navcontainer ul li { /* CENTERED OPTION */
		display: inline;
		float:left;
		position:relative;
		right:50%;
		}
	#navcontainer ul	{
		margin: 0px;
		padding: 0px;	
		color: #000000;
		font-weight: bold;
		font-size: 13px;
		}
	#navcontainer ul li a {
		padding: 4px 20px 4px 20px;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		border-right: 2px solid #DFEAF7;
		}
	#navcontainer ul li a:hover {
		background: #ABC9E9;
		color: #000000;
		}
	#navcontainer .start {
		border-left: 2px solid #DFEAF7;
		}
	#crumbs_area { 
		background: #DFEAF7 url(../layout/site_crumbs_back.jpg) no-repeat bottom right; 
		color: #357CCC; 
		padding: 5px 5px 15px 5px; 
		border-left: 5px solid #DFEAF7;  
		border-right: 5px solid #DFEAF7; 
		}
	#crumbs_area a:link, #crumbs_area a:visited {
		color: #357CCC;
		text-decoration: none;
		}
	#crumbs_area a:active, #crumbs_area a:hover {
		color: #357CCC; 
		text-decoration: underline;
		}
	#crumbs_area .here { 
		color: #808080; 
		}

/* MENU =============================== */
	#menu_area {
		padding: 0px 20px 15px 0px;
		background: #DFEAF7 url(../layout/site_back_menu.jpg) repeat-y top right;
		padding-bottom: 70px;
		}

	#menucontainer ul {
		margin: 0px 5px 0px 5px;
		padding: 0px;
		list-style-type: none;
		}
	#menucontainer a {
		color: #000000;
		display: block;
		padding: 3px 2px 3px 5px;
		margin: 0px 0px 0px 0px;
		text-decoration: none; 
		font-weight: bold;
		}
	#menucontainer a:link, #menucontainer a:visited {
		text-decoration: none;
		border-bottom: 1px solid #E7E7E7;
		}
	#menucontainer a:hover, #menucontainer a:active {
		color: #000000;
		text-decoration: none;
		border-bottom: 1px solid #E7E7E7;
		background: #e7e7e7;
		}
	#menucontainer .start {
		border-top: 1px solid #E7E7E7;
		}

/* GUTTER =============================== */
	#gutter_area {
		padding: 15px 0px 0px 0px;
		background: #FFFFFF;
		border-left: 1px solid #E7E7E7;
		}
	#guttercontainer ul {
		margin: 0px 5px 0px 5px;
		padding: 0px;
		list-style-type: none;
		}
	#guttercontainer a {
		color: #808080;
		display: block;
		padding: 4px 2px 4px 5px;
		margin: 0px 0px 0px 0px;
		text-decoration: none; 
		font-weight: bold;
		}
	#guttercontainer a:link, #guttercontainer a:visited {
		text-decoration: none;
		border-bottom: 1px dashed #E7E7E7;
		}
	#guttercontainer a:hover, #guttercontainer a:active {
		color: #000000;
		text-decoration: none;
		border-bottom: 1px dashed #E7E7E7;
		background: #e7e7e7;
		}
	#guttercontainer .start {
		border-top: 1px dashed #E7E7E7;
		}

/* CONTENT =============================== */
	#content_area {
		background: #FFFFFF url(../layout/site_content_back.jpg) repeat-y top right;
		padding: 5px 35px 30px 10px;
		}

	#content_area p, td {
		line-height: 1.5;
		}
	#content_area ul {
		line-height: 1.8;
		}
	#content_area h1 {
		font-size: 180%;
		color: #357CCC;
		font-weight: normal;
		padding-top: 0px;
		margin-top: 0px;
		}
	#content_area h2 {
		font-size: 140%;
		color: #808080;
		font-weight: bold;
		border-bottom: 1px solid #c0c0c0;
		background: #f1f1f1;
		padding: 0px 0px 0px 5px;
		}
	#content_area h3 {
		font-size: 120%;
		color: #336699;
		font-weight: bold;
		margin-bottom: 5px;
		}
	#content_area h4 {
		font-size: 120%;
		color: #808080;
		font-weight: normal;
		border-bottom: 1px solid #CCCCCC;
		}
	#content_area hr {
		color: #C0C0C0;
		height: 1px;
		}
	#content_area .indent {
		padding-left: 20px;
		}

	#content_area .pic {
		padding: 3px;
		border: 3px solid #e7e7e7;
		}
	#content_area .go_right {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		}
	#content_area .go_left {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		}
	#content_area .go_center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

/* FOOTER =============================== */
	#footer_area {
		line-height: 2;
		background: #DFEAF7;
		color: #808080;
		padding: 5px 5px 5px 5px;
		text-align: center;
		}
	#footer_area a:link, #footer_area a:visited {
		color: #000000;
		text-decoration: none;
		}
	#footer_area a:hover, #footer_area a:active {
		color: #808080;
		text-decoration: underline;
		}
	#footer_extend_area {
		background: #DFEAF7 url(../layout/site_footer_back.jpg) no-repeat top right;
		padding: 30px 15px 0px 15px;
		}
	.footer_extend_area_title {
		background: #ABC9E9; 
		padding: 0px 2px 0px 5px; 
		font-weight: bold; 
		color: #FFFFFF; 
		text-transform: uppercase; 
		font-size: 13px;
		}

/* SITE SPECIFIC =============================== */
	#site_links ul {
		list-style: circle;
		}
	#site_links a:link, #site_links a:visited {
		text-decoration: none;
		}
	#site_links a:hover, #site_links a:active {
		text-decoration: underline;
		}
	#site_map ul {
		list-style: circle;
		}
	.click_main {
		margin: 5px;
		padding: 2px;
		border: 1px solid #e7e7e7;
		}
	.click_change {
		cursor:pointer;
		margin: 5px;
		padding: 2px;
		border: 1px solid #e7e7e7;
		}

	.dealer_table { border-bottom: 1px solid #357CCC; }
	.dealer_table_section { text-align: center; background: #FFFFFF url(../layout/site_dealer_back.jpg) repeat-y top center; color: #FFFFFF;  font-weight: bold; font-size: 130%; border-bottom: 1px solid #357CCC; }
	.dealer_table_header { text-align: center; background: #DFEAF7 url(../layout/dealers_header.gif) repeat-x top right; font-weight: bold; }
	.dealer_table_header_sort { text-align: center; background: #FFFFFF url(../layout/dealers_header_sort.gif) repeat-x top right; font-weight: bold; }
	.dealer_table_row_1 { background: #FFFFFF; }
	.dealer_table_row_2 { background: #F1F1F1; }
	.dealer_table_footer { border-top: 1px solid #357CCC; }