/*
===================
Global
===================
*/
html {
	background:#70ab38;
}
body {
	background:#fff url(/Images/bg-header.gif) top repeat-x;
	width:900px;
	margin:0 auto;
	font:12px/18px Arial,Sans-Serif;
	color:#444;
	border-left:18px solid #94cf5a;
	border-right:18px solid #94cf5a;
	position:relative;
}
h1 {
	font-size:32px;
	line-height:150%;
	color:#ab4815;
	margin-bottom:30px;
}
h3 {
	font-size:22px;
	color:#c01;
	padding:1em 0 .3em 0;
	margin-bottom:.8em;
	border-bottom:1px solid #ccc;
}
h4 {
	font-size:16px;
	padding:.8em 0 .2em 0;
}
p, ul {
	margin-bottom:1em;
}
a {
	color:#b01;
}
strong {
	font-weight:bold;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
.bullet {
	padding-left:1.35em;
}
.bullet li {
	list-style:disc;
}
.divider {
	line-height:0;
	font-size:0;
	height:10px;
	border-top:1px solid #ccc;
	float:right;
	width:310px;
}

/*
===================
Containers
===================
*/
#content {
	padding:0 0 15px 260px;
	min-height:600px;
	padding-top:100px;
}
* html #content {
	height:600px;
}

/*
===================
Header & Footer
===================
*/
#logo {
	position:absolute;
	display:block;
	width:211px;
	height:206px;
	top:12px;
	left:20px;
}
#header img {
	display:block;
}
#banner {
	width:930px;
	height:125px;
	margin:0;
	background:#eee url(/Images/bg-banner.gif) top repeat-x;
	padding-left:15px;
}
#banner li {
	float:left;
	margin-right:10px;
}
#banner li.last {
	margin:0;
}
#banner li img {
	width:211px;
	height:113px;
	background:#fff;
	padding:5px;
	border-bottom:1px solid #D7D7D7;
}
#header address {
	display:block;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#aaa;
	position:absolute;
	left:350px;
	top:25px;
	padding-left:10px;
	border-left:1px solid #ddd;
}
#header span.alert {
	position:absolute;
	font:bold 12px Tahoma;
	color:#fff;
	top:55px;
	left:260px;
	width:600px;
}

/*
===================
Navigation
===================
*/
#sidenav {
	position:absolute;
	top:240px;
	left:22px;
	width:200px;
}
#sidenav ul {
	margin:0;
}
#sidenav a {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Sans-Serif;
	color:#555;
	display:block;
	padding:0 10px;
	line-height:26px;
	border-top:1px solid #ddd;
	width:170px;
}
#sidenav li a:hover {
	background:#eee;
}
#sidenav li.active a {
	font-weight:bold;
	color:#d00;
	background:url(/Images/bg-nav-item.gif) top repeat-x;
}
#sidenav li.static a {
	background:none;
}
#sidenav li ul {
	display:none;
	border:none;
	background:#eee url(/Images/bg-nav-submenu.gif) top repeat-x;
	padding:8px;
}
#sidenav li.active ul {
	display:block;
}
#sidenav li.active ul a {
	color:#777;
	background:none;
	line-height:21px;
	padding-left:8px;
	border:none;
	border-bottom:1px solid #eee;
	width:154px;
}
#sidenav li.active ul li a:hover,
#sidenav li.active ul li.active a {
	color:#d00;
	background:#fff;
	border-color:#ddd;
	padding-bottom:0;
	line-height:21px;
}
.breadcrumb, .breadcrumb a {
	color:#ab4815;
	text-decoration:none;
}
#footer {
	margin:0;
	color:#c00;
	background:#fff;
	text-align:center;
	padding:10px 0;
	font-size:11px;
	font-weight:bold;
}
#footer li {
	display:inline;
	margin:0 3px;
}
#footer li a {
	color:#c00;
}

