/* -- 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: #A33;
	font-weight: bold;
	}
.error-box {
	border: 1px solid #A00;
	color: #A00;
	padding: 1em;
	}
b.bold-normal {
	font-weight:normal;
	}

.boxedNote { 
   	color: #DC6A06;
	font-weight:  700;
	border-color: #900;
	border-style: double;
	border-width: 0px;
	}
.footnote {
	font-size: 80%;
	}
.caption {
	font-size: 80%;
	text-align: center;
	}
.press-footer {
	display: block;
	width: 100%;
	text-align: center;
	}
.img-left {
	float: left;
	margin: 0 1em 1em 0;
	}
.img-right {
	float: right;
	margin: 0 0 1em 1em;
	}
.img-thumb {
	width: 50%;
	height: 50%;
	}
.e-check {
	width: 1%;
	display: none;
	}
/* -- Popups only have access to style.css, not main.css. Add necessary used styles here. -- */
blockquote {
	margin-left: 0;
	margin-right: 0;
	}

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;*/
	color: #DC6A06;
	}

.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 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;
	}

.map {
	position: relative;
	text-align: left;
	}
dl.map dt {
	display: inline;
	}
.map .map-marker {
	background: transparent url("/i/nav-arrow-up.gif") 0 0 no-repeat;
	display: block;
	height: 12px;
	position: absolute;
	width: 12px;
	}
.map .marker-info {
	background: #555;
	border: 2px solid #222;
	border-radius: 8px; /* CSS3 rounded corners */
	-moz-border-radius: 8px; /* Mozilla rounded corners */
	color: #fff;
	padding: 4px;
	width: 200px;
	position: absolute;
	left: -9999px;
	z-index: 11;
	}

/* -- 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;
	text-align: right;
	}
	
/* --- OCSL section specific styles -- */
.ocsl-subnav {
	background: #222d67 url("/images/ocsl/water-rings.jpg") 0 -140px 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: 25%;
	}
.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;
	}
.ocsl-thumb {
	float: left;
	border: 1px solid #999;
	margin: 0 5px 6px;
	padding: 3px;
	width: 162px;
	text-align: center;
	}
.ocsl-thumb:hover {
	border: 1px inset #999;
	text-decoration: none;
	}
	
dl#ocsl-cross-section {
	background: url("/images/ocsl/Cross_Section_Building.jpg");
	margin: 0;
	padding: 0;
	height: 239px;
	width: 550px;
	text-align: left;
	position: relative;
	}
dl#ocsl-cross-section dt {
	display: inline;
	}	
dl#ocsl-cross-section dd {
	background: #555;
	border: 2px solid #222;
	border-radius: 8px; /* CSS3 rounded corners */
	-moz-border-radius: 8px; /* Mozilla rounded corners */
	color: #fff;
	padding: 4px;
	width: 200px;
	position: absolute;
	left: -9999px;
	z-index: 11;
	}
dl#ocsl-cross-section a.cross-item, dl#ocsl-cross-section a.cross-item:hover {
	background: transparent;
	color: #FFF;
	display: block;
	font-size: 80%;
	outline: none;
	text-decoration: none;
	/*width: 12px;
	height: 10px;*/
	position: absolute;
	z-index: 10;
	}
a.cross-item .label {
	background: #0B6D92;
	padding: 2px;
	}
.cross-item .pointer {
	/*background: transparent url("/i/nav-arrow.gif") no-repeat 0 0;
	height: 15px;
	width: 15px;*/
	height: 0;
	width: 0;
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent;
	border-top: 15px solid #0B6D92;
	border-bottom: 0;
	}
dl#ocsl-cross-section a#rainscreen {
	top: 90px;
	left: 20px;
	}
dl#ocsl-cross-section a#photo-array {
	top: 45px;
	left: 100px;
	}
dl#ocsl-cross-section a#green-roof {
	top: 80px;
	left: 200px;
	}
dl#ocsl-cross-section a#windows {
	top: 115px;
	left: 320px;
	text-align: right;
	}
	a#windows .pointer {
		position:absolute;
		right:0;
		}
dl#ocsl-cross-section a#metal-roof {
	top: 35px;
	left: 270px;
	}
dl#ocsl-cross-section a#lagoons {
	top: 180px;
	left: 260px;
	text-align: right;
	}
	a#lagoons .pointer {
		position:absolute;
		right:0;
		}
