/*

FORM BACKGROUND EVERYWHERE */
html{
font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
#eolcontent{
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
}
#eolmain{
	width:1200px;
	min-height:400px;
	margin:15px auto;
}
/*END FORM BACKGROUND*/
#mainmenucontainer{
	width:600px;
	height:250px;
	display:block;
}
.main-selection img{
	display:block;
	margin:5px auto 5px auto;
}
/*Modify Steps BG Colors and Header/Number Colors */
#steps{
	display:inline-block;
	width:1043px;
	margin-top:-30px;
	height:40px;
	padding-bottom:40px;
}
#follow_steps{
	height:40px;
	width:600px;
	display:block;
	margin:auto;
}
.stepnum{
display:block;
height:30px;
width:30px;
border-radius: 30px;
-moz-border-radius: 30px;
font-size: 18px;
line-height:50px;
text-align:center;
background-color:#FFF;
float:left;
color:#000;
border: 1px solid black;
}
.step{
display:inline-block;
vertical-align:top;
width:235px;
height:30px;
position:relative;
padding:11px;
top:0px;
margin:auto;
}
.stepdesc{
display:inline-block;
height:30px;
width:235px;
text-align:center;
color:#000;
padding:5px;
border-radius: 0 10px 10px 0;
background:url('../images/texture.jpg');
}
.stepdesc h4{
	margin:0;
	display:block;
	width:180px;
	font-weight:bold;
	top:20px;
	left:52px;
	font-size:16px;
	text-align:center;
	position:absolute;
}
.stepdesc h5{ 
margin-top:-10px;
height:30px;
width:30px;
} 
.thisstep{
height:30px;
border:1px solid black;
background:#9c7f60;
}
/* End of Steps Styling */

/*Width of EVERY table (suggested: 600px)*/
table.tablesorter{
	width:1000px;
}
/*End Width */

/*Header Unity + Table Highlights
Tip: Get 3 colors, Fill in Lightest / Dark / Darker with them 
Color Picker:
http://www.w3schools.com/tags/ref_colorpicker.asp
*/
h1, h2, h3 { 
	font-weight: bold;
	}
h1 {
	color: #fff; /*Lightest*/
	font-size: 20px;
	margin-top: 0;
	margin-bottom: .4em;
	line-height: 1.3em;
	margin-left: 18px;
	}
h2 { 
	font-size: 16px;
	line-height: 1.3em; 
	margin-bottom: 0.5em; 
	margin-top: 0; 
	color: #fff; /*Darker*/
	}
h2 a, h2 a:visited {
	color: #0459A1; /*Darker*/
}
h2.dividerbar { 
	line-height: 1.4em;
	word-spacing: 3px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	background-color: #43b232; /*Dark*/
	color: #FFF; 
}
h3{
	font-size: 1.3em;
	color: #fff; /*Lightest*/
	margin-bottom: 1em; 
	padding: 0; 
}
h4{
	font-size:12px;
	line-height: 1.5em;
}
h8{ 
	color:#fff; font-size:12px; font-weight:bold; /*Darker*/
}
hr{ color:#000 ;}
/*End of Header Stylings*/
html{
	height:100%;
	width:100%;
}
body{ 
	margin: 0; 
	padding: 0; 
	height:100%;
	width:100%;
	color: #fff; 
	font-size: 12px;
	line-height: 1.4em;
}
input, select, textarea { 
	font-size: 14px;
	cursor:pointer;
	border:1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 0 6px 0;
}
input:focus, select:focus, textarea:focus { 
    outline: none;
    border-color: #43b232;
    box-shadow: 0 0 10px #43b232;
	transition: box-shadow linear 0.2s;
}
label{
	cursor:pointer;
}
p.hide { 
	display: none; 
	}
a:link    { color: #fff; }
a:visited { color: #fff; }
a:hover   { color: #fff; }
a:active  { color: #fff; }

#banner {
	position: relative;
	text-align:center;
	margin: 0;
    padding: 0;
	border: 0;
}
p, ol, ul{ 
	margin-top: 0; 
	margin-bottom: 1em;
}
p em{ 
	font-style: normal; 
	font-weight: bold; 
}
li{ 
	margin-top: 0; 
}
#information{
	margin:auto;
	height:auto;
	width:600px;
}
#eolfooter { 
	text-align: center;
	width:100%;
	height:20px;
	position:fixed;
	bottom:0;
	left:0;
	margin: auto;
	display:inline-block;
	z-index:100;
}
#eolfooter p{ 
	color:#000;
	margin: 0; 
	line-height:18px;
	width:100%;
	margin:auto;
	padding-bottom:6px;
	font-size: .9em;
	background: url('../images/texture.jpg');
}
#eolfooter a, #eolfooter a:visited{
	color:#000;
	text-decoration:none;
}
form { 
	margin: 0; 
	padding: 0; 
}
/***Field Alignment Styles (don't need to change these) ***/
div.row { 
	clear: both; 
	padding-top: 0.5em; 	
}
div.row span.qu { 
	float: left;
	width: 44%; 
	padding-top: .15em; 
	padding-right: .25em;
	text-align: right; 
}
div.row span.fld { 
	float: right;
	width: 55%;
	text-align: left; 
}
span.fld ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
span.fld ul li {
	font-size: 1em;
	margin-bottom: .2em;
}
span.req {
	color: red;
	font-weight: bold;
}
div.spacer{ 
	clear: both; 
}
/*******End of Field Alignment styles */
p.waiver {
	font-size: .9em; line-height: 1.4em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	text-align: justify;
}
#paf_container{
	width:630px;
	display:block;
}
.paf_left{
	text-align:left;
	margin-left:100px;
	float:left;
	display:block;
	width:100px;
	height:2.2em;
	line-height:2.2em;
}
.paf_right{
	width:400px;
	height:2.2em;
	float:right;
	display:block;
}
.fields_transfer td{
width:230px;
margin-left:30%;
height:auto;
padding:20px;
}
/*Feed back form styling */
#loading{
	display:none;
}
#feedbackbtn{
	display:none;
	float:none;
	margin:auto;
}
#fbsuccess{
	display:none;
	width:300px;
}
#fbfail{
	display:none;
	width:300px;
}
#starscontainer{
	width:100px;
	margin: 10px auto 20px auto;
}
#starsgrey{
	position:absolute;
}
#starsgrey img{
	cursor:pointer;
}
#starsselect{
	position:absolute;
}
#feedbackcontainer textarea{
	height:200px;
	width:200px;
}
#feedbackcontainer{
	height:530px;
	margin:auto;
	width:500px;
	background: #fff;
	color:#000;
	border: 1px solid black;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
#feedbackcontainer h2{
	color: #000;
}
#feedbackcontainer .dividerbar{
	color: #fff;
}
#feedbackcontainer input{
	width:140px;
}