/* SAFECLEANGREEN LAYOUT STYLES */

body {
margin: 0;
padding: 0;
background-color: white;
background-image: url(images/bg_beige.gif);
background-repeat: repeat-y;
}

* {
margin: 0;
padding: 0;
font-family: helvetica;
}

#wrapper {
width: 740px;
background-color: transparent;
}

#logo {
width: 740px;
height: 49px;
background-image: url(images/logo.gif);
}

#leftnav {
float: left;
width: 185px;
padding-top: 200px;
background-image: url(images/mission.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: #ECE9DA;
}

#leftnav ul {
margin: 0 23px 0 23px;
}

#leftnav ul li {
border-top: 1px solid #00792F;
list-style: none;
padding: 10px 0;
}

#leftnav ul li.last {
border-bottom: 1px solid #00792F;
}

#leftnav a {
text-decoration: none;
color: #00792F;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}

#leftnav a:hover {
color: #66CC00;
}

#content {
width: 500px;
padding-top: 6px;
margin-left: 220px;
}

#content ul li, #content ol li {
padding-left: 15px;
}

#content ul li {
list-style: none;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 4px;
}

#footer {
clear: both;
padding: 30px;
}
