

img.alignleft {
	float: left;
	margin-right: 25px;
	margin-top:0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper 
{
	
}
#wrapper1 {
}

/* Header */


.imageheader
{
	
	
}

.rad
{
	margin-bottom: 60px;
}
.backgroundheader
{
 height: 170px;
 background-color:#eeeeee;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#676767, endColorstr=#676767);
 background-image:-moz-linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:-webkit-linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:-ms-linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:-o-linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(20%,#eeeeee), color-stop(100%,#676767));
 width: 100%;
 min-width:60%;
 }
 
 
#header-wrapper 
{

 height: 160px;
 position:absolute;
 width: 100%;
 z-index:300px;
 background-color:#eeeeee;
 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#676767)";
 	 
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%,#eeeeee), color-stop(100%,#676767));
background-image:-moz-linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:-webkit-linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:-ms-linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:-o-linear-gradient(top, #eeeeee 20%, #676767 100%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(20%,#eeeeee), color-stop(100%,#676767));


}
#header-wrapper1 {
	height: 160px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5959, endColorstr=#5b5959)";
	background-color: #5b5959;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5b5959, endColorstr=#5b5959);
	background-image: -moz-linear-gradient(top, #5b5959 20%, #5b5959 100%);
	background-image: -webkit-linear-gradient(top, #5b5959 20%, #5b5959 100%);
	background-image: -ms-linear-gradient(top, #5b5959 20%, #5b5959 100%);
	background-image: linear-gradient(top, #5b5959 20%, #5b5959 100%);
	background-image: -o-linear-gradient(top, #5b5959 20%, #5b5959 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%,#5b5959), color-stop(100%,#5b5959));
}



#header {
	width: 100%;
	z-index:300px;
	height: 160px;
	
	
}
#header1 {
	width: 100px;
	height: 160px;
}

/* Logo */

#logo {
	width: 90%;
	height: 40px;
	padding: 20px 0px 0px 0px;
	
}

#logo h1, #logo p {
	display: block;
	
}

#logo h1 {
	letter-spacing: -5px;
	text-align: center;
}

#logo h1 a {
	
}

#logo p {
	
	
	font-family: Tahoma;
	
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	
}




.clearfix {
	clear: both;
}

.wrap
{
	 width:100%;
		
	
	

}

nav
{

 width:100%;
  background-color:#ffffff;	
 background-image:-moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
 background-image:-webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
 background-image:-ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
 background-image:linear-gradient(top, #ffffff 0%, #cccccc 100%);
 background-image:-o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));

	border-radius: 6px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	position: relative;
	 top:50px;
	overflow: visible;
	 z-index:999;
	 
	
}

.menu li
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	 
	 z-index:999;
}

	.menu li a {
		color: #04994e;
		display: block;
	
		line-height: 20px;
		padding: 6px 12px;
		margin: 8px 8px;
		vertical-align: middle;
		text-decoration: none;
		z-index: 999;
	}

.menu li a:hover {
background: -webkit-gradient(linear, center top, center bottom, from(#468c5f), to(#468c5f));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
	 z-index:999;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
	 z-index:999;
}

.menu ul li {
	float: none;
	 z-index:999;
}

.menu ul a {
	white-space: nowrap;
	 z-index:999;
}
.menu li ul {
	padding-right: 0px;
	padding-left: 0px;
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background: rgba(255,255,255,0.7);
	background: rgb(255,255,255);
	filter: alpha(opacity=70);
	opacity: 0.7;
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
	z-index: 999;
	opacity: 1;
	
}

/* Persistant Hover State */
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color:#04994e;
}

.menu li:hover ul a {
	background: none;
	 z-index:999;
}

.menu li:hover ul li a:hover {
  background:#04994e;
  border-radius: 12px;
  color:White;
  box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
  z-index:999;
}

.content
{
	background-color:Green;
	
	width:980px;
	
	
}



.herperlink
{

font-family:Tahoma; 
color:#04994e; 
font-weight:bold;
}

.laelfooterheader
{
 color:White;
 font-weight:600;
 font-family:Times New Roman;	
}
.laelfooter
{
 color:White;
 font-weight:300;
 font-family:Times New Roman;
	
}
.laelfooter2
{
 color: White;
  font-size:medium;
 font-family:Times New Roman;
}

.footer
{ 

 background-color:#5b5959;

 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5b5959, endColorstr=#5b5959);
 background-image:-moz-linear-gradient(top, #5b5959 20%, #5b5959 100%);
 background-image:-webkit-linear-gradient(top, #5b5959 20%, #5b5959 100%);
 background-image:-ms-linear-gradient(top, #5b5959 20%, #5b5959 100%);
 background-image:linear-gradient(top, #5b5959 20%, #5b5959 100%);
 background-image:-o-linear-gradient(top, #5b5959 20%, #5b5959 100%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(20%,#5b5959), color-stop(100%,#5b5959));
 height:100%

	
}