/******************************************************************************
	Zero out
******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1;
	color:#000;
	background:#307D29;
	text-align:center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/******************************************************************************
	Main page elements
******************************************************************************/
#skip_link {
	position:absolute;
	top:-1000em;
	left:-1000em;
}
#container {
	/*background:#1E60A8 url(../images/structure/main_bg_grad.jpg) repeat-x bottom left;*/
	background:#1E60A8 url(../images/structure/main_bg_grad_rev1.jpg) repeat-x bottom left;
}
#page {
	width:91.2em;
	min-width:912px;
	max-width:100%;
	margin:0 auto;
	text-align:left;
}


/******************************************************************************
	Page header area
******************************************************************************/
#header {
	position:relative;
	top:0;
	left:0;
	padding-top:30px;
}
#logo {
	position:absolute;
	top:20px;
	left:24px;
}


/******************************************************************************
	Main top navigation
******************************************************************************/
#main_nav ul {
	/*float:right;
	margin:0 18px 0 102px;*/
	margin:0 18px 0 114px;
	border-bottom:1px solid #DCE5D7;
	_display:inline;
	position:relative;
	top:1px;
}
#main_nav ul li {
	float:left;
	margin-left:2px;
	padding-left:8px;
	background:url(../images/structure/nav_tab_l.png) no-repeat left top;
	border-bottom:1px solid #fff;
}
#main_nav ul li.first-child {
	margin-left:0;
}
#main_nav ul li a {
	display:block;
	padding:8px 8px 7px 0;
	background:url(../images/structure/nav_tab_r.png) no-repeat right top;
	font:bold 1.2em "Lucida Grande", Lucida, Arial, sans-serif;
	letter-spacing:-0.02em;
	text-decoration:none;
	color:#005B46;
}
#main_nav ul li a:hover {
	color:#B51030;
}
#main_nav ul li.selected {
	background-image:url(../images/structure/nav_tab_l_sel.png);
	border-bottom:1px solid #DCE5D7;
}
#main_nav ul li.selected a {
	color:#B51030;
	background-image:url(../images/structure/nav_tab_r_sel.png);
}


/******************************************************************************
	Content area
******************************************************************************/
#content {
	clear:both;
	background:#fff url(../images/structure/main_panel_tr.gif) right top no-repeat;
}


/******************************************************************************
	Breadcrumb trail
******************************************************************************/
#breadcrumbs {
	padding:12px 0 30px 116px;
	font-size:1.1em;
	color:#666;
	background:url(../images/structure/main_panel_tl.gif) left top no-repeat;
}
#breadcrumbs li {
	float:left;
	padding-right:0.3em;
}
#breadcrumbs li a {
	color:#666;
}


/******************************************************************************
	HOMEPAGE specific
******************************************************************************/
#splash {
	text-align:center;
	margin-bottom:-33px;
}


/******************************************************************************
	Lh column area
******************************************************************************/
#col_main {
	float:left;
	width:53.6em;
	padding:0 32px;
}


/******************************************************************************
	Full column area
******************************************************************************/
#col_full {
	padding:0 32px;
}


/******************************************************************************
	50% column area
******************************************************************************/
.col_half {
	float:left;
	width:41em;
	padding-left:32px;
}


/******************************************************************************
	Standard column text styles
******************************************************************************/
.col h2,
.col h3,
.col strong.pre {
	font:1.4em "Lucida Grande", Lucida, Arial, sans-serif;
	color:#B51030;
	display:block;
	margin-bottom:6px;
}
.col h1 {
	font:bold 2.7em "Lucida Grande", Lucida, Arial, sans-serif;
	color:#006600;
	margin-bottom:6px;
}
.col a {
	font-weight:bold;
	color:#006600;
	text-decoration:underline;
}
.col a:hover {
	color:#B51030;
}
.col p.intro {
	font-size:1.3em;
	font-weight:bold;
	line-height:130%;
	color:#333;
	margin-bottom:6px;
}


