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

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
body {
	background:#fff url(../graphics/bg.gif) repeat-x;
	font-style:normal;
	}
a {
	outline:none;
	}
a img {
	border:0;
	}
p {
	margin-bottom:20px;
	}
fieldset {
	border:0;
	}
.hide {
	display:none;
	}
#HomeContent ul,
#InteriorContent ul {
	margin-left:15px;
	}
#HomeContent input, 
#HomeContent textarea,
#HomeContent hr,
#InteriorContent input, 
#InteriorContent textarea,
#InteriorContent hr {
	margin:8px 0;
	}
#HomeContent .content, 
#HomeContent .checkboxtable td,
#HomeContent .radiotable td,
#InteriorContent .content, 
#InteriorContent .checkboxtable td,
#InteriorContent .radiotable td {
	padding:0 3px;
	}
/* ------------------- IE6 DUE fixes ------------------- */
#HomeContent br,
#InteriorContent br {
	clear:none !important;
	}	
 #InteriorContent table {
	width:540px;
	}
#InteriorContent form table{
	width:540px;
	}
#InteriorContent form table table {
	width:100%;
	} 
	
select.subcontent {
	width:80px;
	}
	 
/* --------------------- Containers & Header --------------------- */	
#push { /* Assures that content area is tall enough for frame */
	width:1px;
	height:730px;
	float:right;
	}

#MasterContainer {
	width:100%;
	background:url(../graphics/footer_bg.gif) bottom repeat-x;
	}
	#FrameTop {
		width:100%;
		background:url(../graphics/frame_top.jpg) 50% 0 no-repeat;
		margin-top:150px;
		}
		#FrameBottom {
			width:940px;
			margin:0 auto;
			background:url(../graphics/frame_bottom.jpg) 50% bottom no-repeat;
			}
			#logo {
				display:block;
				width:127px;
				height:121px;
				position:absolute;
				top:16px;
				left:50%;
				margin-left:-427px;
				}
				#logo a {
					display:block;
					width:127px;
					height:121px;
					text-indent:-9999px;
					background:url(../graphics/logo.gif) no-repeat;
					}
			#quicklinks {
				position:absolute;
				height:38px;
				top:0;
				left:44%;
				margin-left:92px;
				padding-left:5px;
				background:url(../graphics/quicklinks_left.gif) no-repeat;
				list-style:none;
				}
				#quicklinks li {
				display:inline;
				}
				#quicklinks a {
					display:block;
					float:left;
					font: bold 12px/12px helvetica, arial, verdana, sans-serif;
					color:#fff;
					text-decoration:none;
					height:25px;
					padding:13px 16px 0 16px;
					text-transform:uppercase;
					text-decoration:none;
					}
				#quicklinks .last {
					background:url(../graphics/quicklinks_right.gif) right no-repeat;
					padding-right:21px;
					}
				#quicklinks a:hover {
					background:url(../graphics/quicklinks_arrow.gif) 50% bottom no-repeat;
					}				
				
/* --------------------- Primary Navigation --------------------- */	
		#NavContainer {
			width:940px;
			position:absolute;
			left:50%;
			margin-left:-470px;
			top:78px;
			}
			
			#nav {
				list-style:none;
				float:right;
				}
				#nav li {
					display:inline;
					}
					#nav li a {
						float:left;
						display:block;
						font: normal 0.85em/1em helvetica, arial, verdana, sans-serif;
						color:#000;
						text-decoration:none;
						text-transform:uppercase;
						padding:0 16px;
						border-right:1px solid #7b8b66;
						}	
					#nav li a:hover {
						color:#524f26;
						}
					#nav li a.last {
						padding:0 7px 0 16px;
						border-right:none;
						}							
						
					#nav li a.current_page {
						font-weight:bold;
						}					
	
			#spotlight {
				padding:54px 0 0 20px;
				}	

/* --------------------------- Sidebar --------------------------- */
		#HomeSidebar {
			float:left;
			width:139px;
			padding:36px 30px 0 36px;
			}

		#InteriorSidebar {
			float:left;
			width:245px;
			margin: 76px 0 0 0;
			padding-left:3px;
			background:url(../graphics/sidebar_bg.gif) 0 19px no-repeat;
			}				
			
/* --------------------- Subnav --------------------- */
			.subnav {
				list-style:none;
				width:233px;
				margin-top:33px;
				}
				.subnav li a:link,
				.subnav li a:visited,
				.subnav li a:hover,
				.subnav li a:active {
					display:block;
					color:#8b0b04;
					font: normal 1.13em/1.3em helvetica, arial, verdana, sans-serif;
					padding:10px 0 7px 0;
					text-decoration:none;
					border-bottom:1px solid #f5f1eb;
					}
				.subnav li a:hover {
					color:#524f26;
					}
				.subnav li a.current_page:link,
				.subnav li a.current_page:visited,
				.subnav li a.current_page:active,
				.subnav li a.current_page:hover {
					color:#524f26;
					cursor:default;
					background:url(../graphics/active_link.gif) 0 50% no-repeat;
					padding-left:23px;
					}
					
					.subnav li ul {
						list-style:none;
						width:auto;
						margin-top:0;
						}
						.subnav li ul li a:link,
						.subnav li ul li a:visited,
						.subnav li ul li a:hover,
						.subnav li ul li a:active {
							display:block;
							color:#8b0b04;
							font: normal 0.88em/1.2em helvetica, arial, verdana, sans-serif;
							padding:10px 0 7px 23px;
							text-decoration:none;
							border-bottom:1px solid #f5f1eb;
							}
						.subnav li ul li a:hover {
							color:#524f26;
							}
						.subnav li ul li a.current_page:link,
						.subnav li ul li a.current_page:visited,
						.subnav li ul li a.current_page:active,
						.subnav li ul li a.current_page:hover {
							color:#524f26;
							cursor:default;
							background:url(../graphics/active_link.gif) 0 50% no-repeat;
							padding-left:23px;
							}					
					
					
	
