/* CSS Document */

#navigation {
background-image:url(/Images/nav-bg.gif);
height:30px;
padding:0 0 0 8px;
background-color:#585757;
font-family:Arial, Helvetica, sans-serif;
}
#navigation img {
display:block;
}
#navigation ul {
margin:0px;
padding:0px;
list-style:none;
z-index:200;
}
#navigation li {
float: left;
position: relative;
text-align:left !important;
}
#navigation li ul {
display: none;
position: absolute;
top: 31px;
left: 0;
background-color:#fff;
border-top:solid 1px #c3c2c2;
width:170px;
}
#navigation li > ul {
top: auto;
left: auto;
}
#navigation li:hover ul, #navigation li.over ul {
display: block;
}
#navigation li ul li {
font-size:10px;
border-bottom:1px solid #c3c2c2;
border-left:1px solid #c3c2c2;
border-right:1px solid #c3c2c2;
height:19px;
background-image:url(/Images/bullet-nav.gif);
background-repeat:no-repeat;
width:169px;
}
#navigation li ul li:hover, #navigation li ul li.over  {
background-color:#02a4db;
cursor:pointer;
}
.navover {
background-color:#02a4db;
cursor:pointer;
color:#fff;
}
.navover a {
color:#fff;
}
.navoff {
background-color:#fff;
}
#navigation li ul li:hover a {
color:#fff;
}
#navigation li ul li a {
color:#4e4d4d;
text-decoration:none;
padding:0 0 0 21px;
}
#sweetlookingstrip img {
display:block;
clear: left;
background-color:3fff;
}
#sweetlookingstrip {
display:none;
}
#contentpanel {
background-color:#fff;
width:770px;
}
#header {
background-color:#fff;
}
#footer {
background-image:url(/Images/footer.gif);
background-position:right top;
background-repeat:no-repeat;
text-align:left !important;
height:22px;
padding:27px 0 0 13px;
margin:10px 0 0 0;
font-size:9px;
color:#bedce3 !important;
clear:both;
background-color:#1194CA;
text-align:left !important;
}
#footer a {
color:#fff !important;
}
.clear {
clear:both;
}
#copyright {
font-size:10px;
color:#918c8c;
padding:5px 0 0 5px;
text-align:left;
}
#copyright a {
color:#1194CA !important;
}

#copyright a:hover {
color:#000 !important;
}
#customernavnew {
float:right;
padding:4px 15px 0 0;
background-image:url(/Images/support.gif);
background-repeat:no-repeat;
background-position:right top;
height:26px;
width:340px;
text-align:right;
font-size:10px;
color:#999 !important;
}
#customernavnew a {
font-size:10px !important;
margin:0 3px 0 3px;
color:#999 !important;
text-decoration:none;
}
a img {
border:0px;
}
#wrap {
width:770px;
margin:0 auto 0 auto;
}
#logo {
text-align:left;
}
.LoginBar {
width:760px !important;
}
#PageContent {
margin:0px !important;
}

/* NEW FOOTER DESIGN */
#footer_top {
    background-image:url("/Images/footer_back-top.gif");background-repeat:no-repeat;
    width: 770px;
    height: 45px;
    z-index: 10;
    position: relative;
}
#footer_bottom {
    background-image:url("/Images/footer_back-bottom.gif");background-repeat:no-repeat;
    width: 770px;
    height: 1px;
}
#footer_main {
    background-image:url("/Images/footer_back-main.gif");background-repeat: repeat-y;
    width: 770px;
    padding:10px 20px 0px 20px;
    text-align:left;
}
#footer_contact {
    background-image:url("/Images/footer_contact-back.gif");background-repeat: repeat-x;
    color:#8c8c8c;
    margin:0px 1px !important;
    text-align:center;
    height: 36px;
    font-size: 10px;
    padding-top: 2px;
}
#footer_contact a, #footer_contact a:visited{
    color:#8c8c8c !important;
    text-decoration: none;
}
#footer_contact a:hover{
    color:#008dc6;
    text-decoration: none;
}
.footer-column-heading-1{
    background-image:url("/Images/footer_arrow-col1.gif");background-repeat: no-repeat; padding-left: 25px; background-position: 0px 1px;
}
.footer-column-heading-2{
    background-image:url("/Images/footer_arrow-col2.gif");background-repeat: no-repeat; padding-left: 25px; background-position: 0px 1px;
}
.footer-column-heading-3{
    background-image:url("/Images/footer_arrow-col3.gif");background-repeat: no-repeat; padding-left: 25px; background-position: 0px 1px;
}
.footer-column-heading-4{
    background-image:url("/Images/footer_arrow-col4.gif");background-repeat: no-repeat; padding-left: 25px; background-position: 0px 1px;
}
.footer-column-heading-1,.footer-column-heading-2, .footer-column-heading-3, .footer-column-heading-4{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 5px;
}

.footer-column-entry a{
    font-size: 10px;
    color: #fff;
    padding-left:15px;
    text-decoration: none;
}


.footer-column-separator-left, .footer-column-separator-middle, .footer-column-separator-right{
    margin-top: 20px;
    width:20px;
    height:150px;
    float:left;
}

.footer-column-separator-left{
    background-image:url("/Images/footer_separator-left.gif");background-repeat: no-repeat;
}

.footer-column-separator-middle{
    background-image:url("/Images/footer_separator-middle.gif");background-repeat: no-repeat;
}

.footer-column-separator-right{
    background-image:url("/Images/footer_separator-right.gif");background-repeat: no-repeat;
}