/*
Theme Name: DCBOH
Theme URI: https://wordpress.org/extend/themes/toolbox/
Author: Automattic and Keir Sims
Author URI: https://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------ 
   BROWSER RESET v2.0 | 20110126
   https://meyerweb.com/eric/tools/css/reset/
   License: none (public domain)
------------------------------------------*/


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, 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, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }
body { line-height: 1; background:#e9e8e5; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse;border-spacing: 0; }

/* Clearing Elements */
.clear { clear:both;}

/* Global */
.imgLeft, .alignleft {
float:left;
border: 1px solid #e9e9d9;
padding: 10px;
margin-right: 12px;
}
.imgRight, .alignright {
float:right;
border: 1px solid #e9e9d9;
padding: 10px;
margin-left: 12px;
}
.imgCenter, .aligncenter {
border: 1px solid #e9e9d9;
display:block;
margin: 0px auto 0px auto;
padding:10px;
}
strong {
	font-weight:bold;
}
blockquote p {
	margin: 0px;
	padding: 0px;

}
.leftfloat{float:left;}
.rightfloat{float:right;}
.200{width:200px;}
/*-------------------------
*  Header styles
-------------------------*/

#Header {
	height:115px;
	border-bottom: 1px solid #1b4b8d;
	background-color: #103272;
}
#navWrapper {
	background-color:#103272;
	z-index: 90;
/*-- nav styles are located in the navStyle.css */
}
.hdrWrap{
	width: 980px;
	margin: auto;
}
.navWrap {
margin: auto;
width: 980px;
} 

/* NAVIGATION
-------------------------------------- */

ul.dropmenu{
	position: relative;	margin: 0;	padding: 1px 0px 0px 0px;
	display:block;	height: 35px;	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.dropmenu li{
	position: relative;	list-style: none;
	float: left;	margin: 0px;	padding: 0px;
}
.dropmenu li a{
	height: 22px;	padding: 9px 9px 0px 9px;
	display: block;	cursor: point;
	border-right: solid 1px #4a779d;	color: #FFFFFF;
	text-decoration: none;
}
.dropmenu li span{
	display: block;	float: right;
	height: 10px;	width: 10px;
	/*background:transparent url(https://8af973.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/arrow_up.png) repeat-x scroll 0 0;*/
	position: absolute;	top: 12px;	right: 10px;
}
.dropmenu li  a:hover span{
	/*background:transparent url(https://498715.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/arrow_hover.png) repeat-x scroll 0 0;*/
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;	display: none;	width: 140px;	padding: 0px;
	margin: 0px;	border-bottom: 1px solid #ccc;
	background: #FFFFFF url(https://9e7684.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/gradient.png) repeat-x scroll 0 0;
}
.dropmenu ul li{
	border: 0;	float: none;
}
.dropmenu ul a {
	border: 1px solid #ccc;	border-bottom: 0;	white-space: nowrap;	display:block;
	color: #0657AD;	text-decoration: none;	text-transform: none;
}
.navWrap a.selected, .navWrap a:hover{
	color: #0657AD !important;
	background: #FFFFFF url(https://9e7684.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/gradient.png) repeat-x scroll 0 0;
}
.navWrap a.selected span{
	/*background:transparent url(https://498715.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/arrow_hover.png) repeat-x scroll 0 0;*/
}
.dropmenu ul a:hover {
	color:#F67A00 !important;
	text-decoration: none;	background-color: #F0F0F0;	background-image: none;
}
.dropmenu div ul{
	position: relative;	display: block;
}
.dropmenu li div{
	background: #FFFFFF url(https://9e7684.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/gradient.png) repeat-x scroll 0 0;
	border: 1px solid #ccc;	padding: 5px;	display: none;	position: absolute;
}
.dropmenu li div ul{
	border: none;	background: none;	position: relative !important;
}
.dropmenu li div a{
	border: none;	border-bottom: 1px solid #ccc;
}
.dropmenu li div div{
	display: block;	position: relative;	background: none;	border: none;
}
.dropmenu li div div a{
	display: inline;	border: none;	color: #666;	text-decoration: underline;	padding: 0px;
	margin: 0px;	text-transform: none;
}
.dropmenu li div div a:hover{
	color: #000; text-decoration: none;
}
/* END NAVIGATION STYLES */


.hdrWrap {
	position:relative;
	height:115px;
	
	background-image: url(https://18d14c.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/headerGradientBKG.png);
}
.logo {
	position:absolute;
	left: 0px;
	top: 19px;
	width: 144px;
	height: 80px;
}
.slogan {
	position:absolute;
	left: 155px;
	top: 44px;
}
.siteDate {
	position:absolute;
	left: 155px;
	top: 71px;
	color:#E6E6E6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.quickLinks {
	position:absolute;
	left: 709px;
	top: 22px;
}
#jumpMenu {
	height: 25px;
	background-color: #E6E6E6;
	border: 0px;
	padding:3px;
	
}
select {
	width:267px;
}
.jumpMenuInner { 
}
.search {
	position:absolute;
	left: 710px;
	top: 65px;
	width: 267px;
	height: 27px;
}
/*search*/
.srfield {
	float:left;
	border:0px;
	width:232px;
	height:21px;
	border-style:none;
	border:none;
	border:0px;
}
.srBkg {
	background-image:url(https://b39abc.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/searchBox.png);
}
#srBtn {
	border:none;
	padding: 0px;
	font-size:12px;
	width: 29px;
}
/*-------------------------
*  Footer styles
-------------------------*/


#ftrWrapepr {

	padding: 15px 0px 40px 0px;
	background-image: url(https://6051f8.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/footer.png);
	background-repeat: repeat-x;
}


#footer {
	margin:auto;
	width: 780px;
}
#footer h3 {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #639A82;
	letter-spacing:1px;
	margin-bottom: 12px;
}
#footer ul {
	list-style-type:none;
	list-style-image:url(https://cfe546.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/bullets.jpg);
}
#footer li {
	margin-left: 10px;
}
#footer p, #footer a, #footer a:visited, #footer ul li a, #footer ul li a:visited{
	color: #4D4D4A;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	text-decoration:none;
}
#footer a:hover, #footer ul li a:hover {
	text-decoration:underline;
}

