body {
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666C40;
	line-height: 155%;
	background-color:#7F8E2B;
}



/* 
LINKS & HOVER EFFECTS ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

a, a:link, a:visited {color:#666C40; text-decoration: underline;}

a:hover {
	color:#666C40;
	text-decoration: none;
}

.emailList a, .emailList a:link, .emailList a:visited {font-size:11px; color: #8F9955; text-decoration: none;}
.emailList a:hover {color: #B3BA82; text-decoration: none;}

.nextMeetingPodContent a, .nextMeetingPodContent a:link, .nextMeetingPodContent a:visited {color:#A5B4C1; text-decoration:underline;}
.nextMeetingPodContent a:hover {color:#A5B4C1; text-decoration:none;}

a.lnkMtngArchives, a.lnkMtngArchives:link, a.lnkMtngArchives:visited {color:#97A076; font-style:italic; display:block; border-bottom:1px solid #97A076; border-top:1px solid #97A076; padding:5px 0px; width:100px; text-decoration: none;}
a.lnkMtngArchives:hover {color:#BCC49B; text-decoration: none;}

a.lnkPrimaryNews, a.lnkPrimaryNews:link, a.lnkPrimaryNews:visited {color:#545F13; font-size:17px; line-height:106%; display:block; padding:0px 0px 10px 0px; text-decoration: none;}
a.lnkPrimaryNews:hover {color:#323807; text-decoration: none;}

a.lnkSecondaryNews, a.lnkSecondaryNews:link, a.lnkSecondaryNews:visited {color:#50591D; font-weight:bold; text-transform:uppercase; line-height:106%; display:block; padding:0px 0px 6px 0px; text-decoration: none;}
a.lnkSecondaryNews:hover {color:#2B3009; text-decoration: none;}

.dontMissItPod a, .dontMissItPod a:link, .dontMissItPod a:visited {color:#A5B4C1; text-decoration:none;}
.dontMissItPod a:hover {color:#CCD6DE; text-decoration:none;}

#footer a, #footer a:link, #footer a:visited {color:#3F4715; text-decoration:none;}
#footer a:hover {color:#3F4715; text-decoration:underline;}

.intRightColumn a, .intRightColumn a:link, .intRightColumn a:visited {font-size:10px; color:#485116; text-decoration:none;}
.intRightColumn a:hover {color:#485116; text-decoration:underline;}

a.lnkBottom, a.lnkBottom:link, a.lnkBottom:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#717C31; font-weight:bold; text-transform:uppercase; line-height:106%; display: block; margin-top:30px; padding:5px 0px 0px 0px; border-top:1px solid #717C31; width:40%; text-decoration: none;}
a.lnkBottom:hover {color:#454D15; text-decoration: none;}

#subNavWrapper a, #subNavWrapper a:link, #subNavWrapper a:visited {color:#9CA566; line-height:106%; display:block; padding:5px 18px; margin-right:9px; text-decoration:none;}
#subNavWrapper a:hover {color:#9CA566; background:#5C661F; text-decoration:none;}





/* 
FORMS -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/




/* 
LISTS -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.dontMissItPod ul {
	padding:20px 0px 0px 0px;
	margin:0px;
	color:#A5B4C1;
	line-height:113%;
	list-style-type:none;
}

.dontMissItPod li {
	background:url(../../images/imgBulletCheck.gif) no-repeat 10px 0px;
	padding:0px 20px 20px 40px;
}

.intRightColumn ul {
	padding:20px 0px 0px 0px;
	margin:0px;
	list-style-type:none;
}

li.bullet {
	background:url(../../images/imgBulletBlueSquare.gif) no-repeat 15px 2px;
	padding:0px 0px 20px 29px;
}

li.bulletPdf {
	background:url(../../images/imgIconPdf.gif) no-repeat 15px 0px;
	padding:0px 0px 20px 35px;
}




/* 
LAYOUT -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


/* ----- SITE TEMPLATE STYLES ----------------------------------------------------------------------------------------------- */
#headerWrapper {
	background:url(../../images/bkgHeader.gif) no-repeat 50% #FFFFFF;
	height:318px;
}

#headerPola {
	width:955px;
	text-align:left;
	background:url(../../images/imgPassion.gif) no-repeat right;
}

#mainWrapper {
	width:955px;
	background:url(../../images/bkgMain.gif) repeat-y;
	padding-bottom:30px;
}

#leftColumn {
	width:183px;
	margin:0px;
	padding:0px;
	text-align:left;
	background:url(../../images/bkgMain.gif) repeat-y; /*implementing same background as 'main wrapper' b/c it wasn't extending based on this floated column's content*/
	float:left;
	clear:left;
}

