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

/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

BODY
{
	background-image:url(../images/bckgrd.gif);
	background-attachment:fixed;
	background-repeat: repeat-x;
	margin: 0; padding: 0;
}

.form  {
	font-family:verdana;
	font-size:12px;
	color:#666666;
	background-color:#ffffff;
	border:solid;
	border-color:#006225;
	border-width:1px;
}

.button {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#042767;
	border:solid;
	border-color:#000000;
	border-width:thin;
}

#shell {
	position:relative;
	width:896px;
	height:auto;
	background-image:url(../images/page_bckgrd.gif);
}

#header {
	/*background-image:url(../images/header_img.gif);*/
	width:678px;
	height:43px;
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight: bold;
	color:#FFFFFF;
	padding-top:150px;
	padding-left:20px;
	text-align:left;
}

#top {
	width:896px;
	height:auto;
}

#form_box {
font-family:"Trebuchet MS";
background-color:#ffffff;
border:1px;
border-style:dashed;
border-color:#006225;
font-size:14px;
text-align:left;
 color: #000000;
 width:295px;
 height:auto;
 padding:10px;
}

#footer {
	width:896px;
	height:71px;
	background-image:url(../images/footer_bckgrd.gif);
	font-family:"Trebuchet MS";
	color:#999999;
	font-size:10px;
	line-height:15px;
}

#footer A { text-decoration: underline; color: #006225; font-family:"Trebuchet MS"; }
#footer A:hover { text-decoration: none; color: #174a7c; }

#nav_left {
	width:23px;
	height:auto;
	background-image:url(../images/nav_left.gif);
	background-repeat:repeat-y;
}

#links {	
	height:auto;
	width:896px;
	height:auto;
	float:left;
	background-image:url(../images/page_bckgrd.gif);
	background-repeat:repeat-y;
}

#content {
	background-image:url(../images/text_bckgrd.gif);
	background-repeat:repeat-y;
	width:638px;
	height:auto;
	padding-left:20px;
	padding-right:40px;
	text-align:left;
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:14px;
}

#content A { text-decoration: underline; color: #006225; font-family:"Trebuchet MS"; font-weight:bold;}
#content A:hover { text-decoration: none; color: #174a7c; }

/* Begin CSS Popout Menu */

#menu {
position:relative;
z-index:2;
width:175px;
padding:0px;
}

#menu a, #menu h2{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
display:block;
white-space:nowrap;
margin:0px;
text-align:left;
}

#menu a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
background-image:url(../images/link_bckgrd.gif);
padding-left:15px;
text-decoration:none;
padding-top:4px;
padding-bottom:4px;
width:160px;
}

#menu a:hover{
color:#fff;
background-image:url(../images/link_bckgrd_on.gif);
}

#menu a:active{
color:#060;
background-image:url(../images/link_bckgrd.gif);
}

#menu ul{
list-style:none;
margin:0px;
padding:0px;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}