.ftrA {
	float:left;
	margin-right: 35px;
	padding-top: 5px;
}
.ftrA img {
	margin-bottom:10px;
}
.ftrB{
	float:left;
	margin-right: 35px;
}
.ftrC{
	float:left;
	margin-right: 35px;
	width:200px;
}
.ftrD {
	float:left;
	width: 215px;
}
/*  Home Page Styels */
/*  Home Page Styels */
/*  Home Page Styels */

#hpBanner {
	height:284px;
	border-bottom: 1px solid #dad9d5;
	border-top: 1px solid #f8f8f8;
	background-image:url(https://bd2949.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/bannerBKG.jpg);
	padding-top: 22px;
}
.hpBannerWrap {
	width:980px;
	margin:auto;
}
.adminLinks{
	width: 225px;
	height:250px;
	float:left;
	margin-right: 20px;
	background-image: url(https://fb5099.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/mainMenuBkg.gif);
	border: 1px solid #FFF;
	padding-top: 10px;
}
.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 216px; /* thick left border of menu */
	color: #103272;
}
.slidedoormenu li{
	border-bottom: 1px solid #103272; /* Gray border beneath each menu item */
}
.slidedoormenu li a{
	background: url(https://df94aa.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: normal 12px "Geneva", "Arial", Verdana;
	display: block;
	color: #FFFFFF;
	width: auto;
	border-bottom: 1px solid #15559D; /* White border beneath each menu item link, to add depth */
	padding: 7px 8px;
	text-decoration: none;
}
.slidedoormenu li a:visited, .slidedoormenu li a:active{
}
.slidedoormenu li a:hover{
	background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #D2D2C6;
}
.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}
.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
/* end */
.banner {
	height:260px;
	float:left;
	width:485px;
	background-color:#666666;
	margin-right: 20px;
	z-index: 1;
	overflow: hidden;
}
#ifrm {
	border:none;
	border:0px;
	overflow:hidden;
	height:260px;
	width:485px;
}
/*=== the nivo slider styles are in the own style sheet ===*/

