/* CSS Document */

p#smurf {
	background: transparent;
	font-style: italic;
	
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}

h1 {
	/*position:absolute; this doesn't work*/
	text-indent: -9000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	background-image: url(../../newdesign/images/top6.jpg);
	width: 790px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	
	/*float: left;this does not seem to be needed*/
	background-color: #000000;
}

/*for home and contact links*/
#homelinks {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding-left: 20px;
	line-height: 130%;
	float: left;
	margin-top: 20px;
}
#homelinks a {
	color:#333333;
	text-decoration: underline;
}
#homelinks a:link {color:#333300;}
#homelinks a:visited {color: #333300;}
#homelinks a:hover {color: #FF0000;}
#homelinks a:active {color:#333300;}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold; 
	padding: 0;
	border: solid #eda;
	border-width: 0px 0;
	margin: 0 0 0 0;
	z-index: 100;	
}

#nav a {
	display: block;
	width: 6em; /* what doies this change?*/
	w\idth: 6em; /*this seems to change the width in the id current item,but also widthin in ie6*/
	color: #504029;
	text-decoration: none;
	padding: 0.25em 2em;
	
}


/*#nav .currentpage a{
	display: block;
	width: 6em; /* what doies this change?*/
	/*w\idth: 6em; /*this seems to change the width in the id current item,but also widthin in ie6*/
	/*color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
	
}*/




/*#nav .menulink a{
	display: block;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
	background-color:#FF0000;
}*/

#nav li {
	float: left;
	padding: 0;
	width: 10em;/*this changes width of tab but doesn't in ie6*/
}


/*.currentpage ul li{
background-color:#DBD5B5;
width: 10em;/*this changes width of tab but doesn't in ie6
} */

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em; /*this changes width of dropbox for ie*/
	w\idth:16em; /*ie5x ignores this, other browsers dont?*/
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	
	width: 16em;
	padding-right: 1em;/*for firfox*/ 
	padd\ing-right: 0;/*for ie*/
}

#nav li ul a {
	width: 15em;
	w\idth: 12em;
	
}

#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-color: #eda;
	
}

#nav .currentpage a{
	display: block;
	color: #990000;
	text-decoration: none;
	padding: 0.25em 2em;
}
/*#nav .currentpage li:hover, #nav .currentpage li.sfhover{
	width:=20em;
	background color:#CCCCCC;
	color:#FF0000;!important;
}*/



/* -- skip navigation -- */
#skipNav {
	font: 1.0em Arial, sans-serif;
	/*display: block; maybe this does something?*/
	color: #000000;
	left: -999px;
	position: absolute;
		} 
	
#www {
	float: right;
	margin-top: 50px;
	margin-right: 110px;
	font-weight: bold;
}




