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

body {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5c5a46;
	background: url(../images/dirt.jpg);
	}
	
h1 {
	color: #0b8808;
	font-weight: 100;
	font-size: 48px;
	margin: 5px;
	border-bottom: 1px solid #333333;
}

h2 {
	color: #0b8808;
	font-weight: 100;
	margin: 5px;
}

p {
	padding: 5px;
}

a:link, a:active, a:visited {
	color: #090;
}

a:hover {
	color: #FFFF00;
}
.ClearBoth {
	clear: both;
}

.inline {
	display: inline;
}

.left {
	float:left;
}

.right {
	float: right;
	margin: 4px;
}

img.left {
	margin: 0 10px 0 0;
}
.side {
	font-size: 14px;
	clear:both;
}

.help {
	font-size: 12px;
	text-align:center;
	display:block;
}

table td {
	padding: 5px;
}

input, textarea {
	border: 1px solid #333333;
	font-size:14px;
	padding: 3px;
}

.textfield {
	width: 300px;
}
.rowborder {
	border-top: 1px solid #5c5a46;
}



#Header {
	width: 960px;
	height: 250px;
	background: url(../images/page_hdr.png);
	margin:auto;
}

#Logo {
	margin: 10px 0 0 65px;
	float: left;
	 width: 295px; 
	 height: 240px;
	 background: url(../images/logo.gif);
}

#Lawn {
	float:right;
	height: 247px;
	width: 580px;
	margin: 5px 5px 0 0;
	background: url(../images/header_bg.jpg) right no-repeat;
}

/*Body*/
#Body {
	width: 960px;
	background: url(../images/page_bg.png);
	margin: auto;
}



#Nav {
	width: 950px;
	height: 60px;
	background: url(../images/nav_bg.png);
	margin: auto;
}

#Nav ul {
	color: #FFFFFF;
	padding: 20px 0 0 10px;
	margin: 0;
	clear:both;
}

#Nav ul li {
	display: inline;
	padding: 5px 10px 5px 10px;
	border-right: 2px solid #ffffff;
	font-size: 20px;
}

#Nav a:link, #Nav a:active, #Nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#Nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#Nav a.thispage:link, #Nav a.thispage:active, #Nav a.thispage:visited {
	text-decoration:underline;
}


#Content {
	width: 600px;
	float: left;
	margin: 10px 10px 10px 20px;
}

#slideshow {
	clear:both;
	height: 410px;
}

#slideshow img {  
    position: absolute;
	
} 

img.hover {
	margin: 0 5px;
}

#SideBar {
	width: 250px;
	float: left;
	margin: 10px 10px 10px 20px;
}


#Footer {
	width: 960px;
	height: 30px;
	background: url(../images/page_ftr.png) bottom;
	margin: auto;
	text-align: center;
}