/* ------------------------------------ Reset ------------------------------------ */

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
html, body {
	height:100%;
	font-size:100%;
	}
body {
	background: url('../graphics/bg.png') repeat-x #FfFfFf;
	background-size:100% auto;
}

a img {
	border:0;
	}
a {
	outline:none;
	}

.content_image_box  {
background:none;
border:0px solid #959595;

}

p {
	margin-bottom:20px;
	}
fieldset {
	border:0;
	}
.hide {
	display:none;
	}
#content ul, #content ol {
	margin:0 0 10px 15px;
	}
	
#content .calendar ul {
	margin:0px;
}

#content .content {
	padding:0 2px;
	}
#content input,
#content textarea,
#content hr {
	margin:7px 0;
	}
#content .checkboxtable td,
#content .radiotable td,
#content .headlines {
	padding:0 3px;
	}
#content .checkboxtable input {
	margin:0;
	}
/* ------------------- IE6 DUE fixes ------------------- */
#content br {
	clear:none !important;
	}	
#content table {
	width:530px;
	}
#content form table {
	width:530px;
	}
#content form table table {
	width:100%;
	}	
	
/* --------------------- Containers & Header --------------------- */	

#shadowContainer {
	width:100%;
	min-height:100%;
	margin:0 auto -150px;
	background:url('../graphics/wrapper_bg.png') repeat-y top center transparent;
}

#MasterContainer {
	width:970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
	background:#FfFfFf;
	position:relative;
	left:-1px;
	}
	
	#header {
		height:157px;
		width:970px;
		background:url('../graphics/header.png') no-repeat;
		float:left;
		}
		#HomeLink {
			display:block;
			position:absolute;
			top:25px;
			left:50%;
			width:336px;
			height:115px;
			margin-left:-168px;
			}
			#HomeLink a {
				display:block;
				width:335px;
				height:115px;
				text-indent:-9999px;
				}
				
		#tools {
			position:absolute;
			left:50%;
			top:20px;
			margin-left:-470px;
			color:#555;
			width:940px;
			}
			#tools a {
				color:#441f00;
				font-size: 12.5px;
				font-family: helvetica, sans-serif;
				text-transform:uppercase;
				text-decoration:none;
				}
			#tools a:hover {
				text-decoration:underline;
			}

			#StylesOn {
				display:none;
				}
				
			#TextResize {
				position:absolute;
				left:50%;
				top:1px;
				margin-left:330px;
				width:200px;
				font: 12.5px/12.5px helvetica, sans-serif;
				text-transform:uppercase;
				}
			#TextResize ul {
				list-style:none;
			}
			#TextResize ul li {
				display:inline-block;
				height:20px;
				line-height:20px;
			}

				#TextResize a {
					text-indent:-9999px;
					display:block;
					height:20px;
					width:20px;
					border:0;
					}
				#TextResize #IncreaseText {
					background:url('../graphics/bigger.png') no-repeat;
					width:20px;
					height:20px;
					}
				#TextResize #DecreaseText {
					background:url('../graphics/smaller.png') no-repeat;
					width:20px;
					height:20px;
					}
				
			#quicklinks {
				float:right;
				list-style:none;
				margin:115px 10px 0 0;
				width:500px;
				text-align:right;
				}
				#quicklinks li, #quicklinks li div {
				display:inline;
				}
				#quicklinks a {
					font-size: 16px;
					font-family:helvetica, sans-serif;
					font-style:italic;
					font-weight:normal;
					color:#613e25;
					text-decoration:none;
					margin:0 10px;
					}
				#quicklinks a:hover {
					text-decoration:underline;
					}
				#quicklinks .collection_item_label:after {
					content:"/";
				}
				
				#quicklinks li:last-child .collection_item_label:after {
					content:"";
				}


	#ContentContainerHome {
		background:url('../graphics/content_bg.png') no-repeat #FfFfFf;
		float:left;
		padding:0 0 35px 0;
		width:970px;
		}
	#ContentContainerInterior {
		background:url('../graphics/content_bg_int.png') no-repeat #FfFfFf;
		float:left;
		padding:0 0 35px 0;
		width:970px;
		}
				
/* --------------------- Primary Navigation --------------------- */	
			
			
	#navContainer {
		float:left;
		width:100%;
		height:43px;
		position:relative;
		}			
			#nav {
				clear:left;
				float:left;
				list-style:none;
				position:relative;
				width:970px;
				text-align:center;
				}
			#nav * {
				margin:0;
				padding:0;
			}
				#nav li {
					display:block;
					float:left;
					position:relative;
					}
				#nav li:hover, #nav li.hover {
					background:url('../graphics/navHoverL.png') no-repeat top left;
					}
				#nav li:hover ul li:hover, #nav li.hover ul li.hover, #nav li.hover ul li:hover, #nav li:hover ul li.hover {
					background:none;
					}
					#nav li a {
						float:left;
						display:block;
						height:43px;
						font-size:18px;
						font-family:helvetica, sans-serif;
						font-weight:normal;
						color:#FfFfFf;
						text-decoration:none;
						padding:0 28px 0 22px;
						text-transform:uppercase;
						line-height:43px;
						background:url('../graphics/navOffR.png') no-repeat top right;
						}

				#nav li:hover a, #nav li.hover a {
					background:url('../graphics/navHoverR.png') no-repeat top right;
					}
				#nav li:hover ul li a, #nav li.hover ul li a {
					background:none;
					}
				#nav li:last-child a:hover, #nav li:last-child a.current_page {
					background:url('../graphics/navHoverR2.png') no-repeat top right;
					}
				#nav li:last-child a {
					background:url('../graphics/navOffR2.png') no-repeat top right;
				}
				#nav li.hover:last-child a {
					background:url('../graphics/navHoverR2.png') no-repeat top right;
				}
				
				#nav li ul {
					position:absolute;
					top:43px;
					text-align:left;
					width:206px;
					overflow:hidden;
					visibility:hidden;
				}
				
				#nav li ul, #nav li ul li, #nav li:hover ul li, #nav li.hover ul li, #nav li ul li a, #nav li:hover ul li a, #nav li.hover ul li a, #nav li:last-child ul li a, #nav li ul li:last-child a {
					background:none !important;
					background-image:none !important;
				}
				#nav li ul {
					background:url('../graphics/subBg.png') no-repeat bottom left #67982d !important;
					border-radius:5px;
					-moz-border-radius:5px;
					-webkit-border-radius:5px;
					border-top-left-radius:0px;
					-moz-border-radius-topleft:0px;
					-webkit-border-top-left-radius:0px;
				}
				#nav li ul {
					padding:15px 0 15px 0;
				}
				#nav li ul li {
					padding-left:22px;
					width:177px;
					margin-bottom:10px;
				}
				#nav li ul li:last-child {
					margin-bottom:0;
				}
				#nav li ul li a {
					height:auto;
					width:177px;
					padding:0;
					font-size:16px;
					line-height:18px;
					text-transform:capitalize;
				}
				#nav li ul li a:hover {
					text-shadow:1px 1px 2px #000;
				}
				



/* --------------------------- Spotlight --------------------------- */
#spotlight {
    height: 296px;
    margin: 71px 0 29px;
    overflow: hidden;
    width: 970px;
}

#spotlight img {
	width:970px;
	height:296px;
}

	
/* --------------------------- Sidebar --------------------------- */
		#ContentContainerHome #sidebar {
			float:right;
			width:335px;
			height:100%;
			padding:17px 27px 0 0;
			}
		#ContentContainerInterior #sidebar {
			float:left;
			width:288px;
			height:100%;
			padding:35px 0 0 20px;
			}

		#SectionTitle {
			font: normal 26px helvetica, sans-serif;
			color:#Ab5410;
			text-transform:uppercase;
			padding:30px 0 0 25px;
			width:310px;
			margin-bottom:10px;
			}
		#sidebar .content_image img {
			border: 0;
			padding: 0;
			margin: 0;
			}
		#sidebar ul li {
			list-style:none;
		}
		#sidebar ul li {
			margin-bottom:20px;
		}
		
		#sidebar ul.subnav li {
			margin-bottom:0px;
		}
		.toplevel #sidebar ul li {
			margin-bottom:20px;
		}

		#sidebar ul li .collection_item_label {
			display:none;
		}
			
/* --------------------- Subnav --------------------- */
			#sidebar .subnav {
				list-style:none;
				width:280px;
				margin:0 0 0 25px;
				}
				#sidebar ul li ul {
				margin:0 0 75px 0px;
				}
				#sidebar .subnav li {
					padding-bottom:5px;
					}
					.subnav li a:link,
					.subnav li a:visited,
					.subnav li a:hover,
					.subnav li a:active {
						display:block;
						color:#567831;
						font:normal 1.13em/1.5em helvetica, sans-serif;
						padding:5px 26px 5px 0;
						text-decoration:none;
						background:transparent url('../graphics/arrows.png') 254px -142px no-repeat;
						border-bottom:1px solid #EdDdD0;
						}
					.subnav li:last-child a {
						border:0;
					}
					#sidebar .subnav li a:hover {
						background:transparent url('../graphics/arrows.png') 254px 9px no-repeat;
						}
					
					
					#sidebar .subnav li ul {
						list-style:none;
						width:280px;
						border:none;
						padding-bottom:5px;
						}
						#sidebar .subnav li {
							padding:0;
							}
							#sidebar .subnav li ul li a:link,
							#sidebar .subnav li ul li a:visited,
							#sidebar .subnav li ul li a:hover,
							#sidebar .subnav li ul li a:active {
								display:block;
								color:#47541e;
								font:normal 1em/1.5em helvetica, sans-serif;
								padding:1px 0 1px 15px;
								text-decoration:none;
								background:none;
								border:none;
			
								}
							#sidebar .subnav li ul li a:hover, #sidebar .subnav li ul li a.current_page {
								color:#441e00;
								}

					
/* --------------- Homepage News --------------- */	
					
		#NewsTitle {
			font: bold 1.31em/34px helvetica, sans-serif;
			color:#222;
			height:35px;
			background:url('../graphics/news_icon.gif') no-repeat;
			padding-left:42px;
			margin:18px 0 10px 0;
			}
				
			#NewsTable {
				width:362px;
				}
				#sidebar .news_articles, #sidebar .news_archives {
					font: italic 0.81em/1.2em helvetica, sans-serif;
					color:#444;
					padding:6px 0;
					}
					
					#sidebar .news_articles ul li {
						list-style:none;
						padding:3px 0px;
					}
					
					#sidebar .news_archives {
						text-align:right;
						font-weight:bold;
						padding:10px 5px 15px 0px;
					}
					
					
			#NewsTable td:first-child {
				display:none;
				}					
					#sidebar .news_articles ul li a, #sidebar .news_archives a {
						color:#441e00;
						text-decoration:none;
						font-style:italic;
						
						}
					#sidebar .news_articles ul li a:hover, #sidebar .news_archives a :hover {
						text-decoration:underline;
						}
		#MailingTitle {
			font: normal 1.31em/34px helvetica, sans-serif;
			color:#54301a;
			height:35px;
			margin:25px 0 0 0;
			font-size:19px;
			}
			#MailingList p {
				font: italic 0.81em/1.2em helvetica, sans-serif;
				color:#777;
				}
		#MailingList form {
			font: normal 1.1em/1em helvetica, sans-serif;
			text-transform:uppercase;
			color:#a3a3a3;
			}
			#MailingList label {
				display:block;
				float:left;
				width:40px;
				padding-top:9px;
				font: normal 0.65em/1em helvetica, arial, verdana, sans-serif;
				text-transform:uppercase;
				color:#441e00;
				}
			#MailingList .button {
				margin-top:11px;

				}
			#MailingList .TextBox {
				border:3px solid #e4e4e4;
				padding:3px;
				color:#333;
				font: normal 0.8em/1em helvetica, sans-serif;
				margin:0 0 7px 5px;
				}						
						
