﻿body
{
	background-color: #79281D;
	color: White;
	font-family: Tahoma;
	font-size: 11pt;
	margin: 0;
}

#wrapper
{
	margin: auto;
	padding-bottom: 10px;
	width: 1008px;
}

#bannerHP
{
	background: url(images/bannerHP.jpg);
	height: 178px;
	width: 1008px;
}

#links
{
	padding-top: 149px;
}

#links a, #links a:visited
{
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 5px;
	padding: 0 8px;
	padding-bottom: 1px;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;	
}

#links a:hover
{
	color: Black;
}

#revComm
{
	background: url(images/revCommBlock.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#revCommLinks
{
	float: left;
	height: 52px;
	margin-top: 232px;
	padding: 10px;
	text-align: right;
	width: 290px;
}

#revCommLinks a, #revCommLinks a:visited
{
	color: White;
	text-decoration: none;
}

#revCommLinks a:hover
{
	color: Black;
}

#adminBuilding
{
	background: url(images/adminBuilding.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#probate
{
	background: url(images/probateBlock.jpg);
	background-position: right top;
	background-repeat: no-repeat;		
}

#probateLinks
{
	float: right;
	height: 62px;
	margin-top: 232px;
	padding: 10px;
	width: 290px;
}

#probateLinks a, #probateLinks a:visited
{
	color: White;
	text-decoration: none;
}

#probateLinks a:hover
{
	color: Black;
}

#textRiver
{
	background: url(images/river.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 315px;
	margin-top: 10px;
	width: 1008px;
}

#revCommText
{
	border: solid 1px #79281D;
	float: left;
	height: 103px;
	text-align: center;	
	width: 349px;
}

#probateText
{	
	float: right;
	height: 103px;
	text-align: center;
	width: 349px;
}

#footerHp
{
	padding: 15px;
	text-align: center;
}

/* secondary */
#banner
{
	background: url(images/banner.jpg);
	height: 204px;
	width: 1008px;
}

#linksSec
{
	padding-top: 154px;
}

#linksSec a, #links a:visited
{	
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 8px;
	padding-bottom: 1px;
	padding-top: 13px;
	text-align: center;
	text-decoration: none;
	width: 135px;
}

#linksSec a:hover
{
	color: White;
}

#content
{
	padding: 30px 15px;
	width: 1008px;
}

#footer
{
	background: url(images/footerBG.jpg);
	background-repeat: repeat-x;
	padding: 18px;
	text-align: center;
}

