body {
	margin: 0;
	padding: 1px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	width: 100%;
	min-width: 900px;
	height: 100%;
	background-image: url(/images/design/site_background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	z-index: -1;

}
.breadcrumb {
	/*background-color: #EFF2F7; */
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -8px; 
	margin-bottom: 8px;
	vertical-align: middle;
}
img {
border: 1px solid #71D1F7;
}
img:hover {
border: 1px solid #FF0000;
}

A:link	{ COLOR: #FFFFFF; }
A:visited	{ COLOR: #FFFFFF; }
A:hover	{ COLOR: #FF0000; }
.box {
    border: 1px solid #69C;
	background-color: #DDE6F7;
    /* background-color: #F1F5F8; */
	margin: 2px; 
	border-style: solid; 
	border-width: 1px; 
	/* border-color: #C0C0C0;*/ 
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
	text-align: left;
}
.quote {
    border-top: 1px dashed #71D1F7;
	border-bottom: 1px dashed #71D1F7;
	color: #FFFFFF;
	font-size: 11pt; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: italic;
	padding : 10px 10px 10px;
}
.quote_author {
	font-size: 10pt; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
}

FORM		{ FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; }
input { 
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 15px; 
	background-color: #F6F6F6; 
	margin: 2px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a1a1a1 #919191 #6b6b6b #9d9d9d; 
}
.inputField {
	margin: 0; padding: 2px;
	height: 18px;
	border: solid 1px #D7D7D7;
	background: #FFFFFF; /*#E3E8EB;*/
	font: normal 10px Verdana;
	color: #5E5F63;
}
SELECT		{ 
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; 
	FONT-WEIGHT: normal;
	BACKGROUND-COLOR: #F1F1F1; 
	COLOR: #000000; 
}
OPTION		{ 
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; 
	FONT-WEIGHT: normal;
	BACKGROUND-COLOR: #F1F1F1; 
	COLOR: #000000;
}
TEXTAREA	{ FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; BACKGROUND-COLOR: #E0E0E0; COLOR: #000000; }
.sf {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	FONT-SIZE: 10px;
}

/* container */
	#container {
		width: 968px;
		position: relative;
		margin: 0 auto;
		/*background: url(../images/design/branding.gif) top left no-repeat;*/
	}
#container div hr { display: block; }
hr { display: none; }

/* branding */
	#branding { 
		height: 136px;
		padding: 0;
		margin: 0 auto;
	}
	#branding-logo {
		position: absolute;
		width: 966px;
		height: 136px;
		left: 0px;
		top: 0px;
		margin: 0 auto;
		padding: 0;
		border-right: 1px solid #71D1F7; 
		border-left: 1px solid #71D1F7;
		border-top: 1px solid #71D1F7;
	}
		#branding-logo a,
		#branding-logo img {
			position: absolute;
			width: 966px;
			height: 136px;
			top: 0;
			left: 0;
			z-index: 1;
			padding: o;
		}
/* nav */
	#nav { 
		position: absolute;
		top: 0;
		left: 0;
		width: 968px; /* so we can use left: and right: */
		height: 30px;
		
	}
#spacer54 { 
	height: 54px;
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	}
#spacer100 { 
		height: 100px;
		font-size: 11px;
	}
#spacer150 { 
		height: 150px;
		font-size: 11px;
	}
/* content */
	#content { 
		font-size: 12px;
		/* this is just so visually w/o JS it looks nice */
		width: 968px;
		/* margin-left: 20px;*/
	}
/* container */
	#container {
		width: 968px;
		position: relative;
		margin: 0 auto;
		font-size: 12px;
	}

/* content */

/* Main Content (center column) */

	#container #content,
	#container #content-main { 
		float: none !important;
		margin-left: 0 !important; 
		width: auto !important;
		font-size: 12px;
	}
	#content h1 {
		color: #fff;
		font-size: 18px;
		line-height: 18px;
		text-decoration: underline;
		margin: 0 0 20px 0;
		text-align: center;
	}
	#content h2 {
		margin-left: 0 !important;
		background-color: #00375e;
	    background-image: url(/images/design/h1_bg.jpg);
		height: 20px;
		color: #fff;
		font-size: 13px;
		line-height: 18px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin-bottom: 0;
		margin-top: 0;
		padding: 5px;
	}
	#content h4 {
		color: #fff;
		font-size: 18px;
		line-height: 18px;
		border-bottom: 1px solid ##FFFFFF;
		margin: 0 0 20px 0;
		text-align: left;
	}
	#content div.h2 {
		border-top: 2px solid #438cca;
	}
	.inventoryMiles { 
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:0;
	border: 0;
	}
	#content .inventoryRight h2 { 
	color:#CC3300; 
	background: none;
	font-size: 22px;
	margin:0;
	padding:0;
	border: 0;
	}
	
	#content #inventory h1 {
		color: #fff;
		font-size: 20px;
		line-height: 18px;
		text-decoration: underline;
		margin: 0 0 20px 0;
		text-align: center;
	}

