@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #dfe5e1;
  color: #2d2e2e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #4f100b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
h2 {
  color: #93630F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
a,  a:link {
  color: #294359;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #42342c;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #4f100b;
  text-decoration: underline;
}
a:focus {
  color: #4f100b;
}
a:active {
  color: #4f100b;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 850px;
	border: 2px groove #737f76;
}
#header {
  background-color: #eef4f7;
  background-image: url("images/header.gif");
  font-size: 18px;
  font-weight: bold;
  height: 136px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#header img{
	padding-top: 10px;
	padding-left: 10px;
}
#contentWrapper {
  overflow: hidden;
	background: #fff url(images/nav.gif) repeat-y;
}
#nav {
  float: left;
  padding: 10px 5px 0px 10px;
  width: 210px;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
#nav ul ul {
	padding-left: 8px;
}
#nav a:link, #nav a:visited {
	display: block;
	padding: 2px;
  color: #dfe5e1;
  font-style: bold;
  text-decoration: none;

}
, #nav a:active, #nav a:hover{
	text-decoration: underline;
	color: #dfe5e1;
}
.menu_default a:link, .menu_default a:visited {
	color: #dfe5e1;
	text-decoration: none;
}
.menu_default a:hover, .menu_default a:active {
	text-decoration: underline;
	color: #dfe5e1;
}

.menu_current  {
	font-weight:bold;
}
#content {
  margin: 0 0 0 200px;
  padding: 15px 25px 10px 30px;
}
/* Contact Form */


.required {
	color: #4f100b;
}
.field_title {
	font-size: 12px;
	width: 120px;
	vertical-align: top;
	text-align:right;
	font-weight: bold;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #294359;
	padding-top: 10px;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}


#footer {
  background-image: url("images/nav.gif");
  background-repeat: repeat-y;
  overflow: hidden;
  color: #b2b29b;
  font-size: 10px;
  margin-left: 0;
  padding: 5px 25px 5px 230px;
	line-height: 11px;
	border-top: 1px dotted #737f76;
}

#footer a, #footer a:link {
  color: #b2b29b;
  text-decoration: none;
	font-weight: bold;
}