@charset "utf-8";
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	text-align: center;
	background: #cec2af;
	margin: 0px;
}
#skipto {
	position: absolute;
	left: -9999px;
}
#logo_panel {
	text-align: left;
	background: #282425;
	border-bottom: 1px solid #fff;
	padding: 5px 0px;
}
#body_container, #footer {
	text-align: left;
	background: url('../images/container_bkgd.gif') top left repeat-y;
	width: 1044px;
	margin: 0px auto;
}
#container {
	margin: 0px 30px;
	padding: 20px 38px 0px;
}
#header_right {
	text-align: right;
	float: right;
	width: 500px;
}
#header_right ul, #header_right ul li {
	margin: 0px;
	padding: 0px;
}
#header_right ul li {
	display: inline;
}
#header_right ul li a {
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
	padding: 0em 0.5em;
}
#header_right ul li a.current, #header_right ul li a:active, #header_right ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#header_right ul li a.current {
	cursor: default;
}
#nav {
	clear: right;
	color: #c0c0c0;
	margin: 25px 0px 10px !important;
	margin: 15px 0px 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	font-size: 1.25em;
	color: #434343;
	text-decoration: none;
	padding: 0.4em 0.9em;
}
#nav ul li a:active {
	color: #000;
	text-decoration: underline;
}
#nav ul li a.current, #nav ul li a:hover {
	color: #fff;
	background: #687005;
}
#nav ul li a.current {
	cursor: default;
}
#flash_container {
	height: 337px;
}
#main {
	background: url('../images/main_bkgd.gif') top right repeat-y;
}
#main.content {
	background: none;
	margin-bottom: 50px;
}
#content {
	float: left;
	width: 595px;
}
#sidebar {
	margin-left: 610px;
	padding: 0px 15px;
}
#sidebar ul {
	margin: 10px;
	padding: 0px;
}
#sidebar ul li, #content ul li {
	list-style-type: none;
}
#sidebar a.current {
	color: #687005;
	cursor: default;
}
#sidebar a.current:hover {
	text-decoration: underline;
}
#footer {
	background: none;
}
#footer p {
	font-size: 1.2em;
	margin: 0px 0px 30px 50px;
}
#footer a {
	color: #4d4d4d;
}
#footer a:active {
	text-decoration: none;
}
#footer a.current, footer a:hover {
	color: #687005;
}
#footer a.current {
	cursor: default;
}
#footer a.current:hover {
	text-decoration: underline;
}
/*
----------------------------------------- typography ----------------------------------------------------------------------------------------------*/
#main p, #main li {
	font-size: 1.3em;
	line-height: 1.6em;
}
#main li li {
	font-size: 1em;
}
#main form td {
	font-size: 12px;
}
h1 {
	margin: 0px;
}
h2, #main h2 {
	font-size: 2.8em;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin: 20px 0px;
}
#header_right h2 {	
	font-size: 2.6em;
	font-family: Helvetica, sans-serif;
	letter-spacing: -0.04em;
	margin-top: 70px;
}
#main h3 {
	font-size: 1.6em;
	color: #687005;
}
#sidebar p, #sidebar li {
	font-size: 1.3em;
}
#sidebar li a {
	color: #4d4d4d;
}
#sidebar li a:hover {
	color: #687005;
}
/*
----------------------------------------- classes ----------------------------------------------------------------------------------------------*/
.orange {
	color: #ed701c;
}
.olive {
	color: #687005;
}
.clear {
	clear: both;
}
.read_more {	
	text-align: right;
}
 .read_more a {
	color: #687005;
}
.notopmargin {
	margin-top: 0px;
}
.right {
	text-align: right;
}
#content ul.arrow li {
	list-style-type: disc;
}
.spacer {
	height: 20px;
}
/*
----------------------------------------- specific classes ----------------------------------------------------------------------------------------------*/
.bdr_grey {
	background: url('../images/border_shadow.gif') bottom right no-repeat;
	padding-bottom: 6px;
}
.bdr_grey_small {
	background: url('../images/border_shadow_small.gif') bottom right no-repeat;
	padding-bottom: 6px;
}
.bdr_grey img, .bdr_grey_small img {
	border: 1px solid #ecece4;
	border-bottom: none;
	padding: 5px 5px 5px 5px;
}
.img_left {
	float: left; 
	margin-right: 15px;
}
.fieldset {
	background: #FFF6F0;
	border: 1px solid #ccc;
	padding: 10px;
}
#errors_hide {
	display: none;
}
.errors_show {
	color: #c00;
	display: block;
	background: #FFEDEF;
	border-top: 1px solid #FFC2CA;
	border-bottom: 1px solid #FFC2CA;
	margin: 5px 0px;
	padding: 0px 10px;
}
.errors_show ul li {
	margin-bottom: 6px;
}
.success {
	font-weight: bold;
	text-align: center;
	background: #E5FFE5;
	border-top: 1px solid #ADDEAD;
	border-bottom: 1px solid #ADDEAD;
	margin: 5px 0px;
	padding: 0px 10px;
}
#breadcrumbs, #breadcrumbs li {
	margin: 10px 0px;
	padding: 0px;
}
#breadcrumbs li {
	font-size: 1.2em;
	display: inline;
	padding: 0em 0.6em 0em 0em;
}
.iframe {
	margin-left: 75px;
}
.map_image {
	border: 1px solid #ccc;
	padding: 4px;
}
.video {
	float: left;
	width: 360px;
}
/*
----------------------------------------- tables ----------------------------------------------------------------------------------------------*/
.events_list {
	font-size: 1.2em;
	background: #ccc;
}
.events_list tr {
	background: #fff;
}
.events_list tr.row {
	background: #FBFFFB;
}
.events_list tr.featured_event, .events_list tr.featured_event:hover {
	background: url('../images/feature_event_bkgd.jpg');
}
.events_list tr.featured_event, .events_list tr.featured_event a {
	color: #fff;
}
.events_list tr th, .events_list tr:hover {
	background: #F6FAFF;
}
.event {
	width: 450px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*
----------------------------------------- links ----------------------------------------------------------------------------------------------*/
a img {
	border: none;
}
a:link, a:active, a:visited {
	color: #687005;
	text-decoration: underline;
}
.grey, a.grey:link, a.grey:active, a.grey:visited {
	color: #999;
}
a:hover {
	text-decoration: none;
}
a.pdf {
	background: url('../images/pdf-icon.gif') center left no-repeat;
	padding: 0.2em 0px 0.2em 26px;
}
/*
----------------------------------------- html elements ----------------------------------------------------------------------------------------------*/
hr {
	background: none;
	border: none;
	border-top: 1px dotted #ccc;
	height: 1px;
	margin: 14px 0px 15px 0px;
	padding: 0px;
}
small {
	font-size: 0.9em;
	color: #666;
}
kbd {
	font-size: 1.3em;
	background: #ffc;
	border: 1px solid #ccc;
	padding: 0em 0.6em;
}
/*
----------------------------------------- forms ----------------------------------------------------------------------------------------------*/
.input {
	color: #666;
	border: 1px solid #ccc;
	padding: 0.4em 0.1em;
}
.small {
	width: 80px;
}
.submit {
	background: #f60;
	width: 134px;
	height: 34px;
}
.submit input {
	font-size: 1.3em;
	width: 130px;
	height: 30px;
	margin: 2px 0px 0px 2px;
}