/******************************************************************************
	WYSIWYG area
******************************************************************************/
.wys p,
.wys li {
	font-size:1.3em;
	line-height:130%;
	color:#333;
	margin-bottom:12px;
}
.wys li {
	margin-bottom:6px;
	padding-left:12px;
	background:url(../images/structure/li_icon.gif) left top no-repeat;
}
.wys strong,
.wys b {
	font-weight:bold;
}
.wys em,
.wys i {
	font-style:italic;
}
/* ensure levels of children */
.wys ul ul,
.wys ul ul ul,
.wys ul ul ul ul,
.wys ol ol,
.wys ol ol ol,
.wys ol ol ol ol {
	font-size:100%;
}

.wys blockquote div {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#DCE5D7;
	padding:12px 12px 1px 12px;
	overflow:auto;
	min-height:98px;
	_height:98px;
}
.wys blockquote {
	margin:12px 0;
	padding-bottom:12px;
	background:url(/images/structure/icon_quote.png) 8px bottom no-repeat;
	position:relative;
	font-style:italic;
}
.wys blockquote p {
	float:left;
	margin-left:94px;
}
.wys blockquote img {
	position:absolute;
	top:12px;
	left:12px;
	border:2px solid #fff;
}
.wys .cite {
	font-style:normal;
	margin-top:-10px;
}


/******************************************************************************
	Listing items
******************************************************************************/
.listing li {
	font-size:1.3em;
	line-height:130%;
	color:#333;
	margin-bottom:6px;
	border-top:1px solid #DCE5D7;
	padding:10px 0 12px 0;
}
.listing li h2 {
	font-size:1.46em;
}
.listing li h2 img {
	display:block;
	float:left;
	margin-right:6px;
}
.listing li h2 a {
	font-weight:normal;
	color:#B51030;
	text-decoration:none;
}
.listing li h2 a:hover {
	text-decoration:underline;
}
.listing li p {
	margin-bottom:6px;
}
.listing li div.clearfix a {
	display:block;
	float:left;
}
.listing li div.clearfix p {
	float:right;
}
.listing li div.clearfix p span {
	font-weight:bold;
}
.listing li div.clearfix p span.author {
	color:#B51030;
}
/* LINK LISTING ITEM STYLES (slight overwrites involved) */
#links {
	border-top:1px solid #DCE5D7;
}
#links li {
	border-top:0;
	border-bottom:1px solid #DCE5D7;
	float:left;
	width:31.62em;
	margin:0 24px 6px 0;
	min-height:70px;
}
#links li.rh {
	margin-right:0;
}


/******************************************************************************
	Pagination controls
******************************************************************************/
.pagination {
	border-top:1px solid #DCE5D7;
	padding:10px 0 0 0;
	font-size:1.3em;
	color:#333;
	text-align:center;
}
.pagination span {
	font-weight:bold;
}
.pagination a.next {
	width:12em;
	float:right;
	text-align:right;
}
.pagination a.prev {
	width:12em;
	float:left;
	text-align:left;
}
.links .pagination {
	border-top:0;
}


/******************************************************************************
	Article items
******************************************************************************/
#col_main p.credit {
	font-size:1.3em;
	line-height:130%;
	color:#333;
	margin-bottom:6px;
	text-align:right;
}
#col_main p.credit span {
	font-weight:bold;
}
#col_main p.credit span.author {
	color:#B51030;
}


/******************************************************************************
	Event specific items
******************************************************************************/
.event_date {
	padding-left:20px;
	background:url(../images/structure/cal_icon.gif) no-repeat left center;
}
.event_date strong {
	font-weight:bold;
}
/* within event detail page */
body.event_detail .event_date {
	font-size:1.3em;
	line-height:130%;
	color:#333;
	margin-bottom:6px;
}


