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



/* ---------- ABOUT CALIBER ---------- */

#leftcontent {
	margin:0;
	padding:20px 40px 0 30px;
	width:637px;
	height:400px;
	float:left;
	border:1px solid #bfbfbf;
	border-right:7px solid #7788aa;
}

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

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

#leftcontent > p > span {
	font-size:1.2m;
	line-height:1.6em;
	font-weight:800;
	text-transform:uppercase;
	color:#005dab;
	visibility:visible;
}

#rightcontent > h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:1.4em;
	font-weight:800;
	color:#2a466e;
	text-transform:uppercase;
}

#rightcontent > p {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:2.0em;
	line-height:1.6em;
	font-weight:400;
	color:#005dab;
}
	