/* BEGIN: General */
div#main_content {
	background: white url(../images/background_fade.gif) no-repeat left top;
}

div.single_column_content {
	padding: 30px 0 0 232px;
}
/* END: General */

/* BEGIN: Page Title */
h1 {
	margin-top: 0;
}
/* END: Page Title */

div.single_column_content img {
	float: left;
	margin-bottom: 20px;
}

/* BEGIN: Contact Info */
div#contact_info {
	float: left;
	width: 300px;
	height: 160px;
	padding: 16px 12px;
	color: #5C5853;
	background: transparent url(../images/title_fade.png) no-repeat left top;
}

	/* BEGIN: Address */
	div#contact_info p#address strong {
		color: #4E7193;
		font-size: 11px;
	}
	/* END: Address */
/* END: Contact Info */

/* BEGIN: Contact Form */
form#form_contact {
	clear: both;
	width: 400px;
	padding: 12px;
	color: #5C5853;
	background: transparent url(../images/title_fade.png) no-repeat left top;
}

form#form_contact h2#contact_form_title {
	overflow: hidden;
	width: 110px;
	height: 15px;
	margin: 0 0 4px 0;
	background: transparent url(../images/contact/title_contact_form.png) no-repeat left top;
	text-indent: -999em;
}

form#form_contact input {
	width: 165px;
	height: 16px;
}

form#form_contact p#form_name_first {
	float: left;
	padding-right: 8px;
}

form#form_contact p#form_name_last {
	float: left;
}

form#form_contact p#form_email {
	clear: left;
	float: left;
	padding-right: 8px;
	white-space: nowrap;
}

form#form_contact p#form_phone {
	float: left;
}

form#form_contact p#form_comments {
	clear: both;
}

form#form_contact textarea {
	width: 350px;
	height: 84px;
}

form#form_contact a.btn_go {
	display: block;
	overflow: hidden;
	width: 178px;
	height: 27px;
	text-indent: -999em;
	background: transparent url(../images/contact/submit_form.gif) no-repeat left top;
}
/* END: Contact Form */