/*  
Theme Name: Lockatong WP Theme

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}	
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	line-height: 24px;
	font-stretch: normal;
	background-color: #00438c;
}
a {
	color: #3065b7;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}
small {
	font-size: 87%;
}
blockquote {
	margin: 12px;
	border-left:#5ca900 2px solid;
	padding: 8px 20px 15px;
	font-weight:bold;
	color:#3669b2;
}

blockquote strong {
	color:#333;
}
hr { margin: 30px 0; height: 1px; background:none; color:#CCCCCC; border-top: none; border-left: none; border-right: none; border-bottom: #5ca900 1px dotted; }

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 2.4em;
	margin: 10px 0 .4em;
}
h1 {
	font-size: 24px;
	color: #5ca900;
	font-weight:bold;
}
h2 {
	font-size: 22px;
	color: #3669b2;
	font-weight:normal;
	line-height: 25px;

}
h3 {
	font-size: 18px;
	line-height: 20px;
	color: #5ca900;
	font-weight:normal;
}
h4 {
	font-size: 16px;
	font-weight:normal;
	color: #60a525;
}
h5 {
	font-size: 1.2em;
	color: #0d72c0;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search] {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=email], input[type=password] {
	background: #fefefe;
	border: solid 1px #cccccc;
	padding: 7px 10px;
	width: 50% !important;
}
textarea {
	background: #fefefe;
	border: solid 1px #cccccc;
	padding: 7px 10px;
	width: 93% !important;
}
input[type=search] {
	background: #ececec;
	color: #a0a0a0;
	border: #ececec 1px solid;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 195px;	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit] {
	text-align: center;
	border: none;
	width: 100%;
	height: 36px;
	background: #63a430;
	color: #ffffff;
	font-size: 15px;
	font-weight:bold;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover {
	background: #3367b4 !important;
	color: #fff;
}

}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover {
	background: #3367b4 !important;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 978px;
	margin: 0 auto;
	position: relative;
}


/* content -> see header.php */

/* sidebar -> see header.php */

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}/* 
SITE LOGO
================================================ */
#site-logo {
	position: absolute;
	top: 20px;
	font-size: 36px;
	margin: 0;
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	position: absolute;
	top: 75px;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* 
RSS
================================================ */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}
/* 
MAIN NAVIGATION
================================================ */
#menu-icon {
	display: none;
	width: 145px;
	height: 40px;
	background: url(images/menu-icon.png) center no-repeat;
}

#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	background: #3367b4;
	z-index: 16;
	height: 36px;
}
#main-nav li:first-child {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	border-right: #FFFFFF 2px solid;
	border-left: #FFFFFF 2px solid;
}

#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	border-right: #FFFFFF 2px solid;
}

/* main level link */
#main-nav a {
	display: block;
	padding:8px 27.4px;
	margin: 0;
	text-decoration: none;
	color: #ffffff;

}
/* main level link :hover */
#main-nav a:hover {
	background: #63a430;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: #63a430;
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
	background: #3367b4;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #fff;
	padding: 6px 6px 6px 10px;
	margin: 0;
	display: block;
	width: 180px;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	color: #fff;}	
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	background: #3367b4;
	z-index: 100;
	display: none;
}
#main-nav ul li:first-child {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	border-right: none;
	border-left: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	border-right: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 21px;
	line-height: 110%;
	font-weight: bold;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 24px;

	

	font-weight:normal;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 5px;
	padding: 2px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {	color: #0d72c0;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: none;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-size: 130%;
	border-bottom: #3669b2 1px solid;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 16px 6px 16px 16px ;
	padding:0 0 0 16px;
	list-style: none;
	clear: both;
	background: url(images/arrow-news.png) top left no-repeat;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer-logo {
width: 100%;
height: 70px;
background: #ffffff;
padding: 20px 0;
clear: both;
color: #FFFFFF;
}

#footer {
width: 100%;
min-height: 35px;
background: #3367b4;
padding: 8px 0 0 0;
clear: both;
font-weight:bold;
color: #FFFFFF;
}


#footer2 {
width: 100%;
height: 50px;
background: #3367b4 url(images/footer-bg.png) top left repeat-x;
padding: 5px 0;
clear: both;
font-weight:normal;
font-size: 11px;
color: #ccc;
}

