/* BEGIN Global Selector Definitions -----------------------*/

	*{padding: 0;border: 0;}
	body {
		color: #3a404e;
		text-align: left;
		word-break: loose;
		word-wrap: normal;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		padding: 0px;
		margin: 0px;
		background-position: center top;
		background-repeat: no-repeat;
		background-image: url(../../images/main/background_02.jpg);
		background-color: #001B00;
		font-size: 11pt; 
	}
	p
	{
		padding-left: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	h2 {
	}
	h3 {
		color: #7590cd;
		font-size: larger;
		margin-top: 0px;
	}
	a {
		text-decoration: none;
		color: #2852d7;
	}
	a:hover {
		text-decoration: underline;
		color: #2852d7;
	}
	a:active {
		color: green;
	}
	table {
		padding: 0px;
		margin: 0px;
		border-collapse: collapse;
		border-width: 0px;
	}
	td {
		text-align: left;
		vertical-align: top;
		padding: 0px;
		margin: 0px;
	}	
	img {
		border: 0px;
	}
	ul {
		margin: 0px;
		padding: 0px;
	}
	li {
		list-style-type: none;
		margin-bottom: 20px;
	}
	li img.photo {
		margin: 5px 10px 3px 0px;
		float: left;
	}
	img.photo {
		border-color: #d1cfc7;
		border-left-width: 0px;
		border-bottom-width: 2px;
		border-right-width: 2px;
		border-top-width: 0px;
		padding: 3px;
		border-style: solid;
		background-color: white;
	}
	hr {
		margin-bottom: 50px;
		margin-top: 50px;
		background-color: #4c6681;
		border-collapse: collapse;
		border-style: solid;
		border-width: 0px;
		height: 1px;
	}
	
/* END Global Selector Definitions -------------------------*/


/* BEGIN Main Template Layout ------------------------------*/

	#main {
		margin-left: auto;
		margin-right: auto;
		width: 902px;
	}
	#navHeader {
		height: 225px;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-image: url('../../images/main/main_headerNav_bg.png');
		color: #454950 
	}
	#navHeader a {text-decoration: underline; color: #1550e9;}
	#navHeader a:hover { color: #245a10;}
	#mainLogo {position: absolute; width: 157px;}
	#mainNav {
		max-height: 35px;
		max-width: 745px;
		min-height: 35px;
		min-width: 745px;
		height: 35px;
		width: 745px;
		border-width: 0px;
		margin-left: 156px;
		position: absolute;
		margin-top: 150px;
	}
	#nlSignup {
		padding-left: 7px;
		height: 86px;
		background-repeat: no-repeat;
		width: 223px;
		margin-right: -7px;
		margin-top: 15px;
		float: right;
	}
	#mainNavSubBar {
		text-overflow: clip;
		height: 25px;
		position: absolute;
		clear: left;
		width: 760px;
		margin-left: 160px;
		margin-top: 175px;
		overflow: hidden;
	}
	.subheaderContent {
		padding-top: 3px;
		float: left;
		display: inline;
		width: 546px;
	}
	#globalSearch {
		min-height: 100px;
		display: inline;
		width: 197px;
		height: 27px;
		background-repeat: no-repeat;
		background-image: url('../../images/main/main_globalSearch_entryField.png');	
	}
	#globalSearch .entryField {
		position: absolute;
		padding-left: 5px;
		width: 157px;
		border-width: 0px;
		height: 23px;
		background-image: url('../../images/main/main_globalSearch_entryField.png');
	}
	#globalSearch .bttn {
		position: absolute;
		margin-left: 159px;
		width: 40px;
		height: 27px;
	}
	#content {
		min-height: 300px;
		bottom: 1px;
		margin-left: 2px;
		width: 898px;
		background-position: center top;
		background-repeat: repeat-y;
		background-image: url('../../images/main/main_content_bg.png');
	}
	#footer {
		padding-left: 9px;
		clear: both;
	}
	#subFooter {
		width:872px;
		margin-left:auto;
		margin-right:auto;
		background:#3b0e01;
		color:#9c6654;
		padding:13px;
		font-size:smaller;
	}	
	
/* END Main Template Layout --------------------------------*/


