p,li,ul,h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
}

td {vertical-align:top;}

a {color:#06c;}

.whitespace {
    display:block;
    height:15px;
}

body {
    background: url(/images/bg.jpg) repeat-x;
    color:#707070;
}

#container {
    width: 900px;
    margin: 0 auto;
}

h1 {
    font-family: Arial, sans-serif;
    font-size:2.2em;
    color: #06c;
    font-weight:normal;
    margin:0.9em 0 0.9em 20px;
}

h2 {
    font-family: Arial, sans-serif;
    font-size:1.7em;
    color: #06c;
    font-weight:normal;
}

h3 {
    font-family: Arial, sans-serif;
    font-size:1.7em;
    color: #06c;
    font-weight:normal;
    border-bottom: 2px #06c solid;
}
h1 a,h2 a, h3 a  {text-decoration: none;}

#container .breadcrumbs {
    margin-left:20px;
    font-size:0.85em;
}

#banner .bg {
    display: block;
    background: url(/images/banner-bg.jpg) no-repeat;
    width:100%;
    height:218px;
}


#banner img.cmx-FloatLeft{
    margin-top:40px;
}

#banner img{
    background: #FFFFFF;
}

#banner aP
#banner img.logo {
    margin-top:45px;
}
#banner span.c2a {
    float:right;
}

#banner span.bgadd{
    position:  absolute;
    right: 1%;    
    top:-1%;
    right: 20%;
}

#banner span.bgadd p{
    color: #FFFFFF;
    font-size:14px;
}

#banner span.bgbutton{
    position:absolute;
    top:150px;
}

table#navbar {
    width: 100%;
    background:#fff;
}

table#navbar td {
    text-align:center;
    padding:0;
}

table#navbar a {
    display:block;
    color:#fff;
    text-decoration:none;
    background: #06c;
    padding:7px 10px;
    font-size:13px;
    line-height:17px;
    font-family: Helvetica, Arial, sans-serif;
}

table#navbar a#banner_current, table#navbar a:hover {
    background: #8dc63f;
}

#main {
    width: 647px;
    float:left;
    margin-left:20px;
    display:inline;
}

#main ul {list-style:none;}

#main li {
    background: url(/images/main-bullet.gif) no-repeat left 3px;
    padding:0 0 10px 25px;
    height:auto;
}

#left {
    width: 200px;
    float:right;
    margin-right: 20px;
    display:inline;
}

#left .bucket{
    width: 100%;
    display:block;
    background:#ebebeb;
    border:1px #e1e1e1 solid;
    font-size:0.85em;
    line-height:140%;
    padding:16px;
    margin-bottom:30px;
}
#left ul {list-style:none;}

#left li {
    background: url(/images/left-bullet.gif) no-repeat left top;
    padding:0 0 10px 25px;
    height:auto;
}

#footer {
    width: 100%;
    background:#ebebeb;
    border:1px #e1e1e1 solid;
    font-size:0.85em;
    color:#898989;
    text-align: center;
    padding:15px 0;
    line-height:160%;
    margin-top:32px;
}

#footer a {
    color:#898989;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}


.clearBoth {
    clear: both;
}
.clearLeft {
    clear: left;
}
.clearIRight {
    clear: right;
}
.marginBottom {
    margin-bottom: 20px;
    _display: inline;
}
.marginLeft {
    margin-left: 20px;
    _display: inline;
}
.marginRight {
    margin-right: 20px;
    _display: inline;
}
.marginTop {
    margin-top: 20px;
    _display: inline;
}
img.marginLeft {
    margin-left: 10px;
    _display: inline;
}
img.marginRight {
    margin-right: 10px;
    _display: inline;
}

