div#main_wrapper h1 {
	padding: 0 0 15px 10px;
}

div#left_subcolumn {
	float: left;
	width: 172px;
	padding: 6px 0 0 0;
}

div#left_subcolumn p {
	width: auto !important;
}

div#right_subcolumn {
	float: left;
	width: 408px;
	padding: 6px 0 0 0;
}

div#right_column img {
	margin: 469px 0 0 0;
}

/* FORM STYLES */
div#form_main_wrapper {
	float: left;
	width: 408px;
	background-image: url(../images/form_top.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 0 0 28px;
	padding: 28px 0 0 0;
}

div#form_container {
	float: left;
	width: 382px;
	background-color: #e5e5e5;
	padding: 0 13px 15px 13px;
	margin: 0 0 50px 0;
}

div#form_container h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #013f84;
}

div#form_container form {
	float: left;
	width: 382px;
	margin: 0px;
	padding: 0px;
}

div#form_container form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div#form_container form fieldset.full_fieldset {
	float: left;
	width: 382px;
	padding: 12px 0 14px 0;
	border-bottom: 1px solid;
	border-color: #ffffff;
}

div#form_container form fieldset.radio_fieldset {
	float: left;
	width: 170px;
	padding: 8px 0 0 10px;
}

div#form_container form fieldset.info_fieldset {
	float: left;
	width: 370px;
	margin: 20px 0 0 0;
	position: relative;
	top: 0px;
	left: 0px;
}

div#form_container form fieldset.padded {
	padding-left: 30px;
}

div#form_container form fieldset.no_line {
	border: 0px;
}

div#form_container form label.main_label {
	font-weight: bold;
	font-size: 12px;
	color: #202020;
	display: block;
	width: 382px;
	float: left;
}

div#form_container form fieldset.radio_fieldset label {
	font-size: 12px;
	color: #202020;
	display: block;
	float: left;
	width: 150px;
}

div#form_container form fieldset.radio_fieldset input {
	float: left;
	margin: 2px 0 0 0;
}

div#form_container form fieldset.info_fieldset label {
	font-size: 12px;
	color: #202020;
	display: block;
	float: left;
	width: 112px;
	padding: 3px 12px 0 0;
	text-align: right;
}

div#form_container form fieldset.info_fieldset fieldset.input_bg {
	width: 158px;
	height: 21px;
	background-image: url(../images/input_bg.jpg);
	background-repeat: no-repeat;
}

div#form_container form fieldset.info_fieldset fieldset.textarea_bg {
	width: 158px;
	height: 96px;
	background-image: url(../images/textarea_bg.jpg);
	background-repeat: no-repeat;
}

div#form_container form fieldset.info_fieldset input.input_text {
	border: 0px;
	margin: 1px 0 0 4px;
	height: 16px;
	width: 148px;
}

div#form_container form fieldset.info_fieldset textarea.input_textarea {
	border: 0px;
	width: 150px;
	height: 88px;
	margin: 4px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

a#send_inquiry {
	display: block;
	float: right;
	background-image: url(../images/send.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 79px;
	height: 21px;
	margin: 0 6px 0 0;
}

a#send_inquiry:hover {
	background-position: 0px -21px;
}

div.required {
	width: 6px;
	height: 6px;
	background-image: url(../images/required_mark.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 290px;
	display: none;
}

p#required_message {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px !important;
	color: #000000 !important;
	width: auto !important;
	display: none;
}

p#required_message span.color {
	color: #013f84;
}

/* THANK YOU PAGE STYLES */
div#center_wrapper {
	flaot: left;
	width: 980px;
	padding: 120px 0 115px 0;
}

div#center_logo {
	width: 203px;
	height: 107px;
	margin: auto;
	background-image: url(../images/center_logo.png);
	background-repeat: no-repeat;
}

div#center_logo p {
	padding: 66px 0 0 0;
	margin: 0px;
	font-size: 12px;
	color: #202020;
	line-height: 20px;
}