@charset "utf-8";		
/* author: Dennis VanWeelden 
   last updated: 8/20/09 
/****************************/
body {
	background:url(../images/bgconcept5.png) repeat-x #313454;
	font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}
/* BEGIN LAYOUT 
   main container */
#maincontain {
	margin:0 auto;
	width:1068px
}

/* banner */
	#banner {
		background:url(../images/banner.jpg);
		width:1068px;
		height:110px;
	}
 
		/* inside banner */  
		#auditorimg {
			float:left;
			width:81px;
			height:86px;
			margin-top:14px;
		}
  
		#auditortxt {
			float:left;
			width:312px;
			height:62px;
			margin-top:35px;
			margin-left:-10px
		}
		  
		#countytxt {
			float:right;
			margin-right:102px;
			margin-top:20px;
		}
	/* end banner */

	/* menu container */
	#mnucontain {
		background:url(../images/menu_con.jpg);
		width:1068px;
		height:29px;
	}

		/* inside menu container */
		#mnuspacer {
			padding-top:8px;
			margin:0 auto;
			width:1044px
		}
	/* end menu container */
 
	/* top shadow */
	#topshadow {
		background:url(../images/topshadow.jpg);
		width:1068px;
		height:28px;
	}
	/* end top shadow */
	
	/* content holder */
	#contentholder {
		background-color:#ececec;
		width:1068px;
		height:100%;
		min-height:400px;
	}
	
		/* content spacer */
		.pad20LR {
			padding-left:20px;padding-right:20px
		}
	/* end content holder */
 
	/* bottom shadow */
	#bottomshadow {
		background:url(../images/bottomshadow.jpg);
		width:1068px;
		height:27px;
	}
	/* end bottom shadow */

	#footer {
		margin-top:5px;
		width:1068px;
		height:30px;
		color:#ececec;
		font-size:10px;
		letter-spacing:1px;
		line-height:18px;
		text-align:center
	}
	
	#copyright {
		width:1068px;
		height:20px;
		color:#ececec;
		font-size:10px;
		float:left;
		letter-spacing:normal;
		padding-top:15px;
		line-height:15px;
		text-align: center
	}
/* end main container 
   END LAYOUT */

/* BEGIN ELEMENTS 
   main content box */
.box {
	margin-left: 9%;
	width:82%;
	padding-right:9%;
	
}

.cleared {
	clear:both;
	height:1px
}

.imgbox {
	float:left;
	width:25%;
	border:solid 1px #d9d9d9;
	text-align:center;
	margin-top:24px;
	font-weight:bold;
}


/* text styles */
h1,h2,h3 {
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1 {
	border-bottom: solid 1px #d9d9d9;
	font-weight: normal;
	font-size: 200%;
	text-indent: 5px;
	letter-spacing: -1px;
}

h2 {
	font-size:175%;
	font-weight:normal;
	font-style:italic
}

h3 {
	font-size:150%;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:100%;
	color:#FF0000

}

h6 {
	font-size:100%;
	color:#0000FF;
}

/* link styles */
a:link {
	color: #a22223;
	text-decoration:none;
}

a:visited {
	color: #a22223;
	text-decoration:none
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration:underline;
}

#copyright a {
	color:#ececec;
	text-decoration:none;
	font-weight:bold
}

#copyright a:link {
	color:#ececec;
	text-decoration:none;
	font-weight:bold
}

#copyright a:visited {
	color:#ececec;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#copyright a:active {
	text-decoration:underline;
}

#footer a.start {
	padding-left:0;
}

#footer a {
	padding-left:5px;
	padding-right:5px;
	color:#ececec;
	text-decoration:none;
	font-weight:bold
}

#footer a:link {
	padding-left:5px;
	padding-right:5px;
	color:#ececec;
	text-decoration:none;
}

#footer a:visited {
	color:#ececec;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footer a:active {
	color:#FFF;
	text-decoration:underline;
}
/* end link styles */
