/*--------------------------*/
/*   Global Elements  	    */
/*--------------------------*/
img, div, p { behavior: url(./iepngfix.htc) }
html, body {
	
	}
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #FFF1D4;
	color: #000;
	font: 13px arial,verdana,sans-serif;
	}
/*h1 {
	font-size: 2.0em;
	margin: 10px 0 7px 20px;
	}*/	
h1, h2 {
	font-size: 22px;
	color: #ee5d2e;
	margin: 0 0 20px 0;
	}	
h3 {	
	font-size: 1.3em;
	font-weight; bold;
	margin: 15px 0;
	clear: both;
	}
#typesofrentals h3 {
	width: 190px;
	margin:15px auto;
}
#index h3 {
	font-size: 1.4em;
	color: #ee5d2e;
}
#contactus h3 {
	text-align: center;
}
#customer_details h3 {
	float: left;
}
h4 {
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	margin: 10px 0;
	}
a {
	color: #F47F1F;
	outline: none;
}
hr {
	clear:both;
	float: left;
	margin: 15px auto;
	text-align:center;
	width:100%;
}
a:hover {
	color: #FDC66C;
	}
fieldset {
	border: 0;
	}
ul, ol {
	padding: 0 0 10px 40px;
	}
input {
	margin: 2px 0 5px 0;
	padding: 3px 0;
	}
dl {
	margin: 0;
	padding-bottom: 15px;
	clear: both;
}
dt {
	clear:left;
	float:left;
	font-weight:bold;
	width:12em;
 	}
 dd { 
	height:1em;
	margin:0 0 0 170px;
	padding:0 0 0.5em;
 	}
/*--------------------------*/
/* Global Classes           */
/*--------------------------*/
.simpleList {
	list-style: none;
	padding: 20px 20px 20px 0;	
	}
.floatLeft {
	float: left;
	}
.floatLeftPad {
	float: left;
	margin: 20px 0 0 15px;
	}
.floatRight {
	float:right;
	}
.floatClear {
	clear: both;
	}
.clearRight {
	clear: right;
	}
.clearLeft {
	clear: left;
	}
.border {
	border: 1px solid #fff;
	padding: 20px;
	}
.imgRight {
	float: right;
	margin-left: 15px;
	}
.imgLeft {
	float: left;
	margin-right: 15px;
	}
/*--------------------------*/
/* page classes             */
/*--------------------------*/
.pageHolder {
	background: url(../img/pageHolder_bg.png);
	width: 970px;
	margin: 0 auto;
}
.pageHolderBottom {
	background: url(../img/pageHolder_bottom_bg.png);
	width: 970px;
	margin: 0 auto;
	height: 10px;
}
.pageWrapper {
	width: 950px;
	background: #ffffff;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height for sticky footer */
	}
.header {
	height: 150px;
	}
.header h1 {
	display:none;
	margin: 0;
	}
.header img {
	}
.header h2 {
	}
.header p {
	}
.logo {
	}
.contentWrapper {
	clear: both;
	padding:20px 30px;
	float: left;
	width:890px;
	}
.content {
	margin: 10px 0 0 0;
	float: left;
	}
.content h2 {
	}
.footer {
	background: #ffffff;
	clear: both;
	margin: 0 auto;
	font-size:13px;
	text-align:center;
	width: 910px;
	border-top: 2px solid #ee5d2e;
	height:110px;
	}
.footer img {
	position: relative;
	top: 20px;
}
.footer ul {
	padding:0;
	margin:10px 0;
	}
.footer li {
	display:inline;
	padding: 0 10px;
	}
.footer li a {
	}
.footer a:visited {
	}	
.footer p {
	}
.push {
	height: 60px; /* .push must be the same height as .footer */
}
/*--------------------------*/
/* navigation               */
/*--------------------------*/
ul.navList {
	width: 100%;
	clear: both;
	list-style: none;
	padding: 0;
	background: url(../img/nav_bg.jpg);
	overflow: hidden;
	font-family: verdana, geneva, arial, sans-serif;
	}
ul.navList a {
	text-decoration: none;
}
ul.navList li {
	padding:0 18px;
	float: left;
	text-align: center;
	}
