/********************* page structure *********************/ 
body {
	margin: 0px; 
	background-image: none;
	background-repeat: repeat-y; 
	background-color: #FFFFFF;
	/*background-color: #A5A2C6;*/ 
}

#wrapper {  
	background-image: none;
	/*background-image: url(/images/budget/background-shadow.jpg);
	background-repeat: repeat-y; */
	
}

#header { background-color: #FFFFFF; margin-bottom: 0px; padding-left: 6px; border-bottom: 1px solid #333333; width: 744px; }

#homebody {
	background-image: url(/images/avis/background-homeavis.jpg);
	background-color: #990000;  
	background-repeat: no-repeat;
	border-top: 3px solid #FFFFFF; 
	border-bottom: 20px solid #FFFFFF; 
	width: 750px;
	height: 510px;	
}

#body {
	background-image: url(/images/avis/background-interiorbody.jpg); background-repeat: no-repeat;
	background-color: #990000;  
	border-top: 3px solid #FFFFFF; 
	border-bottom: 20px solid #FFFFFF; 
	width: 750px;
	height: auto;
}
#contents {
	margin: 0px 0px 0px 300px;
	padding: 30px 0px 50px 0px; 
	font: 12px Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	color: #FFFFFF; 
	width: 420px;
	/*border: 1px solid #AA0000;*/
}
#footer {
	background-image: none;
	background-color: #FFFFFF; 
 	/*background-image: url(/images/budget/interior-footer.jpg);
	background-repeat: no-repeat; */
	height: 135px;
	width: 750px;
	text-align: center;
	border-top: 1px dotted #000000;
	padding-top: 30px; 
}

/********************* main navigation *********************/

#mainnavwrapper-home { top:252px; left:0px; position:absolute; }
*html #mainnavwrapper-home { top:272px; left:0px; position:absolute; }

#mainnavwrapper { top:252px; left:0px; position:absolute; }
*html #mainnavwrapper { top:272px; left:0px; position:absolute; }

#main-navigation {
	margin:0;
	padding:0;
}

#main-navigation li {

	list-style:none;	
	}

#main-navigation li a {
	height:30px;
	width:180px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	}

#main-navigation li.benefits a { background:url(/images/avis/nav-benefits.gif);}
#main-navigation li.locations a { background:url(/images/avis/nav-locations.gif);}
#main-navigation li.reservations a { background:url(/images/avis/nav-reservation.gif);}
#main-navigation li.faqs a { background:url(/images/avis/nav-faq.gif);}

#main-navigation li a:hover {background-position: 6px 0px;}

/********************* page styles & elements *********************/
h1 {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width: 347px;
	height: 40px;
	margin-bottom: 20px; 
}
h1.benefits { background:url(/images/avis/t_benefits.gif); background-repeat: no-repeat; }
h1.howitworks { background:url(/images/avis/t_howitworks.gif); background-repeat: no-repeat;}
h1.locations { background:url(/images/avis/t_locations.gif); background-repeat: no-repeat;}
h1.reservations { background:url(/images/avis/t_reservations.gif); background-repeat: no-repeat;}
h1.faqs { background:url(/images/avis/t_faqs.gif); background-repeat: no-repeat;}
h1.buy { background:url(/images/avis/t_buy.gif); background-repeat: no-repeat;}

h2 { font-size: 18px;  }

#locations h2{ font: 12px Arial, sans-serif ; font-weight: bold; margin: 15px 0px 0px 2px; color: #FFFFFF; padding: 2px 0px 2px 0px; border-top: 1px solid #C67874; border-bottom: 1px solid #C67874; width: 100%; }
#locations p { margin-top: 0px; }

#contents p { margin-left: 1px; }

#homelink a {
	text-indent:-9999px;
	width: 223px;
	height: 117px;
	display: block;
	position: absolute;
	left: 27px;
	top: 128px;
}

#homeheadline {
	width: 445px; height: 164px;
	position: absolute;
	top: 125px;  left: 283px;
	text-indent: -10000px;
	background: url('/images/avis/homeheadline.png'); background-repeat: no-repeat;
	/************** support .png for IE in page shadow start ***************/
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/avis/homeheadline.png', sizingmethod='scale'); 	
}
* html #homeheadline {
	background:url(/images/spacer.gif) repeat-y; /* NEED THIS LINE FOR THE TRANSPARENCY ASSIGNED ABOVE TO WORK IN IE*/
}

#homereservationtext { 
	position: absolute;
	text-align: right;
	width: 420px; 
	top: 300px; left: 305px; 
	font: 11px Arial, Helvetica, sans-serif; color: #FFFFFF;
}


.flashbox1 { padding: 5px; border: 1px solid #FFFFFF; width: 320px; height: 240px; }

.question { font-weight: bold; }




/********************* footer *********************/
#footer { padding-left: 10px;  }
#footer, #footer a { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #000000;  line-height: 150%; text-align: left; }
#footer a:hover { color: #AA0000; }
#footer table.avis { border: none; }
#footer .smallblue { color: #003399; font-weight: bold; }

/********************* link styles *********************/

a, a:visited { color: #FFFFFF; }
a:active, a:hover { color: #99CCFF; }