#mainColumn {
	margin:0px 0px 0px 206px; /*-- this is the proper width (in all browsers except IE6)*/
	_margin:0px 0px 0px 203px;  /*-- this is the IE6 width required to accomodate their 3px left margin error; the underscore before the property feeds it to IE6 ONLY; the uncerscored property must immediately follow the non-underscored property*/
	padding:0px;
	text-align:left;
	clear:none;
}

.emailList {
	width:138px;
	background:url(../../images/bkgEmailList.gif) repeat-y;
	margin:30px 0px 30px 18px;
}

.emailList span {
	font-size:10px;
	color:#8F9955;
	line-height:120%;
	text-align:left;
	display:block;
	padding:10px 15px 10px 13px;
}

#footer {
	font-size:10px;
	line-height:106%;
	color:#3F4715;
	text-align:left;
	margin:30px 0px 0px 238px;
}

#footer .content {
	display:block;
	padding-bottom:7px;
}

#footer .label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.05em;
}

#subNavWrapper {
	text-align:right;
	margin:0px 0px 20px 0px;
}

.subNavOn {
	color:#9CA566;
	line-height:106%;
	background:#5C661F;
	display:block;
	padding:5px 18px;
	margin-right:9px;
}




/* ----- HOMEPAGE STYLES ----------------------------------------------------------------------------------------------- */

#homeContent {
	background:url(../../images/bkgHomeContent.gif) repeat-y;
	width:749px;
	text-align:left;
}

.homeLeftColumn {
	width:445px;
	margin-top:23px;
	padding-left:32px;
}

.homeLeftColumn .horizDivider {
	border-top:1px solid #667222;
	margin-top:20px;
	padding-bottom:0px;
}

.homeRightColumn {
	float:right;
	width:244px;
	margin-top:12px;
}

.nextMeetingPod {
	width:200px;
	background:url(../../images/bkgNextMtng.gif) repeat-y;
}

.nextMeetingPodContent {
	color:#A5B4C1;
	line-height:120%;
	text-align:left;
	display:block;
	padding:0px 31px 20px 31px;
}

.nextMeetingPodContent .label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A1A876;
	font-weight:bold;
	letter-spacing:.05em;
	line-height:108%;
	display:block;
	padding-top:15px;
}

.dontMissItPod {
	margin-top:38px;
}

.primaryNews {
	color:#FFFFFF;
	line-height:170%;
}

.primaryNews img {
	border:7px solid #C3CB93;
	margin:0px 20px 5px 0px;
}

.secondaryNews {
	padding-top:25px;
	display: block;
	position: relative;
	overflow:auto;  /***VERY IMPORTANT -- This allows one of the nested columns to have more content than the other and still have the DIV below wrap properly***/ 
	float:left; /*Added by Poulin*/
}

.secondaryNewsLft {
	color:#667222;
	line-height:140%;
	width:180px;
	float:left;
	clear:none;
}

.secondaryNewsRt {
	color:#667222;
	line-height:140%;
	margin:0px 0px 0px 252px;
	width:180px;
	padding:0px;
	clear:none;
}

.secondaryNewsLft img, .secondaryNewsRt img {
	border:1px solid #C3CB93;
	margin:0px 0px 5px 0px;
}




/* ----- INTERIOR PG STYLES ----------------------------------------------------------------------------------------------- */

#interiorContent {
	background:#DFE3CA;
	width:749px;
	text-align:left;
}

.intLeftColumn {
	width:480px;
	margin-top:23px;
	padding:0px 25px 0px 32px;
	_padding:0px 15px 0px 25px; /*IE6 workaround*/
	border-right:1px solid #667222;
}

.intLeftColumnWhole {
/*	width:480px;
*/	margin-top:23px;
	padding:0px 25px 0px 32px;
	_padding:0px 15px 0px 25px; /*IE6 workaround*/
/*	border-right:1px solid #667222;
*/}

.intRightColumn {
	font-size:10px;
	color:#485116;
	line-height:108%;
	float:right;
	width:190px;
	margin:23px 15px 0px 0px;
}

.downloadsTtl {
	background:#A2AA76;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:.05em;
	text-transform:uppercase;
	color:#DFE3CA;
	padding:5px 5px 5px 7px;
	margin-left:0px;
}

.horizDivider {
	border-top:1px solid #667222;
	margin-top:20px;
	padding-bottom:20px;
}

.phtStroke {
	border:1px solid #667222;
}

.phtLrg {
	border:1px solid #667222;
	display:block;
	margin-bottom:32px;
}

.phtNestedRt {
	border:1px solid #667222;
	margin:5px 0px 10px 20px;
}

.phtWithCaptionRt {
	float:right;
	margin:5px 0px 10px 20px;
	font-size:10px;
	line-height:130%;
	color:#666666;
	font-style:italic;
}