dl#ocsl-cross-section a#wetlands {
	top: 160px;
	left: 390px;
	text-align: right;
	}
	a#wetlands .pointer {
		position:absolute;
		right:0;
		}
/* --- Visitor's Center Styles -- */
#visitors-center-navigation {
	border: 0;
	height: 225px;
	width: 750px;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	}
.vc-main {
	background: transparent url("/images/visitors/nav-vc-main.jpg") 0 0 no-repeat;
	}
.vc-workshops {
	background: transparent url("/images/visitors/nav-circle-meditation.jpg") 0 0 no-repeat;
	}
.vc-dining {
	background: transparent url("/images/visitors/nav-dining.jpg") 0 0 no-repeat;
	}
.vc-while-here {
	background: transparent url("/images/visitors/nav-reflected-lake.jpg") 0 0 no-repeat;
	}
.vc-getting-here {
	background: transparent url("/images/visitors/nav-main-office-wide.jpg") 0 0 no-repeat;
	}

#visitors-center-navigation li {
	float: left;
	background: transparent url("/i/nav-arrow.gif") 50% 20px no-repeat;
	height: 33px;
	position: absolute;
	}
#visitors-center-navigation li li {
	background: none;
	height: auto;
	float: none;
	position: static;
	}
#visitors-center-navigation #vc-title{
	position: absolute;
	left: 0;
	top: 0;
	}
	#vc-title h1,
	li#vc-title,
	#visitors-center-navigation a.vc-home {
		background: none;
		font-family: "Arial", Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 700;
		color: #FFF;
		}
		#visitors-center-navigation a.vc-home:hover {
			background: none;
			color: #DC6A06;
			border: 1px solid #DC6A06;
			}
		li#vc-title:hover {
			background: none;
			border: none;
		}
#visitors-center-navigation #plan{
	top: 106px;
	left: 29px;
	}
#visitors-center-navigation #all-inclusive-package{
	top: 150px;
	left: 16px;
	}
#visitors-center-navigation #workshops{
	top: 136px;
	left: 170px;
	}
#visitors-center-navigation #winter-workshops{
	top: 175px;
	left: 175px;
	}
#visitors-center-navigation #dining{
	top: 128px;
	left: 360px;
	}
#visitors-center-navigation #planning-your-stay{
	top: 130px;
	left: 310px;
	}
#visitors-center-navigation #while-here{
	top: 80px;
	left: 480px;
	}
#visitors-center-navigation #winter-while-here{
	top: 100px;
	left: 480px;
	}
#visitors-center-navigation #getting-here{
	top: 133px;
	left: 610px;
	}
#visitors-center-navigation #winter-getting-here{
	top: 143px;
	left: 610px;
	}
#visitors-center-navigation li ul{
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	border: 1px outset #E9F1B1;
	background: none;
	list-style: none;
	}
/* Fix for Opera Browsers */
#visitors-center-navigation ul > li {
	top: auto;
	left: auto;
	}
#visitors-center-navigation li li{
	float: none;
	width: 100%;
	}

#visitors-center-navigation li.sfhover ul,
#visitors-center-navigation li:hover ul{
	display: block;
	}
#visitors-center-navigation a{
	color: #FFF;
	display: block;
	font-weight: 600;
	font-size: 15px;
	padding: 3px 5px 0px;
	text-decoration: none;
	font-size: 10pt;
	}
.vc-nav-current,
#visitors-center-navigation li.sfhover a,
#visitors-center-navigation li:hover a,
#visitors-center-navigation a:hover{
	background: #DC6A06;
	/*border-radius: 8px;*/ /* CSS3 rounded corners */
	/*-moz-border-radius: 8px;*/ /* Mozilla rounded corners */
	}
#visitors-center-navigation li ul a,
#visitors-center-navigation li.sfhover ul a,
#visitors-center-navigation li:hover ul a{
	background: #E9F1B1; /* sub menu, not hovering */
	color: #000;
	font-weight: 300;
	font-size: 12px;
	padding: 3px 5px;
	/*opacity: 0.8;
	filter:alpha(opacity=80);*/
	width: auto;
	}
#visitors-center-navigation li ul a.sfhover,
#visitors-center-navigation li ul a:hover{
	/*background: #CC9;*/
	/*background: #847E1F;*/
	background: #DC6A06;
	/*opacity: 100;
	filter:alpha(opacity=100);*/
	}

.thumbnail {
	position: relative;
	}
.tours {
	bottom: -22px;
	position: absolute;
	right: 0;
	}