﻿html { margin: 0px; }

body
{
	background-color: #5E8DA7;
	margin: 0;
	color: #000000;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2em 0 2em;
}

#footer a, #footer a:visited {color: #F3EFC0; }

#pageFrame
{
	min-width: 500px;
	background-color: #5E8DA7;
}

#header
{
	background-color: #990000;
	z-index: 10;
	height: 110px;
}

#logo {
	float: left;
	left: 2.75em;
	position: absolute;
	z-index: 15;
}

#logo img {
	border: 0px;
}

#mountainlogo {
	float: left;
	top: 13em;
	position: absolute;
	z-index: 10;
}

#pageTitle {
	top: 1.5em;
	left: 14em;
	position: absolute;
}

#footer
{
	color: #F3EFC0;
	background-color: #666666;
	z-index: 10;
	border-top: solid 2px #5E8DA7;
	border-bottom: solid 2px #5E8DA7;
}

#footer a:hover {
	background-color: #990000;
}

#search {
	position: absolute;
	right: 2.75em;
	top: 2em;
}

#leftColumn
{
	background-color: #5E8DA7;
	float: left;
	width: 12.75em;
}

#contentColumn
{
	border-right: solid 2px #5E8DA7;
}

#innerContentColumn
{
	background-color: #F3EFC0;
}

#crumbs
{
	color: #F3EFC0;
	background-color: #990000;
	height: 1.25em;
	text-indent: .5em;
	text-transform: capitalize;
}

#crumbs a
{
	color: #F3EFC0;
	text-decoration: none;
}

#topmenu {
	top: 8.55em;
	position: relative;
	background-color: #666666;
	width: 100%;
	border-top: solid 2px #5E8DA7;
	border-bottom: solid 2px #5E8DA7;
	height: 1.75em;
}

#navcontainer {
	margin-left: 13em;
}

#nav, #nav ul {
	padding: 0;
	list-style: none;
	margin: 0 0 0 0;
	font-weight: bold;
	background: #666666;
	width: 100%;
}

#nav a {
	display: block;
	color: #F3EFC0;
	text-decoration: none;
	padding: 0.25em 1em 0.25em 1em;
}

#nav a.daddy {
	background: url("/images/rightarrow2.gif") center right no-repeat;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 15em;
	font-weight: normal;
	border: solid #5E8DA7;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #990000;
}

/*---------------- fixs ----------------*/

#innerLeftColumn, #innerContentColumn
{
	overflow: visible;	/* fix the Win32 IE italics bug */
	height: 100%;		/* ditto */
}

#innerleftcolumn, #innercontentcolumn
{
	overflow: hidden;	/* IE5.0 fix the Win32 IE italics bug */
	width: 100%;
	height: auto;
}

#innerleftcolumn/* hide from IE5.0 */, #innercontentcolumn/* hide from IE5.0 */
{
	overflow: visible;	/* reset IE5.0 fix for 5.5 */
	height: 100%;		/* ditto */
	width: auto;		/* reset Safair after picking up the above IE5.0 fix : it's case insensitive to CSS selectors */
}

* html #header
{
	position: relative;
}

#contentColumn
{
	width: auto;
	margin-left: 14.50em;
}

#innerLeftColumn, #innerContentColumn
{
	padding: 10px;
}

#innerFooter
{
	padding: 2px;
}
#footer
{
	clear: left;
}

#innerFooter
{
	text-align: center;
}

#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}

#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}

#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