.services {
	width: 225px;
	height:260px;
	float:left;
	background-image: url(https://0a19d3.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/srvBkg.gif);
	border: 1px solid #FFF;
}
.srvTitle {
background-color:#103272;
padding:4px;
}
.services h3 {
	color:#FFFFFF;
	font-size: 18px;
	font-weight: normal;
}
.srvMenu {
	height: 234px;
	overflow: scroll;
	overflow-x: hidden;
}
.srvMenu ul li {
padding: 0px 7px 0px 7px;
}
.srvMenu ul li a {
	color:#4F4033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	display: block;
	padding: 8px;
	border-bottom:1px dotted #FFF;
	line-height:14px;
}
.srvMenu ul li a:hover{
	background-color: #FFFFE6;
}
#hpWrapperA {
	background-color: #FFF;
}
#hpWrapper {
	border-top: 1px solid #f8f8f8;
	width: 980px;
	margin: auto;
	background-color: #fff;
	padding-top: 25px;

}
.hpLinks{
	float:left;
	left: 8px;
	top: 20px;
}
.hpLinks{
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0;
	width: 200px; /* thick left border of menu */
	color: #000000;
}
.hpLinks li{
list-style-type: none;

}
.hpLinks li a{
	background: white url(https://04e686.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/vstripB.gif) repeat-y left top;
	font: normal 12px "Geneva", "Arial", Verdana;
	display: block;
	color: #103272;
	width: auto;
	border-bottom: 1px solid #ccc; /* White border beneath each menu item link, to add depth */
	padding: 7px 8px;
	text-decoration: none;
}
.hpLinks li a:visited, .hpLinks li a:active{
}
.hpLinks li a:hover{
	background-position: -387px 0;
	color: #000000;
}
.hpLinks li.lastitem, .hpLinks li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}
.hpLinks li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width /
*/}

.diy h1, .releases h1, .spotlight h1 {
	font:normal 20px Times New Roman, serif;
	margin-bottom: 15px;
}
.diyInner {
	margin-bottom:15px;
}
.diy img {
	padding:0px;
	border:none;
	border:0px;
}
.diy img {
	float: left;
	padding-top:6px;
}
.diyMore {
	clear: both;
	margin-top: 8px;
}
.diy h1 {
	color:#519e45;
	border-bottom: 1px solid #519e45;
}
.bohInfoB a, .bohInfoB a:visited {
	color:#519e45;
	text-decoration:none;

}
.bohInfoB a:hover {
	text-decoration:underline;
	color: #678004;
}
.releases h1 {
	color:#BA121F;
	border-bottom: 1px solid #BA121F;
}
.spotlight h1 {
	color:#336666;
	border-bottom: 1px solid #336666;
}
.diy{
	float:left;
	left: 347px;
	top: 20px;
	width: 260px;
	margin-right: 20px;
}
.diy h2 {
	font:500 14px/16px Geneva, Arial, Helvetica, sans-serif;
	color:#519e45;
}
.diy p {
	color: #103272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0px 20px 0px;
}
.bohInfoB {
	margin-top: 20px;
	border-top:1px solid #333333;
	padding-top: 20px;
}
.bohInfoB a, .bohInfoB a:visited {
	color:#519e45;
	text-decoration:none;
}
.bohInfoB a:hover {
	text-decoration:underline;
	color: #678004;
}
.releases{
	float:left;
	left: 451px;
	top: 20px;
	width: 260px;
	margin-right: 20px;
}
.releases a {
	text-decoration: none;
	color: #b0010b;
}
.releases a:hover {
	text-decoration:underline;
}
.releases dl dt {
	margin-top: 10px;
	line-height: 18px;
}
.releases dl dd{
	border-bottom: 1px dotted #92928A;
	margin: 4px 0px 8px 0px;
	padding-bottom: 8px;
}
.releases{
	float:left;
	left: 451px;
	top: 20px;
	width: 260px;
	margin-right: 20px;
}
.releases a {
	text-decoration: none;
	color: #b0010b;
}
.releases a:hover {
	text-decoration:underline;
}
.releases dl dt {
	margin-top: 10px;
	line-height: 18px;
}
.releases dl dd{
	border-bottom: 1px dotted #92928A;
	margin: 4px 0px 10px 0px;
	padding-bottom: 8px;
}
.relDate {
	color: #4D4D4A;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display: block;
	margin-bottom: 10px;
	margin-top: 4px;
	background: #f5f5f3;
	padding: 2px;
}
.relTitle a {
	text-decoration: none;
	color:#B0010B;
	font:100 14px/16px Geneva, Arial, Helvetica, sans-serif;
}
.relTitle a:hover {
	text-decoration:underline;
}
.relText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 12px;
	display:block;
}
.spotlight{
	float:left;
	left: 926px;
	top: 20px;
	width: 200px;
}
.brd {
font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px; line-height:1.5em;
	padding:5px;
	border:1px dotted #666;
	color:#666666;
	}
