/* CSS Document */

/* top level
+-----------------------------------------------------+
|T CSS Designed and written by Fox Valley Web Design.|
|A http://www.foxvalleywebdesign.com/ |
|G |
+-----------------------------------------------------+
*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p {
font-size: 1em;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
margin: 1em 0;
padding: 0;
line-height: 1.5em;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	background-image: url(../_layouts/images/pawtan.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 50px;
}
h2 {
	font-size: 1em;
	color: #990000;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #663300;
	margin: 0px 20px;
}
h4 {
	font-size: 1.5em;
	color: #8B3231;
}
h5 {
	font-size: .9em;
	font-weight: normal;
	color: #660000;
}
h6 { font-size: 1.2em;
      color:#FFFFFF;
	  text-align: center;
	  padding: 1px 0; 
	  margin: 3px 0px;}

li, dd, blockquote { margin-left: 1em; }
dl { margin: 0px; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
td, th { vertical-align: top; }
.clearboth {clear:both; height:0px; font-size:0em;}

/*************************************************************/

body {
text-align: center;
background:url(../images/body_background.jpg);
background-repeat: repeat;
}

#main {
  margin: 10px auto;
  width: 970px;
  border: 1px solid black;
  text-align: left;
  background-image:url(../images/bkgrnd_footer.jpg);
  background-repeat: repeat-y;
}

#logo {
  width:328px;
  height:121px;
  float:left;
}

#header {
  height: 178px;
  clear: both;
  background-color:#ffffff;
}

#middle{
  height 150px;
  min-height:400px;
  height:auto !important;
  height:500px;
  background-color:#8d252c;
}

#menu {
  height:121px;
  background-image: url(../images/menu_bg.jpg);
  background-repeat: repeat-x;
}

#menu dl {
  display: block;
}

#menu dt {
  float: left;
  text-align:center;
}

#menu dt a {
  height:121px;
  display: block;
  float: left;
  background-position:bottom;
  text-align:center;
  border:0px;
}

#menu dt a:hover {
  background-position:top;
}

#menu dt a.home {width: 103px; background-image:url(../images/nav_home.jpg); background-repeat:no-repeat;}
#menu dt a.areas {width: 188px; background-image:url(../images/nav_areas.jpg); background-repeat:no-repeat;}
#menu dt a.fees {width: 115px; background-image:url(../images/nav_fees.jpg); background-repeat:no-repeat;}
#menu dt a.links {width: 89px; background-image:url(../images/nav_links.jpg); background-repeat:no-repeat;}
#menu dt a.contact {width: 142px; background-image:url(../images/nav_contact.jpg); background-repeat:no-repeat;}

#content{
  background-color: #f1eddf;
  padding-left:20px;
  padding-top:15px;
  padding-right:20px;
  margin-left:328px;
  min-height:385px;
  height:auto !important;
  font-size: 12px;
  line-height:1.5em;
  width:602px;
  color:#3f1516;
  overflow:visible;
}

#content a {
  color:#990000;
  text-decoration: underline;
  font-weight: bold;
}

#content a:hover {
  text-decoration:none;
}

#leftcolumn{
  background-color:#8d252c;
  background-image: url(../images/left_bg.jpg);
  background-repeat: repeat-x;
  width:328px;
  min-height:400px;
  height:auto !important;
  margin:0px;
  padding: 0px;
  float: left;
}
#leftcolumn p {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:1.8em;
  color:#f1eddf;
}

.sidelink {
  color:#7B8F16;
  font-weight: bold;
  text-decoration: underline;
}

.sidelink:hover {
  color:#80282C;
  text-decoration:none;
}

#footer {
  height: 67px;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  clear:both;
}
#copyright {
  color: #CCCCCC;
}  

#copyright a {
  padding-left: 15px;
  padding-right: 15px;
  color: #CC6699;
  text-decoration: none;
}

#copyright a:hover{
  color: #993399;
}

.contentpad {
	width:328px;
	height:0px;
	clear:both;
}