/* CSS Document */

	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-image: url(img/back.jpg);
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		line-height: normal;
	}
	
	#frame {
		width: 850px;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:0px;
		text-align: left;
	}
	
	#login {
		position: relative;
		text-align: center;
	}
	
	#header {
		float: left;
		width: 850px;
		height: 400px;
	} 
	
	#contentColumn {
		float: left;
		width: 846px;
		border: 2px solid #003366;
		border-top: 0px;
	}
	
	#content {
		float:left;
		width: 846px;
		background: #e1eef4;
	}
	
	.contpara {
		font-size: 1.4em;
	}
	
	
#menuColumn {
	clear: left;
	position: absolute;
	top: 370px;
	width: 850px;
	height: 30px;
	background-color: #4e7bb7;  /* the background          */
	filter:alpha(opacity=70);   /* Internet Explorer       */
   -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
	opacity: 0.7;               /* newer Mozilla and CSS-3 */
	z-index: 2;
}

#menu {
	position: absolute;
	top: 378px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#menu a {
	color: #ffffff;
	font-size: 0.65em;
	padding: 0px 8px 0px 8px;;
	border-right: 2px solid #80cdbd;
}

#menu a:hover {
	color: #80cdbd;
	font-size: 0.65em;
	border-right: 2px solid #ffffff;
}

#submenuColumn {
	clear: both;
	position: absolute;
	top: 400px;
	width: 846px;
	height: 30px;
	border-left: 2px solid #003366;
	border-right: 2px solid #003366;
	background-color: #43c0bf;
	filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:0.7;           /* Mozilla 1.6 and below   */
	opacity: 0.7;               /* newer Mozilla and CSS-3 */
	z-index: 2;
}

#submenu {
	position: absolute;
	top: 405px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#submenu a {
	color: #003366;
	font-size: 0.78em;
	padding: 0px 8px 0px 8px;
}


label {
		padding: 0px 5px 0px 5px;
		color: #000000;
		font-size: 1.3em;
	}
	
	.form {
		padding: 0px 5px 0px 5px;
		color: #000000;
		font-size: 1em;
	}
	
	a {
		color:#003366;
		text-decoration: none;
	}
	
	input {
		background: #FFFFFF;
		border: 1px solid #003366;
		margin-right: 5px;
		color: #000000;
		padding-left: 5px;
	}
	
	textarea {
		background: #FFFFFF;
		border: 1px solid #003366;
		margin-right: 5px;
		color: #000000;
	}
		
	.button {
		color: #FFFFFF;
		cursor: pointer;
		background-color: #003366;
	}
	
	#foot {
		float: left;
		width: 850px;
		overflow: hidden;
	}
	
	/*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;
		margin: 30px;
	}
	
	.calEvent h1 {
		font-size: 100%;
		font-weight: bold;
		
		color: #003366;
	}
	
	.calEvent p {
		font-size: 0.8em;
		line-height: 130%;
		
	}
	
	.calEvent h2 {
		font-size: 0.8em;
		font-weight: normal;
		margin: 0;
	}
	
	/*gallery*/
	#img {
		align:left;
		text-align:center;
	}
	
	#imageNav {
		display: inline;
		margin-left:15px;
		margin-right:15px;
		font-weight: normal;
		font-size: 70%;
	}
	
	.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;
		font-size: 0.8em;
	}
	
	#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: #003366;
	}

/*Table style */

	.header {	
	}
	
	.shaded {
		background-color: #D2EAF1;
	}
	
	.border {
		border: 1px solid #003366;
	}
	
	.bordernobottom {
		border: 1px solid #003366;
		border-bottom: 0px;
	}
	
	.bordernotop {
		border: 1px solid #003366;
		border-top: 0px;
	}
	
	.borderlandr {
		border-left: 1px solid #003366;
		border-right: 1px solid #003366;
	}
	
	.bordertop {
		border-top: 1px solid #003366;
	}
	
	.borderbottom {
		border-bottom: 1px solid #003366;
	}
	
	.bordertopandbottom {
		border-top: 1px solid #003366;
		border-bottom: 1px solid #003366;
	}
		
	
	