@charset "utf-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, ul, dd, dt, img, ol, dl, li,  q, caption, a, form, input, textarea, fieldset, pre {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../images/homeBG.jpg);
	background-repeat: repeat-x;
}
#home {
	background-image: url(../images/homeImage.jpg);
	height: 269px;
	width: 980px;
}
#mainWrap {
	position: relative;
	margin: 0 auto;
	width: 980px;
	font-size: 1.3em;
	background-color: #fff;
}
#branding {
	position: relative;
	width: 100%;
	height: 110px;
	z-index: 200;
}
#logo {
	position: absolute;
	top: 5px;
	width: 475px;
}
#contentWrap {
	width:980px;
	top: 171px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	position: absolute;
	background-color: #FFFFFF;
}
#content {
	width:640px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}
#contentfull {
	width:975px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}
#homeContent {
	width:980px;
	background-image: url(../images/contentHomeImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 380px;
}
#printArea {
	font-size: 1em;
}
#contentNav {
	width: 300px;
	float: left;
	margin: 10px;
}
#headerNavWrap/* SUB NAVIGATION 1 */ {
	position:absolute;
	top:20px;
	right: 0px;
	width:400px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
}
#headerNav {
	float:right;
	padding:5px 5px 0 0;
}
#headerNav li {
	border-right:1px solid #d2d2d2;
	float:left;
	display:inline;
}
#headerNav li.last {
	border-right:none;
}
#headerNav a {
	color:#666;
	display:block;   /*to increase clickable area as a's default to inline */
	float:left;
	line-height:1.5;
	padding:0 24px;
	text-align:center;
	text-decoration:none;
}
#headerNav a:hover {
	background-color: #DAD9D5;
}
#headerNav a:active, #subnav2 a:focus {
	outline:0;
}
.navBullet {
	list-style-image: url(../images/navBullet.jpg);
	list-style-type: square;
	font-size: 1em;
}
a:link {
	color: #113267;
	text-decoration: none;
}
a:visited {
	color: #113267;
	text-decoration: none;
}
a:hover {
	color: #6B6454;
	text-decoration: none;
}
a:active {
	color: #6B6454;
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	color: #6B6454;
}
h2 {
	font-size: 1.3em;
	color: #6B6454;
	margin-top:5px;
}
h3 {
	font-size: 1.2em;
	color: #6B6454;
	margin-top:8px;
}
h4 {
	font-size: 1.1em;
	color: #6B6454;
	margin-top:8px;
}
h5 {
	font-size: 1em;
	color: #6B6454;
	margin-top:8px;
}
h6 {
	font-size: .9em;
	color: #6B6454;
	margin-top:8px;
}
.quickNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}

a.quickNavText:link {color: #ffffff;
}
a.quickNavText:visited {color: #ffffff;
}
a.quickNavText:hover {color: #ffffff;
}
a.quickNavText:active {color: #ffffff;
}
#printArea ul {
	list-style-image: url(../images/navBullet.jpg);
	list-style-type: square;
	margin: 5px 5px 5px 25px;
}
#printArea ol {
	margin: 5px 5px 5px 25px;
}

#footerWrap {
clear:both;
	margin: 10px 10px 0px 10px;
	width:98%;
	font-size: .8em;
}
.footerContact {
	float: left;
	width: 40%;
	margin-top:15px;
}
.powered {
	float: right;
	margin-top:15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #6B6454;
	padding-left:4px;
}

.footerCopyRight {
clear:both;
}

.amtable {
	border-collapse: collapse;
	width: 624px;
	margin-left: 0px;
	margin-top: 5px;
}

.amtable td {
	padding: 3px;
}
.amtable tr {
	border: 1px solid #AAAAAA;
	padding: 3px;
}
.calendar_today {
	border: 2px solid #FF0000;
}
.calendar_empty {

}
.calendar_post {
	background-color: #CBE1EA;
}

.calendar_post_today {
	background-color: #DBDBEF;
	border: 2px solid #FF0000;
}

.calendar_table{
	font-size: .9em;
}

.calendar_header {
	background-color: #174592;
	color: #FFFFFF;
}
.bodytext {
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
} /* this is a class in the old events calendar, adjusts the font size in the form */

.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 12px;
}
.tableview td {
	border: 1px solid #000000;
	padding: 1px;
}
.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #9390A5;
	padding: 3px;
}
.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #9390A5;
	color: #535063;
}
.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	border: 0px;
}
.tableedit td {
	border: 0px solid #880000;
	padding: 2px;
}
.tableedit th {
	border: 1px solid #9390A5;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #9390A5;
	padding: 2px;
}
.contactForm input {
	width:150px;
	padding:5px;
}

.contactForm textarea {
	width:235px;
	height:100px;
	padding:10px;
	font:12px/14px Arial, sans-serif;
}

.contactForm #submit {
	margin-top:20px;
}
