﻿@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #295F58;
	font-weight: normal;
	letter-spacing: +2px;
	font-weight: normal;
	margin: 0 0 6px 0;
}
h2 {
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 15px;
	color: #660000;
	font-weight: bold;
}
h4 {
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 14px;
	color: #295F58;
	font-weight: bold;
	margin-bottom: 10px;
}
h5 {
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
ol {
	margin: 20px 0 20px 20px;
	padding: 0;
}
ul {
	margin: 20px 0 20px 5px;
	padding: 0;
}
ul.bulletedlist {
	margin: 20px 0 20px 25px;
	padding: 0;
}
ul.bulletedlist li {
	line-height: 1.5em;
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: disc;
	margin-bottom: 10px;
}
ol li {
	line-height: 1.5em;
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
}
ul li {
	line-height: 1.5em;
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
}
ul.colListLeft {
	width: 46%;
	float: left;
	margin-left: 0px;
	clear: none;
}
ul.colListRight {
	width: 50%;
	float: right;
	margin-right: 0px;
	clear: none;
}
ul.colListLeft li, ul.colListRight li {
	line-height: 1.25em;
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
	border-left: 2px solid #B69B75;
	padding-left: 5px;
}
ul.colListLeft li .title, ul.colListRight li .title {
	font-weight: bold;
	color: #295F58;
}
ul.colListLeft li .title2, ul.colListRight li .title2 {
	font-weight: bold;
	font-style: italic;
}
a {
	color: #660000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 14px;
}
.hideMe {
	display: none;
}
/*
		////////////// Wrapper - Universal //////////////// 
	*/
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}
/*
		////////////// Header - Universal //////////////// 
	*/
#headerWrap {
	width: 100%;
	height: 143px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/header-bg.png);
	display: block;
	border: none;
}
#header {
	width: 1024px;
	margin: 0 auto;
	color: #FFFFFF;
	display: block;
	position: relative;
	border: none;
}
#msLogo {
	width: 336px;
	height: 72px;
	margin: 19px 0 0 28px;
	padding: 0;
	background: #000000 url(../images/mayaskieslogo.png) no-repeat;
	display: block;
	float: left;
	border: none;
}
#chLogo {
	width: 175px;
	height: 47px;
	margin: 19px 59px 0 0;
	padding: 0;
	background: #000000 url(../images/chabot_logo.png) no-repeat;
	display: block;
	float: right;
	border: none;
}
/*
		////////////// Universal Navigation - Universal //////////////// 
		Note - text-shadow only works in Safari and is used to eliminate the anti-alias bolding of light text on dark bg on Mac systems 
	*/
div#univNav {
	width: 625px;
	height: 28px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 0px;
	top: 84px;
	border: none;
}
ul#univNav {
	width: 625px;
	height: 28px;
	margin: 0;
	padding: 0;
}
ul#univNav li {
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	list-style-image: none;
	list-style: none;
	background: url(../images/navTabOff-bg.png) no-repeat scroll 0 -2px;
}
ul#univNav li.on {
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	list-style-image: none;
	list-style: none;
	background: url(../images/navTabOn-bg.png) no-repeat scroll 0 -2px;
}
ul#univNav li div.navTabLeft {
	width: 16px;
	height: 28px;
	float: left;
	clear: none;
	background: transparent url(../images/navTabLeftOff.gif) no-repeat scroll 0 -2px;
}
ul#univNav li div.navTabRight {
	width: 16px;
	height: 28px;
	float: right;
	clear: none;
	background: transparent url(../images/navTabRightOff.gif) no-repeat scroll 0 -2px;
}
ul#univNav li.on div.navTabLeft {
	width: 16px;
	height: 28px;
	float: left;
	clear: none;
	background: transparent url(../images/navTabLeftOn.gif) no-repeat scroll 0 -2px;
}
ul#univNav li.on div.navTabRight {
	width: 16px;
	height: 28px;
	float: right;
	clear: none;
	background: transparent url(../images/navTabRightOn.gif) no-repeat scroll 0 -2px;
}
ul#univNav li a {
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DCD0DB;
	text-decoration: none;
	border-bottom: none;
	position: relative;
	top: 4px;
	text-shadow: #333 0 0 0;
}
ul#univNav li a:hover {
	text-decoration: none;
	border-bottom: 1px #DCD0DB dotted;
}
/*
		////////////// Sub Navigation - Universal //////////////// 
		Note - text-shadow only works in Safari and is used to eliminate the anti-alias bolding of light text on dark bg on Mac systems 
	*/
