body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-align: center;
}

a
{
	color: #ac761b;
	text-decoration: none;
}

a:hover
{
	color: #d19329;
}

#headerContainer, #menuContainer, #bannerContainer, #contentContainer, #footerContainer
{
	width: 735px;
	margin: auto;
	position: relative;
}

#headerDiv
{
	border-top: 6px solid #000000;	
}

#headerContainer
{
	height: 115px;
}

#logo
{
	background: url(../images/logo.jpg) top left no-repeat;
	width: 126px;
	height: 101px;
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#logo span
{
	display: none;
}

#searchDiv
{
	position: absolute;
	top: 10px;
	right: 0px;
}

#contactInfoDiv
{
	position: absolute;
	bottom: 5px;
	right: 0px;
	font-size: 0.7em;
	font-weight: bold;
}

#submitSearch
{
	background: url(../images/searchBg.jpg) top left repeat-x;
	height: 19px;
	border: 1px solid #6c080c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font-size: 0.6em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 0px;
}

#search
{
	border: 1px solid #000000;
	height: 17px;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px 4px 0px 0px;
}

#menuDiv
{
	background: #9f1015;
	height: 32px;
	border-bottom: 8px solid #d91f26;
}

#menuTable
{
	width: 100%;
	margin: 3px 0px 0px 0px;
}

#menuDiv .menuItem
{
	display: block;
	background: #9f1015;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	padding: 5px;	
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#menuDiv .activeMenuItem
{
	background: #d91f26;
}

#bannerDiv
{
	background: #ac761b;
	height: 198px;
	padding-top: 10px;
}

#bannerDiv p
{
	margin: 0px;
	padding: 0px;
}

#contentDiv
{
	text-align: left;
	padding-bottom: 20px;
}

#contentDiv h1
{
	font-size: 23px;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #ac761b;
}

#contentDiv h2
{
	font-size: 20px;
}

#contentDiv h2, h4, h6
{
	color: #9f1015;
}

#contentDiv h3, h4
{
	font-weight: normal;
}

#contentDiv h3
{
	width: 100%;
	border-bottom: 1px solid #ac761b;
}

#featuredDiv
{
	background: #ffffff;
	width: 230px;
	margin: 0px 0px 20px 20px;
	float: right;
}

#footerDiv
{
	background: #000000;
	border-top: 6px solid #9f1015;
	border-bottom: 6px solid #9f1015;
	font-size: 0.7em;
	color: #ffffff;
	padding: 10px 0px;
	text-align: left;
	line-height: 20px;
}

#footerDiv a
{
	color: #ffffff;
	text-decoration: none;
}

#footerMenuDiv a
{
	margin: 0px 20px 0px 0px;
}

.profileSummaryContainerFeatured
{
	background: #ffffff url(../images/featuredBanner.jpg) top right no-repeat;
	border: 1px solid #cccccc;
}

.profileThumbnailContainer
{
	border: 0px;
}

.profileSummaryContainer
{
	min-height: 116px;
}

.profileContainerFeatured
{
	margin: 10px;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/featuredBanner.jpg) top right no-repeat;
	min-height: 200px;
}

.profileTextContainer
{
	float: none;
	width: 100%;
	background: none;
}

.profileTable
{
	background: none;
}

.profileTitle
{
	margin-right: 200px;
}

#profileDescriptionArea
{
	margin-right: 130px;
}

.profileImagesContainer
{
	background: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
}

.mainImageContainer
{
	float: left;
	margin: 2px;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.profileMainImage
{
	border: 0px;
}

#thumbnailArea
{
	float: left;
	width: 400px;
}

.profileThumbnailContainer
{	
	border: 0px;
}

.profileSummaryImageContainer
{
	margin-top: 50px;	
}

.profileSummaryImageContainer img
{
	border: 0px;
}

#featuredDiv .profileSummaryContainerFeatured
{
	border: 1px solid #ac761b;
}
