@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body{
	background: url(images/main-bg.jpg);
	margin: 0px;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#4b4b4b;
}
h1, h2, h3, h4, h5{
	font-family: 'Oswald', sans-serif;
	}
h1{ 
	font-size:39px;
	color:#6cad2f;
	}
h2{
	color:#0f592f;
	}
h2 span{
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#4b4b4b;
	}
p{
	color:#4b4b4b;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	}
a{
	color: #70ad32;
	text-decoration:none;
	}
a:hover{
	color: #70ad32;
	text-decoration:underline;
	}
.topArea{
	border-bottom:5px solid #7ac328;
	background:#fff;
	float:left;
	width:100%;
	}
header{
	width:1116px;
	margin:auto;
	}
.topArea img{
	float:left;
	margin-top:25px;
	}
.topArea ul{
	padding:0;
	margin:0;
	float:right;
	}
.topArea ul li{
	padding:0;
	margin:0;
	display:block;
	list-style-type:none;
	float:left;
	white-space:nowrap;
	position: relative;
	}
.topArea ul li a{
	height:101px;
	line-height:101px;
	display:block;
	white-space:nowrap;
	font-size:15px;
	color:#4b4b4b;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
	}
.topArea ul li a:hover{
	color:#7ac328;
	}
.topAreaNav a{
	color:#7ac328 !important;
	}
.topAreaNav span{
	background: #7ac328 !important;
	}
.topArea span{
	display:block;
	width:98.5%;
	height:5px;
	border-left:2px solid #7ac328;
	}
/*Dropdown*/
.topArea ul li ul {
  padding: 0;
  position: absolute;
  z-index:9;
  top: 101px;
  left: 0;
  width: 180px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.topArea ul li ul li { 

  display: block;
  width:180px; 
  color: #fff;
  border-top:1px solid #7ac328;

}
.topArea ul li ul li a{ 
	height:auto;
  background: #70ad32; 
	line-height:normal;
	color:#fff !important;
	white-space:normal;
	padding:5px;
	margin:0;
	text-transform:none;
}
.topArea ul li ul li a:hover { 			
	background: #0f592f;
	color:#fff; 
	}
.topArea ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
	
.container{
	width:1116px;
	margin:0 auto;
	background:#fff;
	overflow:auto;
	clear:left;
	margin-bottom:45px;
	}
.banner{
	height:324px;
	background:url(images/Banner.jpg) center no-repeat;
	margin:2px 0;
	width:100%;
	float:left;
	}
.banner h2{
	background:rgba(0,0,0,.8);
	color:#70ad32;
	font-size:36px;
	padding:15px 25px;
	float:right;
	margin-top:130px;
	}
.banner h2 span{ 
	color:#fff;
	font-size:36px;
	font-family: 'Oswald', sans-serif;
	}
.tagline{
	background: #70ad32;
	color:#fff;
	width:100%;
	float:left;
	text-align:center;
	padding:25px 0 30px 0;
	margin-bottom:15px;
	}
.tagline h1{
	color:#fff;
	}
.content{
	width:94%;
		float:left;
	padding:3%;
	}
.bulbimg{
	float:left;
	margin-right:29px;
	}
.PicMargin{
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	}
.btn{
	background: url(images/arrow.png) 11px center no-repeat;
	background-color: #70ad32;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 11px 11px 11px 42px;
	margin-top: 12px;
	-webkit-transition: all 0.1s ease-in-out 0.1s;
	-moz-transition: all 0.1s ease-in-out 0.1s;
	-ms-transition: all 0.1s ease-in-out 0.1s;
	-o-transition: all 0.1s ease-in-out 0.1s;
	transition: all 0.1s ease-in-out 0.1s;
	}
.btn:hover{
	background-color:#0f592f;
	text-decoration:none;
	color:#fff;
	}
.triangle{
	position:absolute;
	top:603px;
	left:48%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 21px 28px 0 28px;
	border-color: #70ad32 transparent transparent transparent;
	line-height: 0px;
	_border-color: #70ad32 #70ad32 #70ad32 #70ad32;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	}
.footeraea{
	background:#0f592f;
	padding:25px 30px 20px 30px;
	clear:left;
	color:#fff;
	}
.footeraea a{
	color:#fff;
	text-decoration:none;
	}
.footeraea a:hover{
	color:#fff;
	text-decoration:underline
	}
.footeraea p{
	color:#fff;
	display:inline-block;
	font-size:13px;
	}
	.btn:hover {
	background-color: #0f592f;
}

.midarea{
	width: 950px;
	float: left;
	border-radius: 8px;
	background: #fff;
	position: relative;
	padding-bottom: 19px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 19px;
}
.contentarea{
	width:715px;
	margin:0px 0px 16px 0px;
	padding-right:0px;
	min-height:300px;
	float:right;}
.contentarea ul{
    float: right;
    margin: 0;
    padding: 14px 0 0;
    width: 517px;}
.contentarea li{
	padding:0 25px 12px 18px;
	background:url(../images/arrow.png) left 5px no-repeat;}

.leftside{
	width: 317px;
	float: left;
	margin: 0px 0px 16px 0;
}
	
.leftlinks{
	border:1px solid #cccccc;
	background:#fafafa;
	padding:13px 13px 0 13px; 
	margin:0;
	border-radius:12px;
	}
.leftlinks li{
	padding:0px; 
	margin:0 0 13px 0;

	}
.leftlinks li a{
	text-decoration: none;
	font-weight: normal;
	color: #252322;
	background: url(../images/icon.png) 11px 15px no-repeat #ececec;
	padding: 11px 11px 11px 31px;
	display: block;
	border-radius: 8px;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
	}
.leftlinks li a:hover{
	color:#fff;
	background: url(../images/icon.png) 11px -15px no-repeat #ececec;
}
