#banner {
    background: #000 url('/images/header_bg.gif') repeat-x;
    height:263px;
    border-bottom:1px #CC871F solid;
}

#banner .logo {
    position:absolute;
    top:30px;
    left:20px;
    width: 347px;
    height:31px;
    background: url('/images/header_logo.gif') no-repeat;
}

#banner .mktg_msg {
    position: absolute;
    top:97px;
    left:0px;
    height: 141px;
    width: 757px;
    background: url('/images/banner_img.jpg') no-repeat;
}

#banner .search {
    position: absolute;
    top: 237px;
    left: 525px;
    height:20px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height:80%;
    padding:0px;
    }

#banner .search form {display: inline;}

#banner .search .label 
{position:relative; top:-5px;}

#banner .search input {
    background: #fff url('/images/shadow.gif') no-repeat;
    border:1px #534E4F solid;
    border-top: 1px #938687 solid;
    margin:3px;
}

#banner .navbar {
    position: absolute;
    top: 239px;
    left:0px;
    width: 757px;
    height: 22px;
    background: #000;
}

#banner .bannernavigation {
    color: #838EA5;
    font-size: 11px;
    margin-top:5px;
    margin-left:15px;
}

#banner .bannernavigation a {
    color: #DFDFE1;
    text-decoration: none;
    padding-left:2px;
    padding-right:2px;
    }

#banner .bannernavigation a:hover, #banner a#banner_current {
    color: #F8EFE2;
    text-decoration: none;
    background: #CC871F;
}

#main {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #015693 url('/images/main_grad_bg.gif')  repeat-x bottom;
}

#maincontent {
    padding:10px;
    margin:0px;
    height: auto;
}

#main .bucketleft {    
    float:left;
    width: 360px;
    margin-bottom:9px;
}

#main .bucketright {
    float:right;
    width: 360px;
    margin-bottom:9px;
}

#main .bucketwrap {
    background: #01427C;
    border: 1px #002157 solid;
    width: 358px;
    margin-bottom: 9px;
    display:block;
}

#main .bucketwrap p {
    padding-left: 140px;
    padding-top: 10px;
    font-size: 11px;
    color: #BFD0DE;
}

#main .homeBox {
    float: right;
    padding: 10px 0 0;
    width: 220px;
}

#main h1  {
    background: #00172A url('/images/h1_arrow.gif') no-repeat 8px 4px;
    height: 16px;
    font-size:11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    padding-left: 21px;
    padding-top:2px;
    margin-bottom: 3px;
}

#main h1 a {
    text-decoration: none;
    color: #fff;
}

#main .bucketwrap a {color: #fff; text-decoration: none;}
#main .bucketwrap a:hover{text-decoration: underline;}

#main .hometext{
    font-size:11px;
    color: #fff;
    }

#main .hometext p {
    margin-top:5px;
}

#main .hometext h2 {
    margin:1px 1px 0px 1px;
    padding:0px 0px 5px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-bottom:1px #8CB2CD dashed;
}

#main #maincontent ul {
    display: block;
    width: auto;
}

#main #maincontent ul li {
    margin: 0 0 0 -5px;
}
