@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/Thimages/bkgr2.gif);
	
}
#container {
	background-color: #ffffff;
	background-position: center;
	width: 940px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #04481e;
	overflow:auto;
	}
	
#header {
	background-color: #02421b;
	background-image: url(../images/Thimages/butternutsheader.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 939px;
}

#nav {
	background-image: url(../images/Thimages/navigationbar1.gif);
	height: 50px;
	width: 940px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #023014;	

}
	


#nav a{
	color: #04481e;
	text-decoration: none;
}

#nav a:link {
	color: #04481e;
	text-decoration: none;
}
#nav a:visited {
	color: #04481e;
	text-decoration: none;
}
#nav a:hover {
	color: #f58e17;
	text-decoration: none;
}





#leftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04481e;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #f58e17;
	float: left;
	width: 180px;
	margin-left: 10px;
	height: auto;
	margin-top: 20px;
}


#main {
	background-image: url(../images/Thimages/Welcome2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 690px;
	margin-left: 10px;
	float: right;
	padding: 10px;
	margin-right: 10px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	height: 100px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04481e;
	background-position: center;
	text-align: center;
	margin-top: 10px;
}
#address {
	background-color: #f58e17;
	height: auto;
	width: 940px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	
}

a:link {
	color: #fb9622;
}
a:visited {
	color: #f58e17;
}
a:hover {
	color: #f58e17;
}

img {
	margin: 10px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036228;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 600;
	color: #04481e;
}