/******************************************************************************
	Contact items
******************************************************************************/
.contacts li {
	font-size:1.3em;
	line-height:130%;
	color:#333;
	margin-bottom:6px;
	border-top:1px solid #DCE5D7;
	padding:10px 0 12px 0;
	float:left;
	width:20.6em;
}
.contacts li.lh {
	clear:left;
}
.contacts li h2 {
	font-size:1.46em;
}
.contacts li p {
	margin-bottom:6px;
}
.contacts li ul li {
	font-size:1em;
	float:none;
	border-top:0;
	padding:0;
	min-height:0;
	_height:0;
}
.contacts h3 {
	font-weight:bold;
}
.contacts span {
	display:block;
	padding-right:12px;
}


/******************************************************************************
	RH column area
******************************************************************************/
#col_secondary {
	float:left;
	width:29.6em;
}
#col_secondary .rh_photo {
	border:3px solid #DCE5D7;
}
#col_secondary .rh_photo img {
	display:block;
}
#col_secondary .rh_photo span {
	display:block;
	padding:6px 3px;
	background:#DCE5D7;
	font-size:1.1em;
}


/******************************************************************************
	Contact form items
******************************************************************************/
#col_secondary h2 {
	font:1.9em "Lucida Grande", Lucida, Arial, sans-serif;
	color:#B51030;
	display:block;
	margin-bottom:6px;
}
#col_secondary form,
#col_secondary .form_reply {
	display:block;
	background:#DCE5D7;
	padding:12px;
}
#col_secondary form label {
	font-size:1.3em;
	font-weight:bold;
	line-height:130%;
	color:#333;
	display:block;
	margin-bottom:6px;
}
#col_secondary form label.error {
	color:#B51030;
}
#col_secondary form input,
#col_secondary form textarea {
	font-size:1.3em;
	font-weight:normal;
	color:#333;
	display:block;
	width:100%;
	margin-bottom:12px;
}
#col_secondary form #submit_btn {
	display:block;
	float:right;
	width:auto;
	margin-bottom:0;
}
#col_secondary form div.hiddenFields {
	position:absolute;
	top:-999em;
	left:-999em;
}
#col_secondary form #form_error {
	font-size:1.3em;
	font-weight:bold;
	line-height:130%;
	color:#fff;
	background-color:#B51030;
	padding:4px;
	margin-bottom:6px;
}
#col_secondary div.form_reply p {
	font-size:1.3em;
	line-height:130%;
}


/******************************************************************************
	Sitemap items
******************************************************************************/
#map_l {
	width:26.9em;
	float:left;
}
#map_m {
	width:29.8em;
	float:left;
}
#map_r {
	width:28em;
	float:left;
}
.sitemap {
	border-top:1px solid #DCE5D7;
	padding:12px 0;
}
.sitemap li h2 {
	font-size:1.9em;
}
.sitemap li h2 a {
	font-weight:normal;
	color:#B51030;
	text-decoration:none;
}
.sitemap li h2 a:hover {
	text-decoration:underline;
}
.sitemap li ol li ol {
	padding:6px 0 6px 0;
}
.sitemap li li {
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 6px 8px;
}
.sitemap li li a {
	color:#333;
	text-decoration:none;
}
.sitemap li li li {
	font-size:1em;
	font-weight:normal;
}
.sitemap li li li a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

