/* CSS Document */

body {
	background: #000 url(images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-top: 0;
	margin-bottom: 30px;
}
#branding {
	margin: 0 auto;
	padding: 0;
	height: 251px;
	background: url(images/branding2.jpg) no-repeat top center;
}
#wrapper {
	width: 759px;
	margin: 0 auto;
	background-color: #ffffff;
}
.clearer {
	clear: both;
}
#contentMain {
	float: left;
	width: 470px;
	margin-left: 10px;
	padding-top: 2em;
	margin-bottom: 1em;
	font-size: .8em;
}
#contentSub {
	float: right;
	width: 250px;
	padding-top: 2em;
	font-size: .7em;
}
#contentSub h2 {
	font-size: 1.1em;
	display: block;
	background: #9278B5 url(images/sideh2bg.jpg) repeat-x top;
	padding: 8px;
	letter-spacing: .5em;
	margin-right: 10px;
	color: #ffffff;
}
h1 {
	font-size: 1.4em;
	color: #420b83;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	color: #666;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	padding: 4px 0;
	margin: 6px 4px;
}
#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	height: 127px;
}
.box {
	background: url(images/side_footer.jpg) no-repeat bottom left;
	width: 240px;
}
.box h3 {
	background: url(images/side_top.jpg) no-repeat top left;
	margin: 0;
	padding: 20px 12px 4px 16px;
	font-size: 1.6em;
	color: #420b83;
	letter-spacing: .2em;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}
.box p {
	padding: 0 0 24px 18px;
	margin: 0;
}
.box ul {
	margin: 0;
	padding: 14px 12px 14px 18px;
	list-style: none;
}
.events ul {
	margin: 0;
	padding: 0;
}
.events li { 
	background: url(images/calendar.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 10px;
	list-style: none;
}	
.news li {
	background: url(images/copy.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 10px;
}
.sidenote ul {
	margin: 0;
	padding: 6px 12px 6px 20px;
	list-style: none;
}
.note li {
	background: url(images/note.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 6px;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #420b83;
}
#sitecredits {
	margin: 0 auto;
	padding-top: 1em;
	text-align: center;
	font-size: .7em;
}
a.site:link, a.site:visited, a.site:active {
	color: #420b83;
	text-decoration: none;
}
a.site:hover, a.site:focus {
	color: #fff;
}
/** news pagination links eg 1 | 2 | 3 next **/
#news p.nav {
	margin-top:25px;
	}
#news p.navIndex {
	display:block;
	height:30px;
	margin-bottom:20px;
	}
#news .navIndex a, #news .navIndex strong {
	text-decoration:none;
	display:block;
	float:left;
	padding:3px 7px 3px 7px;
	border:1px solid #ccc;
	margin:2px;
	}
/** gallery.php **/
#galleryTbl p {
	margin:0px!important;
	padding:0px!important;
	}
#galleryTbl td {
	vertical-align:top;
	}
#galleryTbl td img {
	border:0px;
	}
#galleryTbl h1 {
	margin:0px!important;
	padding:0px!important;
	}
#fmContact * {
	font-size:11px;
	}	
#fmContact label {
	margin-top:3px!important;
	display:block;
	text-align:right;
	}
#fmContact th , #fmContact td {
	vertical-align:top!important;
	padding:3px;
	font-weight:normal;
	}
#fmContact span  {
	color:#ff0000;
	padding:3px;
	}	
#fmContact input,
#fmContact textarea {
	border:1px solid #999;
	padding:3px;
	font-family:arial,verdana,helvetica;
	}
.error {
	color:#ff0000;
	margin:3px 0px 0px 0px;
	padding:0px;
	}
.gimages img {
	border:0px;
	margin:5px;
	float:left;
	}