div#subNav {
	width: 1024px;
	height: 30px;
	margin: 0;
	padding: 0 20px 0 0;
	display: block;
	position: absolute;
	right: 0px;
	top: 113px;
	border: none;
}
#purchaseLink a {
	color: #CCCCCC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
}
ul#subNav {
	width: 625px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#subNav li {
	height: 28px;
	margin: 0;
	padding: 3px 16px 0 16px;
	float: left;
	clear: none;
	list-style-image: none;
	list-style: none;
}
li.subNav a {
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC !important;
	text-decoration: none !important;
	text-shadow: #333 0 0 0;
}
li.subNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC !important;
	text-decoration: none !important;
}
li.subNav a {
	text-decoration: none !important;
	border-bottom: none;
}
li.subNav a.on {
	text-decoration: none !important;
	border-bottom: 1px #FFFFCC solid;
}
li.subNav a:hover {
	text-decoration: none !important;
	border-bottom: 1px #FFFFCC dotted;
}
li.subNav a.on:hover {
	text-decoration: none !important;
	border-bottom: 1px #FFFFCC dotted;
}
/*
		////////////// Page - Universal //////////////// 
	*/
#pageWrapIndex {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF0BB url(../images/glyph1.gif) repeat-x scroll 0 0;
	display: block;
	border: none;
}
#pageWrapInterior {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF0BB url(../images/glyph1.gif) repeat-x scroll 0 -150px;
	display: block;
	border: none;
}
/* #pageWrap 								{ width:100%; margin:0; padding:0; background-color:#FFF0BB; display:block; border:none; } */
#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 45px 30px 25px;
	display: block;
	border: none;
}
#innerPage {
	padding-left: 7px;
}
/*
		////////////// First and Second Rows - Universal //////////////// 
	*/
#firstRow {
	clear: both;
}
#secondRow {
	clear: both;
}
/*
		////////////// Left Column - Universal //////////////// 
	*/
#leftCol {
	width: 524px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}
#leftCol2 {
	width: 535px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}
/* #leftCol2							{ width:529px; margin:0; padding:0; float:left; clear:none;  border-right:2px solid #666; } */
#leftCol h2, #leftCol2 h2 {
	text-align: left;
	margin-bottom: 3px;
}
#leftCol p, #leftCol2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.25;
}
/*
		////////////// Feature - Home Page //////////////// 
	*/
#feature {
	background: none;
/*#FFFF80 url(../images/feature-border-bg.png) no-repeat;*/	width: 526px;
	height: 288px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
#featureMovie {
	position: relative;
	display: block;
	top: 5px;
	left: 5px;
}
#featureCaption p {
	margin-top: 0;
}
#featureCaption a {
	border: none;
}
#featureCaption a:hover {
	border-bottom: 1px dotted #660000;;
}
/*
		////////////// Right Column - Universal //////////////// 
	*/
#rightCol {
	width: 391px;
	margin-left: 30px;
	float: right;
	clear: none;
}
/* this is for home page */
#rightCol h2 {
	text-align: right;
	margin-bottom: 3px;
}
/* this is for home page */
#rightCol2 {
	width: 391px;
	margin-left: 20px;
	float: right;
	clear: none;
}
/* this is for internal pages */
#rightCol2 h2 {
	margin-bottom: 3px;
}
/* this is for internal pages */
#rightCol2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.25;
}
/* this is for internal pages */
/*
		////////////// Calendar - Home Page //////////////// 
	*/
#calendar {
	width: 391px; /* height:249px;*/;
	/*background: transparent url(../images/calendarbox-bg-top.png) no-repeat scroll 0 0;*/
	padding: 14px 0 0;
	padding:0;
	margin: 0;
	display: block;
}
#calendar1 {
background:url("../images/calendarbox-bg-top.gif") no-repeat scroll 0 0 transparent;
display:block;
margin:0;
padding:5px 0 0;
width:391px;
}

#calendarFeature {
margin-top: -14px;
	margin-top: 0;
	position: relative;
}
#calendarFeature1 {
	background: transparent url(../images/calendarbox-bg-middle.png) repeat-y scroll 0 0;
	margin-top: -5px;
	position: relative;
}
#calendarCaption {
	width: 305px;
	float: right;
}
#calendarCaption a {
	border: none;
}
#calendarCaption a:hover {
	border-bottom: 1px dotted #660000;
}
#calendarCaption p {
	margin-top: 0;
}
/*
		////////////// Online Activities - Home Page //////////////// 
	*/
