/* 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: 14px;
	font-weight: normal;
}



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.2em;
	color: #000000;
}
h2 {
	font-size: 1em;
	color:#990000;
}
h3 {
	font-size: .9em;
	font-weight: normal;
	color:#006699;
	border: thin solid #FF9900;
	background-color: #FFFF99;
	text-align: justify;
	padding: 10px;
}
h4 { font-size: .8em;
	  color: #990000;
	   }
h5 { font-size: 1em; }
h6 { font-size: .8em; }

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 {
 background-color: #000000;
 text-align: center;
}
#main {
 text-align: left;
 width: 962px;
 margin: 0px auto;
  }
 #topmenu {
  background-image:url(../images/top_nav_bg1.jpg);
  background-repeat: no-repeat;
  height: 28px;
 }
  #topnav dt a {
  float:right;
  display: block;
  color: #fff;
  margin: 0px;
  padding: 1px 27px;
  text-decoration: none;
  height: 24px;
  font-size:12px;
}
#topnav dt a:hover {
  color:#FFCC00;
}  
 #header {
  background-image:url(../images/header1.jpg);
  background-repeat: no-repeat;
  height: 140px;
 }
 #mainmenu {
  background-image:url(../images/main_nav_bg.jpg);
  background-repeat:no-repeat;
  height: 25px;
  clear: both;
 }
  #mainnav dt a {
  float:left;
  display: block;
  color: #fff;
  margin: 1px;
  padding: 1px 24px;
  text-decoration: none;
  height: 19px;
  font-size: 12px;
  border-right: 1px solid #999;
}
testimonials a {
 border: none;
 }
 
#mainnav dt a:hover {
  color:#FFCC00;
 } 
 #middle {
  background-image: url(../images/middle_bg.jpg);
  background-repeat: repeat-y;
 } 
 #middle_top {
  background-image:url(../images/middle_top.jpg);
  background-repeat: repeat-none;
  margin-top: 5px;
  height: 13px;
 } 
 #left {
  width: 212px;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
 }
 #right {
  margin-left: 250px;
  margin-right: 15px;
 } 
  
 #footer {
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  height: 91px;
  clear:both;
 } 
 #copyright {
   color:#669933;
   font-size: 10px;
 }
 #copyright a {
   color:#999;
   text-decoration: none;
 }    
 a:link {
	color: #AFB099;
}
.border1 {
	border: 1px solid #000000;
	padding: 0px;
	margin: 10px;
}
