/*
    C&S Waste Solutions
*/

* { 
    margin: 0;
}

/* Global Definitions */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
a {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #009A5B;
}
h3 {
    font: bold 18px Arial,"times new roman",serif;
}

/* Layout Positioning */
#wrapper { 
    margin: 0 auto;
    width: 952px;
}
#faux {
    background: #FFF url('/images/content.png') no-repeat;
    margin-bottom: 20px;
    overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    width: 100%;
}
#header {
    color: #333;
    width: 952px;
    height: 344px;
    margin: 10px 0px 0px 0px;
    background: #FFF url('/images/header.png');
}
#subheader {
    color: #333;
    width: 952px;
    height: 59px;
    margin: 0px 0px 0px 0px;
    background: #FFF url('/images/subheader.png');
}
#subheader #quicklinks {
    position: relative;
    float: right;
    top: 27px;
    right: 165px;
}
#subheader p {
    font-size: 16px;
    padding: 10px 0 0 40px;
    width: 534px;
    color: #000;
}
#leftcolumn { 
    display: inline;
    color: #333;
    margin-top: 20px;
    padding: 0 20px 27px 40px;
    width: 282px;
    float: left;
}
#content { 
    float: left;
    color: #333;
    margin-top: 20px;
    padding: 0 20px 0 20px;
    width: 283px;
    display: inline;
    position: relative;
    border-left: 1px solid #dae0e1;
}

.content p {
    padding:0 0 10px 0;
}

.content li {
    padding:10px 0;
}

#rightcolumn {
    display: inline;
    position: relative;
    color: #333;
    padding: 0px;
    width: 278px;
    float: right;
}
#serving {
    color: #666;
    position: relative;
    padding: 20px 5px 0 0;
    float: right;
    height: 25px;
}

/* Navigation */
#navigation {
    font: bold 14px Arial,"times new roman",serif;
    position: relative;
    top: 18px;
    left: 8px;
}

#navigation ul {
    display: inline;
    list-style: none;
}

#navigation ul li {
    list-style: none;
    display: inline;
}

/* Nav Skin */
#navigation a {
    padding: 6px 30px 6px 30px;
    border-right: 1px solid #003a85;
    color: #FFF;
    text-decoration: none;
}

#navigation a:visited {
    color: #FFF;
}

#navigation li li {
    font: normal 12px Arial,"times new roman",serif;
    border-top: 1px solid #0061AA;
    background: #010144;
    margin: 0;
}

#navigation li li:hover {
    background: #0061AA;
    outline: 0;
}

/* Nav Sizes and Hovers */
#nav_home {
    width: 100px;
    height: 29px;
}
#nav_home:hover,#nav_planning.sfHover {
    background-image: url(/images/home_bg.gif);
}
#nav_planning {
    width: 121px;
    height: 29px;
}
#nav_planning:hover,#nav_planning.sfHover {
    background-image: url(/images/planning_bg.gif);
}
#nav_experience {
    width: 140px;
    height: 29px;
}
#nav_experience:hover,#nav_experience.sfHover {
    background-image: url(/images/experience_bg.gif);
}
#nav_contact {
    width: 140px;
    height: 29px;
}
#nav_contact:hover,#nav_contact.sfHover {
    background-image: url(/images/contact_bg.gif);
}
#nav_portable {
    width: 220px;
    height: 29px;
}
#nav_portable:hover,#nav_portable.sfHover {
    background-image: url(/images/portable_bg.gif);
}
#nav_fencing {
    width: 218px;
    height: 29px;
}
#nav_fencing:hover,#nav_fencing.sfHover {
    background-image: url(/images/fencing_bg.gif);
}

/*
li:hover,li.sfHover
outline: 0;
*/

/* Footer */
#footer {
    color: #666;
    text-align: center;
    font-size: 11px;
}

#footer a {
    padding: 0 10px 0 10px;
}

/* Misc Classes */
.clear { 
    clear: both;
    background: none;
}
.content_news {
    border-bottom: 1px solid #DAE0E1;
    padding: 10px 0 12px 0;
}

.content_news2 {
    padding: 10px 0 12px 0;
}

.content_news img, .content_news2 img {
    float:left;
    padding-right: 15px;
}

.right_news {
    width: 240px;
    color: #666;
    padding: 10px 0 12px 0;
}

.right_news table {
    border-bottom: 1px solid #DAE0E1;
}

.right_news2 {
    width: 240px;
    color: #666;
    padding: 10px 0 12px 0;
}

.right_news img, .right_news2 img {
    float:left;
    border:0px;
    padding-right: 15px;
}