/* -- GLOBAL -- */
/* This Style Sheet is for special body elements.
	For example, the form headers and subnav */

/* -- Any tags set to 'class="value"' will have this style -- */

.tbl_grey { background: #999998; }
.bold_txt { color: #0A1C0F; }
.note { color: #000000; }
.errors { 
   	color: #877B67;
	}
	
b.bold-normal {
	font-weight:normal;
	}

.boxedNote { 
   	color: #DC6A06;
	font-weight:  700;
	border-color: #900;
	border-style: double;
	border-width: 0px;
	}

/* -- Popups only have access to style.css, not main.css. Add necessary used styles here. -- */
h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 700;
	color: #DC6A06;
	}

h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #DC6A06;
	}
a:link,
a:active,
a:visited { 
	color: #0B6D92;
	text-decoration:none;
	}
a:hover { color: #DC6A06; text-decoration: underline; }

/* -- FORMS -- */
.formData {	
	font-weight: 400;
	color: #000000;
	}

.formHeader {
	font-weight: 400;
	}

.formHeaderRequired {
	font-weight:  700;
	color: #877B67;
	}

.formSectionHeader {
	font-weight: 700;
	/*color: #847E1F;*/
	background: #E9F1B1;
	}

.formTitle {
	font-weight:  700;
	color: #847E1F;
	background: #E9F1B1;
	}

.order {
	font-size: 7pt;
	}

.workshop_info {
	color:#666666;
	size: 0.8em;
	}

/* -- AUDIO -- */
.audio {
	font-size: 7pt;
	color: #e42521;
	}

.audio a:link,
.audio a:active,
.audio a:visited {
	color: #0B6D92;
	font-weight:  700;
	}
.audio a:hover { color: #DC6A06; font-weight:  700; }



.players {
	font-size: 7pt;
	color: #535A98;
	}

/*.players a:link,
.players a:active,
.players a:visited {
	color: #0B6D92;
	font-weight:  400;
	}
.players a:hover { color: #DC6A06; font-weight:  400; }*/


.pagebody {
	line-height: 1.2em;
   	color: #333;
	}

/*.pagebody a:link,
.pagebody a:active,
.pagebody a:visited {
	color: #0B6D92;
	font-weight:  700;
	}
.pagebody a:hover { color: #DC6A06; font-weight:  700; }*/


.paragraphHeading {
   	font-size: 12pt;
   	font-weight: 700;
   	color: #847E1F;
	text-decoration: none;
	}



.subTitle {
	font-weight: 700;
	color: #000000
	}

/* -- SUBNAV -- */
.subnav,
.subnav table {
	background: #E9F1B1;
	width: 230px;
	margin: 0;
	border-bottom: 6px solid #FFFFFF;
	padding: 10px;
	font: 8pt Arial, Helvetica, sans-serif;
	}
/*.subnav table{*/
	/*border: 10px solid #E9F1B1;*/
	/*border: 2px solid #FFFFFF;
	padding: 10px;
	}*/
.subnav td{
	padding-left: 10px;
	padding-right: 10px;
	/*border: 10px solid #E9F1B1; */
	}

.adspace,
.adspace table {
	background: #FFFFFF;
	width: 230px;
	/*border: 2px solid #877B67;*/
	}
.adspace td {
	padding-left: 10px;
	padding-right: 10px;
	}

.textSubNav {
	line-height: 1.2em;
   	color: #000000;
	}

.textSubNav a:link,
.textSubNav a:active,
.textSubNav a:visited {
	text-decoration: none;
	color: #0B6D92;
	}
.textSubNav a:hover { text-decoration: underline; color: #DC6A06; }

td.textSubNav li { color: #000; list-style: none outside; margin: 0; }


.sideBar { 
	font-family: "Arial", Helvetica, sans-serif;
   	font-size: 10pt;
   	font-weight: normal;
   	color: #000000;
	width: 100px;
	padding: 3px 15px;
	text-align: left;
	}

.sideBar a:link { text-decoration: none; color: #0B6D92; font-size: 10px; font-weight: bold; letter-spacing: -1px;}
.sideBar a:active { text-decoration: none; color: #0B6D92; font-weight:  400; }
.sideBar a:visited { text-decoration: none; color: #0B6D92; font-weight:  400; }
.sideBar a:hover { color: #DC6A06; font-weight: 400; }


.homepageHeader {
   	color: #847E1F;
	font-weight: 800;
	}

.phone {
	white-space: nowrap;
	}

/* -- Calendar Style -- */
#calendar {
	background-color: #FFFFFF;
	border-bottom: 2px solid #C3DB35;
	border-top: 2px solid #C3DB35;
	border-left: 2px solid #C3DB35;
	border-right: 2px solid #C3DB35;
	border-collapse: collapse;
	text-align: center;
	font: 8pt Arial, Helvetica, sans-serif;
	margin: 5px 0 15px 0;
	margin-left: auto;
	margin-right: auto;
	}

#calendar #top_label,
#calendar #top_label td {
	background-color: #877B67;
	border-bottom: 2px solid #C3DB35;
	color: #FFFFFF;
	}

#calendar #top_label td a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 5px;
	}

#calendar #top_days td {
	border-bottom: 1px solid #000000;
	background-color: #E9F1B1;
	color: #000000;
	font-weight: bold;
	}

#calendar a:link, #calendar a:visited, #calendar a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	}
#calendar .dates_row td {
	padding: 3px;
	}
#calendar #cal_today {
	background-color: #877B67;
	color: #ffffff;
	}
#calendar #cal_today a:link, #calendar #cal_today a:visited {
	color: #ffffff;
	}

/* -- Calendar Browser -- */

#cal_form {
	display: -moz-inline-box;
	display: inline-block;
	margin:0;
	}

#cal_feat {
	margin: 20px 0;
	width: 570px;
	}

