@charset "utf-8";
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #bfb8b3;
	color: #8f8a86;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 75%;
}
a {
	color: #006699;
}
h2 {
	color: #006699;
	font-size: 1.5em;
	font-weight: bold;
}
h3{
	color: #006699;
	font-size: 1.2em;
	font-weight: bold;
}
td {
	padding: 5px;
}
p.quote {
	padding-bottom: 20px;
}
p.logos {
	text-align: center;
}
p.logos img {
	margin-bottom: 20px;
}
.row {
	background:#e8e6e5;
}
.container {
	width: 950px;
	margin: auto;
	background: url(images/background.gif) repeat-y top left #f7f4f2;
}
#secondlevel {
	position: relative;
}
.sidebar {
	width: 270px;
	float: left;
}
.sidebar h1 {
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat top left;
	width:253px;
	height:91px;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.sidebar ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-left: 25px;
	margin-right: 25px;
}
.sidebar ul li a {
	display: block;
	padding: 10px 0px 10px 0px;
	border-bottom: dashed 1px #ccc;
	text-decoration: none;
	font-size: 1.2em;
	color: #006699;
	height: 1%;
	width: 220px;
}
.sidebar li a:hover {
	text-decoration: underline;
}
.sidebar ul li ul li a {
	width: 150px;
}
.content {
	width: 680px;
	float: left;
}
.clear {
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	clear: both;
}
.span { 
	background: #dfd7d1; 
	padding:10px; 
}
.span h2 {
	font-size: 2em; 
	text-align:right; 
	padding: 0; 
	margin: 0; 
	color:#8f8a86
}
.ltcol {
	margin-top: 20px;
	width: 390px;
	padding-left: 10px;
	padding-right: 24px;
	margin-bottom: 20px;
	border-right: solid 1px #dfd7d1;
	float: left;
}
.rtcol {
	margin-top: 20px;
	width: 220px;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 20px;
	float:left;
}
.bigcol {
	margin-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 20px;
}
.bigcol ul, .rtcol ul {
	margin-left: 20px;
	list-style: square;
}
.contact {
	background: #8f8a86;
	padding: 5px 25px 5px 25px;
	color: #dfd7d1;
	width: 220px;
}
#footer {
	float:right;
	width: 660px;
}
#contact {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.contact p.image {
	text-align: center;
}
#homepageHeader {
	width: 270px; 
	float:left; 
	background: #dfd7d1 url(images/car.jpg) no-repeat top left;
	min-height: 330px;
	padding-right:10px;
	padding-left: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #bfb8b3; 
	margin-bottom:10px;
}
span.author {
	float:right;
	font-style: normal;
	font-weight: bold;
}
/*Forms*/

label {
	display: block;
	font-weight: bold;
	font-size:1.2em;
}
input.text {
	width: 200px;
	padding: 5px;
}
input.date {
	width: 50px; 
	padding: 5px;
}
p.disclaimer {
	width: 175px;
	float:left;
	font-size:0.8em;
	padding: 0px;
	margin: 0px;
}
input#submit {
	float: left;
	background: url(images/brwnbtn.png) repeat-x top left;
	border: solid 1px #75716d;
	color: #f7f4f2;
	padding: 5px 10px;
	margin: 0px;
}
