	
	body {
		background-image: url(img/background.gif);
		text-align: center;
		font: 75% arial, verdana;
		
		
	}
	
	a {
		color: #00365C;
		font-weight: bold;
		text-decoration: none;
		
	}
	
	#frame {
		width: 1000px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #ffffff;
		
	}
	
	#header {
		height: 120px;
		background-image: url(img/white-header.png);
		background-repeat: no-repeat;
		
		
	}

	#footbar {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		height: 15px;
		vertical-align: bottom;
		
	}
	#footer {
		padding: 5px;
	}
	
	#footer a {
		color: #274c68;
		font-weight: bold;
		text-decoration: none;
		padding-left: 10px;
		}

	#logo {
		width: 1000px;
		height: 230px;
		float: right;
		background: url('img/header.gif');
		background-repeat: no-repeat;
	}
	
	.logoText {
	font-size: 200%;
	font-weight: bold;
	color: #ffffff;
	
		
	}
	
	.straplineText {
	font-size: 120%;
	font-weight: normal;
	color: #ffffff;
	}


	
	#main {
	

	}
	
	#menuColumn {
		float: left;
	}
	
	#contentColumn {
	
		float: left;
	}
	#updateColumn {
		
;
	}
	#menu {
		border-bottom: none;
		padding-top:60px;
		padding-left:15px;
		
	}
	
	#menu a {
		display: block;
		color:  #00365C;
		font-size: 120%;
		font-weight: normal;
		text-align: left;
		line-height: 150%;
		letter-spacing:0.5px
;
		
		text-decoration: none;
	}
	#menu a.sectionSelected {
		font-weight: bold;
		color:  #000000;
	}
	#menu a:hover {
		
		font-weight: bold;
		color:  #000000;
	}
	
	#submenu a {
		font-size: 110%;
		font-weight: normal; 
		text-align: left;
		border-bottom: none;
		line-height: 150%;
		padding-left: 10px;
		
	}

	#submenu a.pageSelected {
		color: #000;
		font-weight: bold;
	}

	#submenu a:hover {
		color: #000;
		font-weight: normal;
		
	}
	
	#content {
		margin-left: 00px;
		margin-right: 00px;
		margin-top: 20px;
		float: left;
	}
	
	
	#runner {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 40px;
		float: left;
	}
	
	
	/*Email Popup Styles*/
	
	#emailPopUp {
		background: #ffffff;
		height: 200px;
		width: 260px;
		border: 1px solid #000;
		padding-top: 15px;
		padding-left: 10px;
		padding-left: 10px;
		text-align: left;
	}
	
	#emailPopUp label {
		width: 85px;
		float: left;
		font-weight: bold;
	}
	
	#emailPopUpRow {
		padding-bottom: 12px;
	}
	
	#emailPopUpMess {
		width: 155px;
		height: 75px;
		margin-bottom: 8px;
	}
	
	#emailPopUpName {
		width: 155px;
		height: 21px;
		margin-bottom: 8px;
	}	
	
	#emailPopUpEmail {
		width: 155px;
		height: 21px;
		margin-bottom: 8px;
	}

	#emailPopUpButtons {
		width: 155px;
		float: right;
	}
	
	#emailPopUpLoading {
		margin-top: 20px;
		height: 100px;
		background-image: url('img/loading.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/* event and list popup styles */ 
	.popup { 
		background: #ffffff; 
		height: 350px; 
		width: 270px; 
		border: 1px solid #000; 
		padding: 10px; 
		text-align: left; 
	} 
	
	#listPopUp { 
		height: 230px;
	}  
	
	.popup label { 
		width: 85px; 
		float: left; 
		font-weight: bold; 
	} 
	
	.popupRow { 
		padding-bottom: 3px; 
	} 
	
	.popupMess { 
		width: 155px; 
		height: 75px; 
	} 
	
	.popup input { 
		width: 155px; 
	}
	
	.popup input { 
		width: auto; 
	} 
	
	/*Calendar Styles*/
	.calEvent {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.calEvent h1 {
		font-size: 110%;
		font-weight: bold;
		margin: 0;
	}
	
	.calEvent p {
		margin: 0;
	}
	
	.calEvent h2 {
		font-size: 110%;
		font-weight: normal;
		margin: 0;
	}
	
	/*gallery*/
	#img {
		align:center;
		text-align:center;
	}
	
	#imageNav {
		display:inline;
		margin-left:10px;
		margin-right:10px
	}
	
	.thumbFrame {
		height:140px;
		width:120px;
		align:center;
		text-align:center;
		float: left;
	}
	
	.album {
		height:180px;
		margin-left:20px;
	}
	
	.thumb {
		text-align:center;
		margin:0 auto;
		padding:3px;
	}

	.thumbCaption {
		text-align:center;
		width:120px;
	}
	

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #ffffff;
}

.lbLoading {
	background: #ffffff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffffff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #ffffff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* --------------------BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer { 
	display:block; 
	position:relative; 
	width:180px; 
	height:100px; 
	margin:0px auto 0px; 
	border:0px #CCCCCC solid; 
}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:180px ; 
	height:100px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
	border:none; 
}

