/* basic layout styles */
body { 
	padding: 0; 
	margin: 0; 
	color: #000;
  background-color: #808080;
  background-image: url("../images/background.gif");
}

body,td,h1,h2,div,li {
  font-family: arial, helvetica, sans-serif;
}

body,td,div {
	font-size: 12px;
  line-height: 16px;
}

H1 { 
  margin-bottom: 12px; 
  font-size: 18px; 
  margin-top: 2px; 
  color: #00703c; 
  font-family: arial; 
  font-weight: normal; 
  text-transform: uppercase; 
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 12px;
}
H2 { font-size: 12px; font-weight: bold; text-transform: none; margin: 0px; color: #333366; }
h2 a { color: #333366; text-decoration: underline; margin-top: 0; }
td { vertical-align: top; }
img { border: 0; }
p { margin-top: 0; margin-bottom: 8px; }
a { color: #72BF44; text-decoration: none; }
a:hover { text-decoration: underline; }
hr {
  border: 0;
  background-color: #fff;
  height: 1px;
}
blockquote {
  font-size: 13px;
  line-height: 18px;
  color: #555;
  margin-left: 0;
  margin-bottom: 0;
}
blockquote p {
  margin-bottom: 0;
}

/* header styles */
div.header {
  height: 160px;
  width: 960px;
  background-image: url("../images/banners/header-images2.jpg");
}

/* menu styles */
div.menu {  
  height: 37px;
  background-image: url("../images/menubg.jpg");
  background-repeat: repeat-x;
  width: 960px;
}

/*  Left side styles */
td.left {
  width: 160px;
  padding: 30px 20px;
  font-family: verdana;
  line-height: 13px;
}
td.left h1 {
  font-size: 12px;
  border-bottom: 0;
  margin-bottom: 10px;
  padding: 5px 0px;
  color: #2244aa;
  font-weight: bold;
  text-transform: none;
  font-family: verdana;
}
td.left h2 {
  color: #dfdfdf;
  font-size: 10px;
  font-family: verdana;
  margin-bottom: 3px;
}
td.left a {
  color: #4466cc;
  font-family: verdana;
  font-size: 10px;
}
td.left hr { background-color: #dfdfdf; }

/* main area styles */
div.centerpanel { 
  width: 960px; 
  background-color: #ffffff; 
  text-align: left; 
  border-left: 10px solid #ffffff; 
  border-right: 10px solid #ffffff; 
  border-bottom: 10px solid #ffffff; 
}
div.padding { padding: 90px 100px 20px 140px; }
div.adminpadding { padding: 30px 30px 20px 50px; }

table.layout {
  width: 960px;
  background-repeat: no-repeat;
  background-position: top left;
}

td.content {
  width: 780px;
  height: 520px;
}

DIV.hiddentext {
  display: none;
}

#map_canvas {
  width: 310px;
  height: 400px;
  float: right;
  margin-top: 3px;
}

/* staff page styles */
table.staffshots {
  padding: 8px 0;
}
table.staffshots td {
  padding-right: 8px;
}

/* footer styles */
div.footer { height: 30px; font-size: 10px; text-align: center; background-color: #282627; }
div.footer a { color: #ffffff; text-decoration: none; position: relative; top: 7px;}
div.footer a:hover { text-decoration: underline; }