.spotlight li {
	list-style-type: none;
}
#soMedia {
	text-indent: -1000px;
	overflow:hidden;
}
#soMedia h2 {
	text-indent:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0px 8px 0px;
	color: #FFFFFF;
	background-color: #2C9591;
	padding: 3px;
	text-align: center;
}
.smTwit, .smFace, .smYou, .smRSS {
	float:left;
	width: 41px;
	height: 42px;
}
.smTwit a, .smFace a, .smYou a, .smRSS a {
	display:block;
	width:100%;
	height:100%;
    outline:none;
}
.smTwit {margin-right:12px;}
.smFace {margin-right: 12px;}
.smYou {margin-right:12px;}
.smTwit a {background-image:url(https://12ece7.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/icoTwitter.png);}
.smFace a {background-image:url(https://0fc3e4.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/icoFacebook.png);}
.smYou a {background-image:url(https://74db58.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/icoYouTube.png);}
.smRSS a {background-image:url(https://61b782.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/icoRSS.png);} 
.smTwit a:hover {	background-image:url(https://5d002d.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/icoTwitter-hvr.png);}
.smFace a:hover {background-image:url(https://af934c.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/icoFacebook-hvr.png);}
.smYou a:hover {background-image:url(https://1e6620.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/icoYouTube-hvr.png);}
.smRSS a:hover {background-image:url(https://119a33.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/icoRSS-hvr.png);} 

/*

.brd {
	display:block;
	width:200px;
	height:50px;
	text-indent:-9999px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.brd a {
	display:block;
	width:100%;
	height:100%;
	background:url(https://927faa.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/brdMeetings.png);
	outline:none;
}
.brd a:hover {
	background-position:0 -50px;
}

*/

/*-------------------------
*  Page styles
-------------------------*/
.stripes{
	height:20px;
	background-image:url(https://bd2949.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/bannerBKG.jpg);
	border-bottom: 1px solid #adad98;
}
#pgWrapper {
	width: 980px;
	margin: auto;
	background-color: #f5f5f3;
	border-left: 1px solid #D8D7D1;
	border-right: 1px solid #D8D7D1;
}
#pgContent, #arContent, #catContent {
	background-color: #FFFFFF;
	float:left;
	border-right: 1px solid #e9e8e5;
	border-left: 1px solid #e9e8e5;
	width: 513px;
	padding:25px;
}
#fullpage {
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-right: 1px solid #e9e8e5;
	border-left: 1px solid #e9e8e5;
	width: 960px;
	padding:25px;
}
#pgContent h1, #arContent h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 12px;
	color: #7a7a72;
	border-bottom: 1px solid #e9e9d9;
	padding-bottom: 4px;
}
#pgContent h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #103272;
}
#pgContent h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #639A82;
}
#pgContent h4 {
	font-size: 17px;
    font-weight:600;
	margin: 0 0 10px;
	color: #5B5B58;
}
#pgContent p, #pgContent ul, #pgContent ol, #pgContent table,
#pgNav p, #pgNav ul, #pgNav ol, #pgSidebar p, #pgSidebar ol, .sidebar {
	color: #4D4D4A;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
}
#pgContent ul, #pgContent ol {
	margin-left: 55px;
}
#pgContent blockquote{
	padding:10px;
	border-left: 10px solid #ccc;
	margin-left: 20px;
	margin-bottom: 15px;
}
#pgContent blockquote p{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 0px;

}
/* -- Tables -- */
/* -- Tables -- */
.tableBrown th
{
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 2px solid #e9e9d9;
	background-color:#B7B09D;
	color:#000;
}
.tableBrown td
{
	padding: 5px 5px 0px 5px;
	border-bottom:1px solid #CCCCCC;
}
.tableBrown tbody tr:hover td
{
	background-color: #f5f5eb;
}
.tableYellow th
{
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 2px solid #e9e9d9;
	background-color:#FFC;
	color:#000;
}
.tableYellow td
{
	padding: 5px 5px 0px 5px;
	border-bottom:1px solid #CCCCCC;
}
.tableYellow tbody tr:hover td
{
	background-color: #f5f5eb;
}
.tableBlue th
{
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 2px solid #e9e9d9;
	background-color: #76a0b0;
	color:#FFFFFF;
}
.tableBlue td
{
	padding: 5px 5px 0px 5px;
	border-bottom:1px solid #CCCCCC;
}
.tableBlue th
{
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 2px solid #e9e9d9;
	background-color: #76a0b0;
	color:#FFFFFF;
}
.tableBlue td
{
	padding: 5px 5px 0px 5px;
	border-bottom:1px solid #CCCCCC;
}
.tableBlue tbody tr:hover td
{
	background-color: #f5f5eb;
}
.tableBlue th
{
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 2px solid #e9e9d9;
	background-color: #76a0b0;
	color:#FFFFFF;
}
.tableBlue td
{
	padding: 5px 5px 0px 5px;
	border-bottom:1px solid #CCCCCC;
}
.tableGreen th
{
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 2px solid #e9e9d9;
	background-color: #7bab96;
	color:#FFFFFF;
}
.tableGreen td
{
	padding: 5px 5px 0px 5px;
	border-bottom:1px solid #CCCCCC;
}
.tableGreen tbody tr:hover td
{
	background-color: #f5f5eb;
}
.tableRed th
{
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 2px solid #e9e9d9;
	background-color: #b5111a;
	color:#FFFFFF;
}
.tableRed td
{
	padding: 5px 5px 0px 5px;
	border-bottom:1px solid #CCCCCC;
}
.tableRed tbody tr:hover td
{
	background-color: #f5f5eb;
}
table h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #639A82;
	font-family:"Times New Roman",Times,Serif;
}
/* -- Links -- */
#pgContent p a, #pgContent ul a, #pgContent ol a, #pgContent table a, #pgContent dl a  {
	text-decoration:underline;
	color: #e56100;
}
#pgContent p a:hover, #pgContent ul a:hover, #pgContent ol a:hover, #pgContent table a:hover, #pgContent dl a:hover {
	text-decoration:none;
}
#pgContent p a:visited, #pgContent ul a:visited, #pgContent ol a:visited, #pgContent table a:visited, #pgContent dl a:visited {
	color:#FF9648;
	text-decoration:none;
}
#pgNav a, #pgSidebar a{
	color: #5B5B58;
    font-family: Arial;
    font-size: 12px;
	text-decoration:none;
}
#pgNav a:hover, #pgSidebar a:hover {
color: #e56100;
text-decoration:underline;
}
footer.entry-meta {
	padding:10px;
	margin-top:30px;
	background-color:#F5F5F3;
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4A;
}
footer.entry-meta a, footer.entry-meta a:visited {
	color: #639A82;
	text-decoration:none;
}
footer.entry-meta a:hover {
	text-decoration:underline
}
#nav-below{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	padding:10px;
}
.nav-previous a, .nav-next a, .nav-previous a:visited, .nav-next a:visited {
	text-decoration:none;
	color: #639A82;
}
.nav-previous a, .nav-next a:hover {
	text-deocration:underline;
}
.section-heading {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 12px;
	color: #59899B;
}
/* -- Nav and sidebars -- */
/* -- Nav and sidebars -- */
#pgNav, #pgSidebar {
	background-color: #f5f5f3;
	width:200px;
}
#pgNav, #pgNavEH {
	float:left;
}
#pgNav ul {
	border-bottom: 4px solid #e9e8e5;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 20px 15px 20px 15px;
	margin-bottom:0px;
}
.sidebar ul {
	border-bottom: 4px solid #e9e8e5;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 20px 15px 20px 15px;
	margin:0px;
}
#pgNav ul ul, .sidebar ul ul {
	padding-top: 0px;
	padding-bottom: 0px;
}
.sidebar ul ul {
	border: 0px;
}
#pgNav ul ul {
	list-style-type:none;
	border: 0px;
}
#pgNav ul ul li{
	list-style-image:url(https://cfe546.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/bullets.jpg);
}
#pgNav h3, .sidebar h3 {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #639A82;
}
.sidebar h3 {}
#pgSidebar {
	width:214px;
	float:right;
}
#pgSidebar p {}
#pgSidebar ul, #pgSidebar ol {
	list-style-image:url(https://cfe546.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/bullets.jpg);
}
/*-- Post Date sytles, remeber this is located above the content of the page
but leave the styles here so it won't absorb the page stlyes --*/
#postDate, #postDate a, #postDate a:visited {
	text-transform:capitalize;
	color: #7B7B77;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	text-decoration:none;
	text-transform:uppercase;
}
#postDate a:hover {
text-decoration:underline;
}

