﻿body
{
	background-color: #009933;
	font-size: .84em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
	text-align: justify;
}
.container
{
	border-style: ridge;
	padding: 1px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/*Header Style*/
.header
{
	text-align: center;
	margin-bottom: 0px;
	border-radius: 0.5em;
	height: 70px;
}
.headerlogo
{
	text-align: center;
	margin-bottom: 0px;
	width: 100px;
	float: left;
	border-radius: 0.5em;
}
.headertitle
{
	text-align: left;
	margin-bottom: 0px;
	width: 500px;
	float: left;
	color: #009933;
}
.headerdesc
{
	text-align: right;
	margin-bottom: 0px;
	width: 500px;
	float: left;
	border-radius: 0.5em;
}
/*Menu Style*/
.menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 0 25px;
	background-color: #009933;
	clear: both;
	width: 95.5%;
}
.menu > ul
{
	float: left;
}
.menu > ul > li > a b {
	display:block;
	background:transparent;
	padding:0 10px 0 0;
	font-weight:normal;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}
	-moz-border-radius-topright: px; webkit-border-top-right-radius: px; .menu > ul > li > ul
{
	position: absolute;
	left: -9999px;
	height: 36px;
	background: #d8d8d8;
	padding: 4px 0 0 25px;
	width: 100%;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.menu > ul > li > ul > li
{
	float: left;
	position: relative;
}
.menu > ul > li > ul > li > a
{
	display: block;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px;
	font-size: small;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 5px;
	font-weight: bold;
}
.menu > ul > li > ul > li > ul
{
	position: absolute;
	left: -9999px;
	background: #555657;
	padding: 10px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.menu > ul > li > ul > li > ul > li > a
{
	display: block;
	color: #ababab;
	text-decoration: none;
	padding: 3px 5px 3px 0;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
}
.menu > ul > li > ul > li:hover > a
{
	color: #FFFFFF;
	background: #555657;
}
.menu .pageselect > a
{
	color: #FFFFFF;
	background: #006600;
}
.menu > ul > li > ul > li:hover > ul
{
	left: 0px;
	top: 27px;
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-webkit-transform: scaleY(1);
}
.menu > ul > li > ul > li > ul > li > a:hover
{
	color: #fff;
}
/*Body Style*/
.content
{
	border-style: inset;
	width: 658px;
	float: left;
	height: 150px;
	border-radius: 0.5em;
}
/*Right Sidebar Menu Style*/
.rightsidebar
{
	border-style: inset;
	width: 385px;
	float: left;
	height: 150px;
	border-radius: 0.5em;
}
/*Footer Content*/
.footercontent
{
	border-style: none;
	background-color: #009933;
	color: #FFFFFF;
}
.content1
{
	width: 170px;
	float: left;
}
.content2
{
	width: 170px;
	float: left;
}
.content3
{
	width: 170px;
	float: left;
}
.content4
{
	width: 170px;
	float: left;
}
.content5
{
	width: 394px;
	float: left;
}
/*Footer Style*/
.footer
{
	text-align: center;
	clear: both;
	color: #009933;
	font-weight: bold;
}
.linkdisplay
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #009933;
	opacity:0.8;
}
.linkdisplay:hover
{
	font-weight: bold;
	opacity: 1
	
}
/*button*/
.button
{
	border-style: none;
	color: #FFFFFF; /* changed text color to white */
	padding: 0.5em 0.75em 0.5em 0.75em; /* increased padding for a larger button */
	background-color: #009933;
	border-radius: 0.3em;
	text-decoration: none;
}

.button:hover
{
	border-style: none;
	background-color: #555657; /* changed the bg-color to transparent */ /* set a border to a blue color */
	color: #FFFFFF; /* set a text color to the same color */
}

.button:active
{
	border-style: none;
	background-color: #555657;
	color: #FFFFFF; /* minor text color change in a deeper blue */
}
/*Email Link Style*/
.emaillink
{
	text-decoration: none;
	opacity:0.7;
}
.emaillink:hover
{
	font-weight: bold;
	opacity: 1;
	color: #009933;
}