/* main columns */
    div.column1of1 {
		width: 966px;
		float: left;
		margin-right: 12px;
		border-bottom: 1px solid #71D1F7;
		border-left: 1px solid #71D1F7;
		border-right: 1px solid #71D1F7;
/*
		border-left:  1px solid #BCC7D6;
		border-right:  1px solid #BCC7D6;
		border-bottom:  1px solid #BCC7D6;
*/
	}
	div.column1of1 .content{
		padding: 10px;
	}
	
	div.column1of1 .content h3{
		font-size: 10pt;
		font-family:  verdana, sans-serif;
		margin : 0 0 12px; padding : 7px 0 3px;
		color : #000080;
		border-bottom : 1px solid #000080;
		letter-spacing : -1px;
	}
	
	div.column1of2 {
		width: 742px;
		float: right;
		margin-left: 9px;
		border-left:  1px solid #BCC7D6;
		border-right:  1px solid #BCC7D6;
		border-bottom:  1px solid #BCC7D6;
	}
	div.column1of2 .content{
		padding: 10px;
	}
	
	div.column1of2 .content h3{
		font-size: 10pt;
		font-family:  verdana, sans-serif;
		margin : 0 0 12px; padding : 7px 0 3px;
		color : #000080;
		border-bottom : 1px solid #000080;
		letter-spacing : -1px;

	}
	
	div.column2of2 {
		width: 203px;
		float: right;
	}
	div.column2of2 h2 {
			margin-left: 0 !important; /* or it would overflow into the gutter */
		}

	
/* ads */
	div.ad a,
	div.ad img {
		display: block;
	}

/* in-content nav (tabs) */
	div.nav {
		margin: 2px 0 0 0;
	}
	div.nav a span {
		text-align: center;
	}
	
	div.nav li:last-child,
	div.nav li.last-child {
		background: none;
	}
		div.nav li:last-child a.on span,
		div.nav li.last-child a.on span {
			background: none;
		}
		div.nav li:first-child a.on,
		div.nav li.first-child a.on {
			margin-left: -1px;
		}

/* ads */
	div.ad a,
	div.ad img {
		display: block;
	}
	

/* Homepage Components */
	div.nav-body {
		padding: 2px 0 14px 0;
		margin-top: 10px;
		border: 1px solid #bcc7d6;
		background: url(../images/design/box.gif) bottom left repeat-x;
		position: relative;
	}
		div.wjs div.nav-body {
			height: 282px;
			border-top: 0;
			margin-top: 2px;
			
		}
	
	#content div.nav-body h3 {
		font-size: 12px;
		line-height: 12px;
		margin: 0;
		padding: 3px 12px;
	}
		div.wjs div.nav-body h3 {
			display: none !important;
		}


/* Quick Links & Ad */
	div.ad {
		font-size: 9px;
		line-height: 14px;
		color: #797979;
	}
		div.ad p {
			margin: 0 !important;
		}
		
	div.column2of2 div.ad {
		padding-top: 10px;
		border-top: 1px solid #d5d5d5;
		margin-top: 17px;
	}
	div.column2of2 div.body-wrapper {
		border-top: 0;
		margin: 0;
		padding: 0 1px 1px 1px;
		border: 1px solid #bcc8d6;
		border-top: 0;
	}
	div.column2of2 div.body {
		border: 1px solid #fff;
		border-top: 0;
		padding: 3px 9px 9px 9px;
		background-color: #e6ecf3;
		margin: 0;
	}
	
	#content div.hr {
		height: 1px !important;
		border-top: 1px solid #bcc7d5 !important;
		border-bottom: 1px solid #fff !important;
		border-width: 1px 0 1px 0 !important;
	}
		#content div.hr hr {
			visibility: hidden;
			margin: 0;
		}
	
	div.links {}
		div.links h3 {
			padding: 5px 0 3px 0 !important;
		}
		div.links a {
			text-decoration: none;
		}
			div.links a:hover {
				text-decoration: underline;
			}

/* siteinfo */
#siteinfo {
	border-top: 10px solid #fff;
	border-right: 1px solid #71D1F7; 
	border-left: 1px solid #71D1F7;
	border-bottom: 1px solid #71D1F7;
	/*border-bottom: 25px solid #fff;*/
	font-size: 12px;
	color: #FFF;
	width: 966px;
	margin: 0 auto;
	vertical-align: bottom;
	float: bottom;
	display: block;
	padding: 0;
	
	/*padding-top: 100px;*/ /* mainly here so that without JS the page still looks nice */
}
	#siteinfo-legal {
		border-top: 5px solid #d9dfe8;
		padding: 2px 0 0 0;
	}
		#siteinfo-legal p {
			border-top: 1px solid #d9dfe8;
			text-align: center;
			font-size: 11px;
			margin: 0;
			padding: 8px 0;
		}
		#siteinfo-legal a {
			color: #FFF;
			text-decoration: underline;
		}
			#siteinfo-legal a:hover {
			    color: #FF0000;
				text-decoration: underline;
			}
p.privacy  {
	font-size: 10px;
}