@import url(basestyles.css);
/* ------- Layout ------- */
body {
	font: 75%/1.4em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #000000;
	background-color: #3366CC;
	background-image: url("../dir_images/background/testbg2.jpg");
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	position: relative;
}
#pageBounds {
	margin: 0 auto;
	width: 900px;
	background-image: url("../dir_images/background/pageboundsbgw.png");
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	text-align: center;
}
#contentBounds {
	margin: 0 auto;
	width: 890px;
	text-align: left;
	position: relative;
	z-index: 1;
}
/* ------- masthead ------- */
#masthead {
	width: 890px;
	background: transparent url("../dir_images/background/header1.png");
	height: 70px;
	margin: 10px 0px;
	}
#masthead h2 {
	background: transparent;
}
#masthead h2 a {
	position: absolute;
	background: transparent url("") left top no-repeat;
	width: 221px;
	height: 59px;
	top: 5px;
	left: 112px;
	text-indent: -999em;
	overflow: hidden;
}
#masthead p {
	font-weight: bold;
	font-size: 83%;
	line-height: 1.1;
	color: #fff;
	position: absolute;
	width: 231px;
	top: 46px;
	left: 53px;
	text-align: right;
	position: relative;
}

/* ------- seasons ------- */
body.summer, body#home.summer #mainContent .season h2, body.summer #sideBar .season h2 { background-color: #3366CC; }
body.summer #nav { border-bottom-color: #79a; }
body.summer #footer { border-top-color: #79a; }
body.summer #nav li a.here { border-bottom-color: #c2e2f2; }

/* ------- navigation ------- */
#nav {
	font-weight: bold;
	list-style: none;
	margin: 0 auto 5px;
	background: url("../dir_images/background/bg_nav1.png") left bottom repeat-x;
	text-align: center;
	padding: 0 0 0 5px;
	width: 885px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	background: url("../dir_images/d_nav.gif") left bottom no-repeat;
}
#nav li a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 1em;
	padding: 9px 0;
	white-space: nowrap;
}
#nav li#n1 a {
	width: 50px;
}
#nav li#n2 a {
	width: 75px;
}
#nav li#n3 a {
	width: 100px;
}
#nav li#n4 a {
	width: 100px;
}
#nav li#n5 a {
	width: 60px;
}
#nav li#n6 a {
	width: 70px;
}
#nav li#n7 a {
	width: 70px;
}
#nav li a:hover {
	color: #000000;
	background: url("../dir_images/background/here_nav.png") left bottom repeat-x;
	text-decoration: none;
}
#nav li a.here, #nav li a.here:hover {
	background: #87b0f7;
}
#localnav {
	height: 24px;
	border-bottom: 1px solid #dadad1;
	border-top: 1px solid #dadad1;
	width: 774px;
	list-style: none;
	font-size: 92%;
	margin: -3px 0 0;
}
#localnav li {
	float: left;
	line-height: 24px;
	margin: 0;
	padding: 0 15px;
	background: url("../dir_images/background/d_localnav.gif") 100% 55% no-repeat;
}
#mainContent {
	float: left;
	width: 480px;
	margin: 0 0 2em 12px;
	display: inline;
	position: relative;
	z-index: 2;
}
#mainContentcontact {
	float: left;
	width: 400px;
	margin: 0 0 2em 12px;
	display: inline;
	position: relative;
	z-index: 2;
}
#home #mainContent {
	float: left;
	width: 515px;
	margin: 0;
}
.full {
	width:890px;
	margin-left:auto;
	margin-right:auto;
}

.calfull {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
#sideBar {
	float: right;
	width: 256px;
	margin: 0 0 2em;
}
#home #mainContent, #home #sideBar {
	margin-bottom: 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 890px;
	line-height: 1.2em;
	color: #CCCCCC;
	background: url("../dir_images/background/bg_footer.png") left top repeat-x;
	height: 33px;
}
/* ------- globals ------- */
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cccccc;
}
a:active {
	color: #ffffff;
}
a img {
	background: none;
	border: 0;
}
a.more, .localnav li a {
	font-style: oblique;
	background: url("../dir_images/bullet_m.gif") 100% 5px no-repeat;
	padding-right: 9px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	line-height: normal;
	margin: 0;
	position: relative;
	z-index: 999;
}
h1 {
	color: #FFFFFF;
	font-size: 200%;
	margin: 10px 0 0;
}
#home #mainContent h2, #home #sideBar h2 {
	color: #fff;
	font-weight: bold;
	font-size: 117%;
	background: url("../dir_images/background/bg_nav1.png") left bottom repeat-x;
	line-height: 25px;
	height: 25px;
	padding: 0 7px;
	margin-top: 0;
}
#mainContent h2 {
	color: #888;
	font-size: 137%;
	background: none;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin-top: 1em;
}
#sideBar h2 {
	color: #fff;
	font-weight: bold;
	font-size: 117%;
	background: #665;
	line-height: .9em;
	padding: 6px 7px;
	margin-top: 0;
}
h2 img {
	padding-top: 6px;
}
h3, legend {
	font-size: 107%;
	color: #333322;
	margin-top: 20px;
	font-weight: bold;
}
legend {
	margin: 0;
	padding: 0 3px;
}
h4 {
	font-size: 100%;
	padding-top: 7px;
}
li h4 {
	padding-top: 0;
}
ul li {
}
sup {
	line-height: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
	z-index: 99;
	margin: 5px;
	line-height: 1.2em;
	padding: 2px 0 2px 10px;
	background: url("../dir_images/background/bullet.gif") .25em .5em no-repeat;
}
#home ul li {
	position: inherit;
}
img.alignright {
	float: right;
	margin: 4px 0 5px 20px;
}
img.alignleft {
	float: left;
	margin: 4px 9px 5px 0;
}

