/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#676767;
	font-size:14px;
	margin:0 0 45px 0;
	background-color:#0C385F;
	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:#bc0621;
	font-size: 14px;
	text-decoration: none;
}

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

h1, h2, h3, h4 { color: #599fd4; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

hr {
	border:1px solid #c4dbef;
}

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

.flag {
	margin: 0 0 10px 0;
}

.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;
	margin:0 auto;
}

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:216px;
	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:57px;
	padding: 72px 0 0 19px;
	background-repeat: no-repeat;
	background-image: url(images/bg_nav1.jpg);
}

#nav {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:47px;
}

/* ---- 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 25px;
}

#main-tree {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:auto;
	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:405px;
	height:auto;
	padding: 10px 0 0 20px;
}

#content_main-lg {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:623px;
	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;
	text-align:center;
	width:211px;
	height:46px;
	color: #fff;
	font-size: 18px;
	padding: 55px 5px 0 12px;
	margin: 10px 0 -15px 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_countdown.jpg);
}

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

#player_profile img {
margin: 0 0 10px 0;
}

/* ---- 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-color: #D9ECFA;
}

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


}

#footer {
	position:relative;
	top:0;
	left:-20px;
	color:#656565;
	width:900px;
	height:50px;
	clear:both;
	font-size: 1em;
	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/nav.jpg);
}

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

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

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

a#nav_02 {
	width:92px;
	cursor:default;
	background-position:-121px 0;
}

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

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

a#nav_03 {
	width:129px;
	cursor:default;
	background-position:-213px 0;
}

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


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


a#nav_04 {
	width:83px;
	cursor:default;
	background-position:-612px 0;
}

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

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

a#nav_05 {
	width:107px;
	cursor:default;
	background-position:-695px 0;
}

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

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

a#nav_06 {
	width:115px;
	cursor:default;
	background-position:-820px 0;
}

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

.active_06 {
	background-position:-820px -47px !important;
}

/* ---- start nav drop settings -------------------------- */

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

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

#hidden-layers a:hover {
	background-color:#002667;
	color:#fff;
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#016EB1;
	border-left:1px solid #0C385F;
	border-right:1px solid #0C385F;
	border-bottom:1px solid #0C385F;
}

#L1 { width:200px; left:670px; }
#L2 { width:175px; left:600px; }
#L3 { width:175px; left:780px; }
#L4 { width:200px; left:85px; }
#L5 { width:175px; left:195px; }
#L6 { width:175px; left:725px; }
#L7 { width:175px; left:785px; }

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

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

