@charset "iso-8859-1";
/* author: bill cole */
/* Creation date: 26/09/2005 */
body {
	font:78%/0.5, arial, helvetica, serif;/*expands and contracts the whole page*/
	background: white url(bgbaba.gif);
	text-align: center;
	padding: 0;
	margin: 2em;
}

#container {/*affects the whole list system*/
	width: 60em;
	background: white;
	text-align: left;
	border: 0;
	margin: 0 auto;
	float: left;
}

p {/*affects p - not p#smurf*/
	background: url(tmontage2.jpg) center no-repeat;
	margin: 1em 2em;
}

p#smurf {
	background: transparent;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	color:#000099;
}

#smurf strong {/*affects strong portion of smurf only-over-rules main smurf*/
	font-size: 1.2em;
	color:red;
}

h1 {
	height:108px;
	background: url(perciformes3.gif) bottom center no-repeat;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

#nav, #nav ul { /*affects content of all menu head and drops*/
	float: left;
	width: 48em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid white;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {/*nav is the whole list*/
	display: block;
	width: 10em;
	w\idth: 10em;
	font-size: 1.0em;
	color: #000099;/*font color for all levels*/
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url( 1.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;/*restricting em value pushes the headings into horiz line, incraese makes vertical*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:14.4em;
	w\idth: 15em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width:13em
}

#nav li ul a {
	width:13em;
	w\idth: 13em;
}

#nav li ul ul {
	margin: -1.75em 0 0 12em;/*movesdistance between levels, if too much seperates*/
}

#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 {/*affects all levels*/
	background: white;
}

#content {
	clear: left;
}

#content a {
	color: white;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 20px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 99px;
	background:  url(images/contactmontage2.jpg) center;
	background-position: 1px 0;
}

#scaffolding a:hover {
	background-position: 181px ;
}