/* back to top */
.back-top {
	clear: both;
	float: left;
	margin-top: -3px;
}
.back-top a {
	background: #000 url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #333;
}

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* footer text */
.footer-text {
	font-size: 90%;
	clear: both;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/

#body-home { background: url(images/slider-bg.jpg) top repeat-x; }
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

/************************************************************************************
HEADER
*************************************************************************************/
#header {width: 100%; height: 196px; background: url(images/header-bg.png) top left repeat-x; }

#i-h{width: 990px; height: 196px; margin: auto; position: relative; background: url(images/logo-bg.png) top left no-repeat;}

.logo{float: left; margin: 20px 0 0 60px;} 


#mslider{width: 990px; height: auto; margin: 0 auto;}

.contact-top-link { position: absolute; right: 0px; top: 5px; color: #333333; padding: 0 8px 0 0; } 
.contact-top-link a {color: #666666;}
.contact-top-link a:hover {color: #3367b4;}

.searchbar { position: absolute; right: 0px; bottom: 55px; } 
#searchbar2 { display:none; } 
/* .searchbar { float: right; margin: 100px 0;}  */

#i-footer{width: 990px; margin: auto; height: auto; display: block;} 
#footer-logos{width: 990px; margin: auto; height: 70px; } 

.p-thumbnails{float: left; margin: 5px 15px 5px 0;}
.thumbnail-full{width: 100%;}
.myposts-thumbnail { font-size: 11px; }

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    font-size: 10px;
}

#breadcrumbs li{
    float:left;
    margin-right:6px;
    font-size: 10px;
}
 
#breadcrumbs .separator{
    font-weight:700;
    font-size: 10px;
    color:#999;
}

/*************************/

#subpage_bar { 
    position: absolute;
	background: #63a430;
	width: 15px;
	height: 84px;
	float: left;
	margin-top: -26px;
	margin-left: -116px;
}

#bottom_img {
    width:580px;
    height:156px;
    position:absolute;
}

#top_img{
    content: '';
    width:67%;
    height:156px;
	background: url(images/subpage-banner-bg.png) top left no-repeat;
	margin: 10px 0;
	background-size: cover !important;
	background-position:center !important;
}

#slider_overlay {
    width:990px;
    height:287px;
    position:absolute;
	z-index: 11;
}

/*************  HOMEPAGE SQUARE BUTTONS  ************/

.buttons { padding: 15px 0 0 0; }

.button-template img { padding: 15px 0 15px 0; }
.button-template div { margin: 0 auto; width: 130px; min-height: 90px; line-height: 16px; }

.button-template {
	text-align: center;
	border: none;
	width: 155px;
	height: 160px;
	background: url(images/icon_bg.png);
	color: #3367b4;
	font-size: 14px;
	font-weight:bold;
	margin: 0 2px;
	cursor: pointer;
}

.button-template:hover {
	text-align: center;
	border: none;
	width: 155px;
	height: 160px;
	background: url(images/icon_bg2.png);
	color: #5ca900;
	font-size: 14px;
	font-weight:bold;
	margin: 0 2px;
	cursor: pointer;
}

#meet_our_staff {
	background-color:#FFFFFF;
	border-left: #63a430 16px solid;
	width: 214px;
	height: 90px;
	margin: 0 auto 15px auto;
	padding: 12px;
}
#meet_our_staff h2 {
	text-align:center;
	color: #3367b4;
	font-size: 28px;
	font-weight:normal;
	padding-bottom: 10px;
	line-height: 20px;
}

#meet_our_staff button {
	text-align: center;
	border: none;
	width: 100%;
	height: 36px;
	background: #63a430;
	color: #ffffff;
	font-size: 15px;
	font-weight:bold;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#meet_our_staff button:hover {
	background: #3367b4;
}

/********** SUBPAGE with SUBMENU **********/

#left_sub {
	float: left;
	width: 390px;
	padding: 0 5px 0 0;
}

#right_sub {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin: 5px 0;
	float: right;
	width: 150px;
	border-left: #63a430 1px dotted;
	padding: 0 10px;
}

#right_sub h3 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #3367b4;
	margin: 0 0 15px 0;
}

#right_sub ul {
	margin: 0 5px 0 18px;
}

#right_sub a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	line-height: 16px;
	font-weight:400;
}
#right_sub li {
	line-height: 14px;
}
#right_sub a:hover {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #63a430;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

#form_wrapper {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin: 25px 0;
	padding: 20px 10px 40px 10px;
	width: 97%;
	min-height: 60px;
	height: 100%;
	border-top: #5ca900 1px dotted;
	border-bottom: #5ca900 1px dotted;
}

#form_left {
	padding: 5px;
	float: left;
	width: 44%;
	color: #3367b4;
	font-size: 17px;
	line-height: 140%;
	text-decoration: none;
	border-right: #dddddd 1px solid;
}
#form_right {
	padding: 5px 0 0 10px;
	float: left;
	width: 52%;
	font-size: 12px;
	line-height: 105%;
	text-decoration: none;
}
#form_right input[type=submit] {
	text-align: center;
	border: none;
	width: 100px !important;
	height: 25px;
	background: #63a430;
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#form_right input[type=text] {
	width: 100% !important;
}
#form_right input[type=search] {
	width: 100%;
	background-color: #eeeeee !important;
	border: #CCCCCC 1px solid !important;
	color: #444444;
}

input[placeholder], [placeholder], *[placeholder] {
   color: #777777 !important;
}

.form_right_btn1 {
	float:left;
}
.form_right_btn2 {
	float:left; padding: 7px 3px 0 3px;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#breadcrumbs {
	list-style: none;
	margin: 0px 0;
	overflow: hidden;
font-size: 9px;
}

/*********** Hide post-nav (prv and next) ********/

.post-nav { display: none; }



.btn-more-articles{
    text-align: center;
    border: none;
    width: 100%;
    height: 36px;
    background: #63a430;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display:inline-block;
    text-decoration: none !important;
    line-height:36px;
}

.btn-more-articles:hover{
    background: #3367b4;
    }