/* --------------------- Content --------------------- */	
	
	#HomeContent {
		font: normal 1em/1.5em helvetica, arial, verdana, sans-serif;
		padding:0 40px 0 240px;
		margin-top:50px;
		color:#444;
		}
	#ContentContainerInterior {
		padding-left:32px;
		}
	#InteriorContent {
		font: normal 1em/1.5em helvetica, arial, verdana, sans-serif;
		padding:72px 40px 0 320px;
		color:#444;
		}	
	
		#SectionTitle {
			color:#9f784d;
			font: normal 1.13em/1.2em helvetica, arial, verdana, sans-serif;
			margin:0 0 26px 12px;
			}
			
		.WelcomeTitle {
			font: normal 1.5em/1.2em helvetica, arial, verdana, sans-serif;
			color:#000;
			margin:0 0 10px 0;
			}
		.PageTitle {
			font: normal 1.38em/1.2em helvetica, arial, verdana, sans-serif;
			color:#000;
			margin:0 0 10px 0;
			}			
			
		.title, .subheadline {
			font: normal 1.1em/1.2em helvetica, arial, verdana, sans-serif;
			color:#8b0b04;
			margin:10px 0;
			}
			
		#HomeContent img,
		#InteriorContent img {
			margin:0 10px 5px 10px;
			}
			
			
		#HomeContent small,
		#InteriorContent small {
			font: 0.7em/1.2em helvetica, arial, verdana, sans-serif;
			}
			
		#HomeContent a:link, 
		#HomeContent a:visited,
		#InteriorContent a:link, 
		#InteriorContent a:visited {
			color:#8dab67;
			text-decoration:underline;
			}
		#HomeContent a:hover, 
		#HomeContent a:active,
		#InteriorContent a:hover, 
		#InteriorContent a:active {
			color:#424242;
			text-decoration:none;
			background-color:#eee;
			}	
			
body.news_events div#InteriorContent table td.content {

color:#fff;

}
			
/* --------------- Homepage News --------------- */	
			
			#news {
				float:left;
				width:378px;
				background:url(../graphics/news_bottom.gif) bottom no-repeat;
				margin-top:20px;
				}
				#news h3 {
					text-indent:-9999px;
					width:378px;
					height:38px;
					font-size:1px;
					line-height:1px;
					background:url(../graphics/news_top.gif) bottom no-repeat;
					}				
				#NewsTable {
					width:330px;
					margin:10px 24px;
					}
					#NewsTable td {
						color:#ededed;
						font: normal 0.75em/1.2em helvetica, arial, verdana, sans-serif;
						padding:10px 0;
						border-bottom:1px solid #e5e5e5;
						}							
					#NewsTable td:first-child {
						display:none;
						}							
						#news #NewsTable td a {
							font: normal 1.17em/1.2em helvetica, arial, verdana, sans-serif;
							color:#8b0f04;
							text-decoration:none;
							}
						#news #NewsTable td a:hover {
							text-decoration:underline;
							}
			#MailingList {
				float:left;
				width:232px;
				background:url(../graphics/mailing_list_bottom.gif) bottom no-repeat;
				margin:20px 0 0 33px;
				}
				#MailingList h3 {
					text-indent:-9999px;
					width:232px;
					height:38px;
					font-size:1px;
					line-height:1px;
					background:url(../graphics/mailing_list_top.gif) bottom no-repeat;
					}
				#MailingList p {
					font: normal 0.75em/1.3em helvetica, arial, verdana, sans-serif;
					color:#fff;
					margin:10px 17px 7px 17px;
					}
					
				#MailingList p a:link,
				#MailingList p a:visited,
				#MailingList p a:hover,
				#MailingList p a:active {
					display:block;
					float:right;
					color:#fff;
					background-color:#8b0f04;
					text-decoration:none;
					border:none;
					padding:5px 14px;
					margin:11px 0 15px 0;
					border:1px solid #767676;
					}
				#MailingList p a:hover {
					background-color:#444;
					border:1px solid #e6e6e6;
					}
					
			/*	#MailingList form {
					margin:0 17px;
					}
				#MailingList .TextField {
					font: normal 0.75em/1em georgia, 'times new roman', times, serif;
					color:#444;
					padding:8px;
					border:0;
					width:182px;
					margin:3px 0;
					} 
				#MailingList .FormButton {
					float:right;
					color:#fff;
					background-color:#8b0f04;
					border:none;
					padding:5px 14px;
					margin-bottom:15px;
					} */
					
/* --------------- Site Map --------------- */	
#SiteMap ul {
	font: bold 1.1em/2em helvetica, arial, verdana, sans-serif;
	}
#SiteMap ul ul {
	font: normal 0.9em/2em helvetica, arial, verdana, sans-serif;
	}						

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

#footer {
	clear:both;
	font: normal 0.88em/1em helvetica, arial, verdana, sans-serif;
	color:#8b0f04;
	padding:87px 0 137px 240px;
	}
	#footer ul {
		list-style:none;
		}
		#footer ul li {
			display:inline;
			}
			#footer ul li a {
				color:#8b0f04;
				padding:0 16px;
				border-right:1px solid #8b0f04;
				text-decoration:none;
				}
			#footer ul li a:hover {
				color:#000;
				}
			#footer ul li a.first {
				padding:0 16px 0 0;
				}
			#footer ul li a.last {
				border-right:none;
				}
			#footer p {
				color:#888;
				font: normal 0.86em/1em helvetica, arial, verdana, sans-serif;
				margin:12px 0;
				}
				
				
select.subcontent {
	width:40px;
}