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

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, form, label {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
fieldset {
padding: 0;
padding-left:5px;
margin-top:10px;
}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/******************** Basic Styles ************************/

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-color:#000000;
}

#container{
width:960px;
margin:0 auto;
border:#2d3b51 0px solid;
}

#header{
height:60px;
width:800px;

background:url(../images/Top_BannerForm.jpg) no-repeat;
}

#headerimg {
height:60px;
	width: 510px;
}

#headerimg a{
	display:block;
	height: 162px;
	width: 510px;
	}
	
#headerimg h1{
text-indent:-9999px;
}

#main-nav{
background-color:#2d3b51;
border:#FFFFFF 1px solid;
width:958px;
height:30px;
}

#main-nav ul{
margin:7px 0;
padding:0;
color:#FFFFFF;
}
#main-nav li{
margin:0;
padding:0;
color:#FFFFFF;
}

#main-nav a{
color:#FFFFFF;
padding-left:15px;
padding-right:15px;
font-weight:bold;
text-decoration:none;
background-color:#2d3b51;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#main-nav a:hover{
color:#CCCCCC;
}

#content{
position:relative;
width:924px;
height:auto;
margin:0 auto;
margin-top:15px;
margin-bottom:15px;
font-family:Arial, Helvetica, sans-serif;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	background-color:#333333;
	}

#footer p {
	margin: 0;
	text-align: center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
color:#FF9900;
padding:8px 0;
}

h2{
font-size:16px;
font-weight:bold;
color:#FF9900;
text-align:center;
}

p{
line-height:1.5em;
color:#FFFFFF;
margin-bottom:10px;
margin-left:10px;
}

li{
background:url(../images/list-bg.jpg) no-repeat 0px 5px;
padding-left:20px;
}

.clear{
clear:both;
}

.success{
display:block;
height:2em;
background-color:#99CC00;
border:#000000 1px solid;
margin:0 auto;
color:#FFFFFF;
text-align:center;
line-height:1.9em;
font-weight:bold;
margin:20px;
}

.err{
display:block;
height:2em;
background-color:#CC3333;
border:#000000 1px solid;
margin:0 auto;
color:#FFFFFF;
text-align:center;
line-height:1.9em;
font-weight:bold;
margin:20px;
}

.formErrors{
display:block;
height:2em;
margin:0 auto;
color:#FFFFFF;
text-align:center;
line-height:1.9em;
font-weight:bold;
margin:20px;
}


/********* Form Styles **********/


form{
width:40%;
margin:0 auto;
padding:20px;
}

fieldset
{
border: 1px solid #bfe071;
width: 425px;
padding-bottom:10px;
}

.fieldsetBlue{
border: 1px solid #bdc1d0;
}

legend
{
font-size:24px;
padding: 4px 10px;
} 

form p{
color:#FF9900;
height: 1%;
}

label{
color:#FF9900;
 /*width of left column*/
padding-right:10px;
}

.submit{
margin-left:30%;
background-color:#FF9900;
}

.login{
margin-left:3%;
margin-top:5px;
background-color:#FF9900;
}

.formMsg{
font-weight:bold;
font-size:11px;
margin-left:15px;
color:#FFFFFF;
}

.smallInput input[type="text"]{
width:80px;
float:left;
}

label.labelTo{
float:left;
width:20px;
margin-left:2px;
padding-right:5px;
}

* html .cssform .toInput, * html .cssform .fromInput {
width:80px;
float:left;
}



* html label.labelTo{
margin-left:5px;
}

/***** Xtra Content ******/

.galaxyImg{
float:right;
}

.clearRight{
clear:right;
}

.clearLeft{
clear:left;
}