/* Archives and Cateogry page styles */

#acnav-below{
	padding:10px;
	margin-top:30px;
	background-color:#F5F5F3
}
.acnav-previous{
float:left;
margin-left: 25px;
}
.acnav-next{
float:right;
margin-right: 25px;
}
.arDate {
display:block;
}
.arDate, .arDate a, .arDate a:visited {
	text-transform:capitalize;
	color: #7B7B77;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	text-decoration:none;
}

.arDate a:hover {
text-decoration:underline;
}
.arTitle, .arTitle a, .arTitle a:visited {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #59899B;
	text-decoration:none
}
.arTitle a:hover {
	text-decoration:underline;
}
.arText {
	color: #4D4D4A;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
}
.arText img {
float:left;
border: 1px solid #e9e9d9;
padding: 10px;
margin-right: 12px;
margin-top: 6px;
	
}
#arContent dd {
	border-bottom: 1px solid #C8C8A2;
	margin-bottom: 20px;
}
.arMore a, arMore a:visited{
	display:block;
	text-decoration:underline;
	color: #e56100;
}
.arMore a:hover {
	text-decoration:none;
	color: #e56100;
}
/*-------------------------
*  Photo gallery list
-------------------------*/
#gallery ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#gallery ul li {
	float: left;
	margin:8px;

}
/*-------------------------
*  Comment styles
-------------------------*/
#comments ol {
margin-left:0px;
}
#comments li {
 background-image:url(https://b2fb93.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/commentsGradient.png);
 background-repeat:repeat-x;
}
ol.commentlist article {
	margin-bottom: 15px;
}
.vcard, .vcard a, .vcard a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #e56100;
	text-decoration:none;
}
.vcard a:hover {
	text-decoration:underline;
}
#comments-title {
background-color: #F5F5F3;
    color: #4D4D4A;
    font-family: Arial;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 30px;
    font-weight: bold;
	border-top:4px solid #4D4D4A;
}
.commentmetadata {
	border-bottom: 1px dotted #CCCCCC;
}
.commentmetadata a, .commentmetadata a:visited {
text-transform:capitalize;
	color: #7B7B77;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	text-decoration:none;
	text-transform:uppercase;
	text-decoration:none;
}
.commentmetadata a:hover {
	text-decoration:underline;
}
.comment-content {
	padding-top: 10px;
}
.reply {

}
.reply a {
	padding: 6px;
	text-decoration:none;
	background-color:#eef2fe;
	color: #0033CC;
	float: right;
}
.reply a:hover {
	background-color: #103272;
	color: #FFFFFF;
}
#respond {
padding-top:20px;
border-top:4px solid #4D4D4A;
}
#respond label {
	display:block;
	width:75px;
	float: left;
}
#url, #comment {
	margin-left:8px;
}
.required { color:#FF0000;}

/*-------------------------
*  Envioronmental health menu
-------------------------*/
.ehQuote {
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	text-align:right;
	border: 1px solid #dcdcdc;
	margin: 12px 0px 12px 0px;
}
.ehQuote p {
	margin: 0px;
	padding: 0px;
}
#pgNavEH {
	background-color: #f5f5f3;
	width:200px;	
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
	}
