* {
	margin:0;
	padding:0;
}

body {
	background:#E0E0E0 url(/media/layout/bg.gif) top repeat-x;
	text-align:center;
}
body, input, select, textarea {
	font-family:Tahoma;
	font-size:12px;
	color:#565656;
}



a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}



a img {
	border:0;
}
a:focus {
	outline:none;
}
img {
	display:block;
}
h1, h2 {
	color:#819905;
	border-bottom:1px solid #819905;
	margin-bottom:5px;
	font-size:14px;
	padding:5px 7px;
}
.clear {
	clear:both;
}
#header {
	width:960px;
	height:77px;
	padding:20px 0 0 0;
	margin:0 auto;
	text-align:left;
}
#site_logo {
	float:left;
	padding-left:16px;
	width:230px;
}
#search_form {
	width:600px;
	height:36px;
	padding:5px 35px 0 0;
	text-align:right;
	float:right;
}
#search_form span {
	color:#2D2E30;
	font-size:11px;
	border-bottom:1px solid #B6C56A;
	padding:2px 4px;
}
#search_text {
	width:119px;
	height:12px;
	padding:6px 10px;
	background-color:#F4F4F4;
	border:1px solid #B6C56A;
	text-align:left;
	font-size:10px;
	color:#B5B5B5;
	vertical-align:middle;
	margin-left:10px;
}
#search_button {
	width:38px;
	height:26px;
	background-color:#899F10;
	color:#fff;
	border:0;
	font-size:10px;
	vertical-align:middle;
}
#top_menu {
	width:684px;
	height:36px;
	padding-right:27px;
	background:url(/media/layout/bg_top_menu.gif) bottom left no-repeat;
	text-align:center;
	line-height:36px;
	color:#fff;
	font-size:14px;
	float:right;
}
#top_menu a {
	color:#fff;
	padding:0 10px;
	margin:0 5px;
	display:inline-block;
	height:36px;
}
#top_menu a.on {
	background-color:#22252A;
}
#container {
	width:960px;
	margin:0 auto;
	background:url(/media/layout/bg_container.gif) repeat-y;
}
#container_top {
	width:100%;
	background:url(/media/layout/bg_container_top.gif) top no-repeat;
}
#container_bottom {
	background:url(/media/layout/bg_container_bottom.gif) bottom no-repeat;
	padding:1px 7px 44px 4px;
	min-height:364px;
	height:auto !important;
	height:364px;
	text-align:left;
}
#sidebar_left {
	width:206px;
	padding:28px 10px 10px 30px;
	float:left;
}
#sidebar_left li {
	font-weight:bold;
	list-style:none;
	line-height:1.5;
}

#sidebar_left li a {
	color:#000;
	text-decoration:none;
}





