/*UNIVERSAL DIVS-------------------------*/

body{
margin: 0px;
background: #F1F1F1 url(images/bg.gif) fixed;
font-family: Arial, Tahoma, sans-serif;
font-size: 11px;
color: #666;
}
#container{
width: 785px;
height: 900px;
padding-bottom: 20px;
margin: 0px auto;
background: #fff;
text-align: center;
border: 1px #ccc solid;
border-top: 4px #999 solid;
}
#container2{
width: 785px;
padding-bottom: 20px;
margin: 0px auto;
background: #fff;
text-align: center;
border: 1px #ccc solid;
border-top: 4px #999 solid;
}
#inside_container{
width: 707px;
margin: 0px auto;
background: #fff;
text-align: center;
}
#nav{
width: 320px;
}
#top{
width: 730px;
height: 158px;
}
#logo{
float: left;
height: 158px;
width: 182px;
}
#menu{
float: left;
width: 340px;
height: 33px;
text-align: left;
padding-top: 120px;
}
#contact{
float: right;
height: 43px;
width: 207px;
padding-top: 110px;
font-size: 10px;
text-align: right;
}
#banner{
float: left;
width: 691px;
margin: 0px auto;
background: #f1f1f1;
text-align: center;
clear: both;
border: 8px #f1f1f1 solid;
}
#flash{
float: left;
width: 691px; 
height: 139px;
margin: 0px;
padding: 0px;
border: 0px;
}
#totalwaste{
float: left;
background: #287334;
width: 214px; 
height: 139px;
margin: 0px;
padding: 0px;
}
#welcome{
width: 707px;
clear: both;
}
#pagebanner{
width: 707px;
clear: both;
padding-top: 5px;
}
#footer {
clear: both;
text-align: right;
width: 707px;
height: 20px;
background: #fff;
font-size: 10px;
color: #666666;
padding-top: 5px;
}
#recycle_cont {
background: #fff;
width: auto;
height: 100%;
}
#left_column {
width: 310px;
float: left;
text-align: left;
padding-left: 0px;
padding-bottom: 60px;
}
#left_column_waste {
width: 364px;
float: left;
text-align: left;
padding-left: 0px;
padding-bottom: 30px;
padding-top: 12px;
}
#left_column_recycle {
width: 460px;
float: left;
text-align: left;
padding-left: 0px;
padding-bottom: 30px;
padding-top: 12px;
}
#left_column_about {
width: 240px;
float: left;
text-align: left;
padding-left: 0px;
padding-bottom: 30px;
padding-top: 12px;
}
#right_column {
width: 391px;
float: right;
}
#right_column_waste {
width: 342px;
float: right;
padding-top: 12px;
}
#right_column_recycle{
width: 232px;
float: right;
padding-top: 0px;
}
#right_column_about {
width: 442px;
float: left;
padding-top: 12px;
text-align: left;
padding-left: 18px;
}
#right_column_about_b {
width: 422px;
float: right;
padding-top: 12px;
text-align: left;
padding-left: 18px;
}
#left_column_about2 {
clear:both;
width: 690px;
float: left;
text-align: left;
padding-left: 0px;
padding-bottom: 30px;
padding-top: 0;
}
.clear {
clear:both;
}
#left_column_about3 {
width: 240px;
float: left;
text-align: left;
padding-left: 0px;
padding-bottom: 30px;
padding-top: 12px;
}
#right_column_about3 {
width: 432px;
float: left;
padding-top: 12px;
text-align: left;
padding-left: 28px;
}
#headerholder{
float: left;
clear: both;
width: 707px;
padding-bottom: 0px;
}
.contact_text {
float:left;
width:120px;
height:100px;
}
#boxholder{
float: left;
clear: both;
width: 707px;
padding-bottom: 25px;
}
#people {
width: 707px;
clear: both;
padding-top: 12px;
padding-left: 5px;
}
.employee {
float: left;
width: 100px;
height: 100px;
padding-right: 17px;
text-align: center;
}

/*CLASSES-------------------------*/

