
	body {
		text-align: center;
	}
	
	a {
		text-decoration: none;
		color: blue;
	}
	
	#frame {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #28903a;
		text-align: left;
		width: 760px;
		background: #8cc63f;
	}
	
	#left {
		width: 150px;
		float: left;
	}
	
	#menu {
		padding: 10px;
	}
	
	#menu a {
		color: #fff;
		display: block;
		font-weight: bold;
		padding: 3px;
		
	}
	
	#menu a:hover {
		color: #28903a;
	}
	
	#main {
		background: #fff;
		width: 610px;
		float: left;
	}
	
	#logo {
		margin-left: 20px;
		margin-top: 0px;
		height: 40px;
	}
	
	#content {
		margin: 20px;
		margin-top: 0;
	}
	
	#footer {
		padding: 10px;
		width: 740px;
		
		margin-left: auto;
		margin-right: auto;
		
	}
	
	#footer a {
		color: #8cc63f;
		text-decoration: none;
		padding-left: 10px;
		background: #fff;
		
	}
	
	.logoText {
		font: 270% Arial;
		color: #005e34;
	}
	
	.straplineText {
		font: 120% Arial;
		color: #005e34;
	}
	
	#footer a:hover {
		color: #28903a;
		background: #fff;
	}
	
	#submenu {
		padding-left: 5px;
	}
	
	.sectionSelected {
		background: #28903a;
	}
	
	.pageSelected {
		text-decoration: underline;
	}
	
	/*Email Popup Styles*/

	#emailPopUp {
		background: #fff;
		height: 150px;
		width: 250px;
		border: 1px solid #000;
		padding: 10px;
		text-align: left;
	}
	
	#emailPopUp label {
		width: 85px;
		float: left;
		font-weight: bold;
	}
	
	#emailPopUpRow {
		padding-bottom: 3px;
	}
	
	#emailPopUpMess {
		width: 155px;
		height: 75px;
	}
	
	#emailPopUpName {
		width: 155px;
	}	
	
	#emailPopUpEmail {
		width: 155px;
	}
	
	#emailPopUpLoading {
		margin-top: 20px;
		height: 100px;
		background-image: url('img/loading.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/*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;
	}
	
	
	/*lightbox*/
	
	#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}