body {
	margin-top: 0px;
  background:url(images/gradient.jpg) repeat-x;
}


/*sections*/

#main {
	width: 830px;
	height: 700px;
	margin-left:auto;
	margin-right:auto;
}

#layout {
	width: 820px;
	height: 700px;
    position: relative;
    left: 0px;
    top: 0px;
	background-color: #FFFDED;
	border: 1px solid #000;
	max-height: 700px;
}

#header {
  background:url(images/header.gif) no-repeat 20% 50%;
	background-color: #FFFDED;
	top: 5px;
	right: 30px;
	height: 100px;
}

#navbar {
	width: 820px;
	height: 18px;
	background-color: #636466;
	text-align:center;
	
}

#photos{
	width: 820px;
	height: 251px;
	background:url(images/homepage.jpg);
	border-top: 1px solid #6D8855;
	border-bottom: 1px solid #6D8855;
}

#inside{
	width: 820px;
	height: 460px;
    background:url(images/seal.gif) no-repeat;
	background-position: 50% 70%;
		background-color: #FFFDED;
}

#fields{
	//background-color: #DBDDDD;
	width: 190px;
	height: 140px;
	position: absolute;
	top: 384px;
	left: 213px;
}

#forests{
	//background-color: #DBDDDD;
	width: 190px;
	height: 140px;
	position: absolute;
	top: 384px;
	left: 10px;
}

#hills{
	//background-color: #DBDDDD;
	width: 190px;
	height: 140px;
	position: absolute;
	top: 384px;
	left: 417px;
}

#waterways{
	//background-color: #DBDDDD;
	width: 190px;
	height: 140px;
	position: absolute;
	top: 384px;
	left: 620px;
}



#news{
	width: 312px;
	height: 162px;
	position: absolute;
	left: 12px;
	top: 533px;
}

#featured{
	width: 449px;
	height: 200px;
	position: absolute;
	left: 343px;
	top: 534px;
}

#featured h5{
	line-height: 12px;
	text-align: center;
}

#featured img{
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}


#footer{
	width: 820px;
	height: 70px;
	position: absolute;
	top: 760px;
	background:url(images/footer.gif) no-repeat center;
	background-color: #FFFDED;
}

.text{
 padding-left: 5px;
 height: 140px;
 overflow: auto;
 border-left: 1px solid #822123;
 	color: #636466;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;

}


/*elements*/

a .alt { display: none; }

a#header-button  {
	text-decoration: none;
	background: url(images/give.gif) top left no-repeat;
	display: block;
	width:  69px;
	height: 68px;
	position: relative;
	top: 0px;
	left: 745px;
        }
  		
a#header-button:hover  {
	background-image: url(images/give-on.gif);
	background-repeat: no-repeat; }
               
a#header-button:active  {
	background-image: url(images/give-on.gif);
	background-repeat: no-repeat; }

/*text styles*/
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

#navbar a:link {
	color: #FFF;
}
#navbar a:visited {
	color: #FFF;
}
#navbar a:hover {
	color: #D75456;
}
#navbar a:active {
	color: #D75456;
}

.current {color: #E7989A;}

ul {margin-left: 0em; padding-left: .5em; list-style-type: none;}

#inside img{
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #822123;
	padding-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #822123;
	padding-left: 5px;
	padding-top: 3px;
	display: inline;
}

h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #822123;
	padding-left: 5px;
	padding-top: 3px;
	display: inline;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #822123;
	padding-left: 0px;
	padding-top: 3px;
	display: inline;
	line-height: 3px;
}

#News-Text {
	position:absolute;
	width:579px;
	height:133px;
	z-index:1;
	left: 4px;
	top: 18px;
}
.news-format {
	color: #636466;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#featured-text {
	position:relative;
	width:187px;
	height:73px;
	z-index:1;
	left: 1px;
	top: 5px;
}

#news a {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#news a:link {
	color: #103499;
}
#news a:visited {
	color: #9ACC99;
}
#news a:hover {
	color: #1F6FE5;
}
#news a:active {
	color: #1F6FE5;
}
