/* CSS Document */

/***** CSS RESET ******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #666666 url(../img/body_bgrd.gif) scroll repeat-x top left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #393939;
}
ol, ul {
	list-style: none;
}
blockquote, q {
}
blockquote:before, blockquote:after, q:before, q:after {
}
a {
	outline: none;
	text-decoration: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
sup {
	font-size: .9em;
	position:relative;
	top:2px;
}
sup.text {
	font-size: .7em;
}
/* tables still need 'cellspacing=0' in the markup */
table {
	border-collapse: collapse;
}
img {
	border: none;
}
/****** end RESET *******/

/***** utility styles ****/
.clear {
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.center {
	text-align: center;
}
.inline {
	display: inline;
}
.pngfix {} /*for IE6 PNG Fix */
/******* end utility styles *********/

/******* structure styles ***********/
.wrap {
	float: left;
width:910px;	
}
.container {
	width: 910px;
	margin: 0 auto 30px auto;
	font-size: 12px;
	padding-bottom: 300px;
	position: relative;
}
html > body .container {
	padding-bottom: 320px;
}
html > body .containerLanding {
	padding-bottom: 0px;
	margin-bottom:0px;
}
/******** end strucutre ***********/

.header {
	background: url(../img/header_bgrd.jpg) scroll top left;
	width: 910px;
	height: 76px;
}
.header .logo {
	float: left;
}
.header h1 {
	float: right;
	margin-right: 20px;
	color: #f8f8f8;
}
.header .breadcrumbs {
	float: left;
	color: #c01b15;
	font-size: 10px;
	margin:50px 0 0 35px;
}
.header .breadcrumbs a {
	color: #393939;
	text-decoration: none;
	padding: 0 3px;
}
.header .breadcrumbs a:hover {
	text-decoration: underline;
}
.content {
	width: 891px;
	overflow: hidden;
	padding: 15px 7px 20px 10px;
	background: #ffffff url(../img/content_bgrd.jpg) scroll no-repeat top left;
	border-left:1px solid #a2bdc8;
	border-right:1px solid #a2bdc8;
}
.contentLanding {	
	padding-bottom:10px;
	
}
h1 {
	padding: 10px 0 0 14px;
	font-size: 22px;
	color: #ffffff;
}
h2 {
	font-size: 18px;
	padding: 10px 0 0 14px;
	color: #ffffff;

}
h3, h4 {
	font-size: 14px;
}
/* reservation section styles */
.res_container {
	float: left;
	display: inline;
	margin-right: 7px;
}
.res_top {
	background: url(../img/res_top_bgrd.jpg) scroll no-repeat top left;
	width: 341px;
	height: 33px;
}

.reservation {
	background: url(../img/res_mid_bgrd.jpg) scroll repeat-y top left;
	width: 315px;
	padding: 0 20px;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	height: 410px;
}
html > body .reservation {
	height: auto;
	min-height: 410px;
}

.reservation .address {
	
	float:left;
padding:0 5px 0 0;
width:150px;
}

.reservation .hours {
	float: left;
	padding:0 0 0 5px;
width:150px;
}
.reservation .hours span {

}
.reservation .dates {
	float: left;
	width: 135px;
	display: inline;
	clear: both;
}
.reservation .times {
	float: left;
	width: 170px;
	display: inline;
}
.reservation label {
	display: block;
	margin: 10px 0 3px 0;
	font-weight: bold;
}
html >/**/body .reservation label {
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
.reservation input {
	width: 85px;
	padding: 2px 5px;
	border: 1px solid #979fa7;
	background: none;
	font-size: 13px;
}
.rentallocs {
	background: url(../img/res_top_mid_bgrd.jpg) scroll repeat-y top left;
	width: 315px;
	padding: 0 20px;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	left: -20px;
	margin-bottom: 10px;
}
.reservation .rentallocs label {
	float: left;
}
.reservation .rentallocs .return_check {
	width: 16px;
	padding-left: 0;
	float: left;
	display: inline;
}
.reservation .rentallocs .return_label {
	margin-top:3px;
	width:260px
}
.reservation input.check {
	width: auto;
	float:left;
	margin:11px 10px 0 50px;
	padding: 0;
	border:0 none;
}
.reservation select {
	height: 22px;
	font-size: 13px;
	display: block;
}
.reservation select.locations {
	clear: both;
}
.reservation .rentallocs {
	clear: both;
}
.reservation .rentallocs select {
	margin-bottom: 10px;
	width: 270px;
}
.reservation .button {
	float: left;
	display: inline;
	clear: both;
	width: 164px;
	height: 25px;
	font-weight: bold;
	color: #ffffff;
	background: url(../img/red_button_bgrd.gif) scroll no-repeat top left;
	border: 0 none;
	margin: 10px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
}
.reservation h3 {
	clear: both;
}
.reservation ul {
	width: 330px;
	float: left;
}
.reservation ul li {
	float: left;
	display: inline;
	width: 165px;
	padding: 6px 0 0 0;
}
.reservation ul li a {
	float: left;
	color: #393939;
	padding: 0 0 0 15px;
	background: url(../img/red_arrow.gif) scroll no-repeat 3px center;	
}
.res_bottom {
	background: url(../img/res_bot_bgrd.jpg) scroll no-repeat top left;
	width: 355px;
	height: 15px;
}

/* special offers section styles */
.spec_container {
	float: left;
}
.spec_top {
	background: url(../img/spec_top_bgrd.jpg) scroll no-repeat top left;
	width: 529px;
	height: 43px;
}
.spec_top h2 {
	float: left;
}
.spec_top .all_offers {
	float: right;
	color: #ffffff;
	padding: 0 15px;
	margin-top: 10px;
	background: url(../img/red_arrow_on_grey.gif) scroll no-repeat 3px center;	
}

.special_offers {
	background: url(../img/spec_mid_bgrd.jpg) scroll repeat-y top left;
	width: 521px;
	padding: 0px 4px 0 4px;
	overflow: hidden;
	height: 410px;
	position: relative;
}
.special_offers ul{
	list-style:disc inside;	
	padding:10px 25px;
	font-size:12px;
	}
.special_offers ul li{
	padding-bottom:6px;
	}
html > body .special_offers {
	height: auto;
	min-height: 410px;
}
.special_offers .hero {
	padding: 0px 25px 0 21px;
	float: left;
	margin-bottom: 25px;
}
.special_offers .qff {
	/*position: absolute;
	top: 130px;
	left: 25px;*/
}
.special_offers h1 {
	color: #ed1e1c; 
	margin-bottom: 15px;
	padding: 0;
	width: 195px;
	float: left;
}
.special_offers h3 { 
	margin-bottom: 15px;
	width: 195px;
	float: left;
}
.special_offers p {
	font-size: 11px;
	width: 210px;
	float: left;
	display: inline;
}
.special_offers p.offer_terms {
	clear:left;
	color:#666666;
	float:left;
	font-size:11px;
	margin: 0px 0 0 21px;
	width:225px;
}
 .button1 {
	float: left;
	width: 152px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0 0 12px;
	background: url(../img/red_button_bgrd.gif) scroll no-repeat top left;
	
}
.special_offers .button {
	float: right;
	width: 152px;
	height: 20px;
	font-weight: bold;
	color: #f53939;
	padding: 5px 0 0 12px;
	background: url(../img/red_outline_button_bgrd.gif) scroll no-repeat top left;
	margin:20px 55px 0 0;
}
.special_offers .button1 {
	float: right;
	width: 152px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0 0 12px;
	background: url(../img/red_button_bgrd.gif) scroll no-repeat top left;
	margin:20px 55px 0 0;
}
.special_offers .info_padding {
	position: static;
	float: left;
	clear: both;
	width: 519px;
	margin-top: 10px;
	border-width: 1px 0 0 0;
	height: auto;
	padding: 15px 0 0 0;
}
.special_offers .info_padding .info {
	width: 225px;
	float: left;
}
.special_offers .info_padding .left {
	border-right: 1px solid #d7d7d7;
}
.special_offers .info_padding .info p {
	height: 60px;
}
html > body .special_offers .info_padding .info p {
	min-height: 30px;
	height: auto;
}
/*.special_offers .info_padding a {
	font-size: 13px;
	font-weight: bold;
	color: #5e5e5e;
	padding-left: 10px;
	background: url(../img/red_arrow.gif) scroll no-repeat center left;
	float: left;
	display: inline;
}*/
.spec_bottom {
	background: url(../img/spec_bot_bgrd.jpg) scroll no-repeat top left;
	width: 529px;
	height: 15px;
}

/* bing map */
.mapSection {
	float: left;
	display: inline;
	clear: both;
	width: 350px;
	margin: 10px 12px 10px 0;
}
.mapSection .map_header {
	float: left;
	display: inline;
	width: 350px;
	height: 25px;
	background: url(../img/map_header.jpg) scroll no-repeat top left;
}
.mapSection .map_header h3 {
	float: left;
	padding-left: 10px;
	height: 25px;
	color: #ffffff;
	line-height: 25px;
	font-size: 13px;
}
.mapSection .map_header .small_map {
	float: right;
	padding: 5px 10px 0 0;
	font-size: 11px;
	font-weight: bold;
}
.mapSection .map_header .small_map a {
	color:#3366FF;
	text-decoration:underline;
}
.mapSection .map_header .small_map a.mapnonlink {
	color:#000000;
	cursor:default;
	text-decoration:none;
}
/* popular locations section styles */
.popular_locations {
	float: left;
	display: inline;
	width: 529px;
	margin: 10px 0;
}
.popular_locations h3 {
	background: url(../img/pop_location_header_bgrd.jpg) scroll no-repeat top left;
	width: 519px;
	padding-left: 10px;
	height: 25px;
	color: #ffffff;
	line-height: 25px;
	font-size: 13px;
	float:left;
}
.popular_locations ul.tabs {
	background: #f0f0f0;
	float: left;
	display: inline;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	width:527px;
}
.popular_locations ul.tabs li {
	float: left;
}
.popular_locations ul.tabs li a {
	background:url("../img/tabs.jpg") no-repeat scroll right top transparent;
	color:#666666;
	display:inline;
	float:left;
	height:18px;
	text-align:center;
	width:141px;
	padding-top: 12px;
	cursor: pointer;
}
.popular_locations ul.tabs li a.active {
	background-position: top left;
	cursor: default;
}
.popular_locations ul.tabs li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.popular_locations ul.locations {
	background: url(../img/locations_bgrd.jpg) scroll repeat-y top left;
	height: 418px;
	width: 527px;
	overflow: auto;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
	float: left;
	display: inline;
}
.popular_locations ul.locations li {
	background: url(../img/rental_location_bgrd.jpg) scroll no-repeat top left;
	padding:5px 10px 15px 10px;
	float: left;
	display: inline;
	width: 490px;
}
.popular_locations ul.locations li.heading {
	background: none;
	padding:5px 10px 5px 10px;
	float: left;
	display: inline;
	width: 490px;
}
.popular_locations ul.locations li.border {
  border-top: 1px solid #666666;
}
.popular_locations ul.locations li h4 {
	color: #666666;
}
.popular_locations .number {
	float: left;
	display: inline;
	background: url(../img/red_dot.gif) scroll no-repeat top left;
	text-align: center;
	line-height: 17px;
	height: 17px;
	width: 19px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 10px 20px 0;
}
.popular_locations .namePlane {
	float: left;
	display: inline;
	height: 19px;
	color: #222222;
	margin-right: 10px;
	padding-right: 30px;
	text-decoration: underline;
	background: url(../img/plane_icon.jpg) scroll no-repeat top right;
}
.popular_locations .name {
	float: left;
	display: inline;
	height: 19px;
	color: #222222;
	margin-right: 10px;
	padding-right: 1px;
	text-decoration: underline;
}
.popular_locations .plane {
	float: left;
	display: inline;
}
.popular_locations .button {
	background:url(../img/sm_red_outline_button_bgrd.gif) no-repeat scroll left top transparent;
	color:#F53939;
	float:right;
	font-weight:bold;
	height:17px;
	margin:0 5px 0 0;
	padding:3px 0 0 6px;
	width:129px;
}
.popular_locations .locations li p {
	float: left;
	clear: both;
	width: 490px;
}
.popular_locations .address {
	float: left;
	display: inline;
	padding: 0 45px 0 27px;
	width: 120px;
	
}
.popular_locations .hours {
	float: left;
	display: inline;
}
.popular_locations .avis_preferred {
	float: right;
	display: inline;
	margin-right: 10px;
}

/* info section styles */
.info_wrap {
	width: 890px;
	padding: 0 9px 15px 9px;
	position: absolute;
	bottom:-10px;
	height: 290px;
	background: #ffffff;
	border-left:1px solid #A2BDC8;
	border-right:1px solid #A2BDC8;
	overflow: hidden;
	
	
	
}
html > body .info_wrap {
	height: 320px;
}
.info_padding {
	width: 890px;
	padding: 15px 0;
	height: 200px;
	border: 1px solid #cccccc;
	background: #ffffff url(../img/content_bgrd.jpg) scroll no-repeat top left;
}
.info_paddingLanding {
	height: 220px;
}
.info_padding a {
	text-decoration: underline;
	color: #4388a1;
}
.info_padding a:hover {
	text-decoration: none;
}
.info_padding .info {
	border-left:1px solid #D7D7D7;
	float: right;
	display: inline;
	width: 530px;
	padding: 0 15px;
}
.info_padding h1 {
	color: #ed1e1c;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 15px;
	padding: 0;
}
.info_padding .info p {
	font-size: 11px;
}
.info_padding .offers .button {
background:transparent url(../img/sm_red_outline_button_bgrd.gif) no-repeat scroll left top;
color:#F53939;
float:left;
font-weight:bold;
height:17px;
margin:0 0px 0 0;
padding:3px 0 0 6px;
width:129px;	
font-size:12px;
}
.info_padding .offers {
	float: left;
	display: inline;
	width: 299px;
	height: 160px;
	padding: 0 15px;
		
}
.info_padding .offers h1 {
	float: left;
}
.info_padding .offers p {
	margin: 0 0 10px 0;
	clear: both;
}
.info_padding .offers a {
	/*font-size: 13px;
	font-weight: bold;
	color: #5e5e5e;
	padding-left: 10px;
	background: url(../img/red_arrow.gif) scroll no-repeat center left;*/
}
.linkA{
color:#222222;
display:block;
float:left;
text-decoration:underline;
	}
	

/* top 20 locations section styles */
.top20 {
	float: left;
	clear: both;
	padding: 20px 10px 0 10px;
	width: 870px;
	display: inline;
}
.top20 h3 {
	text-decoration: underline;
	color: #4388a1;
}	
.top20 a {
	text-decoration: underline;
	color: #4388a1;
}
.top20 a:hover {
	text-decoration: none;
}

.popup h1,.popup h3, .popup p ,.popup h4 ,.buttons{
	width:500px ;
	display:block ;
	float:left;
	
	}
	.pop_content   h3{
	width:500px ;
	display:block ;
	float:left;
	
	}
	.pop_content  p,.pop_content h3{
	width:500px ;
	display:block ;
	float:left;
	
	}
.pop_content p.offer_terms {
	margin:10px 0 ;
	width:500px ;
}	
.pop_content .buttons {
	margin:10px 0 ;
	padding:0 ;
}	
.popup .pop_content {
	padding:15px;
}

/* new umbreal page for all pages*/

.infoWrapTop{
	position:static !important;
	height:auto !important;
	}
.infoWidth{
	width:auto !important;
	}
.special_offersPop ul{
	list-style:disc outside;	
	padding:10px 25px;
	font-size:12px;
	}
