html, body
{
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
}

a
{
	text-decoration: none;
	cursor: pointer;
	color: #d24c20;
}

#container
{
	text-align: left;
	float: none;
 	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-color: #080808;
	font-family:Georgia,Geneva,Tahoma;
}

#header
{
	width: 100%;
	overflow: auto;
	margin: 0 auto;
}

#top_row
{
	height: 4px; 
	background-image: url(../images/top-bar.png);
	background-repeat:repeat-x;
}

#header_bkg
{
	background-image: url(../images/header-bar-bg-hld.png);
	background-repeat:repeat-x;
	position:relative;
}

#header_content
{
	float: none;
	width: 962px;
	text-align:left;
	padding-top: 15px;
	margin: 0 auto;
}

#content_index
{
	float: none;
	width: 964px;
	height: 365px;
	text-align:left;
	margin: 0 auto;
}

#content_main_page
{
	background:#6B170C url(../images/s2-bg-hld2.png) repeat scroll 50% 0;
	color:#FFFFFF;
	min-height: 53px;
}

#content_main_page  .top 
{
	background:transparent url(../images/s2-bgtop-hld2.png) repeat-x scroll 50% 0;
	color:#FFFFFF;
	height: 53px;
}

#content
{
	background:#6B170C url(../images/s2-bg-hld2.png) repeat scroll 50% 0;
	color:#FFFFFF;
	height: auto;
	min-height: 500px;
	overflow: auto;
	padding-bottom: 10px;
}

#content  .top 
{
	background:transparent url(../images/s2-bgtop-hld2.png) repeat-x scroll 50% 0;
	color:#FFFFFF;
	height: 53px;
}

#bottom_menu 
{
	background:transparent url(../images/bottom-menu-bg-hld.png) repeat-x scroll 50% 0;
	height:53px;
}

#footer 
{
	background:transparent url(../images/section-five-bgtop-hld.png) repeat-x scroll 50% bottom;
	padding-bottom:20px;
	padding-top:10px;
	height: 70px;
	margin: 0 auto;
}

#footer_content
{
	float: none;
	width: 962px;
	text-align:left;
	padding-top: 15px;
	padding-left: 20px;
	margin: 0 auto;
	vertical-align: middle;
}

#copyright 
{
	color:#3B2D22;
	display:block;
	float:left;
	font-size:9pt;
	height:30px;
	margin-left:24px;
	margin-top:25px;
}




/**************************************************************************
Menu CSS
****************************************************************************/

#menu
{
	padding: 1px 1px 15px 1px; 
	width: 960px;
}

#hori_menu
{
	height: 32px;
	display: block;
	margin-top: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 100;
	position: relative;
	border:1px solid #333333;
	font-size:14px;
}

ul#horiznav.menutop, #hori_menu ul.menutop 
{
	margin:0;
	padding:0;
	position:relative;
}

#hori_menu ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menutop 
{
	float:left;
	line-height:1;
	margin-bottom:1.5em;
	position:relative;
}

.menutop li 
{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}

#hori_menu li 
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#hori_menu li.active {
	margin-left:-1px;
	margin-top:-1px;
	
	background: transparent url(../images/menu2-tab-m.png) scroll 50% 0 no-repeat;
}

#hori_menu li.active span {
	background: transparent url(../images/menu2-tab-l.png) scroll 0% 0 no-repeat;
	padding-top: 1px;
	
}

#hori_menu li.active a, #hori_menu li.active .separator 
{
	display:block;
	float:left;
	height:43px;
	line-height:34px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	z-index:100;
	color: #FFFFFF;
	background: transparent url(../images/menu2-tab-r.png) scroll 100% 0 no-repeat;
}

#hori_menu li span
{
	height: 34px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	display: block;
	z-index: 100;	
}


#hori_menu a, #hori_menu .separator
{
	color: #bbbbbb;
}

#hori_menu li a:hover, #hori_menu li .separator:hover
{
	color: #ffcc00;
}

#hori_menu li.sfHover a, #hori_menu li:hover a, #hori_menu li:hover li a:hover, #hori_menu ul li.active ul li.active a, #hori_menu ul li.active ul li.active li.active a, #hori_menu ul li.active.parent ul li a:hover, #hori_menu ul li.active.parent ul li .separator:hover
{
	color: #d24c20;
}

/*****************
Main Page Showcase 
*****************/

.showcase-top 
{
	background:#000000 url(../images/showcase-top-middle.png) repeat-x scroll 0 100%;
}
.showcase-top2 
{
	background:transparent url(../images/showcase-top-right.png) no-repeat scroll 100% 100%;
}

.showcase-top3 
{
	background:transparent url(../images/showcase-top-left.png) no-repeat scroll 0 100%;
}

.showcase-left 
{
	background:transparent url(../images/showcase-left-bg.png) repeat-y scroll 0 50%;
	height: 345px;
	width: 12px;
	float: left;
	padding-top:3px;
}

.showcase-right 
{
	background:transparent url(../images/showcase-right-bg.png) repeat-y scroll 100% 50%;
	height: 345px;
	width: 12px;
	float: left;
	padding-top:3px;
}

.showcase 
{
	background:#000000 none repeat scroll 0 0;
	float: left;
	padding-top:4px;
	width: 940px;
	height: 344px;
}

.showcase-top, .showcase-top2, .showcase-top3 
{
	height:6px;
}

.showcase-bottom
{
	background:#000000 url(../images/showcase-bottom-middle.png) repeat-x scroll 0 0;
	width: 944px;
	height: 6px;
	float: left;
}
.showcase-bottom2 
{
	background:transparent url(../images/showcase-corner-right.png) no-repeat scroll 100% 0;
	width: 10px;
	height:6px;
	float: left;
}

