﻿@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	background: white;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	-webkit-text-size-adjust:none;
}
div{
  clear:both!important;
  display:block!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}

a {
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;	
}
/*------------------------- Header -------------------------*/
#header {
	background-color:white;
}
#header #menu {
	background-color:white;
}
#header #menu ul{
	list-style-type:none;
}
#header #menu ul li {
  float:none!important;
  margin:0!important;
  clear:both!important;
  display:block;
  padding:0;
  text-align:left!important;
  width:100%;
}
#header #menu ul li a {
	color:white;
	display: block;
	padding: 9px 0;
	text-indent:15px;
	height: 15px;
	width:100%;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px solid #63a143;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);

	background-color: #7DC358;

}
#header #logo{

}
#header h1 {
	height:62px;
	margin:10px 0 0 10px;
}
#header h1 span {
	background:url(../images/followme.png) no-repeat;
	position:absolute;
	width:304px;
	height:62px;
}

#header #contacts {
	text-align:center;
}
#header #contacts p {
	font-size:13px;
	color:#999;
	margin:15px 0;
}
#header #contacts span {
	color:#aaa;
	font-weight:bold;
	margin:0 10px;
}
#header #contacts a {
	color:#999;
}
#header #contacts a:hover {
	color:#666;
}
#banner {
display:none!important;
height:0;
margin:0;
}
#bannerq{
display:none;	
}

/*------------------------- Body -------------------------*/
#body {
	background-color:white;
	padding:10px!important;
	width:300px!important;
}
#body p, #nobanner #overview p {
	font-size: 14px;
	line-height: 22px;
	margin:0px;
	padding:0px 0px 10px;
	text-align: justify;
}
#body a {
	color:#7DC358;
	text-decoration: underline;
}
#body a:hover {
	color:#063;
	text-decoration: underline;
}
#main {
}
#main h2, #nobanner #overview h2 {
	color:#7DC358;
	margin: 0px 0px 10px 0px;
}
#main .featured {
	padding:0;
}
#main .featured img {
	margin:8px;
}
#main .featured p {
	margin:0px;
}
#main ul {
margin: 0 0 10px 0;
padding-left:25px;	
}
#main li {
margin: 0 0 3px 0;	
font-size:14px;
}
#sidebar ul {
margin: 0 0 10px 0;
padding-left:18px;	
}
#sidebar li {
margin: 0 0 3px 0;	
font-size:14px;
}
#main .widebubble a , #main .bubble a{
	margin-top:10px;
	display:block;
	padding:10px;
	background-color:#eee;
	text-decoration:none!important;
}
#main .bubble span{
	color:#7dc358;
}
#main .widebubble a p, #main .bubble a p{
	color:#444!important;
}
#main .bubble p {
	text-align:left;
}
#main .bubble h3, #main .widebubble h3, #main .featured h3, #sidebar .bubble h3 {
	color:#7DC358;
	font-size:18px;
}
.clear {
	clear:both;
}
#sidebar {
	display:block;
	width:100%;
	margin-top:10px!important;
}
#sidebar h3 {
	font-weight:500;
	width:260px;
	margin:0px 0px 10px;
}
#sidebar h3 a {
	color:#7DC358;
	font-weight:bold;
	text-decoration:none;
}
#sidebar h2 a {
	color: #7DC358;
	font-weight:bold;
	text-shadow: 2px 2px 3px #3c6823;
	text-decoration: none;
	outline: medium none;
}
#sidebar .bubble ul {
	margin-bottom:30px;
}
#sidebar .bubble p {
	margin-bottom:10px;
	padding-bottom:0px;
}
a.greybutton  {
	width: 275px;
	height:56px;
	padding: 10px 10px 0 15px;
	margin-bottom:20px;
	display:block;
	color:#666!important;
	line-height:20px;
	text-decoration:none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);

	background-color: #e7e7e7;

}
a.greybutton img{
	float:left;
	display:inline;
	margin:0 20px 0 0;
	padding:0;
	border:none;
}
a.greybutton em {
	font-weight:bold;
	font-style:normal;
	color: #666;
}
a.greenbutton  {
	width: 275px;
	height:60px;
	padding: 10px 10px 10px 15px;
	margin-bottom:20px;
	display:block;
	color:#fff!important;
	line-height:20px;
	text-decoration:none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);

	background-color: #77BB55;

}
a.greenbutton img{
	float:left;
	display:inline;
	margin:0 20px 0 0;
	padding:0;
	border:none;
}
a.greenbutton em {
	font-weight:bold;
	font-style:normal;
	color: #fff;
}

a.greenbutton spantext {
	color: #fff;
	
}
a.contactus  {
	width: 90%;
	height:56px;
	padding: 10px 10px 0 15px;
	margin:20px 0;
	display:block;
	color:#7ec258;
	line-height:20px;
	text-decoration:none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
	background-color: #ececec;
}

/*------------------------- Footer -------------------------*/
#footer {
	border-top: 1px dashed #ccc;
	background-color: #eee;
}

#footer a {
	color:#444;
	text-decoration: underline;
}

#footer span {
	display:block;
	padding:10px;
	background-color: #eee;
	font-size:13px;
}

/*-----Contact Form ----*/
#contactform {
	
}
#contactform ol {
	margin:0;
	padding:0;	
}
#contactform ol li {
	margin:3px 0;
	padding:0;
	list-style:none;
	width:300px;
	float:left;
}
#contactform ol label {
	float:left;	
	width:75px;
	line-height: 25px;
	margin:0 0 8px 0;
	font-size:12px;
}
#contactform ol input {
	width:200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	padding:5px;
}
#excludenewsletter {
		font-size:12px;
}
#submit {
	margin:20px 0 0 75px;
}