/*
===================
Welcome (Home Page)
===================
*/
#welcome {
	background:#70ab38;
	border:6px solid #94cf5a;
	margin:15px -6px 12px -6px;
	height:210px;
	padding:18px;
	position:relative;
	color:#fff;
}
#welcomeText {
	font-family:Georgia,Serif;
	width:245px;
}
#welcomeText a {
	color:#fff;
	font-style:italic;
	text-transform:uppercase;
	font-size:11px;
}
#welcomeText h1 {
	margin-bottom:10px;
	line-height:100%;
	font-style:italic;
	color:#fff;
}
#welcomeImages {
	position:absolute;
	top:14px;
	left:280px;
}
#welcomeImages li {
	float:left;
	margin-right:12px;
}
#welcomeImages a {
	float:left;
	background:#ddd;
	width:140px;
	height:218px;
	border:1px solid #94cf5a;
}
#welcomeImages a:hover {
	border-color:#fff;
}
#welcomeImages img {
	float:left;
}
.featureLink h3 a 
{
	color: #CC0011;
	text-decoration:none;
}
/*
===================
Sponsors (Home)
===================
*/
.sponsorLabel {
	display:block;
	margin-top:50px;
	font-size:11px;
	font-family:Arial,Sans-Serif;
	font-weight:bold;
	color:#888;
	border-bottom:1px solid #ccc;
}
.sponsorSummary li {
	float:left;
	width:147px;
	height:60px;
}
.sponsorSummary a {
	float:left;
	background-position:left center;
	background-repeat:no-repeat;
	width:147px;
	height:75px;
	outline:none;
}

/*
===================
Content
===================
*/
div.text {
	margin-right:50px;
	font-size:13px;
	line-height:20px;
	font-family:"Microsoft Sans Serif",Arial,Sans-Serif;
}
div.text h1, div.text h3 {
	font-family:Georgia,Serif;
}
div.text strong, div.text b {
	font-weight:bold;
	font-family:Arial,Sans-Serif;
}
div.text em, div.text i {
	font-style:italic;
}
div.text u {
	text-decoration:underline;
}
div.home {
	width:480px;
	background-image:url(/Images/bg-text-home.gif);
}
div.home h1 {
	background-image:url(/Images/bg-text-top-home.gif);
}
p.intro {
	font:13px/21px Georgia,Sans-Serif;
}
.contentThumb {
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-left:20px;
}
.contentThumb img {
	float:right;
}
ul.attachments {
	margin-bottom:25px;
}
a.attachment {
	width:300px;
	padding-left:20px;
	height:20px;
	line-height:20px;
	color:#000;
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:underline;
	overflow:hidden;
}
a.word	{ background-image:url(/Images/icon-word.gif) }
a.excel	{ background-image:url(/Images/icon-excel.gif) }
a.pdf	{ background-image:url(/Images/icon-pdf.gif) }
a.img	{ background-image:url(/Images/icon-image.gif) }
a.file	{ background-image:url(/Images/icon-file.gif) }

/*
===================
Contact & Location
===================
*/
.text address {
	width:13em;
	float:left;
	padding-bottom:2em;
}
.text address * {
	display:block;
}
.text address strong {
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
}
.text address em {
	float:left;
	text-align:center;
	width:1.2em;
	margin-right:.4em;
	font-weight:bold;
	color:#fff;
	background:#e00;
}
ul.contact li {
	margin:0 0 .5em 0;
	line-height:120%;
}
ul.contact span {
	float:left;
	text-align:center;
	width:1.2em;
	margin-right:.6em;
	font-weight:bold;
	color:#fff;
	background:#d00;
}
#map {
	height:380px;
	border:1px solid #ccc;
}
#aerial {
	display:block;
}
#aerial img {
	display:block;
	border:1px solid #ccc;
}