#activities h2 {
	text-align: left;
	margin-bottom: 3px;
}
#activities h3 {
	text-align: left;
	margin: 4px 0 3px 0;
}
#activities p {
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0;
}
#activities h3 a {
	text-decoration: none;
	border-bottom: none;
}
#activities h3 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #660000;
}
#firstCol {
	width: 218px;
	margin: 3px 12px 0 0;
	float: left;
	clear: none;
}
#secondCol {
	width: 218px;
	margin: 3px 12px 0 12px;
	float: left;
	clear: none;
}
#thirdCol {
	width: 218px;
	margin: 3px 12px 0 12px;
	float: left;
	clear: none;
}
#fourthCol {
	width: 218px;
	margin: 3px 0 0 12px;
	float: left;
	clear: none;
}
/*
		////////////// UPcoming Shows - Home Page //////////////// 
	*/
.calendarDetail {
	width: 355px;
	height: 55px;
	margin: 14px 0 28px 20px;
	display: block;
}
.dateBlock {
	float: left;
	clear: none;
	margin: 0 12px 0 0;
	display: block;
}
.textBlock {
	width: 290px;
	margin-left: 65px;
}
.textBlock h3 {
	text-align: left;
	margin: 0 0 1px 0;
}
.textBlock h3 a {
	text-decoration: none;
	border-bottom: none;
}
.textBlock h3 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #660000;
}
.textBlock p {
	font-family: ArialMT, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
}
/*
		////////////// Classes ////////////////
	*/
.cutOutBox {
	background-color: #661713;
	padding: 3px 12px 3px 18px;
}
.subtitleYellow {
	color: #FC0;
}
.textWhite {
	color: #fff;
	font-size: .675em !important;
}
/*
		////////////// Footer - Universal ////////////////
		Note - text-shadow only works in Safari and is used to eliminate the anti-alias bolding of light text on dark bg on Mac systems 
	*/
#footerWrap {
	width: 100%;
	height: 128px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/footer-bg.png);
	display: block;
	border: none;
}
#footer {
	width: 1024px;
	margin: 0 auto;
	color: #FFFFFF;
	display: block;
	border: none;
}
#nsf {
	width: 555px;
	margin: 38px 0 0 31px;
	padding: 0;
	background-color: #000000;
	display: block;
	float: left;
	border: none;
}
#nsfLogo {
	width: 57px;
	height: 57px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	clear: none;
	background: #000000 url(media/images/nsf_logo.png) no-repeat;
}
#nsfText {
	width: 485px;
	height: 57px;
	margin: 0;
	padding: 8px 0 0 10px;
	background-color: #000000;
	color: #CCCCCC;
	font-family: Helvetica;
	font-size: .7em;
	line-height: 1.1em;
	text-shadow: #000 0 0 0;
}
#copyright {
	width: 250px;
	margin: 45px 45px 0 0;
	display: block;
	float: right;
	clear: none;
	text-align: right;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: #000 0 0 0;
	position: relative;
}
#copyright a {
	text-decoration: none;
	border-bottom: none;
	color: #FFFFFF;
}
#copyright a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}
/*
		//////////// Forms ////////////
	*/
form {
	margin: 0;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form.contact {
	padding: 3px;
}
form.contact label {
	display: block;
	float: left;
	font-size: .95em;
	margin: 0 0.5em 1em 0;
	text-align: right;
	width: 100px;
}
form.contact label, form.contact p, form.contact h5, form.contact br {
	clear: left;
}
form.contact fieldset {
	line-height: 1.3;
}
form.contact input, form.contact select, form.contact textarea {
	display: inline;
	margin: 0 0.25em 0.5em;
}
:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
form.contact p {
	font-size: .75em;
}
form span.formNote {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}
form span.required {
	color: #7F0000;
}
form.contact fieldset.center {
	text-align: center;
}
form.contact fieldset {
	line-height: 1.3;
	margin-bottom: 15px;
	padding: 10px;
	background: #F8F0CE;
	border-bottom: 1px solid #2F2E2C;
	border-right: 1px solid #2F2E2C;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2111240-6");
pageTracker._trackPageview();
} catch(err) {}</script>