/* Reset all the browser default styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;} /* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
font-family:'Yantramanav', sans-serif;
background: #efefef url(../images/bg.gif) repeat-x top center;
font-size:15px;
}

body.home {
	background: #efefef url(../images/bg-narrow.jpg) repeat-x top center;
}

/* Headings */

/* remember to add line-height for all headings */

h1,h2,h3,h4,h5,h6 {
  line-height: 1.3em;
	margin-bottom:1em;
}

h1 {

}

h2 {

}
#sidebar h3{
border-bottom:1px solid #CBCBCB;
color:#7CAC00;
font-size:20px;
margin-bottom:0;
margin-top:18px;
padding-bottom:11px;
padding-left:0;
font-family: 'Yantramanav', sans-serif;
font-weight:300;
}


h3 {
color:#7CAC00;
font-size:17px;
text-transform:uppercase;
margin-top:20px;
}
h3 a{
color:#7CAC00;
font-size:17px;
text-decoration: none;
}

h4 {
    color: #00545E;
    font-size: 17px;
    font-weight: 300;
	margin-bottom:5px;
}

h5 {

}

h6 {
color:#A1A1A1;
font-size:11px;
margin:-12px 0 9px;
}

/* Paragraphs */

p {
font-size:15px;
line-height:1.4em;
margin-bottom:12px;
font-weight:100;
}

/* Lists */



ul {

}

ul li {

}

ol {

}

ol li {

}
#content-left ul{
margin-bottom:16px;
}
#content-left ul li{
color:#00545E;
font-size:12px;
line-height:21px;
list-style-type:decimal;
margin-left:30px;
}
#content-left ol{
margin-bottom:16px;
}
#content-left ol li{
color:#00545E;
line-height:21px;
list-style-type:disc;
margin-left:25px;
}


/* Blockquote */

blockquote {
padding-left:32px;
}

/* Links */

a:link, a:visited {

}

a:hover, a:active {

}

/* Tables */

table {
margin-top:15px;
}

tr {

}

th {

}

td {
background-color:#E5E5E5;
border-bottom:14px solid #EFEFEF;
border-right:14px solid #EFEFEF;
color:#3E3E3E;
font-size:12px;
line-height:18px;
padding:13px 13px 2px 18px;
}

/* Text formatting */

b, strong {
  font-weight:bold;
}

i,em {
  font-style:italic;
}


/* Wordpress image styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* end of image styles */

#wrapper{
  width: 960px;
	margin: 0 auto;
}
.header-area{
  width: 960px;
	height: 118px;
	position:relative;
}
.header-area h1{
float:left;
height:118px;
line-height:normal;
margin-bottom:0px;
width:309px;
}
.header-area h1 a{
  display: block;
	height: 117px;
	width: 309px;
	text-indent: -9999px;
	background: transparent url(../images/logo.gif) no-repeat scroll top left;
	float: left;
}
.header-area h1 a:hover{
	background: transparent url(../images/logo.gif) no-repeat scroll bottom left;
}
nav ul li ul {display:none;    width: 100%; position: absolute;left: 0;background: #00545e;}
nav ul li:hover ul { display:block; width:200px; position:absolute; left:0; background:#00545e; }
nav ul li ul li { float:none; margin:0px; padding:0px; position:relative;  }
nav ul li ul a { display:block;  padding:20px; margin:0px; position:relative; float:none;     border-top: 1px solid #fff;  }
nav ul li ul a:hover { background-color:#004b54; }
#intro{
}

nav ul{
float:right;
}
nav ul li{
float:left;
}
nav ul li a{
color:#FFFFFF;
display:block;
font-size:14px;
padding:18px 22px 16px 22px;
text-decoration:none;
margin:65px 0px 0px 0px;
}
nav ul li.current_page_item a, 
nav ul li.current_page_parent a
nav ul li.current_page_ancestor a,
nav ul li.current_page_item a:visited, 
nav ul li.current_page_parent a:visited,
nav ul li.current_page_ancestor a:visited {
background-color:#004b54;
color: #97c00e;
}
nav ul li a:hover{
background-color:#fff;
}
#intro-inner{
padding:33px 0 0 32px;
}
#intro h2{
color:#FFFFFF;
font-size:38px;
line-height:33px;
margin-bottom:22px;
text-transform:uppercase;
font-weight:100;
}
#intro p{
  font-size: 17px;
	color:#fff;
}
a.see-more{
background:url("../images/see-more.gif") repeat scroll 0 0 transparent;
display:block;
height:39px;
margin-top:26px;
text-indent:-9999px;
width:160px;
}
a.see-more:hover{
background:url("../images/see-more.gif") repeat scroll bottom left transparent;
}
#main-content{
padding-bottom:25px;
width:960px;
}
#content-left{
float:left;
margin-top:10px;
width:616px;
}
#content-left-inner {
padding:25px 0 0;
}
.home-half{ padding:38px 0px 0px;}

