﻿body
{
	background-color: White;
}
#container
{
	width: 750px;
	margin: 0px auto;
	background-color: White;
}
#header
{
	text-align: center;
	margin: 0px auto;
	width: 90%;
	font-size: medium;
	border-bottom: 2px solid black;
}
#header img
{
	max-width: 675px;
}
#header h1
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
#footer
{
	border-top: 1px solid black;
	margin: 20px auto 10px auto;
	padding-top: 10px;
	width: 95%;
	text-align: center;
}
a
{
	color:Blue;
}
div.profileListing
{
	width: 90%;
	margin: 10px auto;
	padding: 2px auto 20px auto;
}
div.profileListing span.profileTitle
{
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
}
div.profileListing span.profileTitle a
{
	color: Blue;
	text-decoration: none;
}
div.profileListing p
{
	font-size: 14px;
	margin: 0px;
}
div.searchBar
{
	width: 90%;
	margin: 0px auto;
	background: url(   'search-bar-bg.jpg' ) no-repeat;
	padding: 10px 0px;
}
div.searchBar .searchBox
{
	float: left;
	margin-left: 5px;
}
div.searchBar .resultsBox
{
	float: right;
	margin-right: 20px;
	font-weight: bold;
	font-size: small;
}
div.clear
{
	clear: both;
}
div.pagerDiv
{
	width: 90%;
	margin: 8px auto;
}
div.pagerDiv .leftDiv
{
	width: 29%;
	text-align: right;
	float: left;
}
div.pagerDiv .pagesDiv
{
	width: 40%;
	float: left;
	text-align: center;
}
div.pagerDiv .rightDiv
{
	width: 30%;
	text-align: left;
	float: left;
}
div.leftDiv a, div.rightDiv a
{
	color:Blue;
	margin: 0px 5px;
}
div.pagesDiv a, div.pagesDiv strong
{
	color:Blue;
	margin:0px 5px;
}
div.pagesDiv a
{
	color:Blue;
}
div.locationContainer
{
	width: 90%;
	margin: 0px auto;
	padding: 10px 0px;
}
div.locationItem
{
	float:left;
	width: 224px;
}
div.breadcrumbDiv
{
	width: 90%;
	margin: 0px auto;
	padding: 10px 0px;
}