#contact{
	
}

#contact h2{
	background: #e6dec6;
	border-bottom: 1px solid #99b8c1; /* teal */
	color: #be5d27; /* burnt orange text */
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	margin: 0;
	padding: 18px 20px;
	width: 549px;
}

#contact #contact_content{
	border: 1px solid #99b8c1; /* teal */
	float: right;
	margin: 0;
	padding: 0;
	width: 589px;
}

div#top_half{
	margin-bottom: 4px;
	position: relative;
}

#contact #text{
	left: 140px;
	position: absolute;
	top: 30px;
}


#contact #text p{
	font-weight: bold;
	margin: 0;
	padding: 16px 0 0 0;
}

#contact #text p.phone{
	background: url(/images/contact.phone.png);
	height: 20px;
	margin: 16px 0 0 0;
	padding: 0;
	text-indent: -55555px;
	width: 133px;
}

#contact #text a{
	color: #5e8d9e; /* teal text */
}

#contact #text a:hover{
	color: #f79f49; /* orange text */
}

#contact #text strong{
	font-weight: bold;
}

#contact #text em{
	color: #5e8d9e; /* teal text */
	font-size: 1.1em;
	font-style: normal;
}

