h3 a {
    color: #FFF;
}

/* -------------------------------------------
   3. WRAPPERS
   ------------------------------------------- */

#content{
    background: transparent url(/assets/18/contentbg_wrapper.png) repeat-y 50% 0;
    padding: 0;
    color: #000;
}

#rightcontwrap {
    background: transparent url(/assets/19/generalbg.jpg) repeat-y 0 0;
    float: left;
    width: 706px;
    margin: 0;
    color: #000;
}

#topnav a.active {
    color: #FFF;
}

#logo {
    position: absolute;
    left: 60px;
    top: 40px;
}

/* -------------------------------------------
   6. CONTENT
   ------------------------------------------- */

#leftcont {
    background: #070400 url(/assets/20/sidebar_bg.png) no-repeat 0 0;
	margin: 0 0 0 0;
    padding: 10px 20px 10px 22px;
	width: 192px;
    float: left;
    color: #FFF;
}

/*  -------------------------------------------
    6a. SIDEBAR NAVIGATION
    ------------------------------------------- */

    #sidenav li a:hover, #sidenav li a.active:hover {
        background: transparent url(/assets/22/marker_active.png) no-repeat 0 9px;
    }

/* ----- END SIDENAV ------ */

#related_links {
    margin: 14px 0 0 0;
    font-size: 18px;
}

#related_links h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 14px 0;
    border-top: 1px solid #FFF;
    margin-top: 40px;
    position: relative;
}

.link_special_rep {
    float: left;
    margin: 0 0 6px -3px;
    padding: 8px 16px 0 50px;
    height: 32px;
    background: transparent url(/assets/17/talk_icon.png) no-repeat center left;
}

.link_special_contact {
    float: left;
    margin: 0 0 6px -3px;
    padding: 8px 16px 0 50px;
    height: 32px;
    background: transparent url(/assets/12/contact_icon.png) no-repeat center left;
}

/*  -----------------------------------------
    6b. RIGHT CONTENT
    ----------------------------------------- */

#rightcont {
    margin: 15px 0 0 20px;
    width: 666px;
    color: #333;
}

#feature {
    background: transparent url(/assets/33/landing_feature_bg.png) no-repeat 0 0;
    width: 706px;
    height: 348px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

#feature_img {
    float: left;
}

#feature_content {
    float: left;
    width: 218px;
    padding: 53px 15px 0 15px;
}

#feature_content p {
    color: #D5E0E4;
}

#feature_breadcrumbs {
    color: #999999;
    font-weight: bold;
}

#feature_breadcrumbs a {
    color: #3DA8E7;
    font-size: 12px;
}

#feature_content h2 {
    color: #FFF;
    font-size: 24px;
    line-height: 115%;
    margin-bottom: 4px;
}

#feature_content h3 {
    background: transparent url(/assets/34/arrow.gif) no-repeat center left;
    margin: 6px 0 0 0;
    padding: 4px 0 0 24px;
    color: #FFF;
    font-weight: normal;
    font-size: 18px;
    height: 23px;
}

#focuslinks {
    border-bottom: 1px solid #A09385;
}

.focuslink {
	float: left;
	width: 212px;
	margin-right: 15px;  /* margin can be overwriten with .noright class in order to avoid using a seperate class for these items */
    padding-bottom: 20px;
}

.focuslink h2 {
    margin-top: 10px;
}

#highlight_links h3 {
    background: transparent url(/assets/16/marker.png) no-repeat center left;
    padding-left: 10px;
    font-size: 18px;
    font-weight: normal;
    display: inline; /* IE6 fix */
}

#highlight_links p {
    padding: 4px 0 0 10px;
    font-weight: normal;
    width: 290px;
    color: #FFF;
}

#highlight_link_left {
    background: transparent url(/assets/35/highlight_banner_orange.png) no-repeat 0 0;
    width: 314px;
    height: 88px;
    padding: 22px 0 0 14px;
    margin: 20px 0 25px 0;
    float: left;
}

#highlight_link_right {
    background: transparent url(/assets/36/highlight_banner_brown.png) no-repeat 0 0;
    width: 314px;
    height: 88px;
    padding: 22px 0 0 14px;
    margin: 20px 0 25px 10px;
    float: left;
 }

