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

* {
margin: 0;
}

html, body {
height: 100%;
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:16px;
color:#201E1F;
text-align:center;
background:url('img/main-bg.jpg') repeat-x #720101;
}

p {
line-height: 18px;
padding-bottom: 10px;

}

.small {
line-height: 15px;
padding-bottom: 10px;
font-size:13px;

}

a {
color: #201E1F;
text-decoration:underline;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -140px;
text-align:center;
}

.header {
height: 200px;
width:900px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#left-img {
float:left;
padding:10px;
margin: 0 0 20px 0;
} 

.contentwrapper {
min-height: 400px;
width:900px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

.contentleft {
width:410px;
float: left;
text-align:left;
padding: 5px 100px 0 0;
}

.contentright {
width:390px;
float: left;
padding: 5px 0 0 0;
}

.footer { 
height: 140px;
text-align:center;
background:url('img/footer-grass.png') repeat-x;
width:100%;
position:relative;
margin: 0 auto;
}

.footercontent {
margin-left:auto;
margin-right:auto;
padding: 70px 0 0 0;
height:30px;
width:900px;
text-align:left;
vertical-align:middle;
font-size:10px;
color:#FFF;
}

.push { 
height: 70px;
text-align:center;
}

h1 {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height:24px;
	letter-spacing:-1px;
	padding-bottom:12px;
}
h2 {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

.alert {
	color:#FF5B58;
	font-size:12px;
}

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
	text-align:left;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 25px;
	width: 100%;
	text-align:left;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 25px;
	padding-right: 1%;
	text-align: right;
	width: 20%;
	font-size:12px;
	color:#fff;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 50px; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 0%;
	width: 89%;
}