/* WGS Stylesheet */

.fourteen {font-size: 14pt}
.twelve {font-size: 12pt}
.sitemap1 {font-size: 14pt; font-family: Arial, Helvetica, sans-serif;}
.sitemap2 {font-size: 12pt; font-family: Arial, Helvetica, sans-serif;}
.sitemap3 {font-size: 12pt; font-family: Arial, Helvetica, sans-serif;}
.sitemap4 {font-size: 12pt; font-family: Arial, Helvetica, sans-serif;}

body {
	background: url(images/background2.jpg);
	min-width: 837px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: small;	
	/*font-size: 16px;*/
}

#wrap {
	text-align: left;
	width: 837px;
	padding: 0px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	background: #FFFded;
}
#header  {
	margin: 0px;
	padding: 0px;
	background: url(images/headerhome.jpg) no-repeat left top;
	height: 210px;
}

#headerresources  {
	margin: 0px;
	padding: 0px;
	background: url(images/headerresources.jpg) no-repeat left top;
	height: 210px;
}

#date {
	position: relative;
	top: 7px;
	letter-spacing: 0px;
	color: #e7e3b5;
	width: 200px;
	left:65px;
	font-family: Verdana;
	font-size: 0.8em;
	height: 15px;
	/*padding; 0px;*/
}

#login {
	position: relative;
	margin-top: 0px;
	padding: 0px;
	left: 270px;
	letter-spacing: 0px;
	/*color: #e7e3b5;*/
	width: 125px;
	height: 15px;
	font-family: Verdana;
	font-size: 0.8em;
	top: -8px;
}

#login a:link {
	text-decoration: none;
	padding: 0em;
	/*font-weight:bold;*/
	color: #e7e3b5;
}

#login a:visited, a:active{
	text-decoration: none;
	padding: 0em;
	/*font-weight:bold;*/
	color: #e7e3b5;
}

#login a:hover{
	text-decoration: underline;
	font-weight:bold;
	color: #e7e3b5;
}

#nav {
	position: relative;
	font-size: 1em;
	width: 810px;
	z-index: 1;
	top: 130px;
	left: 20px;
}

/* root-level menu list (UL) */
ul.menu {
	position: relative;
	padding: 0;
	display: block;
	white-space: nowrap;
	list-style: none;
	z-index: 999999;
	text-align: left;
	margin: 0;
	
}

/* submenu lists (ULs) */ /* tier 1 drop downs background*/
ul.menu ul {
    position: absolute;
	z-index: 999999;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
    _display: none;
	white-space: nowrap;
    list-style: none;
    visibility: hidden;
	border: 1px solid #59452a;
	background-color: #e7e3b5;
	}

/* menu items */ /* tier 1 menu list */
ul.menu li {
    position: relative;
    list-style: none;
    float: left;
	width: auto;
	margin: 0;
	border: 0;
	padding: 0;
}

* html ul.menu li {
	width: 50px;
	w\idth: 50px;
}

ul.menu li li {
	width: 100%;
	white-space: normal;
}

/* menu item links */
ul.menu a,  
ul.menu span {
    display: block;
    text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Add more rules here if your menus have more than four (4) tiers */ /*tier 2*/
ul.menu li:hover ul ul,
ul.menu li:hover ul ul ul,
ul.menu li:hover ul ul ul ul,
ul.menu li:hover ul ul ul ul ul,
ul.menu li.iehover ul ul,
ul.menu li.iehover ul ul ul,
ul.menu li.iehover ul ul ul ul,
ul.menu li.iehover ul ul ul ul ul {
	left: -9999px;
    visibility: hidden;  /*  what does this do?*/
    _display: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.menu li:hover ul,
ul.menu li li:hover ul,
ul.menu li li li:hover ul,
ul.menu li li li li:hover ul,
ul.menu li li li li li:hover ul,
ul.menu li.iehover ul,
ul.menu li li.iehover ul,
ul.menu li li li.iehover ul,
ul.menu li li li li.iehover ul,
ul.menu li li li li li.iehover ul {
	left: auto;
    visibility: visible;
    _display: block;
	
}

ul.menu a,  
ul.menu span {
	padding: 5px 15px;
	height: 100%;
	color: #e7e3b5;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.1em;
}

/* nested menu item links */
ul.menu ul a,  
ul.menu ul span {
	color: #226b49;
}

/* hovered menu item links */
ul.menu li a:hover {
	text-decoration: underline;
}

/* hovered nested menu item links */
ul.menu li li a:hover {
	background-color: #59452a;
	color: #e7e3b5;
	text-decoration: none;
}

ul.menu li:hover ul,
ul.menu li.iehover ul {
	width: 150px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul.menu li li:hover ul,
ul.menu li li li:hover ul,
ul.menu li li li li:hover ul,
ul.menu li li.iehover ul,
ul.menu li li li.iehover ul,
ul.menu li li li li.iehover ul {
	left: 150px;
	top: 0;
}

#breadcrumb  {
	position: relative;
	left: 20px;
	width: 600px;
	font-family: Verdana;
	font-size: 0.75em;
	color: #e7e3b5;
	top: 142px;
	text-align: left;
	padding: 0px;
	height: 20px;
}

#breadcrumb a:link {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px; /*adjust bullet image padding*/
	color: #e7e3b5;
}

#breadcrumb a:hover{
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 3px; /*adjust bullet image padding*/
	color: #e7e3b5;
}

#breadcrumb a:visited{
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px; /*adjust bullet image padding*/
	color: #e7e3b5;
}

#search {
	position:relative;
	left: 610px;
	top: -20px;
	width: 200px;
	display: none;
	}

/* End Header style */

/* start Content style here */

#content {
	position: relative;
	font-size: 12pt;
	padding: 1px 20px 1px 20px;
	background-color: #fffded;
	width: 797px;
	top: 0px;
	text-align: left;
}

#content a:link {
	text-decoration: underline;
	color: blue;
}

#content  a:hover{
	text-decoration: underline;
}

#content  a:visited{
	text-decoration: underline;
	color: purple;
}

li.none {
	list-style-type:none
}

img.floatleft {
	float: left;
	padding: 0 1em 0 1em;
}

img.floatright {
	float: right;
	padding: 0 1em 0 1em;
}

img.horizontal {
	float: center;
	padding: 0 1.55em 0 1.55em;
}

img.floatrightmiddle {
	float: right;
	vertical-align: middle;
	padding: 0 1em 0 1em;
}

img.floatleftmiddle {
	float: left;
	vertical-align: middle;
	padding: 0 1em 0 1em;
}

#sidebar  {
	font-size: .8em;
	width: 155px;
	float: left;
	margin-right: 1em;
	white-space: nowrap;
	padding: 0.5em 0em 0.5em .7em;
	border: 0;
	background-color: #e7e3b5;
}

#sidebar a:link{
	text-decoration: none;
	padding: 0em;
	color: #006633;
}

#sidebar a:visited{
	text-decoration: none;
	color: #006633;
}

#sidebar a:hover{
	text-decoration: underline;
	color: #006633;
}

#logo {
	text-align: left;
	display: none;
}

#pagetitle {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 16pt;
	text-align: left;
	background-color: #fffded;
	line-height: 1.0
}
	
#latestinfo {
	margin: 10px 50px 0px 50px;
	padding: 5px 50px 5px 50px;
	border-style: solid;
	border-width: medium;
	border-color: #ff3310;
	font-size: 12pt;
	background-color: #ffffff;
	}

#footer {
	border-style: solid;
	border-width: 1.5px;
	border-color: #000;
	text-align: center;
	font-size: 8.5pt;
}

/* End Footer Style here */
