@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-size: 18pt;
		color: #7b7b7b;
	}
}

#content {
	clear: both;
	text-align: left;
	overflow: hidden;
}

	#content #content_left {
		clear: none;
		min-width: 620px;
		max-width: 620px;
		width: 620px;
		float: left;
	}

	#content #content_right {
		clear: none;
		float: right;
		text-align: left;
		min-width: 292px;
		max-width: 292px;
		width: 292px;
	}

	#contact_information {
		clear: both;
	}
	
		#contact_information .column {
			float: left;
			width: 32%;
			min-width: 32%;
			max-width: 32%;
			margin-right: 5px;
		}

			#contact_information .column h1 {
				position: relative;
				top: -10px;
			}

			#contact_information .column .column_float {
				float: left;
				width: 50%;
			}

			#contact_information .column .column_header {
				min-width: 233px;
				max-width: 233px;
				width: 233px;
				min-height: 15px;
				max-height: 15px;
				height: 15px;
				background-image: url(/_images/_elements/sprites.png);
				background-position: -586px -3px;
				background-repeat: no-repeat;
			}
		
				#contact_information .column .column_header strong {
					display: block;
					font-size: 77%;
					color: #757772;
					font-weight: bold;
					padding-left: 5px;
				}

			#contact_information .column .column_content {
				padding-left: 5px;
				padding-top: 5px;
				text-align: left;
			}
		
				#contact_information .column .column_content p {
					margin-bottom: 0px;
					line-height: 1.25em;
				}
		
		#contact_form {
			display: block;
			overflow: hidden;
		}
		
		#contact_success {
			display: none;
			overflow: hidden;
		}