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

body {
	background-color:#FFFFFF;
	background-image:url(/images/site_bg.jpg);
	background-repeat:repeat-x;
	font-family:arial;
	font-size:12px;
	color:#777777;
	margin:0;
}
#body_wrap {
}
#header_wrap {
	width:682px;
	height:85px;
	margin:0 auto;
	background-image:url(/images/header_bg.gif);
	position:relative;
	background-repeat:repeat-x;
}
#header_wrap #header_logo {
	padding-top:8px;
	float:left;
}
#header_wrap #header_image_right {
	float:right;
}
#header_wrap #header_nav {
	position:absolute;
	bottom:0px;
	left:0px;
}
#hero_wrap {
	margin:0 auto;
	width:720px;
	height:114px;
}
#breadcrumbs_wrap {
	width:682px;
	height:16px;
	margin:0 auto;
	padding-top:4px;
}
#content_wrap {
	width:682px;
	margin:0 auto;
	overflow:hidden;
}
#content_wrap #content_column {
	margin-top:12px;
}
#content_wrap #content_column_1 {
	width:490px;
	margin-top:12px;
	float:left;
}
#content_wrap #content_column_2 {
	margin-top:12px;
	width:169px;
	float:right;
}
#content_wrap #content_column_2 img {
	margin-bottom:12px;
}
#footer_wrap {
	width:682px;
	margin:0 auto;
	border-top:1px solid #DDD;
	margin-top:12px;
	text-align:center;
}
/* STYLES */

ul {	
}
ul li {
	list-style:circle;
	margin-left:24px;
	line-height:24px;
	font-weight:bold;
	font-size:11px;
}
a {
	color:#f2901b;
	text-decoration:none;
}
a:hover {
}
p {
	line-height:22px;
	margin-top:8px;
	margin-bottom:8px;
}
.small_text {
	font-size:11px;
}
.footer_text {
	font-size:10px;
}

/* FORM DESIGN */
fieldset {
	width:50%;
	float:left;
}
fieldset legend {
	padding-bottom:8px;
}
fieldset label {
	font-weight:bold;
	clear:left;
	font-size:11px;
	width:160px;
	line-height:22px;
	float:left;
}
fieldset input, fieldset textarea, fieldset select {
	float:left;
	font-size:11px;
	margin:4px;
}
.submit_button {
	clear:both;
	text-align:center;
	padding:12px;
}
.textfieldRequiredMsg, .textfieldInvalidFormatMsg {
	float:left;
}