#sidebar_left li li {
	font-weight:normal;
	padding-left:27px;
	background:url(/media/layout/bullet.gif) 14px 6px no-repeat;
}
#sidebar_left li li a {
	color:#565656;
}
#sidebar_left a.on {
	font-weight:bold;
}
#banner {
	width:692px;
	float:left;
	background:url(/media/layout/bg_banner.gif) left bottom no-repeat;
	padding-bottom:10px;
}
#page {
	width:405px;
	padding:1px 11px 0 0;
	float:left;
	line-height:1.5;
	text-align:justify;
}
#page h2, #page h1 {
	text-align:left;
	line-height:1;
}
#page p {
	padding-bottom:15px;
}
#sidebar_right {
	width:287px;
	float:left;
	background:url(/media/layout/bg_box.gif) left repeat-y;
}
#sidebar_right h2 {
	text-align:right;
	line-height:1;
}
#sidebar_right .box {
	background:url(/media/layout/bg_box_bottom.gif) left bottom no-repeat;
	padding:0 10px 27px 14px;
	font-size:11px;
	line-height:1.5;
}
#sidebar_right .box form {
	font-size:10px;
	line-height:1.2;
	color:#161616;
}
#newsletter_email {
	width:119px;
	height:12px;
	padding:6px 10px;
	border:1px solid #819903;
	text-align:left;
	font-size:10px;
	color:#686868;
	vertical-align:middle;
	margin-left:10px;
}
#newsletter_button {
	width:92px;
	height:26px;
	background-color:#899F10;
	color:#fff;
	border:0;
	font-size:10px;
	vertical-align:middle;
}
#newsletter_form p {
	width:212px;
	padding:10px 0 0 28px;
}
#sidebar_right .box ul {
	padding-top:7px;
}
#sidebar_right .box li {
	list-style:none;
	padding-left:11px;
}
#sidebar_right .box li {
	text-decoration:underline;
}
#site_stats {
	padding-top:30px;
	color:#999999;
	font-size:11px;
}
#supported_by {
	padding-top:25px;
	text-decoration:underline;
}
#supported_by img {
	margin-top:15px;
}
#footer {
	width:960px;
	margin:0 auto;
	padding:5px 0 30px 0;
	font-size:11px;
	color:#666;
}
#footer a {
	color:#666;
	padding:0 15px;
}
#copyright {
	padding-top:20px;
}
#copyright, #copyright a {
	color:#898989;
}
.left_image {
	float:left;
	margin-right:10px;
}
form.tablestyle {
	margin:10px 0;
}
form.tablestyle th, form.tablestyle td {
	padding:5px 0;
}
form.tablestyle th {
	text-align:right;
	padding-right:10px;
}
th.align_top, td.align_top {
	padding-top:4px;
}
.field {
	padding:2px;
	border:1px solid #819903;
}
input.field, textarea.field {
	width:300px;
}
textarea.field {
	height:200px;
}
input.submit {
	background-color:#899F10;
	border:0px;
	color:#fff;
	padding:5px 8px;
	font-size:11px;
	font-weight:bold;
}
input.radio {
	vertical-align:middle;
	margin:0 5px 0 0;
}
#note {
	text-align:center;
	border-top:1px solid #899F10;
	margin-top:20px;
	padding-top:5px;
}
form.tablestyle th span, #note span, .mandatory {
	color:#819903;
}
fieldset {
	border:1px solid #F5F5F5;
	margin:15px 0 0 0;
	padding:5px;
}
legend {
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
}
#map_div {
	padding-left:2px;
}
.page_content {
	padding:5px 10px 0 15px;
}
.page_content li {
	list-style:none;
}
.page_content li ul {
	margin-left:20px;
}
#gallery, #gallery_intro {
	padding:5px 0 0 5px;
}
#gallery img {
	border:4px solid #EEEEEE;
	margin:0 5px 10px 5px;
	width:150px;
}
#gallery img:hover {
	border:4px solid #B6C56A;
}
#gallery_intro img {
	border:4px solid #EEEEEE;
	margin:2px 5px;
	width:150px;
}
#gallery_intro a {
	float:left;
	text-align:center;
	display:block;
	text-decoration:none;
	width:170px;
}
#gallery_intro h5 {
	margin-bottom:10px;
	text-decoration:underline;
}
a.button {
	padding:5px 8px;
	background-color:#899F10;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}
#messageboard_list {
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px solid #e2e2e2;
}
#messageboard_list li:hover {
	background-color:#EEEEEE;
}
#messageboard_list li {
	border-bottom:1px solid #e2e2e2;
	padding:5px 0;
	cursor: hand;
	cursor:pointer;
	padding:6px;
}
#messageboard_list a {
	font-size:12px;
	font-weight:bold;
}
#messageboard_list span {
	color:#999999;
}
.pages {
	padding:5px;
}
.pages a {
	margin:0 5px;
}
.border_bottom {
	border-bottom:1px solid #e2e2e2;
	margin-bottom:10px;
}
.border_top {
	border-top:1px solid #e2e2e2;
}
a.back_url {
	color:#899F10;
}
#calendar {
	text-align:center;
}
#calendar table {
	margin:0 auto;
	border-left:1px solid #F8F8F6;
	border-top:1px solid #F8F8F6;
	color:#A8A699;
}
#calendar table a {
	color:#A8A699;
}
#calendar table td, #calendar table th {
	width:24px;
	line-height:18px;
	text-align:center;
	border-right:1px solid #F8F8F6;
	border-bottom:1px solid #F8F8F6;
}
#calendar table th {
	background-color:#B6C56A;
	color:#ffffff;
}
#calendar table th a {
	color:#ffffff;
}
#calendar table tr.day_names td {
	font-weight:bold;
	border-bottom:1px solid #dedede;
	background-color:#DAD8CC;
}
#calendar table td.empty {
	background-color:#A9A79A;
}
#calendar table td.selected {
	background-color:#EDC83C;
}
#calendar table td.today {
	background-color:#F9995D;
}
#calendar table td.today a {
	color:#764C33;
}
.search_results {
	list-style:none;
	border-bottom:1px solid #e2e2e2;
}
.search_results li {
	padding:0 0 10px 15px;
}
.search_results li a {
	font-size:11px;
}