#pgNavEH h3 {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #639A82;
	text-decoration:none;
	margin-bottom: 0;
	padding: 0;
	margin-left: 15px;
}
#pgNavEh h3, #pgNavEH h3 a, #pgNavEH h3 a:visited{
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #639A82;
	text-decoration:none;
	margin-bottom: 0;
	padding: 0;
	margin-left: 15px;
}
#pgNavEH h3 a:hover {
	text-decoration:underline;
}
#pgNavEH ul {
	border-bottom: 4px solid #e9e8e5;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-bottom:0px;
}
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding:0;
}

ul#menu a {
  display: block;
  text-decoration: none;
}
ul#menu li {
  margin-top: 1px;
  border-top:1px solid #e9e8e5;
}
ul#menu li ul li {border-top: 0px;}
ul#menu li a {
	background: #f5f5f3;
	color: #7B7B77;
	padding: 0.2em;
	padding-left: 15px;
}

ul#menu li a:hover {
  background: #e9e8e5;
}

ul#menu li ul li a {
	color: #7B7B77;
	padding-left: 20px;
	background-color: #FCFCFC;
}
ul#menu ul ul li{
list-style-image:url(https://cfe546.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/bullets.jpg);
}

ul#menu li ul li a:hover {
	background: #7B7B77;
	border-left: 5px #000 solid;
	padding-left: 15px;
	color: #FCFCFC;
}
/*
----------------------
BRANDING STYLES
----------------------
*/
#brand {
	background-color: #103272;
	border-bottom: 2px solid #0E2C63;
}
#brandWarpper{
	width: 980px;
	margin: auto;
	background-image: url(https://18d14c.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/headerGradientBKG.png);
	height: 75px;
	position: relative;
}
.brndLogo{
	position: absolute;
	left: 0px;
	top: 18px;
}
.brndSlogan{
	position: absolute;
	left: 118px;
	top: 26px;
	width:181px;
	height:14px;
	background-image:url(https://e4d330.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/brndSlogan.png);
}
.brndSearch{
	position: absolute;
	left: 826px;
	top: 21px;
	width: 134px;
	height: 13px;
	background-image:url(https://582a89.staticwbm.com/20220731172153im_/https://dekalbhealth.net/wp-content/themes/DCBOH/images/brndSearchBkg.jpg);
	color:#333;
	padding: 4px;
	font:normal 12px/14px Geneva, Arial, Helvetica, sans-serif;
}
.brndSearch a {
font:normal 12px/14px Geneva, Arial, Helvetica, sans-serif;
color:#333;
text-decoration:none;
}
.brndNavigation{
	position: absolute;
	left: 108px;
	top: 51px;
	width: 886px;
	height: 20px;
}
.brndNavigation ul li {
	display: inline;

}
.brndNavigation a {
	font:normal 12px/14px Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	display:inline-block;
	text-decoration:none;
	padding: 0px 8px 0px 8px;
}
.brndNavigation a:hover {
	text-decoration:underline;
}
.nopassword {
	color:#FF0000;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
	text-align:center;
}
/*Test Styling*/
.wpst_question {
	color: #4D4D4A;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
}
.redBox{
	color:#fff;
	background-color:#CD1838;
	padding:10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
	}
.blueBox{
	color:#fff;
	background-color:#2350A3;
	padding:10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
	}
	#pgNavEH h3 {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #639A82;
	text-decoration:none;
	margin-bottom: 0;
	padding: 0;
	margin-left: 15px;
}
#pgNavEh h3, #pgNavEH h3 a, #pgNavEH h3 a:visited{
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #639A82;
	text-decoration:none;
	margin-bottom: 0;
	padding: 0;
	margin-left: 15px;
}
/*
     FILE ARCHIVED ON 01:42:12 Sep 06, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:07:44 May 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.496
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.036
  esindex: 0.009
  cdx.remote: 7.01
  LoadShardBlock: 44.262 (3)
  PetaboxLoader3.datanode: 105.014 (5)
  PetaboxLoader3.resolve: 135.586 (3)
  load_resource: 254.035 (2)
*/