.box {
	border: 1px solid #ccc;
}
#sideBar select, #sideBar input {
	font-size: 95%;
}
/* ------- content ------- */
#latestUpdates {
	margin: 0 0 3px;
	width: 256px;
	height: 210px;
	border-bottom: 3px solid #665;
	position: relative;
}
#latestUpdates .box {
	height: 183px;
	overflow: auto;
	position: relative;
}
#upcomingEvents {
	margin: 5px 0 3px;
}
#upcomingEvents .box {
	position: relative;
	height: 260px;
	overflow: auto;
}
#upcomingEvents ul li {
	float: left;
	display: inline;
	width: 45%;
	height: 52px;
	margin: .25em .25em .25em .45em;
}
#upcomingEvents ul li em {
	font-style: normal;
	font-size: 92%;
	line-height: 100%;
}
/* ------- sideBar ------- */
#featuredDestinations {
	margin: 0 0 3px;
}
#featuredDestinations .box {
	position: relative;
	height: 269px;
	overflow: auto;
}
#featuredDestinations ul li {
	clear: both;
	margin: 0;
	border-bottom: 1px solid #d2d2c2;
	padding: 5px;
	line-height: 1.2em;
	/*	background: #f5f5ed url("../dir_images/bg_dest.gif") left top repeat-x;
*/	font-size: 92%;
}
#featuredDestinations ul li span {
	float: right;
	width: 141px;
}
#otherFacilities {
	margin: 0 0 3px;
	border-bottom: 3px solid #665;
}
#otherFacilities .box {
	position: relative;
}
#otherFacilities ul li {
	background: none;
	padding-left: 0;
	padding-top: 0;
}
#otherFacilities ul li a {
	display: block;
	height: 50px;
	cursor: pointer;
}
#otherFacilities ul li span {
	float: right;
	width: 185px;
	padding: 12px 0 0;
	margin: 0;
}
#otherFacilities ul li img {
	float: left;
	width: 50px;
}
#home #otherFacilities .box {
	height: 322px;
	overflow: auto;
}
#home #otherFacilities ul li span {
	width: 170px;
}
#locationDetails {
	margin: 15px 0 3px;
	border-bottom: 3px solid #665;
}
#locationDetails .box {
	padding: 8px;
	background: #f5f5ed url("../dir_images/background/bg_location.gif") left top repeat-x;
}
/* ------- search ------- */
#search {
	width:196px;
	height:20px;
	padding:6px 0 0 9px;
	float:right;
	vertical-align:middle;
}
#search img {
	margin: 0 0 0 5px;
	position: absolute;
	top: 5px;
}
/*#search select {
width: 110px;
}
*/
#search input {
	width: 130px;
}
#search input.go {
	width: 55px;
}
#search input.radio {
	width: auto;
}
.search {
	width:230px;
	height: 17px;  
}

.searchbutton {
	position:relative;
	width:22px;
	height:17px;
	border:0;
	top:4px;
}
/* ------- cse-search-box ------- */
#cse-search-box {
	position: absolute;
	top: 84px;
	right: 6px;
	color: #fff;
}
/*#cse-search-box img {
	margin: 0 0 0 5px;
	position: absolute;
	top: 1px;
}
#cse-search-box select {
	width: 110px;
}
#cse-search-box input {
	width: 140px;
}
#cse-search-box input.go {
	width: auto;
}
#cse-search-box input.radio {
	width: auto;
}
*//* ------- g ------- */
#footer p {
	margin: 0;
}
#footer ul {
	padding-left: 2px;
	list-style: none;
}
#footer ul li {
	float: left;
	margin: 0;
	padding: 9px 8px 0;
	background: url("../dir_images/background/d_footer.gif") 100% 95% no-repeat;
}
#footer ul li.last, #localnav li.last, #footer ul li.siteby {
	background: none;
}
#footer ul li.copyright, #footer ul li.siteby {
	float: right;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #CCCCCC;
	background: none;
	padding: none;
}
#footer ul li a:hover {
	padding: none;
}
#seal a {
	position: absolute;
	top: 3px;
	left: 10px;
	width: 112px;
	height: 70px;
/*	background: transparent url("../dir_images/logos/logoheaderball.png") left top no-repeat;
*/	text-indent: -999em;
	overflow: hidden;
}
/* ------- misc ------- */

.shadow {
	float: left;
	background: url("../dir_images/background/drop.png") no-repeat bottom right;
	margin: 1px 0 0 1px;
}
.shadow.detail {
	margin-left: 42px;
	display: inline;
}
.shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	margin: -1px 5px 5px -1px;
}
.note {
	font-style: italic;
	font-size: 83%;
}
		  				  
/*SLIDER*/

*								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif; }

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }

#page-wrap						{ background: white; width: 890px; margin: 0 auto; }

#slider							{ background: white url(../dir_images/slider/slider-bg1.jpg); height: 227px; overflow: hidden;
								  position: relative; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{ padding: 40px 30px; width: 900px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #ac0000; }
.slide p						{ color: #999; font-size: 12px; line-height: 22px; width: 300px; }
.slide img						{ position: absolute; top: 20px; left: 400px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }