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

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
html, body {
	height:100%;
	background:#fff url(../graphics/bg.jpg) repeat-x;
	font-size:100%;
	}
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 --------------------- */	

#MasterContainer {
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin:0 auto -150px;
	background:url(../graphics/wrapper_bg.gif) repeat-y;
	}
	
	#header {
		height:114px;
		background:url(../graphics/header.jpg) no-repeat;
		}
		#HomeLink {
			display:block;
			position:absolute;
			top:25px;
			left:50%;
			width:336px;
			height:70px;
			margin-left:-168px;
			}
			#HomeLink a {
				display:block;
				width:335px;
				height:70px;
				text-indent:-9999px;
				}
				
		#tools {
			position:absolute;
			left:50%;
			top:8px;
			margin-left:-440px;
			color:#555;
			width:920px;
			}
			#tools a {
				color:#441f00;
				font: bold 0.75em/1em georgia, 'times new roman', times, serif;
				text-transform:uppercase;
				text-decoration:none;
				border-bottom:1px dotted #555;
				}
				
			#StylesOn {
				display:none;
				}
				
			#TextResize {
				position:absolute;
				left:50%;
				top:1px;
				margin-left:351px;
				width:80px;
				}
				#TextResize a {
					display:block;
					font-size:1px;
					line-height:1px;
					text-indent:-9999px;
					height:18px;
					width:40px;
					background:url(../graphics/text_resize.gif) no-repeat;
					float:left;
					border:0;
					}
				#TextResize #DecreaseText {
					background-position:-40px top;
					}
				
			#quicklinks {
				float:right;
				list-style:none;
				margin:50px 10px 0 0;
				width:500px;
				text-align:right;
				}
				#quicklinks li, #quicklinks li div {
				display:inline;
				}
				#quicklinks a {
					font: italic 0.75em/1em georgia, 'times new roman', times, serif;
					color:#083222;
					text-decoration:none;
					margin:0 7px;
					}
				#quicklinks a:hover {
					border-bottom:1px dotted #555;
					}
				
				
	#ContentContainerHome,
	#ContentContainerInterior {
		background:#fff url(../graphics/content_bg.gif) no-repeat;
		float:left;
		padding:0 0 35px 8px;
		width:952px;
		}
				
/* --------------------- Primary Navigation --------------------- */	
			
			
	#NavContainer {
		float:left;
		width:100%;
		height:47px;
		overflow:hidden;
		position:relative;
		}			
			#nav {
				clear:left;
				float:left;
				list-style:none;
				position:relative;
				left:50%;
				text-align:center;
				margin-left:-2px;
				}
				#nav li {
					display:block;
					float:left;
					position:relative;
					right:50%;					
					}
					#nav li a {
						float:left;
						display:block;
						height:47px;
						font: bold .95em/47px georgia, 'times new roman', times, serif;
						color:#0b3524;
						text-decoration:none;
						padding:0 28px;
						text-transform:uppercase;
						}

				#nav li a:hover, #nav li a.current_page {
					background:url(../graphics/nav_bg_over.jpg) repeat-x;
					}


	
/* --------------------------- Sidebar --------------------------- */
		#ContentContainerHome #sidebar {
			float:right;
			width:368px;
			height:100%;
			padding:17px 22px 0 0;
			}
		#ContentContainerInterior #sidebar {
			float:left;
			width:288px;
			height:100%;
			padding:12px 0 0 12px;
			}			
			
			
		#SectionTitle {
			font: bold 1.3em/1.1em georgia, 'times new roman', times, serif;
			color:#fefefe;
			text-transform:uppercase;
			background-color:#441e00;
			padding:11px 13px 13px 13px;
			width:254px;
			margin-bottom:10px;
			}			
			
/* --------------------- Subnav --------------------- */
			#sidebar .subnav {
				list-style:none;
				width:280px;
				border-bottom:1px solid #f0f0f0;
				}
				#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:#0f5539;
						font:normal 1.13em/1.5em georgia, 'times new roman', times, serif;
						padding:5px 26px 5px 0;
						text-decoration:none;
						background:transparent url(../graphics/arrows.gif) 254px -142px no-repeat;
						border-top:1px solid #f0f0f0;
	
						}
					#sidebar .subnav li a:hover, #sidebar .subnav li a.current_page {
						background:transparent url(../graphics/arrows.gif) 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 georgia, 'times new roman', times, 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 georgia, 'times new roman', times, 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 georgia, 'times new roman', times, 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: bold 1.31em/34px georgia, 'times new roman', times, serif;
			color:#222;
			height:35px;
			background:url(../graphics/mailing_icon.gif) no-repeat;
			padding-left:44px;
			margin:0 0 10px 0;
			}
			#MailingList p {
				font: italic 0.81em/1.2em georgia, 'times new roman', times, serif;
				color:#777;
				}
		#MailingList form {
			font: normal 1.1em/1em georgia, 'times new roman', times, 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 georgia, 'times new roman', times, serif;
				margin:0 0 7px 5px;
				}						
						
/* --------------- Masthead --------------- */
				
			#masthead {
				height:272px;
				margin:0 19px 20px 0;
				}	
				#masthead img {
					border:6px solid #e9e9e9;
					float:right;
					margin-top:12px;
					}

/* --------------------- Content --------------------- */	
	
	#ContentContainerHome #content {
		padding:9px 425px 0 17px;
		}
	#ContentContainerInterior #content {
		padding:12px 28px 0 334px;
		clear:right;
		}		
	
	#content {
		font: 0.88em/1.43em georgia, 'times new roman', times, serif;
		color:#333;
		}	
		.PageTitle {
			font: bold 1.5em/1.2em georgia, 'times new roman', times, serif;
			color:#000;
			margin:17px 0 10px 0;
			}		
			
		h4, .subheadline, .formtitle {
			font: bold 1.3em/1em georgia, 'times new roman', times, serif;
			color:#0b3625;
			margin:2px 0 8px 0;
			}
			
		h1, h2, h3, h5, h6 {
			color:#0b3625;
			margin:2px 0 8px 0;
			font-family:georgia, 'times new roman', times, serif;
		}
		
		h5.form_title, div.form_row_submit  {
			background:none repeat scroll 0 0 #441e00;
			color:#ffffff;
		}
			
		#content a:link {
			color:#441e00;
			text-decoration:underline;
			}
		#content a:visited {
			color:#0b3625;
			}
			
		#content a:hover, #content a:active {
			color:#0b3625;
			text-decoration:none;
			background-color:#fdfaf2;
			}		
			
			
/* --------------- Site Map --------------- */	
#SiteMap ul {
	font: bold 1.1em/1.6em georgia, 'times new roman', times, serif;
	margin-bottom:0;
	}
#SiteMap ul ul {
	font: normal 0.9em/1.6em georgia, 'times new roman', times, serif;
	margin-bottom:0;
	}			


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

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


#footer {
	clear:both;
	text-align:center;
	height:128px;
	width:960px;
	margin:0 auto;
	padding-top:22px;
	background:url(../graphics/footer.jpg) no-repeat;
	}

	#footer h4 {
		color:#321801;
		font: bold 1.13em/1.2em georgia, 'times new roman', times, serif;
		margin:16px 0 2px 0;
		text-align:center;
		}
		
	#footer p {
		color:#5f3200;
		font: italic 0.88em/1.2em georgia, 'times new roman', times, serif;	
		margin:0 0 3px 0;
		}
	#footer p a {
		color:#b57e3f;
		text-decoration:none;
		}
	#footer ul {
		list-style:none;
		margin-top:3px;
		}
		#footer li {
			display:inline;
			}

	#footer ul li a {
		color:#381800;
		text-decoration:none;
		font: italic 0.8em/1em georgia, 'times new roman', times, serif;
		padding:0 5px;
		border-left:1px solid #887464;
		}
	#footer ul li a:hover {
		text-decoration:underline;
		color:#3f0f19;
		}

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

#admin_form div.clear_all {
	clear:none;
} 	