/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#4e4537;
	font-size:14px;
	margin:0 0 45px 0;
	background-color:#92836d;
	background-position: top center;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a { 
	color:#8c0e0c;
	font-size: 14px;
}

h1, h2, h3, h4, p { margin:0 0 10px 0; color: #181818; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.home_news {
	position:relative;
	width:auto;
	height:auto;
	margin: 10px 0;
	padding: 0 10px;
}

.home_right {
	position:relative;
	float:right;
	width:220px;
	right:-20px;
	height:auto;
	margin: 10px 0;
	padding: 0 10px;
}

.news_title {
	color: #000066;
	font-size: 22pt;
}

.profile_name {
	color: #72082b;
	font-size: 16px;
	border-bottom: 1px solid #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.dropdown a { 
	color:#1b2345;
	font-size: 14px;
	text-decoration: none;
}

.img-btn {
	border:0;
	margin-bottom:6px;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	bottom: 0;
	left: 0;
}

a:hover img.img-btn {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}

a .navlink {
text-decoration:none;
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:946px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:266px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */

#nav-container {
	position:relative;
	top:0;
	left:0;
	width:923px;
	height:110px;
padding: 72px 0 0 19px;
	background-repeat: no-repeat;
	background-image: url(images/bg_nav4.jpg);
}

#nav {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:40px;
}

#countbanner {
position:relative;
color:#FFFFFF; 
background-color:#000000; 
width:905px; 
height:50px; 
text-align:center;
font-size:24px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:923px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_body3.jpg);
	padding: 0 0 0 23px;
}

#main-tree {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
	padding: 0 10px 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-tree.jpg)
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:565px;
	height:auto;
	padding: 10px 20px 0 20px;
}

#content_main-lg {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:623px;
	height:auto;
	padding: 10px 0 0 20px;
}

#content_main-lg2 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:823px;
	height:auto;
	padding: 10px 0 0 20px;
}

/* ---- end main content settings ---------------- */

/* ---- start content sides settings -------------- */

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:219px;
	height:auto;
	padding: 0 5px;
}

#content_left img {
	margin: 10px 0;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:219px;
	height:auto;
	padding: 10px 0 10px 5px;
}

#countdown {
	position:relative;
	top:0;
	left:0;
	width:211px;
	height:34px;
	color: #fff;
	font-size: 14px;
	padding: 75px 15px 0 12px;
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_countdown.jpg);
}


#defaultCountdown {
	left:100px;
}

#player_profile {
	position:relative;
	top:0;
	left:0;
	width:208px;
	height:454px;
	line-height: 20px;
	padding: 20px 10px 0 10px;
	background-repeat: repeat-y;
	background-image: url(images/bg_player-profile.jpg);
}

/* ---- end side bar content settings ---------------- */

#email_signup {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:900px;
	height:40px;
	padding: 5px 0 0 0;
	background-repeat: repeat-x;
	background-image: url(images/bg_email3.jpg);
}

#social-bar {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:900px;
	height:46px;
	padding: 5px 0 0 0;
	background-repeat:no-repeat;
}

#email_signup a {
	color: #fff;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;


}

#footer {
	position:relative;
	top:0;
	left:0;
	color:#656565;
	width:850px;
	height:60px;
	clear:both;
	font-size: .8em;
	padding: 20px 10px 20px 30px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:47px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav3.gif);
}

a#nav_01 {
	width:95px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -47px;
}

.active_01 {
	background-position: 0 -47px !important;
}

a#nav_02 {
	width:155px;
	cursor:default;
	background-position:-95px 0;
}

a:hover#nav_02{
	background-position:-95px -47px;
}

.active_02 {
	background-position:-95px -47px !important;
}

a#nav_03 {
	width:117px;
	cursor:default;
	background-position:-250px 0;
}

a:hover#nav_03{
	background-position:-250px -47px;
}


.active_03 {
	background-position:-250px -47px !important;
}

a#nav_04 {
	width:148px;
	cursor:default;
	background-position:-520px 0;
}

a:hover#nav_04{
	background-position:-520px -47px;
}

.active_04 {
	background-position:-520px -47px !important;
}

a#nav_05 {
	width:96px;
	cursor:default;
	background-position:-678px 0;
}

a:hover#nav_05{
	background-position:-678px -47px;
}

.active_05 {
	background-position:-678px -47x !important;
}

a#nav_06 {
	width:131px;
	cursor:default;
	background-position:-774px 0;
}

a:hover#nav_06{
	background-position:-774px -47px;
}

.active_06 {
	background-position:-774px -47px !important;
}
/* ---- start nav drop settings -------------------------- */

#hidden-layers {
	position:absolute;
	top:375px;
	left:0;
	width:930px;
	height:auto;
}

#hidden-layers a {
	color:#fff;
	padding:3px;
	display:block;
	font-size:14px;
	text-decoration:bold;
}

#hidden-layers a:hover {
	background-color:#AB1B1A;
	color:#000;
}

#L3, #L4, #L5, #L6, #L7 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#AB1B1A;
	border-left:2px solid #AB1B1A;
	border-right:2px solid #AB1B1A;
	border-bottom:2px solid #AB1B1A;
}


#L3 { width:155px; left:550px; }
#L4 { width:150px; left:123px; }
#L5 { width:125px; left:275px; }
#L6 { width:175px; left:665px; }
#L7 { width:120px; left:805px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}


/* ------- hidden layers ------------------------ */

#ad-nav a {
	font-size:12px;
	padding:3px;
	color:#fff;
	border:1px solid #000;
	background-color:#505c74;
}

#ad-nav a.active {
	color:#779;
	background-color:#fff;
}

/*--#hidden-layers {
	position:relative;
	top:0;
	left:0;
	width:100%;
}--*/

#P1 {
	position:absolute;
	top:-360px;
	right:50px;
	width:336px;
	height:auto;
	visibility:hidden;
	border:2px solid #000;
	background-color:#fff;
	z-index: 1;
}

.show-hm {
	visibility:visible !important;
}

