html,body {	
	margin:0 auto 0 auto;
	background: url(images/content_bk.jpg) top repeat;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size:10pt;
	line-height:150%;
	*text-align:center;
	color:#333333;
}

body.mceContentBody {
background-color: #e8e7da !important; /* found that FF needs this?*/
background-image: none;
color: #000000;
text-align: left;
}

/* Header Div's
---------------------------------------------------------------------------------------------
*/

div#header_container {	 
	height:149px;
	background: url(images/header_bk.jpg) top repeat-x;
	}

div#header_shadow {	
	height:149px;
	width:996px;
	text-align:left;
	margin:0 auto 0 auto;
	*text-align:center;
	background: url(images/back_shadow.png) top repeat-y;
	_background: url(images/back_shadow_header.jpg) top repeat-y;
	}

div#header {	
	height:149px;
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	*text-align:center;
	background-color: #FFFFFF;
	}

div#logo {	
	height:149px;
	width:246px;
	float:left;
	text-align:left;
	background: url(images/sugarloaf_lodge.jpg) top no-repeat;
	cursor:pointer;
	}

div#icf_container {	
	height:149px;
	width:714px;
	float:left;
	text-align:left;
	}

div#icf_overlay {	
	height:149px;
	width:714px;
	
	position:absolute;
	z-index:500;
	}

div#icf {	
	height:149px;
	width:714px;
	text-align:left;
	position:absolute;
	z-index:250;
	}
	
/* Nav Div's
---------------------------------------------------------------------------------------------
*/

div#nav_container {	 
	height:32px;
	background: url(images/nav_background_bk.jpg) top repeat-x;
	}

div#nav_shadow {	
	height:32px;
	width:996px;
	text-align:left;
	margin:0 auto 0 auto;
	*text-align:center;
	background: url(images/back_shadow.png) top repeat-y;
	_background: url(images/back_shadow_nav.jpg) top repeat-y;
	}
	
div#nav {	
	height:32px;
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	*text-align:center;
	background: url(images/nav_bk.jpg) top repeat-x;
	}
	
.nav_padding {	
	padding:0 0 0 10px;
	}

/* Content Div's
---------------------------------------------------------------------------------------------
*/

div#content_container {	 
	}

div#content_shadow {	
	width:996px;
	text-align:left;
	margin:0 auto 0 auto;
	*text-align:center;
	background: url(images/back_shadow.png) top repeat-y;
	_background: url(images/back_shadow_content.jpg) top repeat-y;
	}
	
div#content {	
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	*text-align:center;
	background-color: #FFFFFF;
	}

.padding {	
	padding: 0 30px;
	text-align:left;
	}
	
.clear {	
	width:100px;
	height:10px;
	overflow:hidden;
	clear:both;
	}

div#languages_container {	
	padding:15px 15px 0 0;
	text-align:right;
	}

div#languages {	
	padding:8px 3px 2px 8px;
	*height:25px;
	_height:33px;
	_overflow:hidden;
	float:right;
	text-align:right;
	background-color: #E6E6E6;
	color: #808080;
	}
	
/* Footer Div's
---------------------------------------------------------------------------------------------
*/

div#footer_container {	 
	}

div#footer {	
	width:960px;
	margin:10px auto 0 auto;
	text-align:center;
	}
	
div#footer_bottom {	
	height:44px;
	width:996px;
	text-align:left;
	margin:0 auto 0 auto;
	*text-align:center;
	background: url(images/footer_bottom.png) top no-repeat;
	_background: url(images/footer_bottom.jpg) top no-repeat;
	}


/* Text styles
---------------------------------------------------------------------------------------------
*/	

h1 {
	font-family: "Treberhet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:19pt;
	line-height:135%;
	font-style:italic;
	color:#990100;
	margin:0 0 0 0;
	}


h2, h3, h4, h5 { 
	font-family: "Treberhet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12pt;
	line-height:135%;
	color:#666666;   	
	}
	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	

#footer a:link, #footer a:visited {
	color:#666666;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color:#5D9DE6;
	text-decoration: none;
	}

img {	
	border: none;
}

a img {
	border: none; 
}

.image {	
	border: none;
}

a.img:link, a.img:visited, a.img:hover, a.img:active {
	border-bottom: none !important;
	border:0px solid #000;
	border-bottom:none;
}

a:link, a:visited {
	color: #990100;
	text-decoration: underline;
}

a:hover, a:active {
	color: #B3BF39;
	text-decoration: underline;
}

/*
Dropdown menu    =DROP
---------------------------------------------------------------------------------------------
*/

/* Main Menu Bar */

div.menuBar {	
	margin:0 auto 0 auto;
}

div.menuBar a.menuButton {
	cursor: pointer;
	z-index: 5000;
	border-bottom: none;
	_border-bottom: none;	
	text-align:center;
	}

/* 	place menu text style here	*/

div.menuBar a.menuButton:link, div.menuBar a.menuButton:visited {
	display:inline-block;
	height:32px;
	line-height:250%;
	
	color:#FFFFFF;
	font-family: "Treberhet MS", Tahoma,  Helvetica, Arial, sans-serif;
	font-size:10pt;
	letter-spacing:-0.5px;
	margin:0;
	padding:0 8px 0 8px;
	text-decoration: none;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	color:#b3bf39;
	text-decoration: none;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
	background-color:#000000;
	}

/* drop down menu */

div.menu {
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	display: block;
	padding:3px 10px 10px 10px;
	background-color:#000000;
}

div.menu a.menuItem {
	cursor: pointer;
	display:block;
	text-decoration: none;
	white-space: nowrap; 
	border-bottom: none;
	_border-bottom: none;
	text-align:left;
}

/* 	place drop down menu text style here	*/

div.menu a.menuItem:link, div.menu a.menuItem:visited {
	color:#FFFFFF;
	padding:3px 0 3px 0;
	border-bottom:1px dotted #cccccc;
	font-size:9pt;
}

div.menu a.menuItem:hover, div.menu a.menuItem:active {
	color:#b3bf39;
}	

/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/
	
.fborder {
}

.forumheader, .forumheader2, .forumheader3 {
	padding: 4px;
	text-align: left;
}

.forumborder {
}

.fcaption {
	padding:8px;
	text-align: left;
}

.finfobar{
	background-color: #f8f8f8;
	padding: 4px;
	font-size: 8pt; 
	text-align: left;
}

.button {
}

.smallblacktext, .smalltext {
	padding: 4px;
	font-size: 8pt; 
	text-align: left;
}

td {
	text-align: left;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size:10pt;
	line-height:150%;
}

.nextprev {
	font-size: 8pt; 
	text-align: left;
}

.tbox{
	font-size:10pt;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.finfobar{
	background-color: #CCC8C8;
	color:#000;
	padding: 4px;
	border: 1px solid #C3BDBD;
}

.helpbox {
	font-size: 8pt; 
	text-align: left;
}