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

* {
margin: 0;
}

html, body {
background-color:#78603E;
font-family:Arial, Helvetica, sans-serif; 
font-size:13px;
line-height:20px;
color:#FFFFFF; 
}

.clear_fix{
	clear:both;
	overflow:hidden;
	height:1px;
	}

/*div {border:red 1px solid;}*/

a {color:#FFFFFF;}
a:hover {color:#CCCCCC;}

#wrapper {
background-repeat:no-repeat;
background-position:top;
width:1185px;
margin-left:auto;
margin-right:auto;
}

.logo {
margin:41px 0px 0px 111px;
width:216px;
height:58px;
}

#container {
width:1011px;
margin-top:250px;
margin-left:auto;
margin-right:auto;
background:url(../images/content_bg.jpg) no-repeat;
background-position:0 900px;
}

#content_left {
margin:49px 0 0 43px;
width:440px;
float:left;
display:inline;
min-height:751px;
height: auto !important;
height: 751px;
}


#content_right {
width:440px;
float:right;
padding-top:60px;
margin-right:30px;
display:inline;
}

.subhead {
margin:0px 30px 20px 25px;
}

h1 {
font-family:Arial, Hevletica, sans-serif;
font-size:30px;
font-weight:normal;
line-height:32px;
color:#FFFFFF;
letter-spacing:-.03em;
}

h2 {
font-family:Arial, Hevletica, sans-serif;
font-size:18px;
font-weight:lighter;
line-height:20px;
color:#FFFFFF;
letter-spacing:-.03em;
}

p{	clear:both;
margin-bottom:10px;
margin-top:10px;
width:330px;
	}

.bcopy_1 {
margin: 29px 110px 0px 0px;
display:inline;
}

.bcopy_2 {
margin: 29px 0px 0px 110px;
}

.spot_img {
width:440px;
height:294px;
margin:10px 0px 10px 0px;
display:inline;
float:left;
}

#form {
background-image:url(../images/form_bg.jpg);
background-repeat:no-repeat;
background-position:top left;
width:430px;
height:661px;
overflow:hidden;
padding:30px 0px 0px 0px;
}

fieldset {
border:medium none;
margin:0 0 5px 0;
padding:0;
}

label, legend {
clear:left;
color:#FFFFFF;
display:block;
float:left;
font-size:12px;
margin-right:20px;
padding-bottom:10px;
text-align:right;
width:100px;
}

label.error{
	width:auto;
	margin:0 0 0 10px;
	padding:0;
	clear:none;
	font-size:10px;
	color:#CC9900;
	}

input, select {
border:1px solid #336699;
display:block;
float:left;
}

textarea {
border:1px solid #336699;
display:block;
float:left;
height:100px;
width:250px;
}

.selectbox{
	border:none;
	width:300px;
}

#submit {
margin:10px 0 0 120px;
}

.star {
color:#FFFFFF;
display:block;
float:left;
font-size:12px;
font-weight:bold;
margin-left:10px;
}

.bold {
font-weight:900;
}

.ub_form {
margin-left:10px;
}

#footer {
background:url(../images/footer_bg.jpg);
background-repeat:no-repeat;
background-position:center bottom;
text-align:center;
width:1011px;
margin:0 auto;
overflow:hidden;
height:140px;
}

.bold_footer_text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#E9E2BE;
text-decoration:none;
line-height:16px;
clear:both;
width:1011px;
}

.small_footer_text {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#E9E2BE;
text-decoration:none;
line-height:14px;
margin-top:-10px;
clear:both;
width:1011px;
}

.radioStyle{
	float:left;
	width:100px;
	}
	
.radioStyle label{
	width:auto;
	font-size:10px;
	clear:none;
	margin-left:5px;
	}
	
.radioStyle input{
	border:none;
	}
	
.small_field {
	width:45px;
	
}

.dob_container {
	float:left;
}

.dob_container label.error {
	float:left;
	margin:0 0 0 10px;
	text-align:left;
}

.dob_item {
	float:left;
	clear:left;
	width:290px;
}

select, option {
  behavior: url(assets/css/sample.htc);
}
