/********************* page structure *********************/ 
body {
	margin: 0px; 
	background-image: url(/images/budget/background-main.gif);
	background-repeat: repeat-y; 
	background-color: #A5A2C6; 
}

#wrapper {  
	background-image: url(/images/budget/background-shadow.jpg);
	background-repeat: repeat-y; 
}

#header { /*border: 1px solid #AA0000;*/  }

#homebody {
	clear: both; 
	background-image: url(/images/budget/background-homebody.jpg);
	background-repeat: no-repeat; 
	height: 620px;
}

#body {
	clear: both; 
	background-image: url(/images/budget/background-interiorbody.jpg);
	background-repeat: no-repeat; 
	/*height: 600px;*/
	margin: 0px; padding: 0px;
}
* html #body {  }

#contents {
	margin: 0px 0px 40px 260px;
	padding-top: 30px; 
	font: 12px Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	width: 480px;
}
#footer {
 	background-image: url(/images/budget/interior-footer.jpg);
	background-repeat: no-repeat; 
	height: 35px;
	background-position: 0px 40px;
	font: 10px Arial, Helvetica, sans-serif; 
	padding: 30px 0px 0px 260px; 
}
#footer-home { 
	background-image: url(/images/budget/background-main.gif); 
	background-repeat: repeat-y;
	height: 75px;
	background-position: 0px 40px;
	padding-left: 10px;
	font: 10px Arial, Helvetica, sans-serif; color: #FFFFFF;
}
#layerLocations { display: none; }

/************************ masthead ************************/

#mastheadleft { float: left;  }
#mastheadmiddle { float: left; }
#mastheadright { float: left; }

/********************* main navigation *********************/

#mainnavwrapper-home { top:120px; left:5px; position:absolute; }
* html #mainnavwrapper-home { top: 130px; }

#mainnavwrapper { top:210px; left:4px; position:absolute; }
* html #mainnavwrapper { top: 220px; }

#main-navigation {
	margin:0;
	padding:0;
}

#main-navigation li {
	list-style:none;	
}

#main-navigation li a {
	height:28px;
	width:158px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#main-navigation li.home a { background:url(/images/budget/nav-home.gif);}
#main-navigation li.how a { background:url(/images/budget/nav-how.gif);}
#main-navigation li.reserve a { background:url(/images/budget/nav-reserve.gif);}
#main-navigation li.why a { background:url(/images/budget/nav-why.gif);}
#main-navigation li.mywhere a { background:url(/images/budget/nav-mywhere.gif);}

#main-navigation li a:hover {background-position:-171px 0px;}

/********************* page styles *********************/
h1 {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width: 344px;
	height: 40px;
	margin-bottom: 20px; 
	}
h1.reserve { background:url(/images/budget/t_reserve.gif);}
h1.why { background:url(/images/budget/t_whyyouneedit.gif);}
h1.how { background:url(/images/budget/t_howitworks.gif);}
h1.mywhere { background:url(/images/budget/t_mywhere.gif);}

h2 { font-size: 18px;  }


#locations h2 { font: 18px Arial, sans-serif; font-weight: bold; margin: 15px 0px 0px 0px;  }
#locations p { margin-top: 0px; }

#contents p { margin-left: 1px; }

#homelink a { text-indent:-9999px; width: 220px; height: 100px; display: block; position: absolute; }

#footer a {	font: 9px Arial, Helvetica, sans-serif; color: #000000; }
#footer a:hover { }
#footer table.budget { width: 770px; border-top: 1px solid #000000; }
#footer-home a { color: #FFFFFF; }

.flashbox1 { padding: 5px; border: 1px solid #666666; width: 320px; height: 240px; }

.question { font-weight: bold; }

#reservation { position: absolute; width: 180px; top: 456px; left: 566px; }

#addgps, #addgps a { font: 10px Arial, Helvetica, sans-serif; margin-top: 20px; }
#addgps a:hover { color: #FF6600; }

#contest a {
	width: 245px; height: 124px;
	position: absolute;
	top: 545px; left: 553px;
	text-indent: -10000px;
	background: url('/images/budget/contest1.png'); background-repeat: no-repeat;
	/************** support .png for IE in page shadow start ***************/
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/budget/contest1.png', sizingmethod='none'); 	
}
* html #contest a {
	cursor: pointer; 
	background:url(/images/spacer.gif) repeat-y; /* NEED THIS LINE FOR THE TRANSPARENCY ASSIGNED ABOVE TO WORK IN IE*/
}


/********************* link styles *********************/

a, a:visited { color: #000000; }
a:active, a:hover { color: #990000; }

/********************* orange button styles *********************/

.orangebutton {
    /*text-align: center;*/
    display: block;
    border: 1px solid #FFFFFF;
    background-color: #FF6600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 7px 0px 7px 0px;
	padding: 13px;
    /*width: 145px;*/
}
	.orangebutton a { color: #FFFFFF; text-decoration: none; }
	.orangebutton a:hover { color: #000; text-decoration: none; }

a.orangebutton, a.orangebutton:visited {
	border: 1px solid #FF6600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    /*width: 138px;*/
    display: block;
	padding: 5px 5px 5px 8px;
}


a.orangebutton:hover{
	border: 1px solid #FF6600;
    color: #FF6600;
    text-decoration: none;
    /*width: 100%;*/
    background-color: #FFFFFF;
    display: block;
}