.phtWithCaptionLft {
	float:left;
	margin:5px 20px 10px 0px;
	font-size:10px;
	line-height:130%;
	color:#666666;
	font-style:italic;
}

.section {
	padding:20px 32px 7px 32px;
	_padding:20px 32px 7px 25px;  /*IE6 workaround*/
	font-size:16px;
	color:#425284;
	line-height:108%;
}

.accent01 {
	color:#425284;
}

.head {
	padding:0px 0px 13px 0px;
	font-size:19px;
	color:#545F13;
	line-height:108%;
}

.head .date {
	font-size:11px;
	font-weight:bold;
	color:#546596;
	display:block;
	padding-bottom:4px;
}

.subHead {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:108%;
	font-weight:bold;
	letter-spacing:.05em;
	padding:25px 0px 0px 0px;
	border-bottom:1px solid #667222;
	margin-bottom:10px;
}

.subHeadAccent {
	color:#808950;
	font-style:italic;
	font-size:12px;
}

.subHeadBar {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:108%;
	letter-spacing:.05em;
	padding:3px 10px;
	margin:40px 0px 0px -10px;
	background:#c4c9a8;
/*	background: #cbd0b1;
*/}

td.colTtl {
	border-bottom:1px dotted #717fab;
}

tr.altRow {
	background:#d5d9be;
/*	background:#d7dbc1;
*/}

td.borderTop {
	border-top:1px dotted #717fab;
}

td.indented {
	padding-left:25px;
}

.indentedItalSerif {
	font-family:"Times New Roman", Times, serif;
	padding-left:25px;
	font-style:italic;
	font-weight:bold;
}

/*NEW STYLES FOR MAP*/
.mapMasthead {width:650px; padding-bottom:35px;} 
.mapHead { font-size:14px; color:#425284; line-height:110%; }
/*.mapHead { font-size:14px; color:#425284; line-height:110%; display:block; padding:15px 0px 3px 0px;}*/
.mapCategory { font-size:10px; font-weight:bold; text-transform:uppercase;}
.mapGo { padding:0px 0px 0px 0px; margin:0px 0px -5px 0px;}
*+html .mapGo { padding:0px 0px 0px 0px; margin:0px 0px -4px 0px;} 
.mapLegend { font-size:10px;}

.section {
	padding:20px 32px 7px 0px;
	_padding:20px 32px 7px 25px;  /*IE6 workaround*/
	font-size:16px;
	color:#425284;
	line-height:108%;
 }
 .thumbnail {
 	padding: 3px 3px;
	margin: 0px 4px 3px 0px;
	border:1px solid #CCCCCC;
 }

 .infoWindow {width:250px;}
 .infoWindow table {border-width:0px;padding:0px 0px; margin:0px 0px; width:250px;}
 .infoWindowTitle {color:#425284; font-weight:bold; font-size:12px; margin:0px 0px 5px 0px;}
 #container-categories {padding:10px 0px;}
 #container-search select, #button-search, #keyword {font-family:Arial;font-size:11px;color:#666C40;}
 #keyword {width:80px;}
 #container-map {width:440px; height:600px; overflow:hidden;}
 #container-results {width:175px; padding:10px 0px; height:530px; overflow:auto;}
 #container-results a, #container-results a:link, #container-results a:active, #container-results a:visited {text-decoration:none;}
 #container-results a:hover {text-decoration:none; color:#425284}
 #container-results .panel-results {margin:5px 0px;}
 #container-results .category-name {color:#434920; font-size:12px; line-height:105%; background:#d6ddb3; border:1px solid #c4cb9f; padding:4px; margin:0px 0px 8px 0px;}
 #container-results .item { line-height:110%; margin:2px 0px 10px 4px;}
 
 
/*FOR AUTO-SUGGEST */
div.jsonSuggestResults {
	position:absolute;
	border:1px solid #CCC;
	padding:0px;
	margin:0px 2px;
	z-index:1;
}
div.jsonSuggestResults div.resultItem {
	margin:0px;
	padding:5px;
	position:relative;
	height:auto;
	cursor:pointer;
}
div.jsonSuggestResults div.resultItem.odd {
	background-color:#EAF9FF;
}
div.jsonSuggestResults div.resultItem.even {
	background-color:#FFFFFF;
}
div.jsonSuggestResults div.resultItem.hover {
	background-color:#D9F2FF;
}
div.jsonSuggestResults div.resultItem img {
	float:left;
	margin-right:10px;
}
div.jsonSuggestResults div.resultItem p {
	margin:0px;
	padding:0px;
}
div.jsonSuggestResults div.resultItem p strong {
	font-weight:bold;
	text-decoration:underline;
}
div.jsonSuggestResults div.resultItem p.extra {
	font-size: x-small !important;
	position:absolute;
	bottom:3px;
	right: 3px;
} 
