/* General Settings & Tags */

body {

	color: #FFFFFF;
	background: url(../images/body-bg.png) repeat-y center top;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

body * {
	line-height:1.3em;
}

select,
input,
textarea {
	font:99% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
img {
	border: none;
}

img a{
	outline: none;
}

p, ul, ol, dl, h1, h2, h3, table {
	margin: 6px 15px 20px 15px;
}

a,
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


h1,
h1 a,
h1 a:visited {
	text-decoration: none;
	font-size: 25px;
}

h2,
h2 a,
h2 a:visited {
	text-decoration: none;
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 6px;
}

h3,
h3 a,
h3 a:visited {
	text-decoration: none;
	font-size: 16px;
	padding-top: 6px;
	margin-bottom: 6px;
}
ul {
	list-style: disc inside;
}
li {
	margin-left: 8px;
}


/* Header */

#header h1 {
	background: url(../images/header-bg.jpg) no-repeat;
	height: 233px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#header span {
	display: none;
}
#nav {
	background: url(../images/content-bg.png) repeat-y center top;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	margin-left: 500px;
	padding-top: 3px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a,
#nav li a:visited {
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/nav-bg.jpg) no-repeat left center;
}
#nav li a:hover {
	color: #FFFF99;
}
#content {
	padding-top: 14px;
	padding-bottom: 10px;
	background: url(../images/content-bg.png) repeat-y center top;
}
.centerAlign {
	text-align: center;
}

.colLeft {
	float: left;
	width: 460px;
	margin-left: 15px;
}
.colRight {
	margin-left: 476px;
}
.carShowcase {
	width: 220px;
	margin-left: 20px;
	float: left;
}

.carShowcase h4 {
	font-size: 15px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

.carShowcase .imgContainer {
	background: url(../images/carimage-bg.jpg) no-repeat;
	height: 135px;
	width: 196px;
	margin-left: 12px;
	margin-bottom: 20px;
	text-align: center;
}
.carShowcase .imgContainer img {
	margin-top: 5px;
}
.carShowcase ul {
	list-style: none;
}
.carShowcase li {
	margin-left: 0px;
}


.carShowcase a.greenButton {
	background: url(../images/greenlink-bg.jpg);
	height: 25px;
	display: block;
	width: 100px;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
#form1 {
	display: block;
	margin-bottom: 30px;
	margin-left: 40px;
}
#form1 label {
	width: 140px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}
#form1 .divider {
	background: url(../images/divider-bg.jpg) repeat-x center center;
	height: 2px;
	margin-bottom: 11px;
	margin: 0px 0px 11px 16px;
	width: 75%;
}
#form1 input, select, textarea {
	margin-bottom: 11px;
	vertical-align: middle;
	margin-right: 4px;
}
#form1 .dateInput {
	width: 90px;
}
#form1 .ageInput {
	width: 40px;
}
#form1 .calendar {
	vertical-align: middle;
}
#form1 #btn_search {
	margin-left: 150px;
}
#footer {
	background: #2FAB2F;
	border-top: 2px solid #014501;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 10px;
}
#footer h3 {
	font-size: 13px;
}
#footer ul.linkFarm {
	list-style: none;
	float: left;
	margin-left: 60px;
	*margin-left: 35px;
	margin-bottom: 30px;
	text-align: left;
}
#footer ul.linkFarm li{
	margin-bottom: 2px;
}
#footer ul.emails {
	text-align: left;
	list-style: none;
	margin: 6px 0px 0px 200px;
	padding-top: 10px;
}

#footer ul.emails li {
	float: left;
}
#footer ul.emails li a {
	background: url(../images/mail-icon.gif) no-repeat left center;
	display: block;
	width: 150px;
	height: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
}
#footer p {
	font-size: 11px;
}
#footer .divider {
	background: url(../images/fdivider-bg.jpg) repeat-x center center;
	height: 2px;
	margin-bottom: 11px;
	margin: 0px 15px 16px 15px;
	clear: both;
}