/* --------------- Masthead --------------- */
				
			#masthead {
				height:272px;
				margin:0 0 20px 0;
				}	
				#masthead img {
					border:0px solid #e9e9e9;
					float:right;
					margin-top:29px;
					width:593px;
					}

/* --------------------- Content --------------------- */	
	
	#ContentContainerHome #content {
		padding:33px 0 0 23px;
		width:547px;
		}
	#ContentContainerInterior #content {
		padding:0px 0 0 400px;
		clear:right;
		width:550px;
		}		
	
	#content {
		font: 1em/1.8em helvetica, sans-serif;
		color:#333;
		
		}	
		.PageTitle {
			font: normal 26px helvetica, sans-serif;
			color:#54301a;
			margin:0 0 10px 0;
			}		
			
		h4, .subheadline, .formtitle {
			font: bold 1.3em/1em helvetica, sans-serif;
			color:#000000;
			margin:2px 0 8px 0;
			}
			
		h1, h2, h3, h5, h6 {
			color:#598527;
			font-weight:normal;
			margin:2px 0 8px 0;
			font-family:helvetica, sans-serif;
		}
		
		h5.form_title, div.form_row_submit  {
			background:none repeat scroll 0 0 #a9541b;
			color:#ffffff;
		}
			
		#content a:link {
			color:#441e00;
			text-decoration:underline;
			}
		#content a:visited {
			color:#000000;
			}
			
		#content a:hover, #content a:active {
			color:#000000;
			text-decoration:none;
			background-color:#fdfaf2;
			}		
			
			
/* --------------- Site Map --------------- */	
#SiteMap ul {
	font: bold 1.1em/1.6em helvetica, sans-serif;
	margin-bottom:0;
	}
#SiteMap ul ul {
	font: normal 0.9em/1.6em helvetica, sans-serif;
	margin-bottom:0;
	}			


						
/* ------------------------------------ Footer ------------------------------------ */

		.push {
			clear:both;
			height:150px;
			}


#footer {
	clear:both;
	text-align:left;
	height:128px;
	width:950px;
	margin:0 auto;
	padding:22px 0 0 20px;
	position:relative;
	left:-1px;
	background:url('../graphics/botRight.png') no-repeat 880px 70px #FfFfFf;
	}

	#footer h4 {
		color:#321801;
		font: normal 16px helvetica, sans-serif;
		margin:16px 0 2px 0;
		text-align:left;
		text-transform:uppercase;
		}
		
	#footer p {
		color:#3e240a;
		font: italic 0.88em/1.2em helvetica, sans-serif;	
		margin:0 0 3px 0;
		}
	#footer p a {
		color:#3E240A;
		text-decoration:underline;
		}
	#footer p#copyright {
		font-size:12px;
		font-style:normal;
		color:#3e240a;
		margin:5px 0 0 0;
	}
	#footer ul {
		list-style:none;
		margin-top:3px;
		}
		#footer li {
			display:inline;
			}

	#footer ul li a {
		color:#3e240a;
		text-decoration:none;
		font: italic 0.8em/1em helvetica, sans-serif;
		padding:0 5px 0 5px;
		border-left:1px solid #3e240a;
		}
	#footer ul li a:hover {
		text-decoration:underline;
		color:#3f0f19;
		}

	#footer ul li a.first {
		border:0;
		}
	#footer #FooterNav li.first a {
		padding-left:0px;
	}
		
	.collection_item_description  {
		font-style:normal;
}

#admin_form div.clear_all {
	clear:none;
}

table.calendar thead th {
    background-color: #A9541B;
}

table.calendar tbody td span.day {
    background: #598527;
}


/* ------------------------------------ IE Fixes ------------------------------------ */

.oldie #nav ul {
	left:1px;
	margin-left:-1px;
}

.ie7 #TextResize ul li {
	float:left;
	margin-right:5px;
}