@charset "UTF-8";

.navarea {
	width: 920px;
	height: 109px;
	background: url(/images/navbg.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #fff url(/images/bg.jpg) fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
		color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}
.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/images/whitebg.jpg) no-repeat scroll right bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #indented {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p, ul {
	color: #333;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}

.text {
	color: #333;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
}

.head1 {
	color: #990000;
	font: 20px/22px Georgia, "Times New Roman", Times, serif;
}

.head2 {
	color: #000;
	font: bold 15px/17px Georgia, "Times New Roman", Times, serif;
}

.greenline {
	width: 100%;
	border-bottom: 1px solid #005543;
	margin-bottom: 10px;
}

.divider {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	height:  10px;
}

.footerarea {
	border-top: 1px solid #ccc;
}

.footer {
	color: #666;
	text-align: left;
	font: 9px/11px Verdana, Arial, Helvetica, sans-serif;
		padding-bottom: 20px;
}

.rightphoto{
	border: 1px solid #ccc;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

td {
	color: #333;
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	border: none;
	text-align: left;
	padding: 5px;
}

#mainContent {
	padding: 20px;
	background: url(../images/contentbg.jpg) no-repeat left bottom;
	min-height: 400px;
}

/* @group MENU */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left;
  width: 900px; /*For KHTML*/
  list-style: none;
  height: 53px;
  padding-left: 20px;
  padding-top: 18px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 53px;
    z-index: 50;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 150px;
  list-style: none;
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
    z-index: 50;
}

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

ul#navmenu ul li {
  width: 170px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  text-align: left;
  opacity:.95;
  filter: alpha(opacity=95);
   -moz-opacity: 0.95;
}

/* Root Menu */
ul#navmenu a {
  border-right: 1px solid #ccc;
  padding: 3px 15px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #333;
  font: 12px/53px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  z-index: 50;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background-color: #ccc;
	background: url(/images/highbg.jpg) no-repeat;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
 border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}

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

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

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

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

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

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

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

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



/* @end */

/* @group SlideShow */

.slideshow { height: 300px; width: 910px; margin: auto; margin-top: 20px; }
.slideshow img { padding: 0px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#slideshow { left: 20px }
#nav { width: 300px; margin: 15px; float: right; text-align: right; }
#nav li { width: 50px; float: left; margin: 8px; list-style: none }
#nav a { width: 20px; height: 20px; padding: 3px; border: 1px solid #ccc; margin: 5px; background-color: #efefef; font-size:9px; }
#nav a.activeSlide { background: #ccc; }
#nav a:focus { outline: none; }
#nav img { border: none; display: block; }



/* @end */