/******************************************************************************
	Footer puffs
******************************************************************************/
#home_puffs {
	margin-top:35px;
	background:#DCE5D7 url(../images/structure/footer_bg_border.gif) left bottom repeat-x;
	_width:91.8em;
}
#home_puffs h3 {
	font:1.5em "Lucida Grande", Lucida, Arial, sans-serif;
	color:#fff;
	padding:6px 10px 8px 10px;
	background:#006600;
}
#home_puffs div {
	height:17.6em;
	.font-size:1.01em;
}
#home_puffs #news {
	width:19.8em;
	float:left;
	border-right:1px solid #fff;
	padding-bottom:2px;
	background:url(../images/structure/main_panel_bl_rev1.gif) bottom left no-repeat;
}
#home_puffs #news h3 {
	margin-left:2px;
}
#home_puffs #news img {
	display:block;
	margin:20px auto;
}
#home_puffs #events {
	/*width:29.8em;*/
	width:39.8em;
	float:left;
	margin:0 1px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:2px solid #fff;
}
#home_puffs div ol {
	padding:6px 10px;
}
#home_puffs li {
	font-size:1.1em;
	line-height:1.4;
	color:#006600;
	padding:4px 0 2px 0;
}
#home_puffs li span {
	display:block;
	float:left;
	padding-right:10px;
	color:#666;
}
/*#home_puffs #events li span {
	padding:0 10px 0 24px;
	background:url(../images/structure/cal_icon.gif) no-repeat left center;
}*/
#home_puffs li a {
	font-weight:bold;
	color:#006600;
}
#home_puffs li a:hover {
	color:#B51030;
}
#home_puffs #contact_puff {
	width:31em;
	float:left;
	border-left:1px solid #fff;
	padding-bottom:2px;
	/*background:url(../images/structure/main_panel_br.gif) bottom right no-repeat;*/
	background:url(../images/structure/main_panel_br_rev1.gif) bottom right no-repeat;
}
#home_puffs #contact_puff h3 {
	margin-right:2px;
}
#home_puffs #contact_puff p {
	padding:10px;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.3;
	color:#666;
}
#home_puffs #contact_puff img {
	float:left;
	margin:0 10px 10px 0;
}
#home_puffs #contact_puff .cta_btn {
	display:block;
	float:right;
	border:1px solid #bbb;
	padding:4px 8px;
	margin:12px 10px 0 0;
	font:1.73em "Lucida Grande", Lucida, Arial, sans-serif;
	color:#fff;
	background:#006600;
	text-decoration:none;
}


/******************************************************************************
	Footer area
******************************************************************************/
/*#footer {
	padding:210px 0 30px 0;
	background:#479729 url(../images/structure/main_bg.jpg) repeat-x top center;
}
#footer div {
	width:91.2em;
	min-width:912px;
	max-width:100%;
	margin:0 auto;
	padding:5px 0;
	background:#006600;
	color:#fff;
}
#footer #foot_nav {
	float:left;
	padding-left:6px;
}
#footer #copyright {
	float:right;
	padding-right:6px;
}
#footer li {
	float:left;
	padding:0 4px;
	border-right:1px solid #fff;
}
#footer li:last-child {
	border-right:0;
}
#footer a {
	color:#fff;
}*/
#footer {
	text-align:left;
	padding:210px 0 12px 0;
	/*background:#479729 url(../images/structure/main_bg.jpg) repeat-x top center;*/
	background:#307D29 url(../images/structure/main_bg_rev2.png) repeat-x top center;
}
#footer div#outer {
	width:91.2em;
	min-width:912px;
	max-width:100%;
	margin:0 auto;
	background:url(../images/structure/footer_bg_l.gif) no-repeat left top;
}
#footer div#inner {
	color:#666;
	padding:5px 0;
	margin-left:20px;
	background:url(../images/structure/footer_bg_r.gif) no-repeat right top;
}
#footer a {
	color:#666;
}
#affiliates,
#ext-links {
	font-size:1.1em;
}
#ext-links {
	float:right;
	padding-right:12px;
	font-weight:bold;
	position:relative;
	top:6px;
}
#ext-links li {
	float:left;
	padding:0 4px;
	border-right:1px solid #666;
}
#ext-links li:last-child {
	border-right:0;
}
#affiliates {
	font-weight:bold;
	position:relative;
	top:-2px;
	float:left;
}
#affiliates *,
#ext-links * {
	vertical-align:middle;
}
#affiliates img {
	margin:0 4px;
}
#copyright {
	width:91.2em;
	min-width:912px;
	max-width:100%;
	margin:8px auto 40px auto;
	color:#DDE6D8;
}
#copyright li {
	float:left;
	margin-right:8px;
}
#copyright a {
	color:#DDE6D8;
}


/******************************************************************************
	"hacks"
******************************************************************************/
/* clearing fixer */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* IE6 redux */
.clearfix {_height:1px;}