/* BEGIN Secondary Layout ----------------------------------*/

	.col-full {
		float: left;
		margin-left: 2px;
		width: 894px;
	}
	.col-block{
		width: 300px;
		float: left;
		padding: 30px 20px 30px 20px;
	}
	.col-follow
	{	
		clear:left;
	}
	.spacer{margin: 4px; clear: both}

/* END Secondary Layout ------------------------------------*/


/* BEGIN Sidebar block styles ------------------------------*/

	#siderbar-block {
		margin-top:0px;
	}
	#sidebar-block div.content {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 5px;
		padding-bottom: 15px;
	}
	
	#sidebar-block img.header {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#sidebar-block img.photo {
		border-color: #8da774;
		border-left-width: 0px;
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-top-width: 0px;
		padding: 2px;
	}
	
	#sidebar-block a:hover img.photo {
		background-color: #7ec6fb;
	}
	
/* END Sidebar block styles --------------------------------*/



.foreground-light
{
	color: white;
}
.foreground-light h3
{
	color: #eef3fe;
}
.foreground-light a {
	text-decoration: none;
	color: #b2d9fc;
}
.foreground-light a:hover {
	text-decoration: underline;
	color: #69faf2;
}

.topic_dropdown {
	width:220px;
	max-width: 220px;
	margin-left:10px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e6f8d9;
}

#frontpagePhoto {
  z-index: 0;
  width: 640px;
  height: 258px;
  position: relative;
  background: black;
}
#frontpagePhoto img {z-index: 1;}
#frontpagePhoto span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 5px 10px;
	background: black;
	color: white;
	font-size: 0.9em;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/  
}


.event{font-size: small; margin-bottom: 20px;}
.event span.title{font-weight: bold; font-size: medium;}
.calendarBox { margin-left: 1px; margin-right: 5px; font-family: Verdana; clear: left; float: left; width: 45px; text-align: center;}
.calendarBox .box { padding: 2px; border-left-width: 0px; border-top-width: 0px; border-color: #c3c0bf; border-style: solid; border-bottom-width: 1px; border-right-width: 1px; font-weight: bold; font-size: x-large; color: #a6a6a6; text-align: center; width: 40px; background-color: white;}
.calendarBox .month { font-weight: bold; font-size: small; background-color: #da807a; color: white;}
.calendarBox .dow {font-size: small; color: #939393;}


.smallDate {color: #5a6b53;font-size: small;}		
.filespec {margin-bottom: 1px; margin-top: 1px; color: #667d5c;font-size: x-small;}		


.trilliumList li{
	list-style-type:none;
	background:url('../../images/main/bullet_trillium_a.png') left top no-repeat;

	margin-left: -23px;
	padding:0px;
	padding-left:50px;
	padding-top: 10px;
	max-width: 500px;
} 
.miniList li{
	padding-left: 4px;
	margin-left: 30px;
	list-style-image: url('../../images/main/bullet_greenPellet.png');
	margin-bottom: 10px;
}
.miniList a { color:#2025f8;} 


.bg-white-90 { background-image: url('../../images/main/bg/white-90percent.png'); }
.bg-white-80 { background-image: url('../../images/main/bg/white-80percent.png'); }
.bg-white-60 { background-image: url('../../images/main/bg/white-60percent.png'); }
.bg-beige-100{ background-color: #e6e3d0; }
.bg-beige-90 { background-image: url('../../images/main/bg/beige-90percent.png'); }
.bg-beige-80 { background-image: url('../../images/main/bg/beige-80percent.png'); }
.bg-lightbeige-100{ background-color: #f1efe5; }
.bg-lightbeige-90 { background-image: url('../../images/main/bg/lightbeige-90percent.png'); }
.bg-lightbeige-80 { background-image: url('../../images/main/bg/lightbeige-80percent.png'); }
.bg-slate-60 { background-image: url('../../images/main/bg/slate-60percent.png'); }
.bg-slate-80 { background-image: url('../../images/main/bg/slate-80percent.png'); }


.bg-image-pipissewa {
	background-repeat: no-repeat;
	background-color: #2a3948;
	background-image: url('../../images/main/bg/pipissewa.jpg');
}
.bg-image-unknownTrail {
	background-repeat: no-repeat;
	background-color: #474d11;
	background-image: url('../../images/main/bg/unknownTrail.jpg');
}

