* {
	margin: 0px;
	padding: 0px;
}
	
body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

h1	{
	font-size: 22pt; 
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}
	
h2 {
	color: #444;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16pt;
	line-height: 18pt;
}

h3 {
	font-size: 14pt;
	color:#FFF;
	text-transform:uppercase;
}
	
h3.accordion { 
	position:relative;
	font-size: 11pt;
	line-height: 16pt;
}	
	
h3 img.h3_thumb{ 
	margin-left:30px;
	position:absolute;
}	
	
a, a:hover {
	text-decoration: none;
}

p { 
	color: #333; 
	line-height: 14pt;
	font-size: 10pt;
}
	
li	{
	padding:0px 0px 0px 0px;
}	
	
img{
	border:none;
}

a {
	color: #333;
}

a:hover {
	color: #A21617;
}


/*	STRUCTURE:
--------------------------------------------------------------------------------*/

#container {
	width: 850px;
	margin: 85px auto 20px; auto;
	overflow: hidden;
}

#headerContainer {
	background: url(../images/bg.jpg) repeat-x top; 
	height: 115px;
	margin: 0;
	padding: 0;
}
	
#nav_feature {
	width: 850px;
	margin: 0 auto;
	text-align:center;
	height: 220px;
}

.float_right {
	float: right;
	margin-left: 10px;
}


/*	CONTENT:
--------------------------------------------------------------------------------*/

#content{
	width: 850px;
}	
	
.left, .right, #listing_left, #vertical_container, .innerLeft, .innerRight {
	float:left;
}

.left, .right{
	width:400px;
}

.left{	
	margin-right:20px;
}

#leftColumn {
	float: left;
	width: 48.5%;
	margin: 20px 0 40px 0;
}

#rightColumn {
	float: right;
	width: 48.5%;
	padding: 20px 0;
}

#content hr {
	border: 1px solid #CCC;
	margin: 15px 0;
}


/*	HEADER & NAVIGATION:
--------------------------------------------------------------------------------*/


#logo {
	background: url(../images/header-logo.png) no-repeat center; 
	width: 860px;
	height: 180px;
	margin: 0 auto;
}

#home {
	float: left;
	width: 336px;
	height: 110px;
	margin: 23px 0 0px 0;
}

#nav {
	float: right;
	width: 510px;
	padding-top: 108px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}

#nav ul li a{
	color:#333;
	text-decoration:none;
}

#nav ul {
	margin: 0 0 20px 0;
}

#nav li {
	display: inline-block;
	list-style: none;
	font-size: 9pt; 
	text-align: center;
	margin: 2px 2px 0 2px;
	float: left;
}

#nav li a{
	padding: 7px;
}

#nav li a:hover {
	color: #fff;
}

#social {
	clear: both;
	padding: 15px 0 0 5px;
	width: 200px;
}

li#current a#activities, li#current a#accom, li#current a#eat, li#current a#trans, li#current a#info {
	color: #fff;
}

li#current a#activities, li a:hover#activities{
	background: #669933;
}

li#current a#accom, li a:hover#accom{
	background: #AD162B;
}

li#current a#eat, li a:hover#eat{
	background: #7D155C;
}

li#current a#trans, li a:hover#trans{
	background: #0092DD;
}

li#current a#info, li a:hover#info{
	background: #FF8E24;
}

/*	HOMEPAGE - OPERATOR FEATURE:
--------------------------------------------------------------------------------*/

#feature{
	padding: 15px;
	overflow: hidden;
	color: #fff;
	width: 380px;
	height: 425px;
	margin: 0;
}

.greenSlide, .redSlide, .purpleSlide, .blueSlide, .orangeSlide {
	padding: 15px;
	width: 380px;
	height: 420px;
}

.greenSlide {
	background: #5C9826;
}

.redSlide {
	background: #A61326;
}

.purpleSlide {
	background: #7D155D;
}

.blueSlide {
	background: #1D80BF;
}

.orangeSlide {
	background: #FA8E24;
}

.text {
	height: 178px;
}

#slideNav {
	margin-bottom: 20px;
	width: 395px;
	height: 22px;
	text-align: right;
	padding: 10px 0px 15px 15px;
}


