/* -------------------------------------
   general styles
------------------------------------- */
html { 
}
body {
	background: #fff url(../images/page_background.png) 50% 0 repeat-y;
	margin: 0;
	color: #222;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
}
input, textarea, select, option, button {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	color: #036;
	background: transparent;
	padding: 1px 2px;
}
a:hover {
	color: #fff;
	background: #036;
	text-decoration: none;
}
a.img {
	padding: 0;
}
a.img:hover {
	background-color: transparent;
}

.container {
	width: 1056px;
	text-align: center;
	margin: 0 auto;
}
.inner {
	position: relative;
	width: 778px;
	margin: 0 auto;
	text-align: left;
}


/* -------------------------------------
   header
------------------------------------- */
#header {
	background: transparent url(../images/header_background.png) 0 0 repeat-x;
}
#header .container {
	background: transparent url(../images/top_shadow_background.png) 0 0 no-repeat;
	padding-top: 69px;
}
#header .inner {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 298px 0;
}
body.index #header .inner,
body.rates #header .inner,
body.privacy #header .inner {
	background-image: url(../images/headers/home.jpg);
}
body.storage #header .inner {
	background-image: url(../images/headers/storage.jpg);
}
body.rv-boat #header .inner {
	background-image: url(../images/headers/rv-boat.jpg);
}
body.climate #header .inner {
	background-image: url(../images/headers/climate.jpg);
}
body.tour #header .inner {
	background-image: url(../images/headers/tour.jpg);
}

#header h1 {
	background: transparent;
}
#header h1 a {
	display: block;
	padding: 0;
	height: 182px;
	width: 294px;
	background: #fff url(../images/logo.png) 0px 0 no-repeat;
	text-indent: -9999em;
}


/* -------------------------------------
   top nav
------------------------------------- */
#top_navigation {
	position: absolute;
	top: -69px;
	left: 0;
	padding: 43px 0 0 19px;
	list-style: none;
}
#top_navigation li {
	display: inline;
}
#top_navigation li a {
	float: left;
	display: block;
	padding: 0;
	height: 22px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999em;
}
#top_navigation li a:hover {
	background-position: 0 -22px;
}
/*
#top_navigation #tab-coupon {
	height: 20px;
	width: 264px;
	background-image: url(../images/menu/tab-coupon.png);
	padding: 0 130px 0 0;
	float: left;
	display: block;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999em;
}
*/
#top_navigation #tab-coupon a {
	width: 264px;
	background-image: url(../images/menu/tab-coupon.png);
	margin-right: 120px;
}
#top_navigation #tab-coupon a:hover {
	background-position: 0 0;
}
#top_navigation #tab-reservations a {
	width: 96px;
	background-image: url(../images/menu/tab-reservations.png);
}
#top_navigation #tab-rates a {
	width: 81px;
	background-image: url(../images/menu/tab-rates.png);
}
#top_navigation #tab-pay a {
	width: 171px;
	background-image: url(../images/menu/tab-pay.png);
}

/* -------------------------------------
   top nav
------------------------------------- */
#navigation {
	background: transparent url(../images/menu_background.png) 0 0 repeat-x;
	list-style: none;
	margin-top: 3px;
	height: 27px;
	padding: 0 0 0 245px;
}
#navigation li {
	display: inline;
}
#navigation li a {
	float: left;
	display: block;
	padding: 0;
	height: 27px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999em;
}
#navigation li a:hover {
	background-position: 0 -27px;
}
#navigation li.current a {
	background-position: 0 -54px;
}
#navigation #tab-home a {
	width: 60px;
	background-image: url(../images/menu/tab-home.png);
}
#navigation #tab-storage a {
	width: 127px;
	background-image: url(../images/menu/tab-storage.png);
}
#navigation #tab-rv-boat a {
	width: 88px;
	background-image: url(../images/menu/tab-rv-boat.png);
}
#navigation #tab-climate a {
	width: 136px;
	background-image: url(../images/menu/tab-climate.png);
}
#navigation #tab-tour a {
	width: 106px;
	background-image: url(../images/menu/tab-tour.png);
}


/* -------------------------------------
   Customer Lobby icon
------------------------------------- */
#customer-lobby {
	position: absolute;
	top: 20px;
	left: 315px;
}
#customer-lobby a {
	background: none;
	padding: 0;
}
#customer-lobby .tracker {
	display: none;
}


/* -------------------------------------
   main content
------------------------------------- */
#content {
	background: transparent url(../images/content_background.png) 0 0 repeat-x;
	font-size: 11px;
	line-height: 160%;
	color: #494848;
}
#content .container {
	background: transparent url(../images/content_shadow_background.png) 0 0 no-repeat;
}
#content div.columns .left {
	width: 225px;
	float: left;
}
#content div.columns .right {
	float: right;
	width: 550px;
	text-align: left;
}
#content div.columns .left .left_inner {
	padding: 25px 25px 25px 38px;
}
#content div.columns .right .right_inner {
	padding: 25px 25px 25px 45px;
}
#content div.columns .left .left_inner {
	padding-top: 10px;
}
#content .right_inner p {
	margin-bottom: 15px;
}