ul.navList li a{
	display: block;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	color: #555555;
	}
ul.navList li a:hover{
	color: #fff;
	}
/* drop down suckerfish navigation */
ul.navList li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.navList li ul li a{
	width: 150px;
	text-align: left;
	line-height: 25px;
	height: 25px;
	border: 1px solid #000;
	padding-left: 3px;
}
ul.navList li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* left navigation */
ul.leftNav {
	float: left;
	width: 180px;
	list-style: none;
	}
ul.leftNav li a {
	color: #00c;
	}
/*--------------------------*/
/* form formatting          */
/*--------------------------*/
.redFont {
	color: #f00;
	}
.row {
	clear: both;
	padding-top: 5px;
	float: left;
	}
.row label {
	clear: both;
	float: left;
	width: 152px;
	text-align: right;
	margin-top: 2px;
	font-weight: bold;
	}
.row input, .row select, .row textarea {
	float: left;
	width: 200px;
	margin: 0 0 0 10px ;
	text-align: left;
	} 
##contactus .row {
	float: none;
}
#find_rates .row input, #find_rates .row select {
	width: 350px;
}
#find_rates dl {
	padding: 5px 0 0 0;
	float: left;
}
#find_rates dt {
	text-align: right;
	width: 152px;
}
#find_rates dd {
	padding: 0 0 0 10px;
	float: left;
	margin: 0; 
}
.button {
	clear: both;
	padding-top:5px;
	}
.button input{
	margin: 0 0 0 161px;
	}
#choose_extras .button {
	padding-top: 15px;
}
#choose_extras .button input {
	margin: 0;
}
#choose_extras .extras {
	font-weight: bold;
	clear: both;
}
#choose_extras .extras input {
	float: left;
}
#choose_extras .extras div {
	padding: 0 0 0 5px;
	float: left;
}
.mymap {
	float: right;
	}
.message {
	color:red;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:100%;
	}
.nonfield {
	margin:0 0 0 10px;
}
.carThumb {
	width: 290px;
	float: left;
	text-align:center;
}
.carRow {
	clear: both;
	float: left;
	padding-bottom: 20px;
}
.leftContent {
	width: 600px;
	float: left;
}
#contactus .leftContent {
	width: 430px;
}
#discountservicepolicies .leftContent {
	width: 290px;
}
#discountservicepolicies .leftContent img {
	padding: 40px 0 0 50px;
}
#choose_rate .leftContent {
	width: 260px;
	text-align: center;
	float: left;
}
#choose_rate .leftContent input {
	margin: 15px 0 0 0;
}
#choose_rate .rightContent {
	padding-left: 40px;
	float: left;
	clear: none;
}
#choose_rate dl {
	
}
#choose_rate .button input {
	margin:0 0 0 60px;
}
.rightContent {
	float: left;
	padding-left:20px;
	width:260px;
}
#contactus .rightContent {
	width: 430px;
}
.bottomContent {
	padding: 20px 0;
	clear: both;
}
#index .bottomContent {
	text-align: center;
}
#index .bottomContent img {
	padding: 0 40px;	
}	
#location .bottomContent {
	text-align: center;
	float: left;
}
#location .bottomContent .gHolder {
	padding: 0 20px;
	float: left;
}	
.reserveOnline {
	float: left;
	padding-left: 50px;
	padding-top: 70px
}
.centerDiv {
	clear:both;
	text-align:center;
}
.date {
	clear:both;
	padding-top:5px;
}
.date label {
	clear:both;
	float:left;
	font-weight:bold;
	margin-top:2px;
	text-align:right;
	width:152px;
}
.date select {
	float:left;
	margin:0 0 0 10px;
	text-align:left;
}
.phone input {
	width: 40px;
}
.rowDate {
	clear: both;
	line-height:30px;
	padding-top:5px;
}
.rowDate .text {
	float: left;
	width: 152px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
.rowDate input {
	margin: 0;
}
#find_rates form {
	position: relative; 
	float: left; 
	min-height: 300px;
}



h1 span {font-weight: normal; color: #cccccc; margin: 0 10px}
.reservebutton {float: right; margin: 0 0 20px 20px}