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

body {
margin:0;
padding:0;
}

#bg {
	width:100%;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	
	}
	
	
#footer {
	width:100%;
	height:215px;
	position:relative;
	background-color:#001b42;
	}
	
#footer-container {
	width:900px;
	height:215px;
	margin:auto;
	position:relative;
}

#footer-disclaimer {
width:300px;
position:absolute;
top:15px;
left:0px;
border-right:#21395a 1px solid;
font-family:Helvetica;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-align:left;
}




#footer-disclaimer a:link{
font-family:Helvetica;
font-size:12px;
font-weight:bold;
color:#546680;
text-decoration:none;
}

#footer-disclaimer a:visited{
font-family:Helvetica;
font-size:12px;
font-weight:bold;
color:#546680;
text-decoration:none;
}

#footer-disclaimer a:hover{
font-family:Helvetica;
font-size:12px;
font-weight:bold;
color:#fff;
text-decoration:none;
}

.footer-disclaimer-bluetext{
font-family:Helvetica;
font-size:12px;
font-weight:bold;
color:#546680;
text-decoration:none;
}

#footer-developer {
width:570px;
position:absolute;
top:15px;
right:0px;
font-family:arial;
font-size:12px;
color:#546680;
}

#footer-developer a:link{
text-decoration:underline;
font-family:arial;
font-size:12px;
color:#546680;
}

#footer-developer a:visited{
text-decoration:underline;
font-family:arial;
font-size:12px;
color:#546680;
}

#footer-developer a:hover{
font-family:arial;
font-size:12px;
color:#546680;
text-decoration:none;
}


.whiteheadersmall {
font-family:Helvetica;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}


/***************************
SPACERS
***************************/	
#spacer-top {
	height:51px;
	width:100%;
}

#spacer-60 {
	height:60px;
	width:900px;
	margin:auto;
	position:relative;
}

#logo-text {
	height:39px;
	width:189px;
	position:absolute;
	top:0px;
	left:2px;
}

/***************************
NAVIGATION
***************************/

#nav {
	width:100%;
	height:42px;
	background-color:#001b42;
}

#nav-container {
	width:900px;
	margin:auto;
	height:42px;
	position:relative;
	}
	
#logo-icon {
	position:absolute;
	height:42px;
	width: 185px;
	top:0px;
	left:0px;
}

#nav-buttons-container {
	width:715px;
	height:42px;
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
}


/***************************
CONTENT
***************************/

#content-container {
	width:900px;
	position:relative;
	margin:auto;
	}
	


.register {
background-image:url(../images/register-bg.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}

.headers {
border-bottom:#008ec9 1px solid;
font-family:Helvetica;
font-size:14px;
font-weight:600;
color:#000b1c;
text-align:left;
}

.headers-white {
font-family:Helvetica;
font-size:14px;
font-weight:600;
color:#fff;
text-align:left;
}

.text {
font-family:Arial;
font-size:12px;
color:#000000;
}

.text a:link{
font-family:Arial;
font-size:12px;
color:#0081ba;
text-decoration:underline;
}

.text a:visited{
font-family:Arial;
font-size:12px;
color:#0081ba;
text-decoration:underline;
}

.text a:hover{
font-family:Arial;
font-size:12px;
color:#0081ba;
text-decoration:none;
}

.textwhite {
font-family:Arial;
font-size:12px;
color:#fff;
}


.textred {
color:#FF0000;
font-family:arial;
font-size:12px;
font-weight:bold;
}