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

/* Overall Site Styles*/

body {
	behavior:url("/_style/csshover.htc");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
* html body{
	font-size:xx-small;
 	font-size:x-small;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #ed5803;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #415828;
}
a:active {
	color: #415828;
}
.insidepage_bkgd {
	background-color: #ffffff;
	background-image: url('insidepage_bkgd.gif');
	background-repeat: repeat-y;
}
.bkgd_white {
	background-color: #FFFFFF;
}
.bkgd_darkgray {
	background-color: #ef5122;
}
.bkgd_gray {
	background-color: #9ca3ab;
}
.button {
	background-color: #ed5803;
	color: #ffffff;
	width: 130px;
	height: 27px;
	font-size: 12px;
}
.button_hover_gray {
	background-color: #9ca3ab;
	color: #ffffff;
	width: 130px;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
}
.button_hover_green {
	background-color: #415828;
	color: #ffffff;
	width: 130px;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
}


.headerdropshadow {
	background-image: url('dropshadow.gif');
	background-repeat: repeat-x;
}
.shadow_top {
	background-image: url('shadow_top.png');
	background-repeat: repeat-x;
}
.shadow_bottom {
	background-image: url('shadow_bottom.png');
	background-repeat: repeat-x;
}
.shadow_left {
	background-image: url('shadow_leftside.png');
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url('shadow_rightside.png');
	background-repeat: repeat-y;
}
.sublinks_orangebkgd {
	background-image: url('images/orange_bkgd.gif');
	background-repeat: repeat-y;
}
.sublinks_orangebkgd_2 {
	background-image: url('images/orange_bkgd_2.gif');
	background-repeat: repeat-y;
}
li {
	list-style-image: url('orange_arrow.gif');
	list-style-position: outside;
	vertical-align: middle;
	line-height: 1.5em;
}


/* Drop-down Menu Styles */
ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type:none;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type:none;
}

ul#nav  li {
	position:relative;
	float: left;
	width:163px;
	list-style:none; /* Required to hide bullets on menu items in Firefox */
}
	
#nav li ul {
	position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: auto;
	left:0;
	display:block;
}

/* Menu Items Styles*/
ul#nav  li a {
	display: block;
	text-decoration:none;
	color: #FFF;
	background: #ef5122; /* IE6 Bug */
	padding: 5px;
	border-right: 1px solid #ccc;
		margin-bottom:-1px;
	min-height:0;
	font-size:11px;
	}
	
ul#nav  li a:active {
	color: #FFFFFF;
	font-weight:bold;
}


/* commented backslash mac hiding hack \*/ 
* html ul#nav  li a {height:1%;	position:relative;}
/* end hack */ 

/* this sets all hovered lists to gray */
#nav li.over li a:hover {
   color: #fff;
   background-color: #9ca3ab;}

#nav li:hover li a:hover {
   color: #fff;
   background-color: #9ca3ab;}

#nav li.over a {
   color: #fff;
   background-color: #9ca3ab;}

#nav li:hover a {
   color: #fff;
   background-color: #9ca3ab;}

/* set dropdown to default */
#nav li.over li a {
   color: #777;
   background-color: #fff;
}

 #nav li:hover li a {
   color: #777;
   background-color: #fff;
}

 /* Sub Menu Styles */
#nav li ul li a { border: 1px solid #ccc; padding: 2px 5px; }

/* show menu*/
#nav li.over ul {margin-left:0; }


#nav li:hover ul {margin-left:0; }


/* Left Navigation */

div.menuPop {
	position:relative; 
	z-index:24; 
	color:#000000;
	text-decoration:none;
}
div.menuPop span {
	display: none;
}
div.menuPop:hover span { 
	display:block;
	position:absolute;
	top:0px; 
	left:0px;
	text-align: left;
}
div.shadow {
	margin:0px auto;
	width:149px;
	filter:shadow(color=gray,direction=135,strength=3);
	color:#fff;
	line-height:150%;
}
.leftnavtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f14f1e;
	text-decoration: none;
	letter-spacing:-0.08em;
	font-weight:bold;
	font-size: 12px;
}
.leftnavtext a{
	text-decoration: none;
	letter-spacing:-0.08em;
	font-weight:bold;
	font-size: 12px;
	padding:5px;
}
.leftnavtext a:link {
	color: #333333;
}
.leftnavtext a:visited {
	color: #666666;
}
.leftnavtext a:hover {
	color: #ed5803;
}
.leftnavtext a:active {
	color: #000000;
}

/* Footer Information*/

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
}
.footertext a:link {
	color: #787878;
	text-decoration: none;
}
.footertext a:visited {
	text-decoration: none;
	color: #787878;
}
.footertext a:hover {
	text-decoration: none;
	color: #787878;
}
.footertext a:active {
	text-decoration: none;
	color: #787878;
}


/* Font Styles */

.small_orange {
	font-size: small;
	color: #ed5803;
}

.bold_black {
	font-weight: bold;
	color: #000000;
}
.bold_green {
	font-size: 12px;
	font-weight: bold;
	color: #415828 ;
}
.heading_green {
	font-size: 20px;
	color: #415828;	
}
.shadow {
	height: 1em;
	filter: Shadow(Color=#9ca3ab, 	
			Direction=135, 
			Strength=1);
}
.subheading_green {
	font-size: 12px;
	font-weight: bold;
	color: #415828 ;
}
.indented {
   padding-left: 10pt;
}
.indented_ital {
   padding-left: 50pt;
   padding-right: 50pt;
   font-style:italic;
}
.float_left {
	float: left;
	text-indent: 10px;
	width: 150px;
}
.float_right {
	float: right;
	margin-left: 20px;
	width: auto;
}
.activelink {
	color:#ffffff;
	font-weight: bold;
}