@charset "utf-8";
/* CSS Document */

html, body {
	background-image: url(structural_images/fall_leaves.png);
	background-attachment: fixed;
    margin: 0 0 1px 0;
	height: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 2em;
}

#seasonImageLeft {
	position: fixed;
	top: 0;
	left: 0;
}

#seasonImageRight {
	position: fixed;
	top: 0;
	right: 0;
}

#content {
	position: relative;
    width: 55%;
    margin: 50px auto;
    padding: 10px 30px 0 250px;
	height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
}

#partners {
	position: absolute;
	top: 360px;
	left: 0;
	width: 210px;
	background-color: #fff;
	border: none;
}

#tagline {
	position: absolute;
	top: -35px;
	left: 250;
}

#tagline_new {
	position: absolute;
	top: -35px;
	left: 250px;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tagline {
	margin: 0 8px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	text-decoration: none;	
}

.season-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	vertical-align: super;
}

#footer {
	margin: 0 auto;
	text-align: center;
}
/* ===== text =====*/

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	line-height: 1.2em;
	color:#006666;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	color:#940;
}

h4, h5, h6 {
	font-size: 10px;
}

.banner-head {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	line-height: 2em;
	color: #940;
}

.regMark {
	font-size: 80%;
}

#footer p {
	font-size: 10px;
	line-height: 1.5em;
}

.summer-link {
	text-decoration: underline;
	color: #006600;
	font-weight: bold;
}

.winter-link {
	color: #000066;
	font-weight: bold;
}

.thumbnail-caption {
	font-size: 10px;
	line-height: 1em;
}

/* ===== image content ===== */

img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#seasonImageLeft {
	position: fixed;
	top: 0;
	left: 0;
}

#seasonImageRight {
	position: fixed;
	top: 0;
	right: 0;
}

/* ===== miscellaneous ===== */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

div#video {
	margin: 0 0 0 90px;
}

/* ===== flash content ===== */

#flashcontent {
	margin: 10px auto 0 auto;
	border: 4px solid #ddd;
	width: 600.00px;
	height: 400.00px;
}

/* ===== tabs =====*/

a.tabstext {
	font-size: 11px;
	font-weight: 900;
}

/* ===== main navigation ===== */

#menuBox {
	position: absolute;
	top: -40px;
	left: -10px;
	width: 220px;
	height: 320px;
	padding: 10px 0 0 0;
    background-color: #fcfcfc;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 6px #9ccc; 
	-moz-box-shadow: 3px 3px 6px #ccc;
	-webkit-box-shadow: 3px 3px 6px #ccc;
}

#navigation ul {
	margin: auto;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-color: #333333;
	width: 160px;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#navigation ul li {
	display: block;
	list-style: none;
	padding: 0px 0px 0px 4px;
	border: 0;
	margin: 2px 0;
	background-color: #fcfcfc;
	position: relative;
}


#navigation ul li:hover {
	background: #eee;
}

#navigation a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 1.8em;
}

#navigation a:hover {
	color: #a0630b;
}

#navigation li.current, #navigation li.current>a {
	background: #eee;
	color: #a0630b;
}

/* ===== sub navigation ===== */

#navigation ul ul {
	position: absolute;
	display: none;
	border: 4px solid #eee;
	width: 160px;
	margin-left: -40px;
	z-index: 10;
}

#navigation ul li:hover>ul {
	display: block;
	background: #fff;
	z-index: 10;
}

#navigation ul ul li {
	border: none;
	margin: 0;
	z-index: 10;
}

#navigation ul ul li a {
	text-align: left;
	white-space: nowrap;
	z-index: 10;
}

#navigation ul ul {
	position: absolute;
	left: 98%;
	top: 0;
	z-index: 10;
}

