/* CSS Document */
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #D2D6D7;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
#wrapper {	
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
}
#branding {
	background-image: url(images/branding.jpg);
	background-repeat: no-repeat;
	height: 147px;
	padding: 0;
	margin: 0;
}
#branding img {
	float: right;
	margin-right: 32px;
	padding-top: 36px;
}
#contentMain {
	float: right;
	width: 550px;
	margin-right: 10px;
	font-size: .8em;
	padding-bottom: 1em;
}
#contentSub {
	float: left;
	width: 160px;
	font-size: .7em;
	margin-left: 8px;
	padding-bottom: 1em;
}
#bottomtext {
	clear: both;
	font-size: .7em;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #eeeeee;
	margin-left: 16px;
	margin-right: 16px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 41px;
}
h1 {
	font-size: 1.2em;
	color: #515151;
	border-bottom: 1px solid #eeeeee;
}
h2 {
	font-size: 1em;
	color: #515151;
}
a:link, a:visited, a:active {
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #ff9900;
}
#sitecredits {
	width: 720px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: right;
	font-size: .6em;
}
#sitecredits a {
	color: #ffffff;
	text-decoration: none;
}
#sitecredits a:hover {
	color: #ff9900;
}
	
/* home page styles 
----------------------------------------------------- */
#tickerAnchor {
	clear: both;
	background-image: url(images/announcement.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 11px;
	padding-top: 16px;
	padding-left: 22px;
	margin: 0;
}
#tickerAnchor strong {
	color: #515151;
}
#enclosure {
	float: right;
	width: 550px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#enclosedMain {
	float: left;
	width: 360px;
	font-size: .8em;
	padding-bottom: 2em;
}
#enclosedMain h1 {
	font-size: 1.2em;
	color: #515151;
	border-bottom: 1px solid #eeeeee;
}
#enclosedSub {
	float: right;
	width: 180px;
	font-size: .7em;
}
#enclosedSub h2 {
	color: #515151;
	border-bottom: 1px solid #515151;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
#enclosedSub ul {
	margin: 0;
	padding: 6px 0;
	list-style: none;
}
#enclosedSub li {
	padding-bottom: 10px;
}
.events li { 
	background: url(images/events_icon.gif) no-repeat 0 0;
	padding-left: 24px;
}	
.news li {
	background: url(images/news_icon.gif) no-repeat 0 0;
	padding-left: 24px;
}
/** 1 | 2 | 3 next nav index used on writings/news etc **/
p.navIndex {
	display:block;
	height:30px;
	margin-bottom:20px;
	}
.navIndex a, .navIndex strong {
	text-decoration:none;
	display:block;
	float:left;
	padding:3px 7px 3px 7px;
	border:1px solid #ccc;
	margin:2px;
	}
.newsdate {
	color:#666;
	font-size:11px;
	margin:0px;
	}
/** gallery.php **/
#galleryTbl td {
	vertical-align:top;
	}
#galleryTbl td img {
	border:0px;
	}
#galleryTbl h1 {
	margin-top:0px;
	font-size:12px;
	}
#fmContact * {
	font-size:11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}	
#fmContact label {
	margin-top:3px!important;
	display:block;
	text-align:right;
	margin-top:3px;
	}
#fmContact label span {
	color:#ff0000;
	padding:3px;
	}
#fmContact th , #fmContact td {
	vertical-align:top!important;
	}
#fmContact input, #fmContact textarea {
	padding:3px;
	font-size:11px;
	border:1px inset #fff;
	}
#fmContact .fmbtn {
	border:2px solid #bbb;
	background-color:#fff;
	cursor:pointer;
	}
.error {
	color:#ff0000;
	margin:0px;
	padding:0px;
	}