/***********************************************/
/* org-health-green-2-col.css                             */
/* Use with template org-health-green-2-col.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	color: #5A5A5A;
	text-align: left;
	background-color: #fafafa;
	background-image: url(images/bb_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	padding-top: 0;
	padding-right: 15;
	padding-bottom: 15;
	padding-left: 15;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 10;
	margin-left: 10;
	line-height: 1.5em;
}
/* offsets begin ======================================================= */

div.offset a {
position : absolute;
top : -1000px;
left : -1000px;
padding : 5px;
font-weight : bold;
font-size : 110%;
}

div.offset a:focus, div.offset a:active {
position : absolute;
background : #99cc66;     /* CHANGE THIS COLOR TO YOUR HIGHLIGHT COLOR */
border : 1px solid #000;
color : #fff;
top : 25px;
left : 2%;
z-index : 5;
}

/* offsets end */
#page {
	background: transparent;
	padding: 0;
	width: 850px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* page end */
/* banner begin ========================================================== */

#headerimg h1 {
width : 750px;
height : 200px;
margin : 0 auto;
}

#headerimg h1 a {
position : absolute;
width : 750px;
height : 200px;
display : block;
cursor : pointer;
font-weight : normal;
font-size : 1.8em;
color : #99cc66;    /* CHANGE THIS COLOR TO YOUR HIGHLIGHT COLOR */
padding : 0;
text-decoration : none;
border : none;
}

#headerimg h1 a:hover {
color : #000;
border : none;
}

#headerimg h1 a span {
position : absolute;
display : block;
width : 750px;
height : 200px;
background : url(images/bb_banner.jpg) no-repeat top center;
border : none;
}

/* banner end */
a:link, a:visited  {
	color: #7CBB3E;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 125%;
	color: #5A5A5A;
	font-weight: bold;
}

h3{
	font-size: 90%;
	color: #7CBB3E;
	font-weight: bold;
}

h4{
 font-size: 110%;
 font-weight: bold;
 color: #5A5A5A;
}

h5{
 font-size: 120%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
	color: #334d55;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
}

#navBar{
	padding: 0px;
	background-color: #FFFFFF;
	width: 275px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
	border-top-width: thin;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
}

#content{
	float:left;
	width: 500px;
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: circle;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#date{
	font-size: xx-small;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	
}

/*************** #pageName styles **************/

#pageName{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #5F5F5F;
	white-space: nowrap;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C0C0C0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 95%;
	list-style-type: disc;
	margin-left: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 500px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 95%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-image: url(images/bb_footer.gif);
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial;
	font-size: 95%;
	font-weight: bold;
}
#navBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 115%;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #666666;
	font-size: 110%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
/*	voice-family: "\"}\"";
	voice-family:inherit;*/
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	font-size: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 105%;
	color: #666666;
}

.relatedLinks li{
	padding: 10px 0px 2px 0px;
	font-size: 105%;
	color: #666666;
	list-style-type: none;
}

/*.relatedLinks a{
	padding: 0px;
	font-size: 105%;
	color: #666666;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/

/************** #advert styles **************/

#advert{
	padding: 20px;
	font-size: 95%;
	background-color: #E9F1DC;
	display: block;
	color: #5A5A5A;
	border: 1px solid #BED698;
	width: 175px;
	float: right;
	clear: none;
	margin: 15px;
	line-height: 1.45em;
}

#advert2{
	padding: 20px;
	font-size: 100%;
	background-color: #E9F1DC;
	display: block;
	color: #5A5A5A;
	border: 1px solid #BED698;
	width: 175px;
	float: right;
	clear: none;
	margin: 15px;
	line-height: 1.45em;
}

#advert3{
	padding: 20px;
	font-size: 100%;
	background-color: #E9F1DC;
	display: block;
	color: #5A5A5A;
	border: 1px solid #BED698;
	width: 255px;
	float: right;
	clear: none;
	margin: 15px;
	line-height: 1.45em;
}

#advert img{
	display: block;

}

#advertimg{
	display: block;
	width: 400px;
}

#advertimg img{
	display: block;
	float: left;
	padding-bottom: 10px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