#content h2 {
	display: block;
	width: 550px;
	height: 54px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999em;
}
body.index #content h2 {
	background-image: url(../images/titles/index.gif);
}
body.storage #content h2 {
	background-image: url(../images/titles/storage.gif);
}
body.rv-boat #content h2 {
	background-image: url(../images/titles/rv-boat.gif);
}
body.climate #content h2 {
	background-image: url(../images/titles/climate.gif);
}
body.tour #content h2 {
	background-image: url(../images/titles/tour.gif);
}
body.rates #content h2 {
	background-image: url(../images/titles/rates.gif);
}
body.privacy #content h2 {
	background-image: url(../images/titles/privacy.gif);
}

#home-nav li {
	padding-left: 10px;
	background: transparent url(../images/nav_bullet.gif) 0 5px no-repeat;
}
#home-nav li a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
#home-nav li a:hover {
	background: transparent;
	color: #666;
	text-decoration: underline;
}

#coupon {
	margin-top: 20px;
}
#coupon li {
	padding-left: 10px;
	background: transparent url(../images/nav_bullet.gif) 0 5px no-repeat;
}
#coupon li a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
#coupon li a:hover {
	background: transparent;
	color: #666;
	text-decoration: underline;
}

#content h3 {
	font-size: 120%;
	color: #036;
	margin-bottom: 10px;
}
#content ul {
	margin-bottom: 20px;
}

#sub_menu {
	display: block;
	height: 144px;
	background: url(../images/sub_menu_background.png) 50% 50% no-repeat;
	margin-top: 10px;
}
#sub_menu ul {
	padding: 12px 0 0 23px;
}
#sub_menu li {
	display: inline;
}
#sub_menu li a {
	float: left;
	display: block;
	width: 142px;
	height: 120px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999em;
}
#sub_menu li a:hover {
	background-position: 0 -122px;
}
#sub_menu li#sub-climate a {
	background-image: url(../images/menu/sub-climate.jpg);
}
#sub_menu li#sub-boat a {
	background-image: url(../images/menu/sub-boat.jpg);
}
#sub_menu li#sub-rv a {
	background-image: url(../images/menu/sub-rv.jpg);
}
#content div.divider {
	height: 4px;
	background: transparent url(../images/divider.png) 50% 0 no-repeat;
	margin-top: 20px;
}


#rv-boat-features {
	display: block;
	height: 244px;
	background: transparent url(../images/rv_boat_background.png) 50% 50% no-repeat;
}
#climate-features {
	display: block;
	height: 172px;
	background: transparent url(../images/climate_background.png) 50% 50% no-repeat;
}
#rv-boat-features h4,
#climate-features h4 {
	height: 1px;
	text-indent: -9999em;
}
#rv-boat-features ul,
#climate-features ul {
	list-style: disc;
	margin: 45px 0 0 45px;
}



/* -------------------------------------
   sidebar
------------------------------------- */
div.map,
div.hours span.type {
	border-top: 1px dashed #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
div.hours span.type {
	display: block;
	font-weight: bold;
}
div.map p {
	text-align: center;
}

#content div.left h4 {
	display: block;
	width: 227px;
	height: 162px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999em;
}
body.index #content div.left h4,
body.rates #content div.left h4,
body.privacy #content div.left h4 {
	background-image: url(../images/sides/index.jpg);
}
body.storage #content div.left h4 {
	background-image: url(../images/sides/storage.jpg);
}
body.rv-boat #content div.left h4 {
	background-image: url(../images/sides/rv-boat.jpg);
}
body.climate #content div.left h4 {
	background-image: url(../images/sides/climate.jpg);
}
body.tour #content div.left h4 {
	background-image: url(../images/sides/tour.jpg);
}


/* -------------------------------------
   gallery
------------------------------------- */
/* hide from ie on mac \*/
#flashcontent {
	height: 100%;
}
/* end hide */


/* -------------------------------------
   footer
------------------------------------- */
#footer {
	background: transparent url(../images/footer_background.png) 0 0 repeat-x;
	height: 54px;
}
#footer .container {
	background: transparent url(../images/footer_shadow_background.png) 0 0 no-repeat;
	height: 54px;
}
#footer .container .inner {
	background: transparent url(../images/footer_inner_background.png) 0 0 repeat-x;
}
#footer p {
	color: #fff;
	font-size: 9px;
	padding: 40px 10px 0;
}
#footer p.copyright {
	width: 40%;
	float: left;
}
#footer p.credits {
	width: 40%;
	float: right;
	text-align: right;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	background-color: #5d5851;
}
