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

body {
	background: url(images/dot.gif);
	font:.8em/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	}
/*********** Text */
p, li {
	color: #333333;
	text-align:justify;
	}	
a, a:visited {
	color:#660000;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h3 {
	padding: 0 0 0 25px;
	background: url(images/leaf.gif) no-repeat left  ;
	font-size: 1.5em;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: 1em;
	text-transform:uppercase;
	}
h6 {
	font-size: 1em;
	}

/*********** Layout */
#header, #content, #copyright {
	width: 800px;
	padding: 1px 0 1px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	}
#header {
	background: url(images/scrolltop.gif) top no-repeat;
	height: 190px;
	}
#header img{
	border: 1px #660000 groove;
	padding: 3px;
	}
#content {
	background: url(images/scrollmiddle.gif) repeat-y;
	}
#pad40hack {
	padding: 0 45px 0 45px;
	}
/* Copyright */
#copyright {
	background: url(images/scrollbottom.gif) top no-repeat;
	height:78px;
	font-size:.7em;
	color: #666666;
	}
#copyright p {
	text-align: center;
	padding: 20px 0 0 0;
	}
/*********** header */
#header {
	position: relative;
	}
#nav a:link, #nav a:visited{
	padding:5px 15px 0 0px;
	font: bold .9em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#999999;
	}
#nav a:hover{
	text-decoration: underline;
	color:#660000;
	}
#nav {
	position: absolute;
	bottom:10px;
	left: 200px;
}
#title {
	font: 4em  "edwardian script itc";
	color:#660000;
	vertical-align:bottom;
	}
#header img {
	border:1px #660000 solid;
	float:left;
	margin: 30px 30px 0 50px;
	}
/*********** Content */
textarea {
	height:350px;
	border:;
	}
/* featured box on home page */
.featured{
	float: right;
	padding: 0 0 20px 20px;
	margin: 0;
	}
.featured li {
	list-style:none;
	padding:0 0 10px 0;
	}	
.featured ul  {
	padding:0;
	}
.featured h5, .featured p {
	padding: 0 0 0 0;
	margin:0;
	} 
/* ezine box on resources page */
.ezine {
	float: right;
	padding: 0 0 0 20px;
	width: 50%;
	}
.ezine h4 {
	margin:0;
	padding:0;
	}
.ezine ul {
	margin:0;
	}
/*********** Contact */
#map {float: right;
	margin: 0 20px 0 30px;
	}
#map.small {
	text-align:right;
	}
#address {
	padding: 0 0 0 20px;
	}
/*********** admin */