﻿body
{
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0;
}

#outterWrapper
{
	background: url(images/ltShadow.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin: auto;
	width: 1000px;
}

#bannerTop
{
	background: url(images/bannerTop.jpg);
	height: 155px;
	width: 1000px;
}

#outterWrapper2
{
	background: url(images/rtShadow.jpg);
	background-position: right;
	background-color: White;
	background-repeat: repeat-y;
	margin-left: 4px;
	width: 996px;
}

#welcome
{
	background: url(images/welcome.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 28px;
	padding: 15px 0;
	width: 992px;
}

#innerWrapper
{
	border-left: solid 12px #819EC2;
	border-right: solid 12px #819EC2;
	margin: auto;
	width: 878px;
}

#innerBanner
{
	background: url(images/innerBanner.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 878px;
}

.countyDepts
{border: solid 1px Red;	
	float: left;
	margin-left: 114px;
	text-align: center;
	width: 212px;
}

.findItHere
{border: solid 1px Lime;
	float: left;
	margin-left: 9px;
	text-align: center;
}

.citizenServices
{border: solid 1px Red;
	float: left;	
	margin-left: 5px;
	text-align: center;
}

#content
{
	margin: auto;
}

#aboutUs
{
	background: url(images/innerShadowBG.jpg);
	background-color: #819EC2;
	background-position: center;
	background-repeat: repeat-y;
	border-top: solid 5px #819EC2;
	float: left;
	width: 439px;
}

.text
{
	margin: auto;
	width: 420px;
}

#news
{
	background: url(images/innerShadowBG.jpg);
	background-color: #819EC2;
	background-position: center;
	background-repeat: repeat-y;
	border-left: solid 10px #819EC2;
	border-top: solid 5px #819EC2;
	margin-left: 439px;
	min-height: 180px;
	width: 429px;
}

#calendar
{
	background-color: #819EC2;
	border-left: solid 10px #819EC2;
	border-top: solid 5px #819EC2;
	height: 223px;
	margin-left: 439px;
	width: 429px;
}

#footer
{
	background-color: White;
	border-top: solid 12px #819EC2;
	padding-bottom: 50px;
	padding-top: 20px;
	text-align: center;
}


/*secondary*/
#secContent
{
	background: url(images/secContentBG.jpg);
	background-repeat: repeat-y;
	margin: auto;
}

#links
{
	float: left;
	min-height: 550px;
	width: 200px;
}

#secMainContent
{
	margin-left: 205px;
	width: 670px;
}

/* Search */
#taxSearchContent
{
	background-color: White;
	padding: 10px;
}

#searchInnerBanner
{
	background: url(images/tsInnerBanner.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 878px;
}

#searchNav
{
	background-color: #819EC2;
	padding: 8px;
	text-align: center;
}

#searchNav a, #searchNav a:hover
{
	color: White;
	font-size: 16px;
	margin-right: 30px;
	padding: 3px;
}

