﻿body
{
	background: #F1E1AA;
	background-image: url(../images/bodyHeader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#wrapper
{
	margin: auto;
	text-align: left;
	width: 971px;
	position: relative;
}

#menuWrap
{
	float: left;
	background: url(../images/headerLeft.png);
	width: 674px;
	height: 227px;
}

#menu
{
	margin-top: 18px;
	margin-left: 30px;
}

.lbHome
{
	display: block;
	height: 167px;
	width: 100%;
}

#taxSearchWrap
{
	/* float: right;*/
	background: url(../images/headerRight.png);
	float: right;
	height: 227px;
	width: 297px;
	position: absolute;
	right: 0;
	top: 0;
}

a.btnTS
{
	display: block;
	position: relative;
	left: 10px;
	top: 185px;
}
a.secBtnTS
{
	display: block;
	position: relative;
	left: 10px;
	top: 0px;
}

#taxSearchWrap a
{
	margin-top: 185px;
}

#middle
{
	position: relative;
	height: 251px;
}

#sign
{
	background-image: url(../images/sign.gif);
	position: absolute;
	top: -22px;
	left: -20px;
	width: 328px;
	height: 284px;
	z-index: 500;
}

#hpTopText
{
	position: absolute;
	left: 272px;
	top: 57px;
	color: Black;
	background-color: #F5E9C2;
	width: 330px;
	height: 134px;
	background-image: url(../images/topTextTile.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: center;
	padding: 30px;
	font-weight: bold;
}

#treasurerPic
{
	width: 283px;
	height: 251px;
	background-image: url(../images/hp_treasurer_new.gif);
	position: absolute;
	right: 26px;
}
#treasurerSig
{
	background: url(../images/treasSig.jpg) no-repeat left top;
	height: 46px;
	width: 201px;
	position: absolute;
	top: 190px;
	right: 35px;
}


#bottom
{
	height: 288px;
	width: 936px;
	background-image: url(../images/bottomSideTile.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 8px;	
	position: relative
}

#hpBottomText
{
	width: 635px;
	height: 288px;
	background-position: right top;
	background-image: url(../images/hpBottomTextSide.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 30px;
	font-size: 13px;
}

#contactInfo
{
	width: 271px;
	height: 288px;
	background-image: url(../images/contactInfoTile.gif);
	background-position: left top;
	background-repeat: repeat-x;
	float: right;
	position: relative;
}
#cI
{	
	width: 372px;
	position: absolute;
	top: 30px;
	right: 1px;
}
#cI #courtHouse
{
	background: url(../images/courtHouse.jpg) no-repeat left top;
	height: 176px;
	width: 277px;	
	position: relative;
	left: 95px;
}
#cI #barbell
{
	background: url(../images/barbell.jpg) no-repeat left top;
	height: 18px;
	width: 372px;
}
#cI #info
{
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial;
	position: relative;
	left: 100px;
}

#contentWrap
{
	width: 870px;
	margin: auto;
	padding: 0 0 20px 0;
}

#footer
{
	background-image: url(../images/footer.gif);
	width: 884px;
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	padding: 30px 20px 0 40px;
}
#sturgis
{
	float: right;
}

.clear
{
	clear: both;
}

