/*
    C&S Waste Solutions
*/

* { 
    padding: 0;
    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: #FF9916;
}
h3 {
    font: bold 18px Arial,"times new roman",serif;
}
h1 {
    font-size: 24px;
}
th {
    font-weight: bold;
}
a img {
    border: 0;
}
/* Layout Positioning */
#wrapper { 
    margin: 0 auto;
    width: 952px;
}
#faux {
    background: #FFF url('/images/subpage_content2.gif') no-repeat;
    overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    width: 100%;
}
#header {
    color: #333;
    width: 952px;
    height: 243px;
    margin: 10px 0px 0px 0px;
    background: #FFF url('/images/subpage_header.jpg');
}
#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 h1 {
    font-size: 24x;
    padding: 15px 0 0 40px;
    width: 534px;
    color: #000;
}
#leftcolumn { 
    display: inline;
    color: #333;
    margin-top: 20px;
    padding: 0 20px 27px 40px;
    width: 585px;
    float: left;
}
#rightcolumn { 
    display: inline;
    position: relative;
    color: #333;
    padding: 0;
    height: 400px;
    width: 278px;
    float: right;
    margin-right: 9px;
    background: #F2F8FA url('/images/right_col.gif') no-repeat;
}
#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;
    margin-left: 10px;
}

.right_news table {
    border-bottom: 1px solid #DAE0E1;
}

.snippet {
 padding:0 10px 0 10px;
}

.right_news2 {
    width: 240px;
    color: #666;
    padding: 10px 0;
    margin-left: 10px;
}


.right_news img, .right_news2 img {
    float: left;
    padding: 0px 8px 0px 7px;
    border: 0px;
}

.arrowlist {
    list-style: disc;
}

.contentborder {
    border-bottom: 1px solid #c6c9ca;
    padding-bottom: 25px;
}

.contentborder h2, h3, h4 {
    padding:10px 0;
}

.contentborder p {
    padding:0 0 10px 0;
}

.contentborder td{
    padding: 6px;
}

ul {
    margin: 20px;
}
    
#content_footer {
    background: #FFF url('/images/sub_content_foot.gif') no-repeat;
    width: 952px;
    height: 25px;
}

#homelink {
    float: left;
}

#homelink a {
    height: 45px;
    width: 500px;
    display: block;
}


.leftbox {
    width: 604px;
    margin: 25px 0px 0px 0px;
}
.box_top {
    width: 604px;
    min-height: 15px;
    background: transparent url('/images/content_top.png') no-repeat top center;
}
.box_top h3 {
    padding-left: 29px;
    width: 500px;
}
.box {
    width: 604px;
    color: #000;
    background: #DDE3E5;
    text-align: left;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}
.box p {
    margin: 0;
    padding: 0px 20px;
}
.box_bot {
    width: 604px;
    height: 20px;
    background: transparent url('/images/content_bottom.png') no-repeat bottom center;
}

#photos ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}
#photos ul li {
    padding: 10px;
    display: inline;
}
#photos a {
    margin: 0;
    padding: 0;
    color: #000;
    width: auto;
    font-weight: normal;
}
#photos a img {
    margin: 0;
    padding: 0;
    width: auto;
    overflow: hidden;
}
#photos a:hover {
    color: #000;
    text-decoration: none;
}