.strong {
font-size: 11px;
font-weight: bold;
color: #328743;
}
.little{
font-size: 10px;
color: #328743;
}
.contactgreen {
color: #7ccd13;
}
.clear {
clear: both;
font-size: 1px;
height: 0px;
}
.gap {
float: left;
width: 16px;
}
.waste_header {
float: left;
width: 224px;
height: 67px;
}
.recycle_box {
width: 232px;
height: 115px;
background: #f6fcee;
border: 1px solid #e6f0e8;
margin-bottom: 5px;
color: #666;
font-size: 10px;
}
.recycle_text {
	float: left;
	width: 94px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.recycle_img {
float: right;
}

/*CLASSES (MIN HEIGHT FIX)-------------------------*/

/* for Mozilla/Safari/Opera */
*>.contentbox {
float: left;
background: #f6fcee;
width: 222px;
text-align: left;
padding-top: 164px;
min-height: 1px;
border: 1px #e3f5cc solid;
}
*>.contentbox p {
margin-top: -150px;
padding-left: 20px;
padding-right: 20px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .contentbox {
float: left;
background: #f6fcee;
width: 182px;
text-align: left;
height: 164px;
padding-left: 20px;
padding-right: 20px;
border: 1px #e3f5cc solid;
}
/* end filter */


/*PAGE ELEMENTS-------------------------*/

p{
font-size: 11px;
line-height: 140%;
margin-bottom: 15px;
margin-top: 11px;
}
ul{
list-style: none;
width: 299px;
margin: 0;
padding: 0;
}
li{
float: left;
position: relative;
height: 33px;
}
li ul {
display: none;
position: absolute; 
top: 32px;
left: 0;
margin: 0;
padding: 0;
height: 33px;
border:0;
}

li > ul {
top: 33px;
left: auto;
}
li:hover ul, li.over ul{ display: block; width: 71px; }

img {
border: 0px;
}

h1 {
font-size: 18px;
color: #328743;
font-weight: normal;
margin: 0px;
padding: 0px;
margin-top: 15px;
}
.ul_box {
background: #fff;
border: 1px solid #e6f0e8;
width: 415px;
height: 320px;
padding-left: 14px;
padding-right: 14px;
line-height: 16px;
}

label,input {
display: block;
width: 150px;
float: left;
margin-bottom: 10px;
margin: 2px;
padding: 2px;

}
label {
text-align: left;
width: 100px;
padding-right: 20px;
}
label.radio {
text-align: left;
width: auto;
padding-right: 8px;
}
.radiotext {
padding-left: 5px;
font-size: 10px;
}
.submitbutton {
width: 59px;
height: 25px;
padding-left: 275px;
}
br.left {
clear: left;
line-height: 30px;
}
.inputRadio {
display: inline;
width: 14px;
padding-top: 8px;
padding: 0px;
margin: 0px;
text-align: left;
}
.contact_textfield {
width: 130px;
font-family: Arial, Tahoma, sans-serif;
font-size: 10px;
color: #666;
border: 1px #c7c7c7 solid;
padding-left: 3px;
}
.contact_textarea {
width: 200px;
height: 55px;
font-family: Arial, Tahoma, sans-serif;
font-size: 10px;
color: #666;
border: 1px #c7c7c7 solid;
padding-left: 3px;
margin-bottom: 6px;
}
/*LINKS-------------------------*/

a:link{
color: #276e33;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #333;
text-decoration: none;
border-bottom: 1px #7ccd13 dotted;
}
a:visited, a:active, a:focus{
color: #276e33;
text-decoration: none;
}
a.rollover:link{
text-decoration: none;
border-bottom: 0px;
}
a.rollover:hover{
text-decoration: none;
border-bottom: 0px;
}
a.rollover:visited, a:active, a:focus{
text-decoration: none;
border-bottom: 0px;
}

/*ROLLOVERS-------------------------*/

#swap01 {
background-image: url(images/nav_01_on.gif);  
width: 63px;
height: 33px; 
}
#swap02 {
background-image: url(images/nav_02_on.gif);  
width: 73px;
height: 33px; 
}
#swap03 {
background-image: url(images/nav_03_on.gif);  
width: 69px;
height: 33px; 
}
#swap04 {
background-image: url(images/nav_04_on.gif); 
width: 93px;
height: 33px;  
}
#swap05 {
background-image: url(images/nav_04_on.gif);  
width: 71px;
height: 33px; 
}
#swap06 {
background-image: url(images/recycling_on.gif);  
width: 71px;
height: 33px; 
}
rollover { display: block; }
rollover img { width: 100%; height: 100%; border: 0; }
rollover:hover { visibility: visible; } 
rollover:hover img { visibility: hidden; } 
.header {
width: 707px;
text-align: left;
padding-top: 8px;
padding-left: 0px;
}