/*
===================
Home Page
===================
*/
#introPic {
	float:left;
	margin-right:15px;
}
.featureLink {
	margin: 0 -6px 0 -6px;
	padding: 0 18px 18px 18px;
	background-color: #ffffe3;
	border: solid 5px #94CF5A;
}
/*
===================
Category Page
===================
*/
.boxList {
	padding-top:12px;
	border-top:1px solid #ccc;
	width:610px;
}
.boxList li {
	height:75px;
	margin-bottom:12px;
	border-bottom:1px solid #ccc;
	padding-bottom:12px;
	position:relative;
}
.boxList img {
	float:left;
	margin-right:12px;
	width:100px;
	height:75px;
	background:#eee;
}
.boxList img.shim {
	background:url(/Images/thumb-rounded.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
* html .boxList img.shim {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/thumb-rounded.png',sizingMethod='scale');
}
.boxList h2 {
	font-size:16px;
	line-height:20px;
	margin:2px 0 4px 0;
}
.boxList div {
	font-size:11px;
	line-height:15px;
}

/*
===================
Item Page
===================
*/
.descriptors li {
	clear:left;
}
a.image {
	border:1px solid #ccc;
	background:#eee;
	float:left;
	margin:3px 18px 6px 0;
	text-decoration:none;
	color:#555;
	font-size:11px;
	max-width:176px;
}
a.image:hover {
	border-color:#ddd;
	border-width:5px;
	margin:-1px 14px 2px -4px;
}
a.image img {
	display:block;
}
a.image span {
	clear:left;
	display:block;
	padding:5px;
	line-height:125%;
}
.descriptors td {
	padding-left:2px;
	padding-right:2px;
}

/*
===================
Search
===================
*/
.search {
	position:absolute;
	top:10px;
	right:10px;
	height:24px;
	width:270px;
	padding:4px;
	background:#455160;
}
.search input {
	float:left;
	height:14px;
	width:200px;
	padding:4px;
	border:1px solid #c5c5c5;
}
.search span span {
	float:left;
	border:1px solid #c5c5c5;
	border-left:none;
}
.search span span input {
	width:58px;
	height:22px;
	padding:0 5px;
	color:#777;
	font-size:11px;
	font-weight:bold;
	background:#eee;
	border:none;
	outline:none;
}
ol.searchResults li {
}

/*
===================
Forms
===================
*/
.form h3 {
	padding-top:1em;
}
.form label.text {
	float:left;
	width:100px;
	text-align:right;
	padding:3px 10px 0 0;
}
.form input.text,
.form textarea,
.form span.inputGroup {
	border:1px solid #ccc;
	border-top-color:#999;
	border-left-color:#999;
	width:250px;
	padding:4px;
}
.form textarea {
	height:100px;
}
.form select {
	width:260px;
	padding:2px;
	border:1px solid #eee;
	border-top-color:#aaa;
	border-left-color:#aaa;
}
.form span.inputGroup {
	display:block;
	background:#fff;
	padding:6px;
	width:246px;
	margin-left:110px;
}
.form span.inputGroup label {
	margin-top:-1px;
	margin-left:4px;
}
.form p {
	clear:left;
}
.form p.indent {
	margin-left:110px;
}
* html .form p.indent {
	margin-left:113px;
}
.form input.button {
	padding:.3em .6em;
}

/*
========================
Validation
========================
*/
.form .validation-container {
	margin-bottom:12px;
	background:#d00;
	padding:8px;
	line-height:120%;
	font-family:Arial,Sans-Serif;
}
.form .validation-container .validation-title {
	font-size:16px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
	border:none;
	color:#fff;
}
.form .validation-container ul {
	margin:0;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

/*
===================
Feeds
===================
*/
.feedPanel {
	float:left;
	width:270px;
	margin-right:25px;
}
.feedPanel iframe {
	width:270px;
	height:280px;
}
.feedSummary {
	font-family:Arial,Sans-Serif;
}
.feedSummary li {
	position:relative;
}
.feedSummary li.event {
	padding-left:44px;
}
.feedSummary a.title {
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#555;
	background:url(/Images/bullet-green.gif) 0 6px no-repeat;
	padding-left:9px;
}
.feedSummary a.title:hover {
	color:#70ab38;
}
.feedSummary p {
	font-size:11px;
	line-height:130%;
	color:#666;
	margin-bottom:1.2em;
}
.feedSummary p a {
	text-decoration:none;
}
.feedSummary p span {
	display:block;
}
.feedSummary span.date {
	display:block;
	position:absolute;
	top:3px; left:0;
	width:34px;
	text-align:center;
	font-family:Georgia,Serif;
	background:url(/Images/bg-date.gif) top repeat-x;
	padding:2px 0;
	color:#AB4815;
	font-size:12px;
	border-right:1px solid #ebebba;
	border-bottom:1px solid #ebebba;
}
.feedSummary span.date strong {
	display:block;
	text-align:center;
	font-size:22px;
	font-family:Georgia,Serif;
	font-weight:normal;
}
.feedSummary li.event a.title {
	background:none;
	padding:0;
}

/*
===================
Grids
===================
*/
.grid {
	border-top:1px solid #94CF5A;
	border-bottom:1px solid #94CF5A;
}
.grid .feedSummary {
	margin:0;
}
.grid li {
	border:1px solid #94CF5A;
	border-bottom:none;
	border-top-color:#ebebba;
	padding:20px 20px 10px 20px;
}
.grid li.event {
	padding-left:75px;
}
.grid span.date {
	top:20px;
	left:20px;
}
.grid a.title {
	font-size:18px;
	font-weight:normal;
	color:#ba0000;
	font-family:Georgia,Serif;
	margin-bottom:5px;
	display:block;
	text-decoration:none;
}
.grid p {
	font-size:13px;
	font-family:"Microsoft Sans Serif",Arial,Sans-Serif;
}

/*
===================
Toolbar
===================
*/
.toolbar {
	background:#94CF5A;
	padding:8px;
}
.toolbar select {
	padding:3px;
	margin-right:3px;
}

/*
===================
Sponsors
===================
*/
ul.sponsors {
	margin:0;
}
ul.sponsors li {
	position:relative;
	padding-left:280px;
}
ul.sponsors h3 {
	padding-top:0;
	font-size:18px;
	margin-bottom:.4em;
}
ul.sponsors img {
	position:absolute;
	top:20px;
	left:20px;
}
ul.sponsors dl {
	margin-bottom:15px;
}
ul.sponsors dt {
	display:none;
}
ul.sponsors dd {
	display:block;
	font-family:Arial,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
	background:url(/Images/bullet-green.gif) 0 6px no-repeat;
	padding-left:9px;
}
ul.sponsors dd a {
	text-decoration:none;
	color:#555;
}

/*
===================
Newsletters
===================
*/
.tableContents {
	background:#70ab38;
	border:6px solid #94cf5a;
	padding:15px;
}
.tableContents ul {
	margin:0;
}
.tableContents a {
	display:block;
	font-family:Arial,Sans-Serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	background:url(/Images/bullet-green.gif) 0 6px no-repeat;
	padding-left:9px;
}
.tableContents a:hover {
	color:#b3e087;
}
.newsletters,
.newsletters .newsletterContents {
	margin:0;
}
.newsletters .newsletterContents li {
	border:0;
	padding:0;
	font-family:Arial,Sans-Serif;
	font-weight:bold;
	font-size:11px;
	color:#555;
	background:url(/Images/bullet-green.gif) 0 6px no-repeat;
	padding-left:9px;
}

/*
===================
Image Galleries
===================
*/
ul.gallery li {
	float:left;
	height:80px;
	margin:0 10px 10px 0;
}
ul.gallery a img {
	float:left;
	border:2px solid #fff;
}
ul.gallery a:hover img {
	border:2px solid #94CF5A;
}