/*
===================================
	
	css author	:	chris lind
	began on	:	2/19/09
	
	
	light purple:	#7788aa
	medium blue	:	#2a466e
	turquoise	:	#00aeef	
	
	specific to contactus.html
	
===================================
*/



/* ---------- LEFT ---------- */

#leftcontent {
	margin:0;
	padding:30px 30px 0 35px;
	width:642px;
	height:370px;
	float:left;
	border:1px solid #bfbfbf;
	border-right:7px solid #7788aa;
}

#leftcontent p {
	margin:0 0 20px 0;
	padding:0;
	font-size:1.2em;
	line-height:1.4em;
}

#leftcontent .office {
	margin:0 0 30px 0;
	padding:0;
	padding-right:150px;
	float:left;
}

#leftcontent .office h3 {
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:400;
	line-height:1.6em;
}

#leftcontent .office h3 span {
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:800;
	text-transform:uppercase;
	line-height:1.6em;
	color:#005dab;
}

#leftcontent .office a {
	color:#00aeef;
	text-decoration:underline;
}


/* ---------- RIGHT ---------- */

#rightcontent {
	margin:0 0 0 10px;
	padding:10px 20px 0 25px;
	width:182px;
	height:390px;
	float:left;
	background-color:#cdcfd0;
	border:1px solid #bfbfbf;
	border-right:7px solid #7788aa;
}

#rightcontent .office {
	margin:0;
	margin-top:30px;
	padding:0;
}

#rightcontent .office h3 {
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:400;
	line-height:1.8em;
	color:#005dab;
	text-transform:uppercase;
}

#rightcontent .office a {
	text-transform:none;
	color:#005dab;
    text-decoration:underline;

}