/***** css for terry dahms site ****/

body{
	background-color:#006748;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper{
	width:650px;
	min-height: 350px;
	margin:auto auto;
	background-color:#fff;
	border:1px solid #000;
}

.clear{
	clear:both;
}

#header{
	width:650px;
	padding-left:8px;
}

#header img{
	float:left;
	padding-top: 10px;
}

#header img.toppad{
	padding-top: 21px; 
}

#name{
	float:left;
	width:465px;
	padding-top:80px;
	margin-left:13px;
	border-bottom:1px dotted #000;
	background:url(images/county2.jpg) no-repeat right;
}

h1, h2{
	font:Arial, Helvetica, sans-serif;
	font-weight:100;
	margin:0;
	padding:0;
}

h1{
	font-size:35px;
}

h2{
	font-size:17px;
}

h3{
	color:#006748;
	font-size:17px;
	font-weight:700;
	font-style:italic;
	margin:0;
	padding:0;
}
/********* nav buttons ********/

#nav{
	float:left;
	width: 140px;
	font-size:12px;
	padding: 8px 8px 0 8px;
	margin-top: 10px;
}

#nav ul{
	width:130px;
	list-style:none;
	padding:0;
	margin:0;
}

#nav ul li{
	display:block;
	width:130px;
	margin-bottom:5px;
}

#nav ul li a{
	display:block;
	width:140px;
	color:#000;
	background:url(images/navbackgrd2.gif) top right repeat-x;
	border:1px #EEE89E solid;
	outline:none;
	text-decoration: none;
	padding: 6px 0px 5px 9px;
}

#nav ul li a:hover{
	color:#000;
	background:url(images/navbackgrd_hover2.gif) top right repeat-x;
}

/*** smaller top nav ***/

#topnav{
	width:370px;
	float:right;
	padding-top:6px;
}

#topnav ul{
	width:370px;
	margin:0;
	padding:0;
}

#topnav ul li{
	float:left;
	padding:4px 6px 3px 6px;
	list-style:none;
	display:block;
}

#topnav ul li a{
	font-size:14px;
	text-decoration:none;
	outline:none;
	color:#000;
}

#topnav ul li a:hover{
	border-bottom:1px dotted #000;
}

/*** content ***/

#content{
	width:432px;
	float:left;
	min-height:230px;
	padding:5px 30px 20px 30px;
}

#content ul li {
	list-style:square;
	padding-bottom:5px;
}

#content img{
	margin:5px 18px 5px 18px;
	border:1px #000 solid;
}

.dotstop{
	
	padding-top:12px;
	border-bottom:2px dotted #ffee00;
}

.dotsbottom{
	width:370px;
	padding-bottom:15px;
	border-bottom:3px dotted #ffee00;
}

#footer{
	width:650px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	margin:auto auto;
	padding-top:3px;
}