@charset "utf-8";
/* CSS Document */

/* Top menu buttons */
#nav-menu
{
/*width:800px;*/
font:Courier,"Courier New",  monospace;
font-size: 14px;
text-align:center;
width:873px;
padding-top:0px;
padding-left:25px;
margin-top:0px;
}

#nav-menu a
{
/*height: 0px;*/
margin-left:50px;
/*line-height: 43px;*/
float: left;
font-weight:bold;
display:block;
color: #68664b;
text-decoration: none;
text-align: center;
border: 0px solid #fff;
} 

#nav-menu a:hover
{
color: #68664f;
border-bottom:3px #68664b solid;
} 

#nav-menu span
{
margin-left:50px;
/*line-height: 43px;*/
float: left;
font-weight:bold;
display:block;
color: #68664b;
text-decoration: none;
text-align: center;
border-bottom:3px #68664b solid;
} 

body#home a#homenav,
body#about a#aboutnav,
body#bill a#billnav,
body#calendar a#calendarnav,
body#resources a#resourcenav,
body#contact a#contactnav {
	margin-left:50px;
	/*line-height: 43px;*/
	float: left;
	font-weight:bold;
	display:block;
	color: #68664b;
	text-decoration: none;
	text-align: center;
	border-bottom:3px #68664b solid;
}
/*end top menu */

/*side menu*/
ul.sidemenu {
	list-style: none;
	margin-left: auto;
    margin-right: auto;
	padding-left:24px;
}

ul.sidemenu li {
	
}

ul.sidemenu li a {
	text-decoration: underline;
	display: block;
	color: #68664b;
	border: 0px solid #fff;
}

ul.sidemenu li span{
	font-weight:bold;
	display:block;
	color: #68664b;
}

ul.sidemenu li a:hover {
	color: #4F4E35;
	/*font-weight:bold;*/
}
/*end side menu*/

 a {
	text-decoration:underline;
	color: #767554;
}

a:hover {
	text-decoration:underline;
	color: #4F4E35;
	/*font-weight:bold;*/
}

ul li a{
	text-decoration:underline;
	color: #767554;
}

li a:hover {
	color: #4F4E35;
	text-decoration:underline;
}

body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background-color:#a49c74;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 892px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #a7a37e;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#menu {
	background-image:url(../images/menubgInner.jpg);
	height:32px;
	width:892px;
	/*margin-top:-4px;*/
	/*margin-left:-12px;*/
	vertical-align:middle;
}

/*use different background images based on the height of the page*/
#mainCopyContent {
	background-image:url(../images/innerbgparchment.jpg);
	width:892px;
	height:100%;
	vertical-align:middle;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times;
	color: #767554;
	border:0px solid black;
	/*font-weight:700;*/
	float:left;
	
}

#mainCopyContent2 {
	background-image:url(../images/innerbgparchmentMedium.jpg);
	width:892px;
	height:100%;
	vertical-align:middle;
	font-size: 14px;
	font: Georgia, "Times New Roman", Times, serif;
	color: #767554;
	float:left;
}

#mainCopyContent3 {
	background-image:url(../images/parchmentBGLineRt.jpg);
	width:892px;
	height:100%;
	vertical-align:middle;
	font-size: 14px;
	font: Georgia, "Times New Roman", Times, serif;
	color: #767554;
	float:left;
}
#mainCopyContent4 {
	background-image:url(../images/parchmentbgNoLine.jpg);
	width:892px;
	height:100%;
	vertical-align:top;
	font-size: 14px;
	font:Georgia, "Times New Roman", Times, serif;
	color: #767554;
	float:left;
}

.navbutton {
	
	background-color:#cfc6a7;
	float:left;
	text-align:center;
	vertical-align:middle;
	margin-right:10px;

}
.navbutton a {
	text-decoration:none;
	display:block;
	font-style:normal;
	padding:5px;
	width:115px;
	height:25px;
}
.navbutton a:hover {
	padding:5px;
	background-color:#cfc6c2;
	color:#767554;
	width:115px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	font-weight:400;
	display:block;
}

.blackCopy {
	color:#000000;
}

.headingcopy {
	font-size: 12pt;
	font:Arial, "Times New Roman", Times, serif;
	color: #867e62;
	font-weight:700;
}

#oneColumn {
	width:600px;
	margin-left:150px;
	margin-right:45px;
}

#leftText {
	padding-left:28px;
	padding-top:10px;
	width:179px;
	float:left;
	line-height:23px;
	height:100%;
}

#leftText2 {
	padding-left:40px;
	padding-top:10px;
	width:579px;
	float:left;
	line-height:23px;
	height:100%;
}

#middleText {
/*float:left;*/	
padding-top:10px;
padding-left:30px;
width:549px;
line-height:20px;
margin: 0 0 0 210px;

}

#middleText2 {
padding-top:10px;
padding-left:30px;
width:205px;
line-height:20px;
margin: 0 0 0 620px;
}
	#middleText a {
		text-decoration:underline;
	}
	
	#middleText a:hover {
		font-weight:normal;
		
	}
	
	
.arrowbullet
{
	list-style-image:url("../css/images/arrowbullet.jpg");
	text-decoration:none;
	
}

#footer {
	background-image:url(../images/footerbgInner.jpg);
	background-repeat:no-repeat;	
	width:892px;
	vertical-align:top;
	clear:both;
}


#logoLeft {
	float:left;
	width:66px;
	padding-left:12px;
	padding-top:33px;
		}
		
#footerContent {
	margin-left:auto;
	margin-right:auto;
	
	width:760px;
	padding-top:28px;
	padding-bottom:6px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #68664b;
	text-align:center;
}
		
.smallBullet {
	/*list-style-position:inside;*/
	list-style-type:disc;
	font-size:11px;
	line-height:15px;
	margin-left:-22px;
	padding-left:35px;
	margin-top:1px;
	padding-top:1px;
}

.smallBullet a {
	text-decoration:underline;
	color: #68664b;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
