@charset "utf-8";
/* CSS Document */

/* Top menu buttons */
#nav-menu
{
/*width:800px;*/
font:Courier,"Courier New",  monospace;
font-size: 14px;
text-align:center;
width:868px;
float: left;
padding-top:15px;
padding-left:25px;
}

#nav-menu a
{

margin-left:50px;
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;
} 

#nav-menu #tooltip
{
	display:none;
}

#nav-menu #ttItem a:hover
{
	display:block;
	background-color:#00C;
}
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 */


a {
	text-decoration:none;
	color: #767554;
}

a:hover {
	text-decoration:none;
	color: #4F4E35;
	/*font-weight:bold;*/
}
body {
	/*font: 100% Georgia,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/menubg.jpg);
	height:48px;
	width:892px;
	vertical-align:middle;
	margin-top:-3px;
}

#mainCopyContent {
/*	background-image:url(../images/maincontentBg.jpg);*/
background-image:url(../images/parchmentbgNoLine.jpg);
	width:892px;
	height:100%;
	vertical-align:top;
	font-size: 14px;
	font:"MS Serif", "New York", serif;
	color: #68664b;
	/*font-weight:700;*/
	overflow:auto;
}

#leftText {
	padding-left:40px;
	padding-top:10px;
	width:465px;
	float:left;
	line-height:21px;
}
#middleText {
width:130px;
float:left;	
padding-top:10px;
padding-left:20px;
}

#rightText {
	width:365px;
	float:left;
	padding-left:0px;
	padding-top:10px;
	/*height:120px;*/
	padding-right:5px;
	/*line-height:21px;*/
	}
	
.arrowbullet
{
	list-style-image:url("../images/arrowbullet.jpg");
	text-decoration:none;
	line-height:13px;
	
}
.listitem {
	/*margin-bottom:7px;*/
	/*margin-top:-10px;*/
}

#footer {
	background-image:url(../images/footerbgInnerv2.jpg);
	height:118px;
	width:892px;
	vertical-align:top;
	clear:left;
}


#logoLeft {
	float:left;
	width:66px;
	padding-left:12px;
	padding-top:33px;
		}
		
#footerContent {
	float:left;
	width:700px;
	padding-left:30pt;
	padding-top:25px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #68664b;
	text-align:center;
		}

.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;
}	