
/* Contact Us Menu Activated *********/
#contactus 
{
	background-color: #073c6e;
	font-weight: bold;
}

#content_area
{
	text-align: left;
}
 
#content_area h1
{
	color: #073c6e;
	font-size: 23px;
	margin-bottom: 5px;
}

#contact_section
{
	width: 657px;
	height: 447px;
	background-image: url(../images/forms/contact_block.png);
	background-repeat: no-repeat;
	padding: 1px 0px 10px 10px;
}
#contact_section p
{
	font-size: 13px;
	margin-top: 0px;
}
#contact_left
{
	float: left;
	margin-right: 15px;
}
#contact_right
{
	float: left;
}
