/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E4828;
	text-align: center;
	background-color: #D3BE9F;
	margin: 0px;
}

#frame {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
	#margin-top:0px;
	text-align: left;
	padding: 0px;

}

#header {
	width:760px;
	height:273px;
	padding:0px;
	margin:0px;
	background-image:url(cleaning/2008-header.jpg);
	}
	
#dropdown {
	float:left;
	margin:auto;
	width:760px;
	height:49px;
	padding:0px;
	border:0px;
	background-color:#B25B33;
	text-align:center;
	}
	
#homeleft {
	float:left;
	width:470px;
	height:420px;
	padding:0 5px 0 5px;
	margin:0px;
	border:0px;
	background-color:#F4F3EA;
	}

#homeright {
	float:right:
	width:280px;
	height:420px;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#8A4221;
	}	
	
#content {
	width:720px;
	height:100%;
	padding:50px 20px 20px 20px;
	#padding-top:20px;
	margin:0 0 -16px 0;
	#margin:0px;
	border:0px;
	background-color:#FFFFFF;
	}	
	
#footer {
	width:760px;
	height:80px;
	padding:0px;
	margin:0px;
	background-image:url(cleaning/footer.gif);
	}

/* General Text Formatting */	
h1 {height:66px;}
h1 span {display:none; padding:0px; margin:0px;}
#homeleft h1 {background:url(images/home_welcome.gif) no-repeat; height:66px; margin:0; padding:0;}

a {color: #8E4828; text-decoration: none; border-bottom: dashed #8E4828 thin;}
#homeleft a {border:0px; font-weight:bold;}

/* Footer Link Formatting */

#botlinks {text-align:center; font-size:12px;}
#credits, #credits a {text-align:center; font-size:12px; text-decoration:none; border:0px;padding:0 0 20px 0;}


/* Dropdown Navigation Section */

#nav, #nav ul {
	text-align:left;
	list-style: none;
	line-height: 20px;
	background: #D3BE9F;
	font-weight: bold;
	padding:0 0 0 153px;
	margin-top:0px;
	margin-left:0px;  /*This needs to be here for IE to centre the nav menu */
	}

/*These width settings don't appear to change anything in Firefox but makes a difference in IE*/

.subnav {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

#nav a {
	display: block;
	/*width: 114px;
	w\idth: 114px;*/
	color: #000000;
	text-decoration: none;
	padding:0px;
	border:0px;

}

/*The width here affects the width of the main header*/
#nav li {
	float: left;
	padding: 0;
	/*width: 120px;*/ /*Don't specify a width and you'll be able to control spacing by adjusting padding */
}

/* This affects the first dropdown menu*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	w\idth: 190px;
	font-weight: normal;
	padding-left: 0px;
	margin: 0;
}

#nav li li {
	padding-right: 0;
	width: 190px;
	margin-top:-2px;
	border-left:1px solid #8A4221;
	border-right:1px solid #8A4221;
	border-bottom:1px solid #8A4221;
}

/* This controls the border and width of the lower dropdown boxes*/
#nav li ul a {
	width: 190px;
	w\idth: 190px;
	border-right: 0px;
	border-bottom:0px;
}

/* Original Margin margin: -1.75em 0 0 14em; */
#nav li ul ul {
	margin: -1.75em 0 0 7em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul,
 #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #FFFFFF;
}