/*

FORM BACKGROUND EVERYWHERE */
#topnav{
	background: url("../img/bg_nav.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 64px;
    position: relative;
}
#eolcontent{
	background-color: #fff;
	padding:0;
	margin:0;
	min-height:100%;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#footer {
    background: url("../img/bg_footer.png") repeat-x scroll 0 top #E00D19;
    clear: both;
    width: 100%;
}
#footer_wrapper {
    background: url("../img/bg_footer_wrapper.png") no-repeat scroll 50% 75px transparent;
    color: #FFFFFF;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 300px;
}
#sponsorbar {
    padding: 4px 0 0;
}
#sponsorbar a {
    display: block;
    float: left;
    text-align: center;
    width: 14.2%;
}
#footercols {
    margin-top: 75px;
}
.fcol {
    float: left;
    font-family: Arial;
    font-size: 12px;
}
.fcol h1 {
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
}
.fcol a {
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 160%;
    text-decoration: none;
}
.fcol a:hover {
    color: #FEE93E;
}
#footercol1 {
    max-width: 220px;
    padding: 0;
    width: 21.4%;
}
#footercol2, #footercol3, #footercol4 {
    max-width: 130px;
    padding: 0 3%;
    width: 16.4%;
}
#footercol5 {
    max-width: 220px;
    padding: 0;
    white-space: nowrap;
    width: 21.4%;
}
.badges {
    width: 100%;
}
.badgealign {
    margin: 0 6%;
    width: 33%;
}
.badgecontent {
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    margin-top: 35px;
}
.badgecontent a {
    text-decoration: underline;
}
#footer_foot {
    clear: both;
    float: left;
    font-size: 9px;
    padding-top: 30px;
    width: 100%;
}
.socialbar {
    float: left;
    padding: 0;
    width: 20%;
}
.socialbar a {
    display: block;
    float: left;
    padding: 0 2% 0 0;
}
.webDesignBy {
    float: right;
    text-align: right;
    width: 60%;
}
.weDesignBy a, .impello a {
    color: #FFFFFF;
}
.weDesignBy a:hover, .impello a:hover {
    color: #FEE93E;
}
span.copyright {
    display: block;
}
span.impello {
    display: block;
}
#eolmain{
	margin:auto;
	width:1000px;
}
/*END FORM BACKGROUND*/
#mainmenucontainer{
	width:1000px;
	height:200px;
	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:1000px;
	height:90px;
	padding-bottom:20px;
}
#follow_steps{
	height:40px;
	width:1000px;
	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;
position:relative;
left:30%;
top:-10px;
border: 1px solid black;
}
.step{
display:inline-block;
*display:inline;
zoom: 1; /* seems to fix drawing bug on border in IE 7 */
vertical-align:top;
height:80px;
position:relative;
padding: 0 35px 0 35px;
top:0px;
margin:auto;
}
.stepdesc{
display:inline-block;
height:70px;
width:80px;
text-align:center;
line-height:30px;
padding:5px;
background-color:#E00D19;
border-radius: 0 10px 10px 0;
}
.stepdesc h4{
margin:0;
}

.stepdesc h4{ 
color:#FFF;
} 
.stepdesc h5{ 
margin-top:-10px;
} 
.thisstep{
height:80px;
border:1px solid black;
background-color:#8d0810;
}
/* 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-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	}
h1 {
	color: #7DA7D9; /*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: #000; /*Darker*/
	}
h2 a, h2 a:visited {
	color: #000; /*Darker*/
}
h2.dividerbar { 
	line-height: 1.4em;
	word-spacing: 3px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	background-color: #E00D19; /*Dark*/
	color: #FFF; 
}
h3{
	font-size: 1.3em;
	color: #000; /*Lightest*/
	margin-bottom: 1em; 
	padding: 0; 
}
h4{
	font-size:12px;
	line-height: 1.5em;
}
h8{ 
	color:#E00D19; font-size:12px; font-weight:bold; /*Darker*/
}
hr{ color:#000 ;}
/*End of Header Stylings*/
html{
	height:100%;
}
body{ 
	margin: 0; 
	padding: 0; 
	height:100%;
	color: #000; 
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
input, select, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:pointer;
	border:1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 8px;
	margin-top: -3px;
	padding: 6px 0 6px 0;
}
input:focus, select:focus, textarea:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
	transition: box-shadow linear 0.2s;
}
label{
	cursor:pointer;
}
p.hide { 
	display: none; 
	}
a:link    { color: #1A1952; }
a:visited { color: #1A1952; }
a:hover   { color: #1A1952; }
a:active  { color: #1A1952; }

#banner {
	position: relative;
	text-align:center;
	margin: 0;
    padding: 0;
	border: 0;
    background: #fff;
}
p, ol, ul{ 
	margin-top: 0; 
	margin-bottom: 1em;
}
p em{ 
	font-style: normal; 
	font-weight: bold; 
}
li{ 
	margin-top: 0; 
}
.recycle{
	background-color: green;
}
#information{
	margin:auto;
	height:auto;
	width:1000px;
}
.Sect textarea{
	padding:20px;
}
#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:white;
	margin: 0; 
	line-height:18px;
	width:100%;
	margin:auto;
	padding-bottom:6px;
	font-size: .9em;
	background-color:#000;
}
#eolfooter a, #eolfooter a:visited{
	color:white;
	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;
}
#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{
	height:400px;
	width:300px;
	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 input{
	width:140px;
}
#age_details{
	display:none;
}
/*
.error {
    color: red;
    font-weight: bold;
}
*/

#payment-processing{
	width:600px;
	height:350px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#fff;
	z-index:9999;
	display:none;
	overflow-y: auto;
	text-align:center;
}
#payment-processing-shadow{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:9998;
	display:none;
}