html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #51555c;
	font: 12px/18px helvetica, arial, sans-serif;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
        color: #86ba5f;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #86ba5f;
	text-decoration: none;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li {
	background: url(/img/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:12px;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}
.rule-major{
	background-color:#e9eaea;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}


/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body{
	background-color: #ECF5FB;
	#background-color: #15426c;
	#background-color: #669999;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}

/* General horizontal navigation lists with dropdown magic */
#nav_943391 ,
#nav_943391 ul,
#nav_943391 li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
#nav_943391 ul {
	z-index: 9999;
}
#nav_943391 li {
	float:left;
	margin-left:12px;
	margin-right:7px;

}
#nav_943391 li li, 
#nav_943391 li li li {
	margin-left:0px;
	border-left:1px solid #5e9437;
}
#nav_943391 li a {
	display:block;
}
#nav_943391 li li a {
	color: #fff !important; /* These need to retain a contrasting color with dropdown background */
	padding:6px 9px;
}
#nav_943391 li ul,
#nav_943391 li li {
	margin-right:0;
	width: 200px;
}
#nav_943391 li li ul {
	margin:-31px 0px 0px 200px;
}
#nav_943391 .secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
       padding:10px;
}

/* dropdown action */
#nav_943391 li ul,
#nav_943391 li:hover li ul,
#nav_943391 li li:hover li ul,
#nav_943391 li.hover li ul,
#nav_943391 li li.hover li ul {
	left: -32697px;
	position: absolute;
}
#nav_943391 li:hover ul,
#nav_943391 li li:hover ul,
#nav_943391 li li li:hover ul,
#nav_943391 li.hover ul,
#nav_943391 li li.hover ul,
#nav_943391 li li li.hover ul {
	left: auto;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/
.section { /* Full-width areas */
	/* min-width: 960px;  cut-off background fix */
	width:960px;
	margin: 0 auto;
}
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 960px;
}
#page {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border-bottom-color: #cecfd1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #cecfd1;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #cecfd1;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #cecfd1;
	border-top-style: solid;
	border-top-width: 1px;

}
#header {
	background-color: #51555c;
	background-repeat:repeat-x;
	background-position:left bottom;
	color: #cecfd1;
}
#header .wrapper {
	background-repeat:repeat-x;
	background-position:center bottom;
	postion: absolute;
}
#header a,
#header a:visited {
	color: #fff;
}
#header #blog-title {
	font-family: "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
	font-size: 36px;
	font-weight:normal;
	line-height: 1;
	margin-bottom: 9px;
}
#header #blog-title a:hover {
	text-decoration: none;
}

#blog-header-right{
	z-index: 999;
	position: absolute;
	margin: 95px 300px;
	width:660px;
}
#blog-description{
	color: #999;
	font-size: 20px;
	padding-left: 40px;
	font-family: "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
}
#search-box{
	width: 289px;
	position: absolute;
	top:-30px;
	right: 0px;
}
#navigation{
	z-index: 99;
	border-top-color: #86ba5f;
	border-top-style: solid;
	border-top-width: .2em;
	border-bottom-color: #5e9437;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 17px;
}
#navigation a,
#navigation a:visited {
	font-weight: bold;
	text-transform: uppercase;
}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {
	font-weight:normal;
	text-transform:none;
	background-color:#6AAD44;
}
#BannerComponent{
	float: left;
        margin-bottom: 20px;
}
#sub-header {
      margin:0px auto;
      width: 960px;	
}
#sub-header form#cfct-search {
	float:right;
}
#all-categories {
	padding:2px 0 0;
	width:755px;
}
#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}

#main {
	margin:40px auto;
}
#content {
	float:left;
	font-size: 14px;
	line-height: 1.35;
	padding-bottom: 24px;
	width: 719px;
}
#sidebar {
	float:left;
	margin-left:24px;
	padding:0px;
}

