@charset "utf-8";
body {
	background-color: #9E4515;
	background-image: url(images/bg.jpg);
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.bgtop {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 500px;
}
.header {
	width: 998px;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.main {
	width: 1030px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main .sleft {
	background-image: url(images/shw_left.jpg);
	float: left;
	width: 1030px;
	background-repeat: repeat-y;
	background-position: left top;
}
.main .sright {
	background-image: url(images/shw_right.jpg);
	float: left;
	width: 1000px;
	background-repeat: repeat-y;
	background-position: right top;
}
.container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7B2F15;
	background-image: url(images/container_bg.jpg);
	float: left;
	width: 970px;
	text-align: left;
	min-height: 450px;
}
.container a {
	color:#55210F;
}
.container p {
	float:left;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	width: 890px;
}
.container h1 {
	float:left;
	width:790px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C4617;
	margin-top: 0px;
}

.container h2 {
	float:left;
	width:790px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.container .title {
	float: left;
	width: 890px;
	margin: 10px 40px;
}
.container .title .icon {
	float: left;
	width: 60px;
	margin-right: -40px;
}



/* ------------------ Navigation Styles ------------------- */
.navigation {
	float: left;
	height: 40px;
	width: 970px;
	background-color: #ACC32D;
	position:relative;
}
.container #flashHolder {
	float: left;
	height: 455px;
	width: 720px;
}
.container #quickLinks {
	float: left;
	width: 250px;
}
.footer {
	width: 1030px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.navigation img {
	float: left;
}
.navigation a {
	margin: 0px 0px 0px -2400px;
}
.navigation #lodging {
	background-image: url(images/nav_loging.jpg);
	background-repeat: no-repeat;
	float: left;
	position:relative;
	height: 40px;
	width: 158px;
}
.navigation #lodging:HOVER {
	background-image: url(images/nav_loging_f2.jpg);
	cursor:pointer;
}
.navigation #activities {
	background-image:url(images/nav_activities.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 138px;
}
.navigation #activities:HOVER {
	background-image: url(images/nav_activities_f2.jpg);
	cursor:pointer;
}
.navigation #eat {
	background-image:url(images/nav_eat.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 150px;
}
.navigation #eat:HOVER {
	background-image:url(images/nav_eat_f2.jpg);
	cursor:pointer;
}
.navigation #events {
	background-image:url(images/nav_events.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 104px;
}
.navigation #events:HOVER {
	background-image:url(images/nav_events_f2.jpg);
	cursor:pointer;
}
.navigation #more {
	background-image:url(images/nav_more.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 88px;
}
.navigation #more:HOVER {
	background-image:url(images/nav_more_f2.jpg);
	cursor:pointer;
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 88px;
}
.navigation #trip {
	background-image:url(images/nav_tripplanner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 147px;
}
.navigation #trip:HOVER {
	background-image:url(images/nav_tripplanner_f2.jpg);
	cursor:pointer;
}

.navigation .navDropDown {
	position:absolute;
	top:45px;
	left:0px;
	width: 211px;
}

.navigation .navDropDown .ddHolder {
	float:left;
	width:209px;
	background:#EED89A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C1571B;
	border-right-color: #C1571B;
	border-left-color: #C1571B;
}
/* -------------------------------------------------------- */
.container #eventsHolder {
	float: right;
	width: 410px;
	margin-bottom: 10px;
	margin-right: 5px;
}

