@charset "utf-8";
/* CSS Document */
html, body
{
	height: 100%;
	margin:0;
	padding: 0;
	overflow-x:hidden;
	font-family: 'Open Sans', sans-serif;
	
	background-image: url("images/bg.png");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat-y;

}

/* For Retina displays */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
     html, body 
	 {
		height: 100%;
		margin:0;
		padding: 0;
		overflow-x:hidden;
		font-family: 'Open Sans', sans-serif;
		
		background-image: url("images/bg2x.png");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: repeat-y;
	 }
}


a:link {color:#3951c6;}
a:visited {color:#2b4fa8;}

p 
{
color: black;
font-size:0.875em; 
}

p.subtext 
{
font-style:italic;
font-size:0.675em;
text-align:center;
}

h2
{
color: black;
margin-bottom: 20px;
}

.teampic
{
	float: left;
	padding-right: 5px;
}

#clearFloat
{
	clear: both;
}

label {font-weight: bold;}
#submit {margin-left: 35%; padding-top: 1em;}

#container
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	width: 100%;
}

#header 
{
	top: 0;
	position: absolute;
	width: 100%;
	height: 120px; 
	background-color:#282828;
	
	overflow-x:hidden;
	background-image: url("images/bghead.png");
	background-position: left center;
	background-attachment: scroll;

}

#header p
{
	padding-left: 15px;
	color: #ffffff;
}

#header h1
{
	padding-left: 15px;
	color: #ffffff;
}

#content_container
{
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#content
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 20px;
}

#content h2
{
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content p
{
	padding-left: 20px;
}

#footer, #push_f
{
	height: 30px;
}

#push_h
{
	height: 120px;
}

#footer 
{
	clear: both;
	position: relative;
	margin: 0 auto;      
	bottom: 0;
	width: 100%;
	background-color:#183d90;
	border-top:2px solid;
	border-bottom:2px solid;
	border-color:#000000;
	
}
#footer img
{
	padding-top: 5px;
}