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

body{
	padding: 0; 
	margin: 0;
	background:url(bg.png) repeat-x;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #231F20;
	font-size: 16px;
}

#main_container{
	padding: 30px 0 0 90px;
}

#logo{
	padding: 10px 80px 0 0;
	width: 115px;
	float: left;
}

#content{
	width: 700px;
	float: left;
	line-height: 1.5;
	padding: 0 0 0px 0;
}

#header{
	font-size: 38px;
	padding: 0 0 8px 0;
	line-height: 1.25;
}

.smlogo{
	padding: 0 4px 0 4px;
	position: relative;
	top: 8px;
}

.red{
	color: #e9262d;
}

.subhead{
	font-size: 21px;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #e9262d;
}

a:hover{
	text-decoration: underline;
}

.req{
    color: #e9262d;
}

#errorLi{
	display: none;
}

form li.error {
    background-color: #fff !important;
    display: block !important;
    margin-bottom: 3px !important;
}

form li.error label, form li.error span.symbol {
    color: #e9262d !important;
}

form li.error .desc {
    color: #e9262d !important;
}

form span.req {
    color: #e9262d !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.wufoo .instruct small {
    color: #231f20;
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

