/* CSS Document */

.pg_bg {
	background-color: #0F7302;
	background-image: url(images/pg_bg.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #0F7302;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #0D6302;
}
a:visited {
	text-decoration: none;
	color: #339227;
}
a:hover {
	text-decoration: none;
	color: #40B232;
}
a:active {
	text-decoration: none;
	color: #40B232;
}
.form-fields {
	width: 153px;
}
.form-fields-lg {
	width: 150px;
}
.footer {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
.footer:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.contact {
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}
.contact:link {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.contact:active {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.contact:visited {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.contact:hover {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
}
.table_bd {
	background-color: #CDD9E2;
	border: 1px dashed #666666;
	margin: 0px 0px 0px 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 10px;
}
.footer, .footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer.link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer.visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer.active {
	color: #FFFFFF;
	text-decoration: none;
}
.footer.hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	width: 562px;
	background-image: url(images/nav_bkd.gif);
	background-color: #fff;
	padding-top: 5px;
	height: 25px;
	background-repeat: repeat;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #515151;
	padding: 5px 5px;
	text-decoration: none;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background: url(images/nav_bkd.gif);
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 5px 10px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	background: url(images/nav_hover.gif);  
	position: relative;
	color: #fff;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 5px 5px;
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 211px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #00838D;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: #fff; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 211px;
	background: url(images/nav_hover.gif); 
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 8px 0px 8px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #00838D;
	border-right: 1px solid #00838D;
	border-top: 1px solid #00838D;
	float: none;
}

#menu ul li ul li:hover { 
	background: #159C03; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	border-top: 1px solid #17AA03;
	border-left: 1px solid #17AA03;
	padding: 8px 0px 8px 10px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-top: 1px solid #17AA03;
	border-left: 1px solid #17AA03;
	padding: 8px 0px 8px 10px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 211px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */
