@import url(menu.css);
* {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(site_bg.gif);
	background-repeat:repeat-x;
	background-color:#e4f7e6;
	color: #3f4648;
}
a {
	text-decoration:none;
	color:#3f4648;
}
a:hover {
	text-decoration:underline;
	color:#FF0000;
}
#header {
	min-height: 95px;
}
#logo {
	background-image:url(logo.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width: 850px;
	margin: 0 auto;
	height:85px;
	cursor:pointer;
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align:justify;
}
#container ul {
	margin-left: 20px;
	padding-left: 10px;
	list-style-image: url(ul.gif);
	list-style-position: outside;
	margin-top: 5px;
}
#container li {
	margin-bottom: 2px;
	margin-right: 30px;
}
#ss_container {
	background-image:url(photo_bg.gif);
	background-position:top center;
	width: 785px;
	height:360px;
}
#Slideshow {
	padding-top:15px;
	padding-left:132px;
}
#n1 a, #n2 a, #n3 a, #n4 a, #n5 a, #n6 a {
	text-decoration:none;
	padding-left:10px;
}
#n1 a:hover, #n2 a:hover, #n3 a:hover, #n4 a:hover, #n5 a:hover, #n6 a:hover {
	text-decoration:none;
}
#n1, #n2, #n3, #n4, #n5, #n6 {
}
#n1 {
	width:137px;
	height:30px;
	cursor:pointer;
	margin-top:-310px;
	margin-left:3px;
}
#n2 {
	width:137px;
	height:30px;
	cursor:pointer;
	margin-top:10px;
	margin-left:3px;
}
#n3 {
	width:137px;
	height:30px;
	cursor:pointer;
	margin-top:8px;
	margin-left:3px;
}
#n4 {
	width:110px;
	height:30px;
	cursor:pointer;
	margin-top:-115px;
	margin-left:670px;
}
#n5 {
	width:110px;
	height:30px;
	cursor:pointer;
	margin-top:10px;
	margin-left:670px;
}
#n6 {
	width:110px;
	height:30px;
	cursor:pointer;
	margin-top:8px;
	margin-left:670px;
}
fieldset {
	background-color:#FFFFFF;
	padding:5px;
}
INPUT[type="text"] {
	width:35%;
	height:21px;
	border:1px solid #1a2604;
	background:#e4f7e6;
	margin:0 0 5px 10px;
	color:#a4913e;
}
textarea {
	border:1px solid #1a2604;
	background:#e4f7e6;
	color:#a4913e;
}
th {
	text-align:left
}
input.submit {
	width:71px;
	height:28px;
	background:url(btn_submit.gif) no-repeat;
	border:none;
	float:left;
	margin:10px 10px 0 0;
	cursor:pointer;
}

.news {
    text-align: justify;
    line-height: 1.50 em;
}
.news h2 {
	color: #a7c274;	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px; text-decoration: none;
	padding: 8px 0px 4px 0px;
	width: 100%; border-bottom: 1px solid #d4d4d4; font-style: italic;
}
.news .posted{
	color:#999999;font-family: Georgia, "Times New Roman", Times, serif;font-style: italic;font-size:12px; padding-bottom:5px;
}
.error { 	
	background: #f8e6e6;
	color: #b30b0b;
	border: 1px solid #b30b0b;
	margin-bottom:10px;
	padding:5px;
	font-weight:bold;
}

#adminMenu li a {
	display: block;
	text-decoration: none;
}
#adminMenu li a:hover{
	background-color:#FFF;
	color:#333;
}