#slideNav a { text-decoration: none; margin: 0 2px; padding: 2px 2px; color: #444; font-weight: bold; font-size: 9pt;}
#slideNav a.activeSlide { border-bottom: 2px solid #555;}
#slideNav a:focus { outline: none; }

#feature h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16pt;
	color:#fff;
}

#feature p {
	margin-bottom: 8px;
	font-size: 10pt;
	line-height: 13pt;
	color:#fff;
}

#feature p img {
	vertical-align: middle;
	margin-right: 10px;
}
	
#feature a{ 
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

#feature a:hover{
	border-bottom: 1px solid #fff;
}

ul#featureNav {
	float: right
}

ul#featureNav li{
	display: inline;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 4px;
}



/*	HOMEPAGE - GUIDE PDF:
--------------------------------------------------------------------------------*/

#guide {
	background: url(../images/guide.jpg); 
	height: 112px;
	width: 378px;
	padding: 47px 0 0 17px;
}

#guide img, #links img {
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 4px;
}

#guide h3, #links h3 {
	font-size: 12pt;
}

#guide h3 a, #links h3 a{
	color: #fff;
	text-decoration: none;
	border: 0;
}

#guide h3 a:hover, #links h3 a:hover{
	border-bottom: 2px solid #fff;
}

#guide p {
	color: #fff;
	margin-top: 5px;
}

#guide a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
}

#links {
	color: #fff;
	background: #A21617;
	padding: 10px;
	width: 212px;
	margin: 15px 0;
}


/*	HOMEPAGE - JOIN:
--------------------------------------------------------------------------------*/

#join {
	background: #5C9826; 
	width: 378px;
	padding: 15px;
}

#join img {
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 4px;
}

#join h3 {
	font-size: 12pt;
}

#join h3 a{
	text-decoration: none;
	border: 0;
}

#join h3 a:hover{
	border-bottom: 2px solid #fff;
}

#join p {
	color: #fff;
	margin-top: 5px;
	text-align: left;
}

#join a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
}

	
/*	LEFT LISTINGs:
--------------------------------------------------------------------------------*/

#left, #listing_left{
	border-right:2px #CCC solid;
	padding-right:20px;
	}
	
#listing_left{ width:303px;}	

#listing_left img{
	margin: 15px 0;
}

#listing_left p{
	margin-bottom: 10px;
}

#listing_left hr{
	border: 1px solid #CCC;
	margin: 15px 0;
}

#vertical_container { 
	width:500px;
	padding-bottom: 20px;
}

#center {
	width: 650px; 
	padding: 0px 10px 10px 10px;
}


/*	ACCORDION DIVS:
--------------------------------------------------------------------------------*/

.accordion {
	display: block;
	height: 30px;
	padding: 10px 10px 0 10px;
	cursor: pointer;
	margin:3px 0px 5px 0px;
}		

.accordion_content {
	font-size: 12pt;
	overflow:hidden;
	color:#333;
	padding: 10px 0;
}
	
.accordion_inner, .innerLeft { 
	width:200px;
}

.accordion_inner2, .innerRight {
	margin-left:15px;
	width:280px;
}	

  
/*	HOMEPAGE - LARGE IMAGE NAV MOUSE-OVER BOXES:
--------------------------------------------------------------------------------*/
			
.boxgrid{ 
	width: 166px; 
	height: 217px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
	margin-right: 4px;
}

.boxgrid img{ 
	width: 166px;
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{  
	color:#fff;
	padding: 50px 10px 10px 10px;
	font-weight:bold;
	width: 146px;
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	height: 150px; 
	opacity: 1; 
}

.caption .boxcaption {
	top: 170px;
	left: 0px;
}

#red {
	background: #a61326;
}

#blue{
	background: #0092DD;
}

#purple{
	background: #7d155d;
}

#orange {
	background: #FF8E24;
}

#green {
	background: #5c9826;	
}


/*	FOOTER:
--------------------------------------------------------------------------------*/
	
#footer{
	background:url(../images/footer.gif) repeat-x center;
	clear: both;
	height:	25px;
	color: #FFFFFF;
	padding: 20px 0 10px 0px;
	font-size: 0.9em;
	text-align: center;
}

#footer li {
	list-style: none;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

#footer li.none {
	border: 0;
}

#footer li a{
	color: #fff;
	text-decoration:none;
}
	
#footer li a:hover{
	text-decoration: underline;
}
