/* CSS Document */

body {
	color: #333333;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 100%;
	text-align: center;
	background: #ffffff;
	margin-top: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {	
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
}
#calendar {
	width: 940px;
	margin-left: 20px;
	font-size: .8em;
	padding-top: 1em;
}
#branding {
	background-image: url(images/branding.jpg);
	background-repeat: no-repeat;
	height: 175px;
}
#contentMain {
	float: right;
	width: 720px;
	margin-right: 10px;
	font-size: .8em;
	padding-bottom: 2em;
	padding-top: 1em;
	line-height: 1.4em;
}
#contentSub {
	float: left;
	width: 200px;
	font-size: .7em;
	margin-left: 20px;
	display: inline;
	padding-top: 2em;
}
#bottomtext {
	clear: both;
	font-size: .7em;
	padding-top: 10px;
	text-align: center;
	margin-left: 16px;
	margin-right: 16px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
h1 {
	font-size: 1.4em;
	color: #780001;
}
h2 {
	font-size: 1.2em;
	color: #003273;
}
a:link, a:visited, a:active {
	color: #003273;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #B61621;
}
a.reg:link, a.reg:visited, a.reg:active {
	color: #ffffff;
	padding: 6px 12px;
	background-color: #003273;
	font-weight: bold;
	text-decoration: none;
}
a.reg:hover, a.reg:active {
	color: #ffffff;
	background-color: #B61621;
}
/* home page styles 
----------------------------------------------------- */
#tickerAnchor {
/*--	background-image: url(images/announcement.jpg);
	background-repeat: no-repeat; 
	height: 40px;
	font-size: 11px;
	padding-bottom: 20px; */
}
#tickerAnchor  {
	padding-top: 12px;
	padding-left: 18px;
}
#tickerAnchor b {
	color: #003273;
	font-weight: bold;
}
#enclosure {
	float: right;
	width: 720px;
	font-size: .8em;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 1em;
}
#enclosedMain {
	float: left;
	width: 510px;
	line-height: 1.4em;
}
#enclosedSub {
	float: right;
	width: 200px;
}
#enclosedSub h2 {
	color: #780001;
	border-bottom: 1px solid #666666;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-right: 10px;
}
#enclosedSub ul {
	margin: 0;
	padding: 6px 0;
	list-style: none;
}
#enclosedSub li {
	padding-bottom: 4px;
}
.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;
}
/* menu 
--------------------------------------------------- */
#menu {
    width: 180px;
    margin: 0 0 5px 0;
    background-color: #ffffff;
}
#menu a {
    text-decoration: none;
	font-weight: bold;
}
#menu div {
    border-top: 1px solid #ffffff;
}
#menu div a {
    line-height: 21px;
    padding-left: 5px;
	letter-spacing: .1em;
    display: block;
    color: #ffffff;
    background: #780001 url(images/nav.jpg) no-repeat bottom;
	margin-bottom: 2px;
}
#menu div a:hover {
    background: #00278E url(images/nav_bg.jpg) no-repeat bottom;
    color: #ffffff;
}
#menu div a:focus {
    background: #00278E url(images/nav_bg.jpg) no-repeat bottom;;
    color: #ffffff;
}
#menu div div {
    background-color: #ffffff;
    border: 0;
    margin: 0;
}
#menu div div a:link, #menu div div a:visited, #menu div div a:active {
    padding-left: 18px;
    background-color: #ffffff !important;
	background-image: none;
    display: block;
    border-top: 1px solid #ffffff;
    color: #000000;
}
#menu div div a:hover {
    background-color: #eeeee6;
    color: #666666;
}
.menuon {   
	background-color: #ffffff !important;
	background-image: none !important;
    color: #000000 !important;
}
/** 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;
	}
/* sitecredits 
------------------------------------------------------ */
#sitecredits {
	width: 920px;
	margin: 0 auto;
	text-align: right;
	font-size: .7em;
}
a.site:link, a.site:visited, a.site:active {
	color: #00278E;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .02em;
}
a.site:hover, a.site:focus {
	color: #7800001;
}
h5 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff !important;
	background-color: #790102 !important;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff!important;
	background-color: #790102 !important;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h5 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff !important;
	background-color: #002793 !important;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h5 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	background-color: #790102 !important;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}