﻿html, body 	{
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #868686 url('../images/bg_main.gif') repeat-x 0 -43px;
	margin: 0;
	padding: 0;
}
	
a	{
	background-color: inherit;
	color: #800000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover	{
	background-color: inherit;
	color: #CC3300;
}
	
p	{
	margin: 0 0 10px 0;
	padding:0;
	}
	
img {
	border: 0;
}

/****** LAYOUT ******/
#headercontainer	{
	width: 950px;
	height: 193px;
	margin: 0 auto;
}

#header	{
	width: 950px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}
	
#mainaddress 	{
	float: left;
	margin: 0;
}
	
#mainaddress p 	{
	font: 10pt "Times New Roman", Times, serif; 
	color: #FFFFFF;
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
	background-color: inherit;
}	

#address 	{
	float: right;
}
	
#address p 	{
	font: 10pt "Times New Roman", Times, serif; 
	color: #FFFFFF;
	background-color: inherit;
	text-align: right;
	margin: 2px 0 0 0;
	padding: 0;
}	

/****** TOP MENU ******/	
#navigation	{
	width: 950px; 
	height: 31px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	background: url('../images/bg_topnav2.gif');
}
	
#topmenu {
	margin-right:87px;
	height:31px;
	background: url('../images/bg_topnav.gif') repeat-x;  
	text-align: center;
	border-right: 1px solid #666666;
	line-height: 31px;
}
	
#topmenu ul {
	margin:0; 
	padding-left: 0; 
	display: inline;  
	list-style: none;
}
	 
#topmenu li {
	float:left; 
	margin: 0;  
	padding: 0px 20px 0px 20px; 
	list-style: none; 
	display: inline; 
	background: url('../images/bg_navbutton.gif') no-repeat right;  
}

#topmenu a	{
	color: #000000;
	background-color: inherit;  
	text-decoration: none; 
	font: 11px Tahoma, Arial, Sans-Serif; 
}
	
#topmenu a:hover	{
	text-decoration : none;
	border-bottom: 2px solid #1D76CB;
}
#topmenu li.noborder {
	background: none;
}	
#smallicons	{
	float: right; 
	width: 87px; 
	height:28px; 
	text-align: center; 
	display: block;
}
	
#topright	{
	width: 950px;
	margin: 0 auto;
	height: 122px;
	background: url('../images/mills-header-950-2.jpg') no-repeat;
	}
	
/***** Content and Side Column ******/	
div#container {
	width:950px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	}

#content	{
	float: right;
	width: 730px; 
	text-align: left; 
	margin: 0 0 0 0px;
	padding: 0;
	}
	
#content h1	{
	color: #5F5F5F;
	background-color: inherit;
	font-size: 18px; 
	margin: 10px 0 0 20px;
	padding: 5px 0 0 0;
	}
	
#content h2	{
	color: #5F5F5F;
	background-color: inherit;
	font-size: 14px; 
	margin: 10px 0 5px 20px;
	padding: 5px 0 0 0;
	}
	
#content p	{
	text-align: left;
	line-height: 18px;
	margin: 10px 20px 18px 20px;
	}
	
#content ol	{
	margin:15px 30px 0 0;
	padding:0;
}	
	
#content ol li {
	list-style: decimal;
	margin: 4px 0 0 55px;
	padding: 0;
}

#content ol.bolded	{
	font-weight: bold;
}

#content ul	{
	margin-bottom: 10px;
	padding:0;
}

#content ul li {
	margin: 5px 0 0 35px;
	padding-left: 0;
	list-style: disc;
	line-height: 16px;
	font-weight: normal;
}

#content ul.indentmore li {
	margin: 5px 0 0 50px;
}

#content ul#two-column	{
	float:left;
	width: 300px;
	margin: 5px 0 10px 35px;
    padding: 0;
}

#content ul#two-column li	{
	float:left;
	width: 150px;
	margin: 5px 0 0 0;
    padding: 0;
}	
	
#leftcolumn	{
	float: left;
	width: 220px;
	text-align: left;
	margin-left: 0;
	color: #000000;
	background: #f4f4f4 url('../images/leftbar_footer-220.gif') no-repeat bottom left;  
	padding: 0 0 20px 0;
}
	
#leftcolumn div	{
	background: url('../images/bg_hdot.gif') repeat-x 50% bottom;
	}
	
#leftcolumn h2	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	background-color: inherit;
	letter-spacing: 1px;
	margin: 5px 0 9px 10px;
	}
	
#leftcolumn p	{
	font: 11px "MS Sans Serif", Geneva, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0 10px 20px 10px;
	padding: 0 0 10px 0;
	}
	
#leftcolumn a	{
	font-size:12px;
	color: #2665A5;
	background-color: inherit;
	text-decoration: none;
	}
	
#leftcolumn a:focus, #leftcolumn a:hover	{
	text-decoration : underline;
	}
	
#leftcolumn ul, #leftcolumn ol	{
	display: block;
	border: none;
	margin: 0 0 15px 0;
	padding: 0 0 15px 1px;
	}
	 
#leftcolumn ul li {
	margin-left: 0;
	padding-left: 0;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	list-style: none;
	line-height: 18px;
	}
	
#leftcolumn ol	{
	margin-bottom:5px;
	padding:0;
}	
	
#leftcolumn ol li {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	list-style: decimal;
	margin: 4px 0 0 35px;
	padding: 0;
}

