/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");

/* --- Content Container
-------------------------------------------------------*/
#cont h1 {
     width: 940px;
}



/* --- Primary Content
-------------------------------------------------------*/
#prim_cont {
    float: left;
    line-height: 1.5em;
    width: 715px;
    margin: 15px 0 0 20px;
}

#prim_cont h4 {
    color: #00668c;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

#prim_cont p {
    margin-bottom: 2em;
}

.itm {
    float: left;
    line-height: 16px;
    width: 100%;
    margin-bottom: 30px;
}

.itm p.img {
    float: left;
    width: 115px;
    margin-right: 20px;
}

.itm div {
    float: left;
    width: 600px;
}

.itm h5 {
    color: #006990;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
}

.itm h3 a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 9px;
}

/* --- contact
-------------------------------------------------------*/
.contact div.c {
    float: left;
    font-size: 12px;
    line-height: 18px;
    width: 260px;
}

.contact a {
    font-size: 12px;
}

.contact p {
    margin-bottom: 2em;
}

.contact div.c strong {
    font-size: 14px;
}

.contact h6 {
    color: #006b8f;
    font-size: 12px;
    font-weight: normal;
}

.contact img {
    float: right;
}

/* --- priv Privacy Policy
-------------------------------------------------------*/
#cont .priv {
    width: 494px;
}

#cont .priv *,
    #cntr .priv h4 {
    width: 500px;
}

.priv p {
    margin-bottom: 2em;
}

.priv strong {
    font-size: 12px;
    font-weight: normal;
}

#cont .contact h6 {
    color: #232323;
    font-size: 11px;
    font-weight: bold;
}

#cont .priv_s {
    float: left;
    width: 225px;
    margin: 11px 0 0 15px;
}

#cont .priv_s p {
    margin: 10px 0 0 20px;
}

/* --- sec_nav Secondary Navigation ---*/
/* ------------------------------------*/
#sec_nav {
    float: left;
    width: 211px;
    margin: 41px 0 0 20px;
    background: url(/_images/ctrs/about-nav-mid.gif) repeat-y top left;
}

#sec_nav_t, #sec_nav_b {
    float: left;
    width: 211px;
    height: 8px;
    font-size: 1px;
    background: url(/_images/ctrs/about-nav-top.gif);
}

#sec_nav_b {
    height: 10px;
    background: url(/_images/ctrs/about-nav-btm.gif);
}

#sec_nav h3 {
    margin: 15px 15px 0 15px;
}

#sec_nav ul {
    font-size: 11px;
    list-style: none;
    margin: 10px 15px 20px 15px;
}

#sec_nav ul li {
    padding: 6px 0 8px 5px;
    border-bottom: 1px solid #f2f2f2;
    	    }

#sec_nav ul a {
    font-size: 11px;
}

#sec_nav ul li ul {
    margin: 0 0 0 -5px;
}

#sec_nav ul ul li {
    margin-top: 8px;
    padding: 6px 0 0 25px;
    border: none;
    border-top: 1px solid #f2f2f2;
}

#sec_nav ul li.actv {
    color: #006990;
}

/* --- sec_cont Secondary Content --- */
/*------------------------------------*/
#sec_cont {
    float: left;
    width: 213px;
    margin: 0 0 0 20px;
 }

#sec_cont p.truste {
    text-align:center;
}

