/* DHTML CSS THINGY */

#container {
	text-align: left;
	margin: 0 auto;
	z-index:999;
	
}
p {
	margin: 1em 2em;
}
body {
	font: 78%/1.5 arial, helvetica, serif;
	text-align: center;
	padding: 0;
	background-color: white;
}
p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #999999;
}
#smurf strong {
	font-size: 1.2em;
	color: black;
}

h1 {
	height: 1px;
	
	margin: 1em 0 0 0;
}

#nav, #nav ul {
	float: left;
	width: 758px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDDEE6;
	border-right-color: #CDDEE6;
	border-bottom-color: #CDDEE6;
	border-left-color: #CDDEE6;
	z-index:999;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #456C93;
	text-decoration: none;
	padding: 0.25em 2em;
	z-index:999;
}

#nav a.daddy {
	z-index:999;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
	z-index:999;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	z-index:999;
}

#nav li li {
	padding-right: 1em;
	width: 13em
	z-index:999;
}

#nav li ul a {
	width: 15em;
	w\idth: 9em;
	z-index:999;
}

#nav li ul ul {
	margin: -1.73em 0 0 14em;
	z-index:999;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index:999;
}

#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;
	z-index:999;
}

#nav li:hover, #nav li.sfhover {
	background-color: #CDDEE6;
	z-index:999;
}

#content {
	clear: left;
	z-index:999;
}

#content a {
	color: #000000;
	z-index:999;
}

#content a:hover {
	text-decoration: none;
	z-index:999;
}



