/*<agl.folder "Structural">*/
	body {
		text-align: center;
		margin: 0;
		padding: 0;
		background-image: url(../images/bg.jpg);
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-position: center 0; }
	#container {
		text-align: left;
		width: 770px;
		margin-right: auto;
		margin-left: auto;
		background-image: url(../images/container-bg.jpg);
		background-repeat: repeat-y; }
	#header { 
		width: 770px; 	
		height: 170px; 
		float: left; 
		clear: both;
		background-image: url(../images/header.jpg) ;
		background-repeat: no-repeat; }
	#wrapper {
		background-image: url(../images/container-bg.jpg);
		background-repeat: repeat-y;
		width: 770px;
		float: left; }
		
	#left-content { /* created this div to encompass the nav and supp. images */
		width: 182px;
		float: left;
		margin-left: 15px;
		display: inline; 
	}
	#main-nav { /* removed background to better gauge the space */

	 }
		
	#main-content {
		color: #464646;
		font-size: 0.75em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.5em;
		text-align: left;
		width: 530px;
		float: left;
		margin: 10px 15px 10px 10px; }
	#footer {
		width: 770px;
		float: left;
		clear: both;
		color: #464646;
		font-size: 0.75em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.5em;
		text-align: center;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto; }
/*</agl.folder>*/
/*<agl.folder "Standard Selectors">*/
	a:link, a:visited { color: #ff7c24; }
	a:hover { color: #33a5d2; }
	a:active { color: #33a5d2; }
	h1 {
		color: #ff7c24;
		font-size: 1.7em;
		font-weight: bold;
		text-align: center; }
	h2 {	color: #008fc7;
	font-size:   1.4em;
	font-weight: bold;
	text-align:  center; }

	h3 {	color:       #008fc7;
	font-size:   1.4em;
	font-weight: bold; }
	h4 {	color:       #ff7c24;
	font-size:   1.4em;
	font-weight: bold; }

/*</agl.folder>*/
/*<agl.folder "Other Selectors">*/
	#main-nav img {
		margin-top: 30px;
		margin-left: 15px; }
	.img-right {
		float: right;
		margin: 0 0 10px 10px; }

	.img-left {
		float: left;
		margin: 0 10px 0 0; }
	.rates {
		width: 490px;
		margin-right: auto;
		margin-bottom: 16px;
		margin-left: auto; }
	.rates p {
		margin-left:   55px; }
	.ratesblue {
		color: #008fc7;
		font-size:   1.4em;
		font-weight: bold; }
	body#rentals-and-rates-page #main-content h3 {
		margin-left: 20px; }

	.rates h2 {
		color: #ff7c24;
		text-align: center; }

	.rates img {
		float: right;	 }
	.center {
		text-align: center; }

/*</agl.folder>*/
/*<agl.folder "Browser Fixes">*/
	.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
/*</agl.folder>*/
/*<agl.folder "contact_form">*/
	#contact_form * {
		margin-right: auto;
		margin-left: auto;
		list-style-type: none; }
	#contact_form {
		text-align: left;
		width: 280px;
		clear: both;
		margin-right: auto;
		margin-left: auto; }
	#contact_form em { font-size: 0.9em; }
	#contact_form label { text-align: left; width: 90px; float: left; display: block; }
	#contact_form .horizontal { padding-left: 25px; display: block; }
	#contact_form .horizontal input { margin-left: 5px; }
	#contact_form legend { color: #003060; font-weight: bold; margin: 0; }
	#contact_form h1 { font-size: 1em; font-weight: bold; clear: both; }
	#contact_form .footnote { clear: both; font-size: 0.7em; text-indent: 0; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; }
	#contact_form fieldset { text-align: left; width: 280px; padding: 10px; border: solid 1px #003060; }
	.bot-input {
		float: left;
		margin-left: -999em;
		border-width: 0; }
/*</agl.folder>*/
/*<agl.folder "main-nav">*/
#main-nav, #main-nav * { /*added main-nav (the ul) to this */
		margin: 0;
		padding: 0;
		list-style-type: none;
		/*display: block;*/ }
	#main-nav li {
		/*background-image: url(../images/main-nav.gif);*/
		/*width: 182px;
		/*height: 42px;*/
		float: left; }
	#main-nav a {
		background-image: url(../images/main-nav.gif); /* this was pointing to "main-nav.gif" instead of "main_nav.gif" */
		text-indent: -999em;
		width: 182px;
		height: 42px;
		float: left; }

	#home-button {
		background-position: 0 0; }

	#home-button:hover {	background-position: -182px 0; }

	#home-button:active,
	body#home-page #home-button {
		background-position: -364px 0;
		cursor: default; }

	#rentalsandrates-button {
		background-position: 0 -42px; }

	#rentalsandrates-button:hover {	background-position: -182px -42px; }

	#rentalsandrates-button:active, body#rentals-and-rates-page #rentalsandrates-button  {
		background-position: -364px -42px;
		cursor: default; }

	#faq-button {
		background-position: 0 -84px; }

	#faq-button:hover {	background-position: -182px -84px; }

	#faq-button:active, body#faqs-page #faq-button  {
		background-position: -364px -84px;
		cursor: default; }

	#contactandreservations-button {
		background-position: 0 -126px; }

	#contactandreservations-button:hover {	background-position: -182px -126px; }

	#contactandreservations-button:active, body#contact-and-reservations-page #contactandreservations-button  {
		background-position: -364px -126px;
		cursor: default; }
/*</agl.folder>*/


