@charset "utf-8";



/*
	#
	#
		Contact area Content styles. Contact displays its contact in two columns, so we need to format the columns that way.
	#
	#
*/

DIV#main_content {
	overflow	: hidden;
	width		: 690px!important;
}

#content #main_content h5 {
	color: #6B6B6B;
	font-weight:bold;
}

#content #main_content h5 a {
	color: #6B6B6B;
	font-weight:bold;
}


DIV#main_content OL.contact_listing {
	width	: 330px;
	float	: left;
}

DIV#main_content OL.contact_listing LI {
	width			: 330px;
	border-bottom	: 1px solid #ddd;
	padding			: 0 0 36px 0;
	margin			: 0 0 8px 0;
}

DIV#main_content #primary_contact {
	margin	: 0 30px 0 0;
}

DIV#main_content OL.contact_listing H5,
DIV#main_content OL.contact_listing EM
{
	width		: 320px;
	line-height	: 18px;
	display		: block;
}


DIV#main_content OL.contact_listing P {
	width		: 320px;
	padding 	: 18px 0 0 0;
	margin		: 0!important;
	line-height : 18px;
}

DIV#main_content OL.contact_listing LI.last {
	border	: 0px none;
}

DIV#main_content OL.contact_listing LI.first {
	height: 160px;
	padding: 0px;
}

DIV#main_content OL.contact_listing  dt {
	line-height: 22px;
	color: #222;
}
DIV#main_content OL.contact_listing  dd {
	margin-left: 3px;
	line-height: 22px;
	color: #222;
}
