/* --- Structure Styles --- */
body {
    text-align:center;
    margin:0px;
    font: 11px verdana; 
    color: #000;
    background: #FFF url(images/interface/back_short.png) repeat-x;
}

#Container {
    position: relative;
}

#LeftLogo {
    width:35px;
    position:absolute;
    background-image:url(images/interface/leftLogo.gif);
    left: 0px;
    height: 536px;
}


/* --- Header --- */

#header {
    height: 112px;
    position: relative;
    left: 0px;
}

#header div {
    height: 112px;
    position: absolute;
}

#header div img {
    border: 0;
}

#Logo {
    width: 167px;
    left: 35px;
}

#SuccessNav {
    display:none;
    width: 482px;
    left: 202px;
    background-image:url(images/interface/successBack.gif);
}

#ExploreRealStoriesTitle {
    top: 70px;
    left: 160px;
}

#ExploreRealStoriesNumbers {
    top: 50px;
    left: 269px;
    width: 250px;
}

#ExploreHead {
    width: 311px;
    left: 684px;
    background-image:url(images/interface/exploreBack.gif);
}

#ExploreHead img {
    position:absolute;
    top: 70px;
    left: 40px;
}


/* --- Content --- */

#Content {
    width: 649px;
    position: relative;
    margin-left: 35px;
    background-color:#FFF;
    text-align: left;
    font-size-adjust:inherit;
    float: left;
}

#Content img {
    top: 0;
    left: 0;
}
    
#HpTextContent {
    width: 150px;
    position: absolute;
    top: 0;
    left: 461px;
    height: 379px;
    font:Verdana;
    font-size:12px;
    color:#FFF;
    text-align:left;
    padding-top: 50px;
}

#ContentNav {
    width: 649px;
    height: 25px;
    margin: 0;
    padding: 10px 0 0 30px;
    background-color: #f7941d;
}

#Lfooter{
    width: 649px;
    height: 110px;
    position: relative;
    clear: both;
    background-color: #FFF;
}

#Lfooter2{
    width: 649px;
    height: 52px;
    position: relative;
    clear: both;
    background-color: #FFF;
    background-image: url(images/interface/LfooterBack3.gif);
}

#divider {
    width: 649px;
    position: relative;
    background: #FFF url(images/interface/LfooterBack3.gif) repeat-x;
    float: left;
}

#Copyright {
    position:absolute;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#8c9293;
    top: 15px;
    left: 20px;
}

#HpTextContentBottom {
    width: 150px;
    position: absolute;
    top: 380px;
    left: 461px;
    font:Verdana;
    font-size:12px;
    color:#FFF;
    text-align:left;
}

#TextMenu {
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #8c9293;
    top: 15px;
    left: 450px;
}

#mediaItem {
    width: 600px;
    margin: 0 0 15px 30px;
    clear: both;
}

#mediaScreen {
    height: 352px;
    width: 402px;
    background-color: #FFF;
    float: left;
}

#mediaList {
    width: 190px;
    margin: -11px 0 0 0;
    padding: 0;
    float: right;
} 


/* --- RightNav --- */

#RightNav {
    width: 311px;
    height: 431px;
    position: absolute;
    top: 112px;
    left: 684px;
    text-align: left;
    background-image: url(images/interface/rightNavBack.gif);
    font: Verdana;
    font-size: 11px;
    color: #000;
}

#RightNav ul {
    margin-top: 0;
    padding-top: 0;
}

#RightNav ul li {
    display: block;
}

#RightNav ul li.rightNavActive {
    padding: 15px 0 14px 40px;
    margin: 0 0 0 -40px;
    background-color: #6CAEC5;
    border-top: 1px solid #6CAEC5;
    
}

#RightNav ul li.rightNavActive strong {
    text-transform: uppercase;
}

#RightNav ul li a {
    color: #000;
    font-size: 11px;
    
    text-decoration: none;
    font-family: Verdana;
    
    width: 271px; /* 311px; */
    padding: 15px 0 14px 40px;
    margin: 0 0 0 -40px;
    display: block;
    border-top: 1px solid #6CAEC5;
}

#RightNav ul li a:hover {
    background-color: #A8CDD7;
}

#RightNav ul li a strong {
    color: #000;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    font-family: Verdana;
    text-transform: uppercase;
}

#RfooterLogos {
    width: 311px;
    height: 100px;
    position:relative;
    background-color:#FFFFFF;
}

#RfooterLogos img {
    border: 0;
}
