body{
    margin: 0px;
    background-image: url(/images/bg_pattern.gif);
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }


/**********************************************************
                OUTER CONTAINER
**********************************************************/
#container{
    margin-left: auto;
    margin-right: auto;
    width: 739px;
    border-color: #000000;
    border-width: 2px;
    border-style: solid;
    background: url(/images/container_sub_bg.gif)  repeat top;
    }


/**********************************************************
                BANNER
**********************************************************/
#banner{
    width: 739px;
    }

.bannernavigation{
    background: #000;
    height: 31px;
    width: 524px;
    padding-top: 5px;
    padding-left: 10px;
    }

.bannernavigation a{
    display: table-cell;
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px 8px 5px 8px;
    }.UAie .bannernavigation a{display: inline-block;}
    
.bannernavigation a:hover{
    text-decoration: underline;
    color:#000000;
    background-color:#FFCC33;
    }

.phone{
    position:absolute;
    margin-left: 215px;
    top: 73px;
    left: 50%;
    color: #FFF;
    font-size: 14px;
    width: 150px;
    font-weight: bold;
    }
    
font.cmx-yellow{
    color: #FFCC00;
}

#banner_current{
    color:#000000;
    background-color:#FFCC33; 
    }

/**********************************************************
                LEFT CONTAINER (LEFT NAVIGATION)
**********************************************************/
#left{
    float: left;
    width: 164px;
    height: 234px;
    font-size: 11px;
    background: url(/images/left_nav_sub.gif) no-repeat top;
    }

.leftnavigation{
    margin: 10px;
    }

.leftnavigation a{
    color: #FFFFFF;
    text-decoration: underline;
    display: block;
    margin-bottom: 3px;
    }
    
.leftnavigation a:hover{
    color: #FFCC00;
    text-decoration: underline;
    }

.leftnavigation h2, .leftnavigation h2 a{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC33;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    font-weight: bold;
    }

.leftnavigation h2 a:hover{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC33;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: underline;
    font-weight: bold;
    }

#left_current{
    color: #FFCC00;
    }

/**********************************************************
                MAIN CONTENT CONTAINER
**********************************************************/
#main{
    float: right;
    width: 555px;
    padding: 17px 10px 30px 10px;
    background: url(/images/content_bg_top.gif) top left no-repeat;
    }.UAie5 #main, .UAie55 #main{padding: 17px 0 30px 10px; width: 564px;}

#main a{
    text-decoration: underline;
    color: #FFFFFF;
    }
    
#main a:hover{
    color:#FFCC33;
    }


/**********************************************************
                RIGHT CONTAINER (CALL TO ACTION)
**********************************************************/
#right{
    float: right;
    display: inline;
    width: 157px;
    margin: 0;
    padding: 0;
    }

#right img{
    margin: 0;
    padding: 0;
    clear: both;
    }

.rightnavigation{
    position: relative;
    top: -17px;
    left: 10px;
    margin: 0;
    padding: 0;
    }


/**********************************************************
                FOOTER
**********************************************************/
#footer{
    width: 739px;
    font-size: 11px;
    clear: both;
    }


.footer_content{
    clear: both; 
    display: block;
    background-color: #000000;
    padding: 10px;
    }
    
#footer a{
    color: #FFFFFF;
    text-decoration: underline;
    }
    
#footer a:hover{
    color: #FFCC00;
    }

/**********************************************************
                MISC
**********************************************************/
h1{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC33;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    }

h2, h2 a{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC33;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    font-weight: bold;
    }

h2 a:hover{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC33;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: underline;
    font-weight: bold;
    }

h3{
    color: #FFCC33;
    font-size: 16px;
    font-weight: bold;
    }

.breadcrumbs{
    padding: 10px 0 10px 0;
    font-size: 11px;
    margin: 0px;
    display: block;
    }
    
.breadcrumbs a{
    color: #FFFFFF;
    text-decoration: underline;
    }
    
.breadcrumbs a:hover{
    color: #FFCC00;
    text-decoration: underline;
    }

span.clear_both{
    display: block;
    clear: both;
    }

span.request_break{
    display: block;
    clear: both;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #FFCC3B;
    padding: 5px: 0;
    }

.clear_right{
    float: right;
    width: 205px;
    display: inline;
    }