@charset "UTF-8";
/* CSS Document */

html { 
	height: 100%;
	margin-bottom: 1px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	background-color:#000;
    
}

#wrapper{
	width: 860px;
	background-color:#999;
	background-image: url(../img/bgpattern.jpg);
	background-repeat: repeat;
	margin: 0 auto;
}

#mainLogo {
	margin-right: 270px;
	margin-bottom: 10px;
}

#logo{
	font-family: Tahoma, Geneva, sans-serif;
	/*background-image: url(../img/headerimgbg.jpg);*/
	background-repeat: no-repeat;
	height: 90px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	vertical-align: middle;
}

#navcontainer{
	background-image: url(../img/navbarbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 860px;	
}

#menu{
	padding:0;
	margin:0;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
}

#menu li {
	float: left;
	display:inline;
	background-color: transparent;
	padding-right: 2px;
	background-image: url(../img/navline.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu li a{
	color:#FFF;
	text-decoration:none;
	float:left;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 120%;
	text-transform: uppercase;
}

#menu li a:hover{
	color:#fff;
	background-color: #0A6AB6;
	background-image: url(../img/navhvrbg.jpg);
	background-repeat: repeat-x;
}

#userwelcome {
	color:#FFF;
	text-decoration:none;
	float:left;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 90%;
	text-transform: uppercase;
}

#login, #logout{
	float: right;	
}

#separator{
	height: 3px;
	background-color: #0A6AB6;
	border-top: 1px solid;
	border-color:#FFF;
}

#content{
	background-color:#EAF8FB;
}

#container{
	
}

#footer{
	color:#fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footer a{
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover{
	color: #F7AF37;
}

#footer div {
    padding-bottom: .25em;    
}

#footer #partnership_info a {
    text-transform: none;
    color: #C1DA4B;     
}

#footer #partnership_info a:hover {
    color: #F7AF37;
}

#greentxt{
	color:#C1DA4B;
}

#greentxt a{
	color:#C1DA4B;
}

h1 {margin-bottom: -10px;}

h2{
	color: #FAAB31;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	margin-bottom: 0px;
}

h3{
	margin-bottom: 0px;
	color: #FAAB31;
	font-family: Verdana, Geneva, sans-serif;
}


#page_content{
    clear: both;
    padding: 10px;    
}