﻿body 
{
    text-align:center;
    font:normal 12px Arial;
}
#rosterContainer
{
    width:100%;
    overflow:hidden;
}
#rosterLeft
{
    width:44%;
    margin-left:3%;
    float:left;
}
#rosterRight
{
    width:44%;
    margin-right:3%;
    float:right;
}
p.county-title
{
	padding:12px;
	background-color:#035682;
	color:#FFF;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:2px;
	font-size:14px;
}
div.item-title
{
	width:100%;
	overflow:hidden;
	margin:10px 0px 5px;
	background-color:#E7F1F2;
}
div.item-title p
{
	padding:10px;
	margin:0px;
}
div.item-title .person-name
{
	float:left;
}
div.item-title .person-phone
{
	float:right;
}
div.item-content
{
	padding-left:119px;
	text-align:left;
	padding-bottom:10px;
	background-repeat:no-repeat;
	background-position:0% 0%;
	height:140px;
}
div.item-content .person-email
{
	padding:0px;
	margin:0px;
}
div.item-content .item-address p
{
	padding:3px;
	margin:0px;
}