div.shadow_top
{
	width: 600px;
	height: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

div.shadow_vertical
{
	float: left;
	width: 30px;
	height: 443px;
	overflow: hidden;
}

div.col_left
{
	float: left;
	width: 560px;
}
	
div.col_right
{
	float: left;
	width: 365px;
}

div.col_left div.location
{
	width: 100%;
}

div.col_right div.location
{
	width: 100%;
}

div.location
{
	height: 110px;
}

div.location .info
{
	float: left;
	font-size: small;
}

div.location h2
{
	color: #CA1E42;
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}

div.location .address
{
}

div.location .phone
{
	color: #CA1E42;
}

div.location .map
{
	float: left;
	position: relative;
	left: 60px;
	width: 170px;
	height: 100%;
	border: solid 1px #CCC;
	overflow: hidden;
}

div.people
{
	margin-top: 70px;
}

div.people .row
{
	height: 100px;
}

div.people .row .col
{
	float: left;
	margin: 0;
	width: 280px;
	height: 96px;
}

div.people .row .col:hover
{
	background: #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.member
{
	overflow: hidden;	
}
	
div.member .avatar
{
	float: left;
	margin: 5px 0 5px 5px;
	width: 87px;
	height: 86px;
	overflow: hidden;
}

div.shadow_avatar
{
	margin-top: 8px;
	float: left;
	width: 10px;
	height: 78px;
}

div.member p
{
	margin-top: 3px;
	font-size: x-small;	
}

a.mail_to
{
	color: #268FFF;
}

div.member h3
{
	color: #CA1E42;
	font-weight: bold;
	margin-bottom: 8px;
}

div#main p
{
	color: #666;
	
}

