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



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

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

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

#leftcontent #teamlist {
	text-align:center;
}

#leftcontent #teamlist ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

#leftcontent #teamlist ul li {
	margin:0 10px 0 0;
	font-size:1.2em;
	display:inline;
}

#leftcontent #teamlist a {
	text-decoration:none;
	color:#7788aa;
}

#leftcontent #teamlist a#current {
	text-decoration:underline;
}

#leftcontent #teamlist a:hover {
	text-decoration:underline;
	color:#7788aa;
}

#leftcontent .team h3 {
	margin:10px 0 5px 0;
	padding:0;
	font-size:1.4em;
	font-weight:800;
	text-transform:uppercase;
	color:#005dab;
}

#leftcontent .team h3 span {
	font-size:1.0em;
	font-weight:400;
	text-transform:none;
}

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

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

#rightcontent p {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	line-height:1.6em;
	color:#2a466e;
}

	