@charset "utf-8";
/* CSS Document */
body {
	font: 78%/1.5 arial, helvetica, serif;
	text-align: center;
	padding: 0;
	background-color: #999;
}

#container {
	width: 90%;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#header {
	margin: 0;
	height: 5em;
}

#headera {
	float: left;
	padding-left: 1em;
}

#headera a img {
	border: none;
}


#headerb {
	float: right;
	padding-right: 1em;
}

#headerb a img {
	border: none;
}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 2;
	background: #0083A9;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0em;
	border-top: 2px;
	border-right: none;
	border-bottom: 2px;
	border-left: none;
}

#nav a {
	display: block;
	width: 7em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 8em;
	w\idth: 12em;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	w\idth: 11em;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	padding: -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: #00ADD0;
}

/* Hides from IE5-mac \*/
* html #buggybox {height: auto;}
/* End hide from IE5-mac */ 

#new {
	height: 20em;
	width: 20em;
	top: 25%;
	left: 30%;
	text-align: left;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #999;
	position: absolute;
	border: 20px;
	padding-top: 1em;
	text-indent: 1em;
}


#new h2 {
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	line-height: .5em;
	color: #000;
	vertical-align: bottom;
}

#new p {
	font-size: 1em; 
	text-indent: 2em; 
	line-height: .01em;
}
#new h3 {
	font-size: 1em;
	line-height: .01em;
	color: #00549F; 
	text-indent: 1.5em;
}

#new a {
	text-decoration: none; 
	color: #999; 
}

#new a:visited {
	text-decoration: none; 
	color: #999; 
}


#home {
	clear: none; 
	height: 100%;
}

img#home {
	width: 75%;
	float: right;
	border: 0; 
}

img#footprint {
	float: left;
	border: 0;
	position: relative;
	top: 65%;
	padding-left: 5em;
}

#footer {
	clear: both;
	background-color: #333;
	font-size: 1em;
	color: #FFFFFF;
	text-align: left;
	padding-left: 2em;
	vertical-align: middle;
	height: 2em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}		
