/* General */

/* Reset Common Tags */

a, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, img
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px auto;
    padding: 0px;
    background-image: url(../../images/body_bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #FF8002;
    font-family: Arial;
    font-size: 12px;
    color: #ff9f40;
}

#outerwrapper
{
    height: auto;
    width: 100%;
}
#outerwrapper #wrapper
{
    height: auto;
    width: 1677px;
    margin: 0 auto 0 auto;
}
#inner-wrapper
{
    margin: 0px auto;
    width: 800px;
    margin-top: 43px;
    float: left;
    padding-left: 446px;
}
#rightbanner
{
    position: relative;
    width: 431px;
    height: 920px;
    float: left;
    top:0px;
    background-image: URL(/images/waste_back.png);
    background-position: top;
    background-repeat: repeat-y;
}


a
{
    text-decoration: none;
    color: #ff9f40;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

img
{
    border: 0px;
}

p
{
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 12px;
}

/* Structure */

#container
{
    margin: 0px auto;
    width: 800px;
    margin-top: 43px;
}

#layout
{
    margin: 0px auto;
    clear: both;
    float: left;
    width: 800px;
}

#header
{
    clear: both;
    float: left;
    width: 800px;
}

#header-left
{
    float: left;
    width: 206px;
    padding-top: 20px;
}

#header-right
{
    float: left;
    width: 102px;
    padding-left: 492px;
}

#nav-container
{
    clear: both;
    float: left;
    width: 800px;
    padding-top: 22px;
}

#nav
{
    float: left;
    width: 400px;
    height: 20px;
}

#nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#nav li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

#time
{
    float: left;
    width: 400px;
    text-align: right;
    color: #ffffff;
}

#content
{
    clear: both;
    float: left;
    width: 750px;
    background-image: url(.././images/content_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 25px;
    background-color: #ffffff;
}

/* left col */


#content a
{
    text-decoration: none;
}

#content-leftcol
{
    float: left;
    width: 152px;
    padding-right: 24px;
}
#leftcol-nav
{
    margin: 0px 0 50px 0;
}

#leftcol-nav a
{
    text-decoration: none;
}

#leftcol-nav a:hover
{
    text-decoration: underline;
}

#leftcol-nav ul
{
    list-style: none;
    margin: 0;
}

#leftcol-nav ul ul
{
    list-style: none;
    margin-left: 12px;
}

#leftcol-nav li
{
    margin: 2px 0 0 0;
    display: block;
    padding: 0px;
}

#leftcol-sponsors
{
    clear: both;
    float: left;
    width: 152px;
    height: 181px;
    background-image: url(../../images/clients_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 21px;
    margin-bottom: 24px;
    overflow: hidden;
}

.sponsor-inner
{
    overflow: hidden;
    clear: both;
    float: left;
    width: 146px;
    height: 55px;
    margin: 2px 1px 3px 2px;
}

.sponsor-image
{
    float: left;
}

#leftcol-quicklinks
{
    clear: both;
    float: left;
    width: 152px;
}

.left-quicklink
{
    clear: both;
    float: left;
    padding-bottom: 4px;
}

#leftcol-social-links
{
    clear: both;
    float: left;
    width: 126px;
    border: solid 2px #d3d4d6;
    margin-top: 10px;
    padding: 10px;
}

#leftcol-social-links a
{
    color: #a7a9ac;
    text-decoration: underline;
    font-size: 12px;
}

#leftcol-social-links a:hover
{
    text-decoration: none;
}


/* middle col */

#content-midcol
{
    float: left;
    width: 380px;
    padding-right: 24px;
}

/* right col */

#content-rightcol
{
    float: left;
    width: 170px;
}

#mailing-list
{
    clear: both;
    float: left;
    width: 169px;
    height: 100px;
    background-image: url(../../images/mailing_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color: #ffffff;
}

#mailing-list-top
{
    clear: both;
    float: left;
    width: 149px;
    padding: 4px 10px 10px 10px;
}

#mailing-list-bottom
{
    clear: both;
    float: left;
    width: 164px;
    padding: 2px 5px 0px 0px;
    text-align: right;
}

#latest-news
{
    clear: both;
    float: left;
    width: 169px;
    margin-top: 10px;
}

#latest-news-top
{
    clear: both;
    float: left;
    width: 169px;
}

#latest-news-content
{
    clear: both;
    float: left;
    width: 169px;
    height: 200px;
}

#latest-news-bottom
{
    clear: both;
    float: left;
    width: 169px;
}

#rightcol-quicklinks
{
    clear: both;
    float: left;
    width: 169px;
    padding-top: 20px;
}

.right-quicklink
{
    clear: both;
    float: left;
    width: 169px;
    padding-bottom: 4px;
}

#footer
{
    color: #c4c4c6;
    clear: both;
    float: left;
    width: 750px;
    padding: 0px 25px 10px 25px;
    text-align: center;
    background-color: #ffffff;
}

#footer a
{
    color: #c4c4c6;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

/* classes */

.lefnav-blue
{
    color: #48a8d2 !important;
}

.lefnav-green
{
    color: #22BB22;
}

.lefnav-green-selected
{
    color: #11AA11;
    font-weight: bolder;
}

.lefnav-blue-selected
{
    color: #6688CC;
    font-weight: bolder;
}

.leftnav-pink
{
    color: #cf616c;
}

.leftnav-pink-selected
{
    font-weight: bolder;
    color: #cf616c;
}

.leftnav-orange-selected
{
    font-weight: bolder;
    color: #ff9f40;
}

.-selected
{
    color: #ff9f40;
    font-weight: bolder;
}

.menu-selected-pink
{
    font-weight: bolder;
    color: #de8f97;
}

.header-pad
{
    padding-bottom: 30px;
}

.title
{
    font-size: 24px;
    line-height: 24px;
}

.time
{
    padding-bottom: 0px;
}

/* news ticker */

#newsTickerContainer
{
    position: relative;
    height: 200px;
    width: 150px;
}
#newsTicker
{
    position: relative;
    height: 200px;
    width: 167px;
    overflow: hidden;
}
#newsTicker .newsItem
{
    font-size: 11px;
    padding: 7px 10px;
    height: 250px;
    width: 150px;
}
#newsTicker .first
{
    margin-top: -1px;
}
#newsTicker .newsItem h3
{
    font-size: 11px;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
}
#newsTicker p, .newsArchive p
{
    margin: 2px 0;
    padding: 0;
    color: #a7a9ac;
    line-height: normal;
}
.newsArchive p
{
    margin: 5px 0;
}
#newsTicker a, .newsArchive a
{
    color: #be202f;
    text-decoration: none;
}
#newsTicker a:hover, .newsArchive a:hover
{
    color: #5ab5dd;
}
.newsArchive hr
{
    margin: 25px 0 25px 0;
    color: #c4c4c6;
}

.menu-selected-blue
{
    font-weight: bolder;
    color: #6688CC;
}

.menu-selected-green
{
    font-weight: bolder;
    color: #22BB22;
}


.menu-selected-orange
{
    font-weight: bolder;
    color: #ff9f40;
}

.menu-selected-pink
{
    font-weight: bolder;
    color: #de8f97;
}

/* contact form table */

.contact-col1
{
    width: 80px;
}

.contact-col2
{
    width: 415px;
    text-align: right;
}

.contact-textbox
{
    border: #ff7f00 1px solid;
    padding: 2px;
}

.contact-row
{
    border-spacing: 0px 16px;
}

/* page editor styles */

.content-title
{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: Arial;
    font-weight: normal;
}

.content-quote
{
    color: #00c2f4;
    font-style: italic;
}

.content-subtitle
{
}

.content-subtitle2
{
    font-size: 1.2em;
}

.colour-community
{
    color: #22BB22;
}

.colour-business
{
    color: #bf212e;
}

.colour-schools
{
    color: #00c2f4;
}

.colour-orange
{
    color: #ff9f40;
}

.content-text
{
    color: #c4c4c6;
}

.td-social-links
{
    width: 30px;
    height: 22px;
}

#sitemap ul
{
    margin-left: 16px;
    margin-bottom: 16px;
}

.post-bar-div
{
    background-image: url(/images/post-div.png);
    background-repeat: no-repeat;
    background-position:center;
    width:380px;
    height:2px;
    padding:10px 0px 10px 0;
    
}

.post-div
{
    width:380px;
}
.post-div img
{
    float:left;
    padding-right:10px;
}

.text-box
{
    border:solid 1px #AAAAAA;
    font-family:Arial;
    font-size:12px;
    color:#999999;
}

.text-box hover
{
}
.post-name
{
    
}
.post-header{
color: #ff9f40;
font-weight:bold;
font-size:12px;
}
.post-date{
color: #999999;
font-weight:bold;
font-size:12px;
}
.wastewatchers-title
{
    margin-top:10px;
    margin-bottom:10px;
    
    color:#5CA540;
    font-weight:bold;
    font-size:22px;
}