body {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link { color: #773720; }
a:visited { color: #; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 751px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 60px;
	left : 200px;
	width: 300px;
	z-index: 1;
	}

.toptext h1 {
	font-size : 14px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	font-size: 12px;
	margin : 0px;
	padding : 0px;
	}

.sidebar {
	position : absolute;
	top : 80px;
	left : 550px;
	width: 180px;
	z-index: 1;
	}

.nav {
	color: #E0DFDF;
	border-top: solid 1px #7B7B7B;
	padding-top: 10px;
	border-bottom: solid 1px #7B7B7B;
	font-size: 14px;
	}

.nav div {
	padding-bottom: 10px;
	}

.nav a:link {
	color: #ffffff;
	text-decoration: none;
	}

.nav a:visited {
	color: #9D9D9D;
	text-decoration: none;
	}

.nav a:hover {
	text-decoration: underline;
	}	

.content {
	position : absolute;
	top : 191px;
	left : 0px;
	width: 521px;
	padding: 10px 220px 0 10px;
	background-image: url(/images/sanitation-bg.gif);
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	text-align: center;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 650px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
	
.service-type, .labels	{
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
.first-name, .last-name, .email {
   margin-bottom:8px;
}
.first-name input, .last-name input, .email input {
	width:165px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	background-color:#FFFFFF !important;
}
.service-select	{
	width:165px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	margin-bottom:8px;
	background-color:#FFFFFF !important;
}
.continue-button input {
   margin-top:10px;
}



#disclosures {
	text-align:center;
}	
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures ul li a {
	color: #773720;
}
#disclosures ul li a:visited {
	color:#;
}