
ul.ofiList
{
	padding: 0;
	margin: 0;
}

ul.ofiList li
{
	padding: 0.25em 0px 0.25em 12px;
	background: transparent url(../img/bullet.png) no-repeat center left;
	list-style-type: none;
}

ul.linkList
{
	padding: 0;
	margin: 0;
	border-top: 1px dotted #333;
}

ul.linkList li
{
    margin: 0;padding: 0;
	list-style-type: none;
	border-bottom: 1px dotted #333;
}

ul.linkList li a
{
	background: transparent url(../img/bullet.png) no-repeat center left;
	display: block;
	padding: 0.5em 0px 0.5em 12px;
    text-decoration: none;
    color: #630;
}

ul.linkList li a:hover
{
	background-color: #ffe;
	text-decoration: none;
    color: #000;
}

ul.agentList
{
	padding: 0;
    margin: 0;
}

ul.agentList li
{

	overflow: auto;
	margin: 0.5em 0;
	list-style-type: none;
}

ul.agentList li img
{
	float: left;
	margin-right: 7px;
	margin-top: 2px;
	border: 1px solid #000;
}

ul.agentList li h5
{
	margin: 0;
}

ul.agentList a:hover img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
        border-color: #00F;
}

table.list
{
	width: 100%;
}

	table.list td, table.list th
	{
		padding: 5px;
	}

	table.list th
	{
		background: #000;
		color: #fff;
		text-transform: uppercase;
		border-right: 1px dotted #fff;
		text-align: left;
        font-weight: bold;
        padding: 8px 5px;
        border-top: 2px solid #ffd917;
	}

	table.list td
	{
		border-bottom: 1px solid #000;
	}

	table.list tr:hover td
	{
		background-color: #ffe;
	}

ul.searchResults
{
	padding: 0;
    margin: 0;
}

	ul.searchResults li
	{
        
		list-style-type: none;
		clear: both;
		border-top: 1px solid #ccc;
		padding: 5px 0;
        position: relative;
	}

	ul.searchResults img.thumb
	{
		float: left;
		margin-right: 11px;
	}

	ul.searchResults h4
	{
		margin: 0;
		font-weight: normal;
		font-size: 115%;
	}

	ul.searchResults h4 strong
	{
		text-transform: uppercase;
	}

	ul.searchResults p
	{
		margin-bottom: 0.5em;
	}

ul.icons
{
	display: block;
	z-index: 50;
	font-size: 14px;
	background: #333; color: #fff;
	padding: 0;		margin: 0;		line-height: 22px;
	overflow: auto; clear: none; position: absolute;
    right: 0;
    top: 15px;

}

	ul.icons li
	{
		line-height: 22px;
		padding: 0 8px;
		border-right: 1px solid #fff;
		float: left;
		list-style-type: none;
		clear: none;
		border-top: 0;
	}


ul.agencyList
{
	padding: 0;
	overflow: auto;
    margin: 0;
}

ul.agencyList li
{
	list-style-type: none;
	width: 250px;
    padding: 5px;
	float: left;
	margin: 12px;
	height: 270px;
	overflow: hidden;
    border: 10px solid #ffc;

}

ul.agencyList li h3
{
	margin-top: 0;
}

ul.agencyList table td, ul.agencyList table th
{
    vertical-align: top;
    padding-right: 4px;
}

ul.agencyList table th
{
    font-weight: bold;
}
table.smallTable th
{
    font-weight: bold;
}

table.smallTable td, table.smallTable th
{
    vertical-align: top;
    padding-right: 4px;
    font-size: 11px;
}


