/*
carefree.css

Styles which override the base cpb.css styles specifically for the
carefree maintenance page.
*/

#container-fs #mainColumnRight #util {
    width: 732px;
}
#container-fs #mainColumnRight #util ul li a.downloadSpecs {
    width: 114px;
}
.cfm_hdr p#cfm-logo {
    display: block;
    width: 181px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    text-indent: -9999px;
    background-image: url(/global/images/cfm_logo_small.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: right;
    position: relative;
    left: 20px;
}

.cfm_hdr p#cfm-headlines {
    width: 478px;
    height: 78px;
    margin: 0px;
    padding: 0px;
    background-image: url(/global/images/maintenance-header.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    position: relative;
}

.cfm_hdr p#cfm-headlines-2010 {
    width: 478px;
    height: 78px;
    margin: 0px;
    padding: 0px;
    background-image: url(/global/images/maintenance-header-2010.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    position: relative;
}


.cfm_hdr p#cfm-headlines span {
    position: relative;
    left: -9999px;
}

.cfm_hdr p#cfm-headlines-2010 span {
    position: relative;
    left: -9999px;
}

#container-fs #mainColumnRight .utilBottom,
#container-fs #mainColumnRight .utilBottom a {
    float: left;
}