#cal_feat a {
	color: #000000;
	border-bottom: 1px solid #b3b9c3;
	text-decoration: none;
	width: 570px;
	display: -moz-inline-box;
	display: inline-block;
	}

#cal_feat a:hover {
	background: #DCDAD5;
	}

#cal_feat .cal_header_link {
}

#cal_feat .header_row {
	background: #877B67;
	border-bottom: 1px solid #b3b9c3;
	padding: 5px 0;
	width: 570px;
	display: -moz-inline-box;
	display: inline-block;
	}

#cal_feat .conferences_row {
	background: #B9E1F0;
	padding: 15px 0;
	}

#cal_feat .workshops_row, #cal_feat .trips_row {
	background: #FFFFFF;
	padding: 5px 0;
	}

#cal_feat .left_data {
	float: left;
	xbackground-color:pink;
	width: 112px;
	padding: 1px;
	}

#cal_feat .left_data .prog_dates {
	padding: 1px;
	margin: 0 3px;
	}

#cal_feat .middle_data {
	float: left;
	xbackground-color:lightblue;
	width: 340px;
	padding: 1px;
	}

#cal_feat .middle_data .prog_titl {
	color: #01678d;
	font-weight: 800;
	}

#cal_feat .right_data {
	xbackground-color:lightgreen;
	float: left;
	width: 112px;
	padding: 1px;
	}

#cal_feat .right_data .prog_loc {
	padding: 1px;
	margin: 0 3px;
	color: #525251;
	font-style: italic;
	}
	
/* --- OCSL section specific styles -- */
.ocsl-subnav {
	background: #222d67 url("/images/ocsl/water-rings.jpg") -166px -100px no-repeat;
	color: #FFF;
	width: 230px;
	padding-left: 30px;
	font: 8pt Arial, Helvetica, sans-serif;
	/*border-radius : 1em; */
	/*-moz-border-radius : 1em; *//* Mozilla */
	/*-webkit-border-radius : 1em; *//* Webkit */
	}
.ocsl-subnav .paragraphHeading {
	font: italic 12pt 300 Arial, Helvetica, sans-serif;
	color: #FFF;
	}
.ocsl-subnav a:link,
.ocsl-subnav a:active,
.ocsl-subnav a:visited,
.ocsl-subnav a:hover {
	color: #FFF;
	font-weight: 600;
	}
.ocsl-contribute {
	background: url("/images/ocsl/mission.jpg") 0 0 no-repeat;
	display: block;
	margin: 30px 0 30px -10px;
	padding: 10px;
	height: 150px;
	width: 160px;
	vertical-align: top;
	}
.featured-row {
	background: #E9F1B1;
	border: 1em solid #E9F1B1;
	border-left: 0;
	border-right: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	}
.featured-box {
	background: #E9F1B1;
	border-right: 2px solid #076324;
	display: block;
	float: left;
	margin: 0 3px -100em 0;
	padding: 0 1em;
	padding-bottom: 101em;
	width: 150px;
	}
.featured-box-end {
	border: 0;
	}
.featured-box h3 {
	color: #076324;
	margin: 0 0 1em;
	padding: 0;
	text-decoration: none;
	}
.ocsl-nav-right {
	background: url("/i/arrow-right-green.gif");
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	}
.ocsl-nav-left {
	background: url("/i/arrow-left-green.gif");
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	}

/* --- Visitor's Center Styles -- */
#visitors-center-navigation {
	background: #999 url("/images/visitors/visitors-center-nav.jpg") 0 0 no-repeat;
	display: inline;
	float: left;
	height: 206px;
	width: 750px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#visitors-center-navigation li {
	float: left;
	position: relative;
	text-align: center;
	}
#visitors-center-navigation li li {
	float: none;
	}
#unplug{
	top: 106px;
	left: 49px;
	}
#relax{
	top: 136px;
	left: 133px;
	}
#nourish{
	top: 128px;
	left: 247px;
	}
#connect{
	top: 99px;
	left: 340px;
	}
#explore{
	top: 133px;
	left: 430px;
	}
#visitors-center-navigation li ul{
	display: none;
	position: absolute;
	top: 56%;
	left: -20px;
	background: #E9F1B1;
	margin: 0;
	padding: 12px 0;
	border: 0;
	background: url("/i/nav-arrow.gif") 0 0 no-repeat;
	list-style: none;
	}
/* Fix for Opera Browsers */
#visitors-center-navigation ul > li {
	top: auto;
	left: auto;
}
#visitors-center-navigation li.sfhover ul,
#visitors-center-navigation li:hover ul{
	display: block;
	}
#visitors-center-navigation a:link, 
#visitors-center-navigation a:active,
#visitors-center-navigation a:visited,
#visitors-center-navigation a:hover,
#visitors-center-navigation a.sfhover{
	color: #FFF;
	display: block;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	}
#visitors-center-navigation li ul a:link, 
#visitors-center-navigation li ul a:active,
#visitors-center-navigation li ul a:visited{
	background: #E9F1B1; /* sub menu, not hovering */
	color: #000;
	font-weight: 300;
	font-size: 12px;
	border-left: 5px solid #E9F1B1;
	padding: 10px 20px 10px 15px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	}
#visitors-center-navigation li ul a.sfhover,
#visitors-center-navigation li ul a:hover{
	background: #CC9;
	border-left: 5px solid #999;
	opacity: 100;
	filter:alpha(opacity=100);
	}