/* CSS Document */


/* Override Layout Columns */

#center_col {
	width: 439px;
}

#right_col {
	width: 220px;
}


/* Contact Form */

#contact_form_box {
	font-size: 11px;
}

#contact_form_box h2 {
	padding: 0 !important;
}

#contact_form_box .req {
	color: #060;
}

#contact_form_box .err {
	color: #f00;
	padding: 0 1em;
	visibility: hidden;
}

#contact_form_box .input {
	border: 1px solid #848484;
	color: #333;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0;
	padding: .3em;
	width: 240px;
}

#contact_form_box input.input {
	vertical-align: middle;
	width: 240px;
}

#contact_form_box textarea.input {
	height: 140px;
	width: 340px;
}

#contact_form_box .btn {
	background: #0076b4 url("imgs/input_btn_bg.gif") right center no-repeat;
	border: 1px outset #848484;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding: 3px 17px 3px 3px;
	text-transform: uppercase;
}

#contact_form_box .btn:hover {
	background: #4a7739 url("imgs/input_btn_bg_on.gif") right center no-repeat;
	cursor: pointer;
}

#customer_info, #customer_interest, #customer_extra {
	clear: both;
	float: none;
}

#customer_info .c_input {
	clear: both;
	float: none;
	margin-bottom: 1em;
}

#customer_info .c_input label {
	display: block;
	float: left;
	padding: .2em 0;
	width: 100px;
}

#customer_interest .check_box_list {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

#customer_interest .check_box_list li {
	background: none !important;
	display: block;
	float: left;
	margin: 0 !important;
	padding: 0 0 .5em 0 !important;
	vertical-align: middle;
	width: 210px;
}

#customer_extra .c_input {
	clear: both;
	float: none;
	margin-bottom: 1em;
}

#customer_extra .c_input label {
	padding: .2em 0;
}

#customer_extra .c_input textarea {
	display: block;
}

