* 
{	
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;

}

html 
{
    height:100%;
}

p
{
    margin:10px 0px;
}

body 
{
	padding: 0;
	margin: 0;
	background:url(images/burlap.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797960

}

#mainWrapper
{
	margin:0 auto;
	width:940px;
	position:relative;
	min-height:400px;
	height:100%;
	clear:both;
}

#clear,
.clear
{
	clear:both;
}


/* HEADER */

#headerBk
{
	margin:0 auto;
	width:100%;
	height:185px;
	position: relative;
	background:url(images/header_big.jpg) center top no-repeat;

}

#headerWrapper
{
	margin:0 auto;
	width:940px;
	height:185px;
	position: relative;
	background:url(images/header.jpg) no-repeat;

}


#logo
{
	position:absolute;
	top:0;
	left:59px;
	width:180px;
	height:81px;
}

#tagline
{
	position:absolute;
	top:33px;
	left:320px;
	width:508px;
	height:43px;
}

#globalNav
{
	position:absolute;
	width:180px;
	top:130px;
	left:59px;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bolder;
	color:#4e6e32;
	text-decoration:none;
}

#globalNav a
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:900;
	color:#4e6e32;
	text-decoration:none;
}

#globalNav a:hover
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bolder;
	color:#6f994a;
	text-decoration:none;
}



/* CONTENT */
#contentWrapper
{
	position:relative;
	width:940px;
	background-color:#f7f7f1;
	min-height:450px;
	display:block;
	
}

#contentLeftTitle
{
	position:relative;
	top:53px;
	left:-18px;
	width:298px;
	height:44px;
	display:block;
}

#contentLeftWrapper
{
    float:left;
    
}

#contentLeft
{ 
    position:relative;
	width:283px;
	margin:64px 0px 0px 15px;
}

#contentRight
{
	position: relative;
	width:600px;
	float:right;
	margin-top:25px;
	margin-right:22px;
	margin-bottom:25px;
}

#contentRight img
{
	margin-top:15px;
}

#homePic
{
	position: relative;
	width:643px;
	height:259px;
	margin-top:15px;
	margin-right:-20px;
}




/* ICONS */

#iconsWrapper
{
	position: relative;
	width:351px;
	float:right;
	margin-top:15px;
	margin-right:22px;
	margin-bottom:15px;
}

#iconsWrapper a.facebook
{
	display:block;
	float:left;
	width:87px;
	height:30px;
	text-decoration: none;     
	background: url(images/facebook.jpg);
}

#iconsWrapper a.facebook:hover 
{     
	background-position: -87px 0;     
}

#iconsWrapper a.newsletter
{
	display:block;
	float:left;
	width:92px;
	height:30px;
	text-decoration: none;     
	background: url(images/newsletter.jpg);
}

#iconsWrapper a.newsletter:hover 
{     
	background-position: -92px 0;     
} 

#iconsWrapper a.donate
{
	display:block;
	float:left;
	width:76px;
	height:30px;
	text-decoration: none;     
	background: url(images/donate.jpg);
}

#iconsWrapper a.donate:hover 
{     
	background-position: -76px 0;     
} 

#iconsWrapper a.merch
{
	display:block;
	float:left;
	width:96px;
	height:30px;
	text-decoration: none;     
	background: url(images/merch.jpg);
}

#iconsWrapper a.merch:hover 
{     
	background-position: -96px 0;     
} 

#iconsWrapper .displace 
{     
	position: absolute;     
	left: -5000px;     
} 




/* NEWS */
.newsItem
{
	background:url(images/line.jpg) bottom left no-repeat;
	color:#797960;
	font-family:Arial, Helvetica, sans-serif;
}

.newsItemheader
{
	color:#797960;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
}

.newsItemcontent
{
	color:#797960;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-bottom:15px;
}

.newsItemcontent a
{
	color:#a9b84a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.newsItemcontent a:hover
{
	color:#797960;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}



/* SUBNAV */

#subnav ul,
#NewsLeftColumn ul
{
	display:block;
	list-style:outside;
}

#subnav li,
#NewsLeftColumn li
{
	background: url(images/sub_line.jpg) bottom left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	display:block;
	padding:0 0 20px 0;
}

#subnav li a,
#NewsLeftColumn li a
{
	text-decoration:none;
	color:#797960;
}

#subnav li a:hover,
#subnav li a.AspNet-Menu-Selected,
#NewsLeftColumn li a:hover
{
	text-decoration:none;
	color:#c2ce74; 
}

/* FOOTER */

#footerWrapper
{
    clear:both;
    float:none;
	position:relative;
	width:940px;
	height:70px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}


#footerText
{	
	float:right;
	margin-right:35px;
	margin-top:37px;
	color:#797960;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	display:inline
}

#footerWrapper img
{
	position: absolute;
	right:0px;
	top:27px;

}
.footerText
{
	color:#797960;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: underline;

}
.footerText:hover
{
	color:#797960;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;

}

/* TYPE */

h1, 
.ContentHeadline
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bolder;
	color:#4e6e32;
	text-align:left;
}

a
{
	color:#905500;
	text-decoration:none;
}

a:hover
{
	color:#797960;
	text-decoration:none;
}

/* NEWS PAGE ITEMS */
.NewsAndEventsItem
{
    margin-bottom:10px;
}

.NewsAndEventsItemCopy
{
    
}

.NewsItemContent
{
    
}

.NewsHeadline,
.NewsAndEventsItemTitle
{
   	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#4e6e32;
	text-align:left; 
}

.CalendarHeadline,
.EventsTitle
{
   	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#4e6e32;
	text-align:left; 
	margin:7px 0px;
}

.NewsEventDate
{
    
}

.NewsBody
{
    
}

#NewsLeftColumn ul
{
    list-style:none;
}


/* END NEWS PAGE ITEMS */
#CalendarFooterWrapper
{
    padding:5px;
}

#CalendarFooterWrapper h1
{
    font-size:14px;
}

#CalendarFooterWrapper label
{
    margin-left:7px;
}

.CalendarButtons
{
    background-color:#4E6E32;
    padding:2px;
    color:#FFFFFF;
}

.EventListItemWrapper
{
    margin-bottom:7px;
}

.EventListItemTitle
{
    font-size:13px;
    font-weight:900;
    display:inline;
}

.EventListItemTime
{
    
}

.EventListItemSummary
{
    
}

/* eNews Signup */
.eNewsButton
{
    background-color:#4E6E32;
    color:#FFFFFF;
    padding:2px 5px;
}

.inputbox
{
    border:solid 1px #4E6E32;
}

.ContentBody Label
{
    margin-left:4px;
}