#leftcolumn p a {
	margin: 0 0 0 35px;;
	padding: 0;
}

#leftcolumn ul a	{
	display: block;
	color: #1A5FA8;
	text-decoration: none;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #f2f2f2;
	}
		
#leftcolumn ul a:focus, #leftcolumn ul a:hover	{
	text-decoration: underline;
	background: #e2e2e2;
	color: inherit;
	}	

#clearall	{
	clear: both;
}
.clear	{
	clear: both;
}

#footer	{
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/bg_footer-3.gif') no-repeat;
	padding-top: 12px;
	}
	
#links {
	margin-right:300px;
	height:32px;
	text-align: left;
	color: #FFFFFF;
	background-color: inherit;
	padding-left: 5px;
	}
	
#links ul {
	margin:0;
	padding-left: 0;
	display: inline;
	list-style: none;
	}
	 
#links li	{
	float:left;
	margin: 0;
	padding: 0 7px 0px 7px;
	list-style: none;
	display: inline;
	border-right: 1px solid #FFFFFF;
	}
	
#links li.last	{
	border-right: none;
	}
	
#links a	{
	font-size: 11px;
	color: #FFFFFF;
	background-color: inherit; 
	text-decoration: none;
	}
	
#links a:hover	{
	text-decoration: underline;
	}
	
#copyright	{
	float: right;
	width: 300px;
	height:32px;
	text-align: right;
	display: block;
	color: #FFFFFF;
	background-color: inherit;
	font-size: 11px;
	padding-right: 20px;
	padding-top: 0px;
	}
	
#design-by	{
	text-align: center;
	width: 950px;
	background: #D6D6D6;
	color: inherit;
}

#design-by p {
	text-align: center;
	font-size: 9px;
	padding: 0;
	margin: 0;
}	
	
div#rightbox       {
	width: 170px;
	float: right;
	padding: 2px 3px 2px 3px;
	margin: 0px;
	text-align:center;
}

div#rightbox-2       {
	width: 210px;
	float: right;
	padding: 2px 3px 2px 3px;
	margin: 0px;
	text-align:center;
}

div#rightbox-3       {
	width: 300px;
	float: right;
	padding: 22px 3px 2px 3px;
	margin: 0px;
	text-align:center;
}

div#rightbox-4       {
	width: 250px;
	float: right;
	padding: 02px 3px 2px 3px;
	margin: 0px;
	text-align:center;
}

div#rightbox-5       {
	width: 450px;
	float: right;
	padding: 02px 3px 2px 3px;
	margin: 0px;
	text-align:center;
}

div#leftbox-2       {
	width: 250px;
	float: left;
	padding: 2px 3px 2px 3px;
	margin: 30px 10px 0 0px;
	text-align:center;
}

.imagebox	{
	text-align: center;
	margin: 0 0 20px 0;
}

div#contact-wrapper {
	margin: 0 0 0 0;
	width: 400px;
	}

div#contact-wrapper h2 {
	margin: 10px 0 0 230px;
	}
	
div#contact-wrapper .contact-box-1,
div#contact-wrapper .contact-box-2,
div#contact-wrapper .contact-box-3,
div#contact-wrapper .contact-box-4	{
	float:left;
	width: 420px;
	margin: 10px 0 0px 0;
	padding: 0;
}

div#contact-wrapper .contact-title	{
	width: 230px;
	float: left;
	height: 40px;
}	

div#contact-wrapper .contact-box-2 .contact-title, div#contact-wrapper .contact-box-3 .contact-title	{
	width: 230px;
	float: left;
	height: 20px;
}

div#contact-wrapper .contact-title p {
	text-align: right;
	padding: 0;
	margin: 0 20px 0 0;
}

div#contact-wrapper .contact-info	{
    width: 190px;
    float: right;
}

div#contact-wrapper .contact-info p	{
	margin: 0;
	padding: 0;
}

.clearleft	{
	clear: both;
}

.img-right {
	float: right;
}

#formbox {
	margin-left: 30px;
}

#formbox dt {
	font-style:italic;
	margin-bottom: 5px;
}	

#formbox dd {
	font-weight: bold;
	margin-bottom: 15px;
}

.formback {
	background:transparent;
	border: 0;
	font-weight: bold;
	color:blue;
	padding:5px;
}

input.formback:hover {
	color: red;
	cursor:pointer;
}

h1.hide {display: none;}

#content .listbox-1 {
	width: 300px;
	float: left;
	margin: 30px 20px 0 120px;
	padding: 0;
	
}
#content .listbox-1 li {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
}

#content .listbox-2 {
	width: 400px;
	float: left;
	margin: 0 0 10px 60px;
	padding: 0;
}
#content .listbox-2 li {
	width: 200px;
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	list-style:none;
}
#content .listbox-3 {
	width: 380px;
	margin: 10px 0 10px 0;
	padding: 0;
	float: right;
}
#content .listbox-3 li {
	margin: 0 0 0 0px;
	padding: 0;
	list-style:none;
}


#indoor-air {
	width: 700px;
}
#indoor-air td {
	width: 175px;
	text-align: center;
	font-weight: bold;
}

#uv-lights {
	width: 400px;
	margin: 0 auto;
}
#uv-lights td {
	width: 200px;
	text-align: center;
	font-weight: bold;
}