﻿html { 
	margin: 0;
}

body {
	background-color: #FFFFFF;
	margin: .5em;
	color: #000000;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

#footer a, #footer a:visited {
	color: #FFFFFF; 
}

#pageFrame {
	min-width: 500px;
	background-color: #FFFFFF;
}

#header
{
	z-index: 10;
	height: 110px;
}

#logo {
	float: left;
	left: 2.75em;
	position: absolute;
	z-index: 15;
}

#logo img {
	border: 0px;
}

#pageTitle {
	left: 14em;
	position: absolute;
}

#footer {
	
}

#footer a:hover {
	background-color: #009966;
}

#leftColumn {
	float: left;
	margin-top: 2.75em;
}

#contentColumn {
}

#innerContentColumn {
	margin-left: 5em;
	margin-right: 2em;
}

#topmenu {
	top: 1.75em;
	position: absolute;
	height: 1.75em;
	z-index: 16;
}

#navcontainer {
	float:right;
	margin-right: 2.5em;
}

#nav, #nav ul {
	padding: 0;
	list-style: none;
	margin: 0 0 0 0;
	font-weight: bold;
	background-image:url('images/menu.png')
}

#nav a {
	display: block;
	color: #FFFFFF;
	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.125em;
	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 15em;
}

#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: #009966;
}

* html #header {
	position: relative;
}

#contentColumn {
	width: auto;
	margin-left: 14.50em;
}

#innerLeftColumn, #innerContentColumn {
	padding: 10px;
}

#footer {
	clear: left;
}

#innerFooter {
	position: relative;
	bottom: 4.5em;
	text-align: center;
	padding: 2px;
}

/*---------------- 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 */
}

#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 */
}

