body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 62.5%;
	background-image: url(images/bg_00.png);
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #C04D00;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #336699;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #01889D;
	text-transform: uppercase;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;

}

.hidden {
	position: absolute;
	visibility: hidden;
	left: -800px;
	top: -800px;
}

.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4d5357;
	text-decoration: none;
}

.colortext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #89CE0F;
	text-decoration: none;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #5E6E65;
	text-decoration: none;
}

.heading2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #01889D;
	text-decoration: none;
	text-transform: uppercase;
}

.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #5E6E65;
	text-decoration: none;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 1100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_01.png);
}

#header {
	position:relative;
	width:1000px;
	height:100px;
	z-index:1;
	background-image: url(images/header.png);
	margin-right: auto;
	margin-left: auto;
}

#search {
	position:relative;
	width:960px;
	height:30px;
	z-index:1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#navigation {
	position:relative;
	width:1000px;
	height:30px;
	z-index:100;
	margin-right: auto;
	margin-left: auto;
	background-color: #C5F472;
	overflow: visible;
}

#navtext {
	position:relative;
	height:30px;
	z-index:100;
}

#content {
	position:relative;
	width:1000px;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	visibility: visible;
}

#content2 {
	position:relative;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #EFEFEF;
}

#content_top {
	position:relative;
	width:1000px;
	height:255px;
	float: left;
	z-index: 1;
}

#content_left {
	position:relative;
	width:350px;
	float: left;
	padding: 20px;
	background-image: url(images/img_left.png);
}

#content_right {
	position:relative;
	width:570px;
	float: left;
	background-image: url(images/img_right.png);
	padding: 20px;
	visibility: visible;
	overflow: visible;
}

#content_bottom {
	position:relative;
	width:960px;
	float: left;
	padding: 20px;
	background-color: #EFEFEF;
	clear: both;
}

#sec_nav-h {
	position:relative;
	width:1000px;
	height:22px;
	z-index:100;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	overflow: visible;
}

#sec_navtext {
	position:relative;
	height:22px;
	z-index:100;
}


#footer {
	position:relative;
	width:1100px;
	height:130px;
	z-index:100;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer.png);
	float: left;
}

#footertext {
	position:relative;
	width:1000px;
	height:50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

/* Root = Horizontal, Secondary = Vertical */
#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	height: 30px;
}

#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}

#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#navmenu-h ul li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
#navmenu-h a {
	display: block;
	color: #C04D00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 29px;
	padding-left: 15px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: #000000;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/* Root = Horizontal, Secondary = Vertical */
ul#secnavmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
	height: 25px;
	background-color: #666666;
}

ul#secnavmenu-h li {
  border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    float: left; /*For Gecko*/
      display: inline;
      list-style: none;
      position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

ul#secnavmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
}

ul#secnavmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#secnavmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#secnavmenu-h a {
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFF;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
	background-color: #666666;
}

/* Root Menu Hover Persistence */
ul#secnavmenu-h a:hover,
ul#secnavmenu-h li:hover a,
ul#secnavmenu-h li.iehover a {
  color: #333;
}

/* 2nd Menu */
ul#secnavmenu-h li:hover li a,
ul#secnavmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#secnavmenu-h li:hover li a:hover,
ul#secnavmenu-h li:hover li:hover a,
ul#secnavmenu-h li.iehover li a:hover,
ul#secnavmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#secnavmenu-h li:hover li:hover li a,
ul#secnavmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#secnavmenu-h li:hover li:hover li a:hover,
ul#secnavmenu-h li:hover li:hover li:hover a,
ul#secnavmenu-h li.iehover li.iehover li a:hover,
ul#secnavmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#secnavmenu-h li:hover li:hover li:hover li a,
ul#secnavmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#secnavmenu-h li:hover li:hover li:hover li a:hover,
ul#secnavmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#secnavmenu-h ul ul,
ul#secnavmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#secnavmenu-h li:hover ul ul,
ul#secnavmenu-h li:hover ul ul ul,
ul#secnavmenu-h li.iehover ul ul,
ul#secnavmenu-h li.iehover ul ul ul {
  display: none;
}

ul#secnavmenu-h li:hover ul,
ul#secnavmenu-h ul li:hover ul,
ul#secnavmenu-h ul ul li:hover ul,
ul#secnavmenu-h li.iehover ul,
ul#secnavmenu-h ul li.iehover ul,
ul#secnavmenu-h ul ul li.iehover ul {
  display: block;
}



/* Indicates Current Page */
body#home a#homenav,
body#portfolio a#portnav,
body#services a#servnav,
body#history a#histnav,
body#news a#newsnav,
body#people a#peoplenav,
body#employment a#employnav,
body#contact a#contnav {
	color: #5E6E65;
	cursor: default;
}

#subnav,
#subnav li,
subnav ul {
	margin: 0;
	border: 0 none;
	list-style: none;
	z-index:99;
	position:relative;
	padding-top: 6px;
	padding-left: 0px;
}

/* Root Menu */
#subnav a {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	display: block;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	position:relative;
	font-weight: bold;
}

#subnav a:hover {
	color: #5E6E65;
}

#list,
#list li,
list ul {
	margin: 0;
	border: 0 none;
	list-style: none;
	z-index:99;
	position:relative;
	padding-bottom: 6px;
	padding-left: 0px;
}

/* Root Menu */
#list a {
	color: #4d5357;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	display: block;
	text-decoration: none; /*For IE*/
	position:relative;
}

#list a:hover {
	color: #de3831;
}

