@charset "utf-8";
/* CSS Document */

*
{
	padding: 0em;
	margin: 0em;
}
body {
	background: #1b1b1b;
	padding: 0px 0px 0px 0px;
	height:100%;
}



a
{
color: #ffff99;
text-decoration: underline;
}

a:hover
{
color: #FFFFFF;
text-decoration: underline;
}

a:visited
{
color: #ffff99;
text-decoration: underline;
}
/*CONTAINER SECTION*/


#headercontainer
{
	z-index:2;
	position: relative;
	margin: 0 auto;
	height: 118px;
	height:auto;
	width: 950px;
}


.topbg
{
	position:relative;
	background-color:#000;
	margin: 0 auto;
	height: 118px;
	width: 100%;
}

#headerimg 
{	
	z-index:3;
	position: relative;
	height: 118px;
	background: #000 url('images/header.jpg') no-repeat top center;
}

.contentimgbg
{
	position: relative;
	background:#000 url('images/contentimgbg.jpg') repeat-x top center;
	margin: 0 auto;
	height: 266px;
	width: 100%;
}

#contentimg
{
	z-index:4;
	margin-top:-2.25em;
	position: relative;
	height: 306px;
	background:url('images/homeimg.png') no-repeat top center;
}
#contentimgcontainer
{
	z-index:5;
	position: relative;
	margin: 0 auto;
	height: 266px;
	height:auto;
	width: 950px;
	min-height:100%;
}

.contentbg
{
	z-index:1;
	position: inherit;
	margin: 0 auto;
	height: 100%;
	min-height:100%;
	width: 950px;
}

.contentcontainer
{
	float:left;
	z-index:6;
	position: relative;
	margin: 0 auto;
	height: 100%;
	height:auto;
	width: 100%;
	min-height:100%;
}

#content
{
	z-index:7;
	float: left;
	margin-right: -18.0em;
	width: 100%;
	height:100%;
	min-height:100%;
}

#primarycontent
{
	margin: 0em -19em 0em 0em;
	float:left;
	width:950px;
	height:100%;
	min-height:100%;
}

.contentarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-left:1.8em;
	padding-right: 22em;
}

#rightbar
{
	z-index:12;
	float: left;
	width: 203px;
	background-image:url('images/loginbg2.png');
	background-repeat:no-repeat;
	height:500px;
	margin-left:6.31em;
	margin-top:-7.5em;
}


.rightcontent
{
	position: relative;
	padding-left:.75em;
	padding-top: .5em;
	padding-right: 1.25em;
}





/*TEXT SECTION*/






h3 span
{
	font-weight: normal;
}

h3,h4
{
	display: inline;
	font-weight: bold;
}

h3
{
	color:#ffff99;
	font-size: 1.5em;
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:.25em;
	text-shadow: 2px 2px 2px #000; 
}

h4
{
	color:#ffff99;
	font-size: 1.25em;
	font-family:Tahoma, Geneva, sans-serif;
	text-shadow: 2px 2px 2px #333;
	text-align:center;
}


p
{
	font-size:16px;
	line-height: 1.75em;
	margin-bottom: 1.0em;
	text-align: justify;
}

.contentarea ul
{
	margin-top:-1em;
	padding-left:2em;
	margin-bottom: 1.0em;
}

.contentarea li
{
	padding-bottom:5px;
}




/*LOGIN BAR*/



.logintext
{
	color:#FFF;
	font-size:1em;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom:.25em;
	padding-top:.5em;
	font-weight:bolder;
}



/*MENU SECTION*/





#menu
{
	float:left;
	z-index:8;
	position: relative;
	/*background-color:#996666;*/
	background-image:url(images/menubg.png);
	background-repeat:no-repeat;
	height: 45px;
	width:675px;
	top:-1.2em;
	padding: 0em 0em 0em 0em;
	margin-right: 19em;
}

#menu ul
{
	position: absolute;
	padding: .4em 0em 0em .4em;
}

#menu ul li
{
	padding: 0em 0em 0em 0em;
	position: relative;
	display: inline;
	color: #000000;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-weight:bolder;
	font-size:18px;
}

#menu ul li a
{
	padding: 0em .25em 0em 0em;
	color: #ffff99;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
}

#menu ul li a:hover
{
	color: #fff;
	text-shadow: 2px 2px 2px #333;
}

#menu ul li a.active
{
	color:#FFF;
	text-decoration:none;
}

#menu ul li a.active:hover
{
	color:#FFF;
	text-decoration:none;
}


/*FOOTER*/


.footercontainer
{
	position: relative;
	margin: 0 auto;
	height: 1.55em;
	width: 950px;
}
#footer
{
	position: relative;
	height: 2em;
	bottom: 0em;
	clear: both;
	padding-top: 5em;
	background: #1b1b1b;
	font-size: 0.8em;
	margin: 0 auto;
	color:#FFF;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: .2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}
