@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	background-color: #7BA46A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h1 {
	color:#589442;
	font-size: 24px;
	line-height: 26px;
}
h2 {
	color:#589442;
	font-size: 18px;
	line-height: 20px;
}
input {
	border: 1px solid #82BB6D;
	background-color: #F5F5DF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
textarea {
	border: 1px solid #82BB6D;
	background-color: #F5F5DF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #589442;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
a.orng {
	color: #D67B00;
}
ul {
	margin-bottom:0px;
	margin-left:15px;
}
li {
	margin-top:5px;
}
hr {
	color:#7BA46A;
	background-color:#7BA46A;
	height:1px;
	border:none;
}
.main_table {
	background-color: #FFF;	
}

.side_bar {

}
.side_bar h1 {
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #074525;
	display: block;
	background-color: #F5F5DF;
	margin: 0px;
	padding: 0px;
}
.side_bar a {
	font-size: 12px;
	line-height: 38px;
	font-weight: normal;
	color: #074525;
	text-decoration: none;
	background-color: #EDECD4;
	display: block;
}
.side_bar a:hover {
	text-decoration: none;
	background-color: #F6F6EA;	
}
#page_bar {
	background-color: #D9E4C4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #C0D0A1;
}
#ContactFirstName {
	display: none;
}
.indent_a_little {
	margin-left: 10px;	
}
.indent_a_little_more {
	margin-left: 15px;	
}

/* ShowHide */
.slidingDiv
{
	background-color: #D9E4C4;
	padding:5px 10px 5px 10px;
	margin:0 10px 0 10px;
	display:none;
}

.main_menu {
	background-color: #FFF;
}
.main_menu #cur_pg {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	background-color: #82BB6D;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
}
.main_menu a {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	background-color: #589442;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
}
.main_menu a:hover {
	background-color: #82BB6D;
	text-decoration: none;
}

/****************************/
/* Begin CSS Drop Down Menu */
#menuh-container
{
	position: relative;		
	top: 0;
	left: 0;
}

#menuh
{
	font-size: 14px;
	line-height: 16px;
	width:100%;
	float:left;
	margin:0;
	margin-top: 0;
}
		
#menuh a
{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:.5em .75em;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active
{
	color: #FFF;
	background-color: #589442;
	text-decoration:none;
}
	
#menuh a:hover
{
	color: #FFF;
	background-color: #82BB6D;
	text-decoration:none;
}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-image: url(../images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 1.4em;
}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
{
	background-image: url(../images/arrow_right.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh ul
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;*/	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
}

#menuh li
{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	margin: 0;
}

#menuh li li
{
	margin: 0;
	border-bottom:1px solid #D9E4C4;
	border-left:1px solid #D9E4C4;
}
#menuh li li li
{
	border-bottom:1px none #589442;
	border-left:1px solid #D9E4C4;
}
#menuh li li li
{
	border-right:1px solid #D9E4C4;
}
#menuh li li li:first-child
{
	border-left:1px solid #82BB6D;
	border-top:1px solid #D9E4C4;
	margin-top: -1px;
}
#menuh li li li:first-child:hover
{
	border-left:1px solid #82BB6D;
}
#menuh li li li:last-child
{
	border-bottom:1px solid #D9E4C4;
}

#menuh ul ul
{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}

#menuh ul ul ul
{
	top:0;
	left:100%;
}

div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}

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

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

/* End CSS Drop Down Menu */