/*
    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: #009A5B;
}
a img,a:hover img {
    border: 0;
}
h1 {
    font-size: 24px;
}
h3 {
    font: bold 18px Arial,"times new roman",serif;
}
hr {
    width: 50%;
    margin: 15px auto 0px auto;
}
ul {
    margin: 20px;
    list-style: disc;
}
table {
    width: 80%;
    padding: 0;
}
label {
    cursor: pointer;
}
th {
    background: #D3E7EE;
    text-align: center;
}
tr {
    margin: 1px;
}
td {
    padding: 1px;
}
select {
    min-width: 100px;
}
input[type="text"] {
    width: 250px;
}
input,textarea,button {
    border: 1px solid #000;
}
input:hover,textarea:hover,button:hover {
    border-color: #009A5B;
}
button {
    background: #A7D0DF;
    padding: 3px;
}
button[name="delete"] {
    border: 1px dashed #FF0000;
}
fieldset {
    width: 80%;
    padding: 15px 10px 15px 20px;
    border: 1px solid #307BBE;
}
fieldset:hover {
    border-color: #0047A8;
}
fieldset legend {
    padding: 5px;
    border: 1px solid #D3E7EE;
    color: #000;
    font-size: 21px;
    font-weight: 600;
}

/* Layout Positioning */
#wrapper { 
    margin: 0 auto;
    width: 952px;
}
#faux {
    background: #FFF url('/images/content.png') no-repeat;
    margin-bottom: 10px;
    overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    width: 100%;
}
#header {
    color: #333;
    width: 952px;
    height: auto;
    margin: 10px 0px 0px 0px;
    background: #FFF;
}
#homelink {
    background: #FFF url('/images/logo_ca.png') no-repeat;
    float: left;
    width: auto;
    height: 63px;
}
#homelink a {
    height: 63px;
    width: 500px;
    display: block;
}
#banner {
    background: transparent;
    margin-left: 1px;
    height: 252px;
    width: 952px;
    z-index: 5;
}
#subheader {
    color: #333;
    width: 952px;
    height: 59px;
    margin: 0;
    text-align: justify;
    background: #FFF url('/images/subheader.png') no-repeat;
}
#subheader #quicklinks {
    position: relative;
    float: right;
    top: 27px;
    right: 165px;
}
#subheader #title {
    font-size: 16px;
    padding: 15px 0 0 40px;
    width: 600px;
    height: 45px;
    color: #000;
}
#leftcolumn {
    color: #333;
    margin-top: 20px;
    padding: 0 20px 27px 40px;
    width: 585px;
    float: left;
}
#leftcolumn h1, h2, h3, h4 {
    padding-bottom: 10px;
}
#leftcolumn #content_right p{
    padding-bottom: 0;
}
#leftcolumn p {
    padding-bottom: 10px;
}
#leftcolumn li {
    padding-bottom: 10px;
}
#leftcolumn table {
    width: 100%;
}
#leftcolumn td {
    padding: 10px;
    margin: 2px;
}

#contact table {
    width: 375px;
}

#contact td {
    padding: 2px;
    margin: 0px;
}

#content_left {
    float: left;
    width: 282px;
    margin: 0;
}
#content_right {
    float: right;
    padding-left: 15px;
    width: 283px;
    border-left: 1px solid #DAE0E1;
    margin: 0;
}
#content_right2 {
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px -90px 0px 0px;
}
#rightcolumn { 
    position: relative;
    color: #333;
    padding: 0px;
    width: 278px;
    float: right;
}
#serving {
    color: #666;
    position: relative;
    padding: 20px 5px 0 0;
    float: right;
    height: 25px;
}

/* Nav Positioning */
#navigation {
    font: bold 14px Arial,"times new roman",serif;
    position: relative;
    width: 952px;
    height: 29px;
    background: #FFF url('/images/navbg.png') left no-repeat;
    z-index: 50;
}

#navigation ul {
    display: inline;
    list-style: none;
}

#navigation ul li {
    list-style: none;
    display: inline;
}

/* Footer */
#content_footer {
    background: transparent;
}
#footer {
    color: #666;
    text-align: center;
    font-size: 11px;
}
#footer a {
    padding: 0 10px 0 10px;
}

/* Misc Classes */
.error {
    border-color: #FF0000;
    color: #FF0000;
}
.content {
    border-bottom: 1px solid #c6c9ca;
    padding: 25px 0px;
}

.clear { 
    clear: both;
    background: none;
}

.clink {
    border-bottom: 1px solid #DAE0E1;
    padding: 10px 0 12px 0;
}

.clink_last {
    padding: 10px 0 12px 0;
}

.clink img, .clink_last img {
    float: left;
    padding-right: 15px;
}

.quicklink {
    width: 240px;
    color: #666;
    border-bottom: 1px solid #DAE0E1;
    padding: 8px 0 10px 0;
}

.quicklink_last {
    width: 240px;
    color: #666;
    padding: 8px 0 8px 0;
}

.quicklink img, .quicklink_last img {
    float: left;
    border: 0px;
    padding:0 15px 0 10px;
}

.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;
}