#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
	float:left;
	width:195px;
	padding:10px;
	#background-color:#fbfbfb;
	background-color:#ECF5FB;
	border: 1px solid #d3d9d3;
	border-color: #cecfd1 #aaa #aaa #cecfd1;
	margin:0px auto;
}
#sidebar #primary-sidebar {
	margin-right:0px;
}
#footer {
	background-color: #51555c;
	background-repeat:repeat-x;
	background-position:left top;
	clear: both;
	color: #999;
	padding: 0px 0 20px;
	width:960px;
	margin: 0px auto;
}
#footer a,
#footer a:visited {
	color: #CECFD1;
}
#footer .wrapper {
	overflow:hidden;
	padding-bottom:5px;
}
#footer p#generator-link {
	align:center;
	padding-top: 5px;
}
#footer p#developer-link {
	display:block;
	text-indent:-32697px;
}

/*  This section is for the Constant Contact Page */
/* EM features styles */
#features-table {
    text-align: left;
}

#features-table li{
	line-height:1em;
	
}

#features-table img {
	border:thin solid #d3d9d3;
	float:left;
	margin-bottom: 15px;
}

#features-table ul {
	float: right;
	margin:0 10px 0 0;
	padding:0;
	width:200px;
}

#features-table h4 {
	background-color: #ecf5fb;
	padding: 5px;
	clear:both;
	border:thin solid #d3d9d3;
}
  
#features-table hr{
	clear:both;
	border: none 0;
	border-top: 3px solid #E7F2F4;
	border-bottom: 3px solid #E7F2F4;
	width: 100%;
	height: 6px; /*whatever the total width of the border-top and border-bottom equal*/
}

/***  This is for the bubble text ****/



/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:auto;
}
.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	padding-top: 9px;
	width: 680px;
}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link {
	float:right;
}

.hentry ul {
	margin-left: 20px;
}
.hentry ol {
	margin-left: 32px;
}

.archive {
	border-top: 1px dotted #cecfd1;
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}

.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}


/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}

#sidebar ol {
	margin-left: 26px;
}

/* Misc
=================================== */

#footer p#developer-link a,
#footer p#developer-link a:visited {
	float:right;
	height:30px;
	text-indent:-32697px;
	width:270px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}


#header {
	background-color: #ffffff;
	color: #6aad44;
}
#header a,
#header a:visited {
	color: #6aad44;
}
#sub-header,
.nav ul{
	background-color: #6AAD44;
	color: #51555c;
}
#sub-header a,
#sub-header a:visited,
.nav li li a,
.nav li li a:visited {
	color: #ffffff !important;
}
h1,
h1 a,
h1 a:hover,
h1 a:visited {
	color: #518234;
}
h2,
h2 a,
h2 a:hover,
h2 a:visited {
	color: #51555c;
}
a,
a:hover,
a:visited {
	color: #6aad44;
}
.hentry .edit,
.hentry .edit a,
.hentry .edit a:visited,
.hentry .edit a:hover,
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background-color: #6aad44;
}
#footer {
	background-color: #ffffff;
	color: #878787;
}
#footer a,
#footer a:visited {
	color: #6aad44;
}
#header .wrapper {
	background-image: url(/images/JBS_Logo.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	height: 90px;
	margin-bottom:10px;
	margin-top:5px;
}
.newsletter-form{
       width:200px;
}
.secure-login div.form, 
.newsletter-form div.form{
      padding:0px;
}
.cat_textbox_small, 
.cat_listbox_small{
     width:170px;
}
.feature-list li{
	background: none;
	list-style:none;
}
#sub-menu{
        float:left;
        margin-bottom: 20px;
        margin-top: -20px;
}
#nav_974891,
#nav_974891 ul,
#nav_974891 li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
#nav_974891 ul {
	z-index: 9999;
}
#nav_974891 li {
	float:left;
	margin-left:12px;
	margin-right:15px;

}
#nav_974891 li a {
        color: #666;
	display:block;
}
#nav_974891 a, 
#nav_974891  a:visited{
        font-weight:bold;
        font-size:100%;
        color: #666 !important;
}
#fancybox-frame{
	margin: 0 auto;
}