.showcase-bottom3 
{
	background:transparent url(../images/showcase-corner-left.png);
	width: 10px;
	height:6px;
	float: left;
}


/**************************************************************************
Content CSS
****************************************************************************/

#main_content
{
	float: none;
	width: 962px;
	text-align:left;
	margin: 0 auto;
	heigh: auto;
	min-height: 500px;
	overflow: auto;
	margin-top: -33px;
}

#left_content
{
	float: left;
	width: 712px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF url(../images/hld-content-bg.png) repeat-y scroll right top;
	overflow: auto;
	height: auto;
	min-height: 500px;
}

#right_content
{
	float: left;
	width: 250px;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
	height: auto;
	min-height: 100%;
}

#left_content .padding
{
	padding:25px 15px 10px;
}

.contentpaneopen 
{
	width:100%;
	color:#333333;
	font-family:Helvetica,Arial,FreeSans,sans-serif;
	font-size:12px;
}

#content_h1 
{
	border-bottom:1px dotted #D4DCCC;
	color: #D4DCCC;
	font-family:Georgia,Geneva,Tahoma;
	font-size: 50pt;
	line-height:100%;
	margin:0 0 10px;
	font-weight: normal;
}

#content_h2 
{
	font-size: 17pt;
	line-height:100%;
	color:#333333;
}

#content_h3 
{
	font-size: 14pt;
	color:#333333;
}

.hld-hunts-s 
{
	margin-bottom:25px;
	min-height:415px;
	width:330px;
	padding-left: 20px;
}

.hld-hunts-special
{
	margin-bottom:25px;
	min-height:415px;
	width:497px;
	padding-left: 20px;
}

.hld-hunts-s h5, .hld-hunts-special h5 
{
	color:#3B2D22;
	font-size:200%;
	font-weight:normal;
	line-height:75%;
	margin:0;
	padding-bottom:0;
	text-transform:uppercase;
	width: 497px;
}

.hld-hunts-s h5 span, .hld-hunts-special h5 span 
{
	color:#D4DCCC;
	font-weight:bold;
	padding-left: 20px;
}

.hld-hunts-s .hld-hunts-special .hld-hunts-pic-s 
{
	border-top:4px solid #3B2D22;
}

.hld-hunts-s h1, .hld-hunts-special h1 
{
	font-family:Helvetica,Arial,FreeSans,sans-serif;
	font-size:200%;
	
}

.hld-hunts-s p, .hld-hunts-special p, .hld-hunts-s h1, .hld-hunts-special h1 
{
	border:0 none;
	margin:0;
	width:497p;
}

.hld-hunts-s h1 span, .hld-hunts-special h1 span
{
	color:#D4DCCC;
	font-weight:bold;
	margin-right:10px;
}

.fracNum 
{
	vertical-align:0.75em;
	color:#D24C20;
}

.fracNum, .fracDen 
{
	font-size:50%;
	margin:0 0.25em;
	color:#D24C20;
}

.rightmod-top1 
{
	background:transparent url(../images/sidemod-top-l.png) scroll 50% 0;
	width: 8px;
	height: 25px;
	float: left;
}

.rightmod-top2 
{
	background:transparent url(../images/right_menu_top.png) no-repeat scroll 100% 0;
	width: 224px;
	height: 25px;
	float: left;
}

.rightmod-top3 
{
	background:transparent url(../images/sidemod-top-r.png) no-repeat scroll 0 0;
	width: 8px;
	height: 25px;
	float: left;
}

.right_menu_content
{
	background: #231b13 url(../images/right_menu_bkg.png) repeat-y;
	height: auto;
	min-height: 350px;
	width: 240px;
	float: left;
	overflow: hidden;
}

.rightmod-bottom1 
{
	background:transparent url(../images/sidemod-bottom-l.png) scroll 50% 0;
	width: 8px;
	height: 18px;
	float: left;
}

.rightmod-bottom2 
{
	background:transparent url(../images/right_menu_bottom.png) no-repeat scroll 100% 0;
	width: 224px;
	height: 18px;
	float: left;
}

.rightmod-bottom3 
{
	background:transparent url(../images/sidemod-bottom-r.png) no-repeat scroll 0 0;
	width: 8px;
	height: 18px;
	float: left;
}

.menutable 
{
	padding:0 20px;
	margin-bottom: 15px;
}

.menutable h3
{
	color:#8D7551;
	font-size:140%;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0;
	padding-left:0;
	text-transform:uppercase;
}

ul.menu 
{
	margin:0;
	padding:0;
	margin-bottom:0;
	padding-bottom:30px;
}

ul.menu li 
{
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.menu li a, ul.menu li.active li a, ul.menu li.active li.active li a, ul.menu a, a.mainlevel 
{
	background:#15100B url(../images/sidemod-readon2.png) no-repeat scroll 12px 8px;
	color:#FFFFFF;
}

ul.menu a, ul.menu li.active a, a.mainlevel 
{
	display:block;
	width: 226px;
	float:left;
	font-size:120%;
	height:26px;
	line-height:26px;
	margin-bottom:1px;
	margin-left:-14px;
	overflow:hidden;
	text-indent:30px;
}

ul.menu span 
{
	display:block;
	height:26px;
}

.padding 
{
	padding:0 0 10px 7px;
}

h1, h2, h3, h4, h5 
{
	font-weight:normal;
	line-height:120%;
	margin:25px 0 10px;
	padding-bottom:5px;
}

p 
{
	margin-bottom:15px;
	margin-top:10px;
}