#content-left h2, .home-half h2{
border-bottom:1px solid #CBCBCB;
color:#7CAC00;
font-size:33px;
text-transform:uppercase;
padding-bottom:12px;
font-family: 'Yantramanav', sans-serif;
font-weight:300;
}
#content-left p{
color:#3E3E3E;
line-height:19px;
margin-bottom:14px;
}
#sidebar{
float:right;
margin-top:32px;
width:314px;
}
a.more-info{
background:url("../images/moreinfo.gif") repeat scroll 0 0 transparent;
display:block;
height:29px;
text-indent:-9999px;
width:106px;
}
a.more-info:hover{
background:url("../images/moreinfo.gif") repeat scroll bottom left transparent;
}

#sidebar li{
border-bottom:1px dashed #CBCBCB;
padding:3px 0;
}

#sidebar li a img {width:100%;}

.clear{
  clear:both;
}

#footer{
  height:126px;
	background: #e4e4e4;
}
#footer-inner{
  width: 960px;
	height: 126px;
	margin: 0 auto;
	position: relative;
}
a.footer-logo{
background:url(../images/footer-logo.gif) no-repeat scroll left top transparent;
display:block;
height:42px;
left:29px;
position:absolute;
text-indent:-9999px;
top:26px;
width:131px;
}
a.footer-logo:hover{
	background: transparent url(../images/footer-logo.gif) no-repeat scroll bottom left;
}
#footer-inner p{
color:#5F5F5F;
font-size:11px;
left:177px;
position:absolute;
top:39px;
}
#footer-inner p a{
  color: #00545e;
	text-decoration: none;
}

#sidebar .blog-widget li a {
color:#00545E;
display:block;
font-size:13px;
height:30px;
line-height:28px;
padding-left:14px;
text-decoration:none;
text-indent:0;
width:300px;
}
#sidebar .blog-widget li.current_page_item a {
background-color:#9FC524;
color:#FFFFFF;
font-style:italic;
}

.newer-posts {
float:left;
}
.older-posts {
float:right;
}

.blog .post, .category .post {
	border-top:1px dashed #CBCBCB;
padding-top:20px;
}

.blog .first, .category .first {
	border-top: medium none;
	padding-top: 0px;
}

.googlemap iframe {
	border: 5px solid #fff;
}

#content-left p a{
  color:#7CAC00;
}
.blog-widget{
margin-bottom:25px;
margin-top:-10px;
}
.blog-widget ul li{

}
.blog-widget ul li a{

}
#content-left blockquote p{
border-left:3px solid #00545E;
color:#00545E;
font-size:14px;
line-height:21px;
margin-bottom:19px;
padding-left:11px;
}
#sidebar ul{
  margin-bottom:32px;
}
.page-id-2 #content-left{
  margin-top: 20px;
}
.page-id-14 #content-left{
  margin-top: 20px;
}

.page-id-6 #content-left{
  margin-top: 20px;
}

#content-left img.aligncenter{
  margin-bottom: 30px;
}

.gallery a img  {
	margin:4px;
	padding:4px;
	border:1px solid #ccc;
}

.gallery a:first-child img {
	 margin-left:0px;
}


/** TESTING **/

.header .menuIcon {
  display: none;
}
.header .nav {
  position: relative;
}
.header .nav ul {
  padding: 0;
  margin: 0;
}
.header .nav ul li {
  position: relative;
  display: block;
  padding: 0;
  list-style: none;
  text-transform:uppercase;
}
.header .nav ul li a {
	text-decoration:none;}

.mobileMenu {
  display: none;
  width: 50%;
  position: absolute;
  margin-left: -100%;
  top: 0;
  z-index: 2;
  background:#7CAC00;
  text-align:center;
}
.mobileMenu ul {
  margin: 0;
  padding: 0;
}
.mobileMenu ul li {
  list-style: none;
  margin: 0;
  border-bottom:1px solid #9bb947;
}
.mobileMenu ul li ul li {
  border-bottom:none;
}
.mobileMenu ul li a {
  display: block;
  padding:10px 0px;
  font-size:23px;
  color:#FFF;
  text-decoration:none;
}
.mobileMenu ul li a:hover, .mobileMenu ul li a:active, .header .nav ul li a:hover {
  background-color: #004b54;
}

.mobileBodyWrapper .mobileDimmer {
  left: 50%;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.mobileMenu ul li:nth-child(3) ul li a, .mobileMenu ul li:nth-child(2) ul li a {    
font-weight: 100;
    padding: 0px;}
	
.mobileMenu ul li:nth-child(3) ul li:nth-child(2) a, .mobileMenu ul li:nth-child(2) ul li:nth-child(2) a {    
font-weight: 100;
    margin: 0px 0px 10px 0px;}
	

.form-item {
    float: left;
    margin-top: 15px;
    width: 100%;}
	
.form-item label {width:40%; float:left}

.form-item label.full {width:100%;}

.form-item input {width:57%;}

.form-item input[type=checkbox]  {width:auto; margin-right:5px}

.button {background-color:#7CAC00; color:#FFF; padding:5px; margin:10px 0px; float:right}

.contact {color:#84ae0d; position:absolute; top:10px; right:20px; text-transform:uppercase; z-index:9; text-align:right;     line-height: 1.5;
    font-size: 18px;}
.contact a {color:#84ae0d; text-decoration:none;}

.home-half {width:47%; float:left;}
.home-half:nth-child(1) {margin-right:6%;}
.home-half h2 {text-transform:uppercase; margin-bottom:15px; padding-bottom:1px; font-weight:100;}
.home-half h4 {text-transform:uppercase;}
.blue {color:#00545e; font-weight:300;}
.home-half img {float:right; margin-left:20px;}
.home-half a {color:#8bb50e; text-decoration:none;}

#intro p {width:67%;}

@media only screen and (max-width: 960px) {
 .header {float:right;}
 
  .header .menuIcon {
   display: block;
    width: 100%;
    text-align: left;
  }
  .header .menuIcon a {
    width: 100%;
    display: table-cell;
    padding: 78px 15px 15px 15px;
	color:#fff;
	font-size:20px;
	text-decoration:none;
  }
  .header .menu {
    max-height: 0;
    overflow: hidden;
  }

  .mobileBodyWrapper.menuOpen {
    left: 50%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
  }

  .mobileMenu.menuOpen {
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    display: block;
    top: 0;
    margin-left: 0;
    z-index: 1;
    width: 50%;
    bottom: 0;
  }
  
  nav {
	  display:none;}
	  
	#intro, .header-area, #wrapper,  #sidebar li a, #footer-inner {
		width:100%;
	}  
	
	#main-content {width:94%; margin:0px 3%;  }
	
	#content-left {width:65%; margin-right:5%;}
	#intro-inner {}
	#sidebar {width:30%;}
	#content-left-inner img {width:100%;}
	#content-left-inner .gallery a img {width:auto;}
		#intro p {width:80%;}
		.header-area h1 {margin-left:30px;}

}


@media only screen and (max-width: 763px) {
#intro-inner {padding:33px 0 0 32px}
.mobileBodyWrapper .mobileDimmer {width:100%; }
.header .menuIcon {display:inline;}
.mobileMenu.menuOpen {width:75%;}
.mobileBodyWrapper .mobileDimmer, .mobileBodyWrapper.menuOpen {left:75%; width:25%;}
.menuOpen img {width:50%; margin:30px 0px 10px 0px;}
	#content-left {width:94%; margin:0px 3%;}
	#sidebar {width:100%;}
	#sidebar li a img {width:auto;}
	#sidebar {text-align:center;}
	#sidebar .blog-widget li a {display:inline; padding-left:0px;}
}

@media only screen and (max-width: 675px) {
	#intro-inner h2 {margin-bottom:0px;}
		#intro-inner {    width: 90%;
    position: relative;
    float: left;
    background: #93bc0f;
    padding: 10px 5%; margin-bottom:20px}
#intro p {width:95%;}

.home-half {width:98%;}
.home-half:nth-child(1) {margin-right:0px;}
}

@media only screen and (max-width: 558px) {

}

@media only screen and (max-width: 529px) {
	.header-area h1 {float:none; height:auto; width:auto;}
	.header-area {text-align:center; height:auto; float:left; background:#00545e}
	.header-area h1 a {float:none; position:relative; margin:0px auto;}
	.header {width:100%; background:#7CAC00}
	.header .menuIcon {text-align:center; background:#7CAC00; }
	.header .menuIcon a {color:#FFF; padding:10px 0px; margin:0px auto;}
	.header-area h1 {margin-bottom:0px;}
	.menuOpen .menuIcon {background:none; font-size:9px; }
	.contact {position:relative; text-align:center; margin-bottom:12px; z-index:0}
	#intro-inner {    width: 90%;
    position: relative;
    float: left;
    background: #93bc0f;
    padding: 10px 5%; margin-bottom:20px}
	.home-half {width:100%; margin:0px; padding:0px}
	#intro-inner h2 {margin-top:25px;}
	#footer-inner p {font-size:14px}
	#footer-inner p span {float:left; position:relative; clear:both; }
}