/* ---------------------- */
/* ---- Resets Start ---- */
/* ---------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* -------------------- */
/* ---- Resets End ---- */
/* -------------------- */
body  {
    font:68% Verdana, Arial, Helvetica, sans-serif;
    color:#44332B;
    background: #aaaaaa;
    background-image: url('/images/tenet_bg.jpg');
    background-repeat:repeat-x;
    margin: 0; 
    padding: 0;
    text-align: center; 
    height:100%;
}
body.RDR  {
    font:68% Verdana, Arial, Helvetica, sans-serif;
    color:#44332B;
    background: #000;
    margin: 0; 
    padding: 0;
    text-align: center; 
    height:100%;
}
img {
    border: none;
}
/* ------------------------------- */
/* ---- Layout Elements Start ---- */
/* ------------------------------- */
#container { 
    width: 960px;
    height: 100%;  
    background: #fff;
    margin: 0 auto; 
    text-align: left; 
   } 
#containerRDR { 
    width: 880px;
    height: 100%;  
    background: #fff;
    margin: 0 auto; 
    text-align: left; 
   } 
#container #topNavigation {
    width: 960px;
    height: 50px;
    margin: auto;
    padding:0;
    display: block;
    background-color: #aeaeae;
}
#containerRDR #topNavigationRDR {
    width: 880px;
    height: 30px;
    margin: auto;
    padding:0;
    display: block;
    background-color: #000;
}
#container #header, #containerRDR #header { 
    padding: 0 0 0 0;  
    height: 120px;
    width: 100%;
    display: block;
    background: #000;
}
#container #header #logo-wrapper {
    float:left;
    width: 450px;
    /*margin: 25px 0 0 0;*/
    position:relative; 
    top:25%; 
    height:90px; 
}
#containerRDR #header #logo-wrapper {
    float:left;
    width: 407px;
    /*margin: 25px 0 0 0;*/
    position:relative; 
    top:25%; 
    height:90px; 
}

#container #header #toplinks {
    float:right;
    width: 400px;
    height: 70px;
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
    text-align:right;
    color:#fff;
}

#containerRDR #header #toplinksRDR {
    float:right;
    width: 300px;
    height: 70px;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    text-align:right;
    color:#fff;
}

#containerRDR #header #toplinksPFS {
    float:right;
    width: 300px;
    height: 70px;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    text-align:right;
    color:#fff;
}

#sideBar {
    float: left; 
    width: 233px;
    padding: 0;
    height: 100%;
    margin: 13px 0 0 13px;
    background-color: #fff; 
}
#RightSideBar {
    float: right; 
    width: 220px;
    padding: 10px 10px 0 10px;
    height: 100%;
    margin: 0 0 0 0;
    background-color: #e8e4e3; 
}

#RightSideBarTenetJobs {
    float: right; 
    width: 220px;
    padding: 10px 10px 0 10px;
    height: 100%;
    margin: 0 0 0 0;
    background-color: #ffffff; 
}

#RightSideBarTenetJobs h3 {
    font-size:1.4em;
    margin-top: 15px;
}

#RightSideBarTenetJobs p {
    line-height:1.5em;
}

#RightSideBarTenetJobs a:link, #RightSideBarTenetJobs a:visited {
    color: #e2017b;
    font-size: 1em;
    text-decoration: none;
    line-height:1.4em;
}

#RightSideBarTenetJobs a:hover, #RightSideBarTenetJobs a:active {
    color: #e2017b;
    font-size: 1em;
    text-decoration: underline;
    line-height:1.4em;
}

#subPageContentContainer {
    margin: 0; 
    padding: 0; 
    height:100%;
    width: 100%;
    background: #fff; 
}
#subPageContentContainerRDR {
    margin: 0; 
    padding: 0 0 10px 0; 
    height: auto;
    width: 100%;
    background: #000; 
}
#homePageContentContainer {
    margin: 0; 
    padding: 0; 
    height:100%;
    width: 100%;
    background: #fff;
}
#mainContent { 
    float: left;
    margin: 15px 0 0 17px; 
    padding: 0 0 20px 0; 
    min-height: 700px;
    height: 100%;
    width: 430px;
    background: #fff;
} 
#mainContentRDR { 
    float: left;
    margin: 0 0 0 0; 
    padding: 0 0 20px 0; 
    height: 100%;
    width: 617px;
    background: #000;
    color: #fff;
} 
#mainContentDriving { 
    margin: 0 0 0 0; 
    padding: 0 0 20px 0; 
    height: 100%;
    width: 100%;
    background: #000;
    color: #fff;
}
#mainContentHome {
    margin: 13px 0 0 13px; 
    padding: 0; 
    height: auto;
    width: 697px;
    background: #fff;
    float: left;
}
#container #footer {  
    border-top: 1px dotted #ccc;
    background:#fff;
    height: 110px;
    width: 940px;
    margin: 0 auto 0 auto; 
    padding: 0 0 15px 0;
} 
#containerRDR #footerRDR {  
    border-top: 1px dotted #fff;
    background: #000;
    height: 110px;
    width: 870px;
    margin: 0 auto 0 auto; 
    padding: 0 0 0 0;
}
#container #footer #footerLeft, #containerRDR #footerRDR #footerLeft {
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
    float:left;
    width: 100%;
    height: 100%;
    text-align:left;
}
#containerRDR #footerRDR #footerLeft {
    color: #fff;
}
#container #footer #footerRight, #containerRDR #footerRDR #footerRight {
    padding: 0;
    float:right;
    text-align: right;
    width: 150px;
    height: 100%;
    margin: 17px 10px 0 0;
}
#container #footer #footerLeft img {
    float:left;
}
/* ----------------------------- */
/* ---- Layout Elements End ---- */
/* ----------------------------- */
/* -------------------------------- */
/* ---- Header Elements Start ---- */
/* -------------------------------- */
#container #header #toplinks a:link, 
#container #header #toplinks a:visited,
#containerRDR #header #toplinksRDR a:link, 
#containerRDR #header #toplinksRDR a:visited,
#containerRDR #header #toplinksPFS a:link, 
#containerRDR #header #toplinksPFS a:visited {
    color: #fff;
    text-decoration: none;
}

#container #header #toplinks a:hover, 
#container #header #toplinks a:active,
#containerRDR #header #toplinksRDR a:hover, 
#containerRDR #header #toplinksRDR a:active,
#containerRDR #header #toplinksPFS a:hover, 
#containerRDR #header #toplinksPFS a:active {
    color: #fff;
    text-decoration: underline;
}

#container #header #toplinks h1, #containerRDR #header #toplinksRDR h1, #containerRDR #header #toplinksPFS h1 {
    font-size: 3.33em;
    font-family: "Trebuchet MS",sans-serif;
    letter-spacing:-1px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/     
    color:#fff;
    margin: 0 0 -5px 0;
}
#container #header #toplinks h3, #containerRDR #header #toplinksRDR h3,
#containerRDR #header #toplinksPFS h3
 {
    font-size: 1.41em;
    font-family: Verdana, Arial, Helvetica, sans-serif;     
    color:#fff;
    line-height: 1.3em;
}

#containerRDR #header #toplinksRDR p, #containerRDR #header #toplinksPFS p {
    font-size: 0.79em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;     
    color:#fff;
}
#container #header #toplinks img {
    padding: 7px 0 7px 0;
}
/* ------------------------------- */
/* ----- Header Elements End ----- */
/* ------------------------------- */
/* ------------------------------ */
/* ---- Top Navigation Start ---- */
/* ------------------------------ */
/* New top menu style start */
#topNavigation ul.solidblockmenu {
    display: table;
    list-style: none;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#topNavigationRDR ul.solidblockmenu {
    display: table;
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0 0 0 -10px;
    padding: 0;
    text-align: left;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#topNavigation ul.solidblockmenu li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #fff; 
    width: 119px;  
}
#topNavigationRDR ul.solidblockmenu li {
    float: left;
    border-right: 1px solid #fff; 
    width: auto;
    padding: 0 10px 0 10px;
}
#topNavigation ul.solidblockmenu li a, #topNavigationRDR ul.solidblockmenu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
/* New top menu style end */
/* ---------------------------- */
/* ---- Top Navigation End ---- */
/* ---------------------------- */
/* ------------------------------- */
/* ---- Left Navigation Start ---- */
/* ------------------------------- */
#sideBar ul#nav {
    padding: 0;
    margin: 0;
}
#sideBar ul#nav li {
    display: block;
    width: 232px;
    height: 42px;
    background-color: #fff;
    background-image: url('/images/left_nav_menu_bg.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
}
#sideBar ul#nav li.home {
    color: #fff;
    background-color: #000;
    background-image: url('/images/left_nav_header.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    height: 80px;
    width: 227px;
    padding: 0;
    margin-bottom: 3px;
    text-transform: uppercase;
}
#sideBar ul#nav li.homeSelect {
    color: #fff;
    background-color: #000;
    background-image: url('/images/left_nav_header_select.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    height: 80px;
    width: 227px;
    padding: 0;
    margin-bottom: 3px;
}
#sideBar ul#nav li.homeConnect {
    color: #fff;
    background-color: #000;
    background-image: url('/images/left_nav_header_connect.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    height: 80px;
    width: 227px;
    padding: 0;
    margin-bottom: 3px;
}
#sideBar ul#nav li.homeLime {
    color: #fff;
    background-color: #000;
    background-image: url('/images/left_nav_header_lime.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    height: 80px;
    width: 227px;
    padding: 0;
    margin-bottom: 3px;
    text-transform: uppercase;
}
#sideBar ul#nav li.home a:link, #sideBar ul#nav li.home a:visited,
#sideBar ul#nav li.home a:hover, #sideBar ul#nav li.home a:active,
#sideBar ul#nav li.homeSelect a:link, #sideBar ul#nav li.homeSelect a:visited,
#sideBar ul#nav li.homeSelect a:hover, #sideBar ul#nav li.homeSelect a:active,
#sideBar ul#nav li.homeConnect a:link, #sideBar ul#nav li.homeConnect a:visited,
#sideBar ul#nav li.homeConnect a:hover, #sideBar ul#nav li.homeConnect a:active,
#sideBar ul#nav li.homeLime a:link, #sideBar ul#nav li.homeLime a:visited,
#sideBar ul#nav li.homeLime a:hover, #sideBar ul#nav li.homeLime a:active {
    color:#fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.1em;
    padding: 15px 0 0 15px;
    text-decoration: none;
}
#sideBar ul#nav li a:link, #sideBar ul#nav li a:visited {
    display: block;
    padding: 9px 0 0 17px;
    font-size: 1.1em; 
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: none;
    color: #44332B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sideBar ul#nav li a:hover, #sideBar ul#nav li a:active {
    display: block;
    padding: 9px 0 0 17px;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: underline;
    color: #44332B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ----------------------------- */
/* ---- Left Navigation End ---- */
/* ----------------------------- */
/* ------------------------------ */
/* ---- Right Side Bar Start ---- */
/* ------------------------------ */
#RightSideBar #RightBox1, #RightSideBar #RightBox2, #RightSideBar #RightBox3, #RightSideBar #RightBox4 {
    width: 100%;
    height: auto;
    margin: 10px 0 15px 0;
}
.BoxHeader {
    background-color: #000;
    padding: 5px
}
.BoxHeaderLime {
    background-color: #000;
    padding: 5px
}
.BoxHeaderConnect {
    background-color: #000;
    padding: 5px
}
.BoxHeaderSelect {
    background-color: #000;
    padding: 5px
}
.BoxHeader h3, .BoxHeaderLime h3, .BoxHeaderConnect h3, .BoxHeaderSelect h3 {
    color: #fff;
    font-size: 1.3em;
}
.BoxContent {
    padding: 10px 5px 5px 5px;
    background-color: #fff;
    border-left: 1px solid #dbd6d6;
    border-right: 1px solid #dbd6d6;
    border-bottom: 1px solid #dbd6d6;
}
.BoxContentFamily {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-left: 1px solid #dbd6d6;
    border-right: 1px solid #dbd6d6;
    border-bottom: 1px solid #dbd6d6;
}
.BoxContentGuide {
    padding: 1px 0px 1px 0px;
    background-color: #fff;
}
.BoxContentFamily img {
    margin: 7px 0px 0px 0px;
    border: none;
}
.BoxContentAddress {
    padding: 10px 5px 5px 5px;
    background-color: #fff;
    border-left: 1px solid #dbd6d6;
    border-right: 1px solid #dbd6d6;
    border-bottom: 1px solid #dbd6d6;
}
.BoxContent p, .BoxContentAddress p {
    padding:0px 0px 10px 0px;
    line-height: 1.2em;
    font-size: 1em;
}
.BoxContent H2, .BoxContentAddress H2 {
    padding:0px 0px 10px 0px;
    font-size: 2.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-weight: normal;
    color: #000;
}
.BoxContent p.phoneNumber {
    padding:0px 0px 10px 0px;
    margin: 0 0 0 -5px;
    font-size: 2.6em;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bolder;
    letter-spacing: -1px;
    color: #333;
    text-align: center;
}
.BoxContent img {
    margin: 0 0 3px 14px;
    border: none;
}
.BoxContent a:link, .BoxContent a:visited,
.BoxContentAddress a:link, .BoxContentAddress a:visited,
.download a:link, .download a:visited {
    color: #e2017b;
    font-size: 1em;
    text-decoration: none;
}
.BoxContent a:hover, .BoxContent a:active,
.BoxContentAddress a:hover, .BoxContentAddress a:active,
.download a:hover, .download a:active {
    color: #e2017b;
    font-size: 1em;
    text-decoration: underline;
}
.download {
    background: #000;
    color: #fff;
    padding: 6px 6px 6px 6px;
}
/* ------------------------------ */
/* ---- Right Side Bar End ---- */
/* ------------------------------ */
/* ---------------------------------- */
/* ---- Home Page Elements Start ---- */
/* ---------------------------------- */
#home-list-wrapper1 {
    display: block;
    padding: 0 0 0 0;
    width: 697px;
    height: 260px;
    margin: 0 0 0 0;
    background-color: #fff;
}
#home-list-wrapper2 {
    display: block;
    padding: 0 0 0 0;
    width: 697px;
    height: 220px;
    margin: 0 0 0 0;
    background-color: #fff;
}

#home-list-wrapper3 {
    display: block;
    padding: 0 0 0 0;
    width: 697px;
    height: auto;
    margin: 0 0 0 0;
    background-color: #fff;
}

#home-list-wrapper3 h2 {
    font-size:1.6em;
}

#IE6root #home-list-wrapper1, #IE6root #home-list-wrapper2, #IE6root #home-list-wrapper3, #IE6root #home-list-wrapper4 {
    height: 190px;
    margin-bottom: 5px;    
}
ul.home-list-of-one li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}
ul.home-list-of-two li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}
ul.home-list-of-three li {
    float: left;
    display: block;
    width: 215px;
    height: auto;
    margin: 0 20px 0 0;
}
ul.home-list-of-three li.end-tile {
    margin: 0 0 0 0;
}
ul.home-list-of-one li div#news {
    background-color: #f1f1f1;
    padding: 0;
    width: 685px;
    height: auto;
}
ul.home-list-of-one li div#newsHeading {
    background-color: #000;
    padding: 5px;
    width: 675px;
}
ul.home-list-of-one li div#newsHeading h2 {
    color: #fff;
    font-size: 1.1em;
}
ul.home-list-of-one li div#newsBody {  
    padding: 0;
    width: 100%;
    height: 215px;
}
ul.home-list-of-one li div#newsBody div.newsItem {
    float: left;
    display: block;
    width: 31%;
    height: auto;
    margin: 15px 0px 15px 8px;
    /*background-color: #fff;*/
}

ul.home-list-of-one li div#newsBody div.jobsItem {
    float: left;
    display: block;
    width: 31%;
    height: auto;
    margin: 15px 10px 15px 8px;
}

ul.home-list-of-one li div#newsBody div.jobsItemEnd {
    float: left;
    display: block;
    width: 31%;
    height: auto;
    margin: 15px 0 15px 8px;
}

ul.home-list-of-one li div#newsBody div.newsItem img {
    float: left;
    margin: 0 10px 60px 0;
    border: 1px solid #333;
}

div.newsItem a:link, div.newsItem a:visited {
    color: #e2017b;
    font-size: 0.9em;
    text-decoration: none;
}

div.newsItem a:hover, div.newsItem a:active {
    color: #e2017b;
    font-size: 0.9em;
    text-decoration: underline;
}

div.newsItem p {
    font-size: 0.9em;
}

div.newsItem h3, div.jobsItem h3, div.jobsItemEnd h3 {
    font-size: 1.2em;
}

div.newsItem ul.usefulLinks {
    margin: 10px 0 10px 0;
}

div.newsItem ul.usefulLinks li a.linkList:link, div.newsItem ul.usefulLinks li a.linkList:visited {
    display: block;
    color: #e2017b;
    font-weight: normal;
    background-image: url('/images/black_arrow.gif');
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 3px;
    text-decoration: none;
}

div.newsItem ul.usefulLinks li a.linkList:hover, div.newsItem ul.usefulLinks li a.linkList:active {
    display: block;
    color: #e2017b;
    font-weight: normal;
    background-image: url('/images/black_arrow.gif');
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 3px;
    text-decoration: none;
}

a.linkList:link, a.linkList:visited {
    display: block;
    color: #e2017b;
    font-weight: normal;
    background-image: url('/images/black_arrow.gif');
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 7px;
    text-decoration: none;
}

a.linkList:hover, a.linkList:active {
    display: block;
    color: #e2017b;
    font-weight: normal;
    background-image: url('/images/black_arrow.gif');
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 7px;
    text-decoration: none;
}

table.jobTable {
    background-color: #f2f6f7;
    height: 250px;
}

table.jobTable tr td.heading {
    padding: 0px;
    background-color: #000; 
    border-bottom: 1px solid #fff;
    height: 10px;
}

table.jobTable td.content {
    padding: 10px;
}

table.jobTable tr td.button {
    padding: 0px;
    background-color: #dcdcdc;
    height:1px;
}

table.jobTable tr td.button img {
    float: right;
    padding: 5px 5px 0px 0px;
    margin: 0;
}

table.jobTable tr td.heading p {
    color: #ffffff;
    font-size: 1.2em;
    margin: 0px;
    padding: 10px 0 10px 10px;
    font-weight:bold;
    line-height: 1em;
}

p a.jobsList:link, p a.jobsList:visited {
    display: block;
    color: #e2017b;
    font-size: 1.6em;
    font-weight: normal;
    background-image: url('/images/black_arrow.gif');
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 7px;
    text-decoration: none;
}

p a.jobsList:hover, p a.jobsList:active {
    display: block;
    color: #e2017b;
    font-size: 1.6em;
    font-weight: normal;
    background-image: url('/images/black_arrow.gif');
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 7px;
    text-decoration: none;
}

#newsHomepage a:link, #newsHomepage a:visited {
    color: #9d2215;
    font-size: 0.9em;
    text-decoration: none;
}
#newsHomepage a:hover, #newsHomepage a:active {
    color: #9d2215;
    font-size: 0.9em;
    text-decoration: none;
}
/* -------------------------------- */
/* ---- Home Page Elements End ---- */
/* -------------------------------- */
/* ------------------------------------- */
/* ---- Main Content Elements Start ---- */
/* ------------------------------------- */
#mainContent p, #mainContentRDR p {
    padding:0px 0px 20px 0px;
    line-height: 1.6em;
    font-size: 1.17em;
}
#mainContentDriving p {
    padding:0px 0px 10px 0px;
    line-height: 1.2em;
    font-size: 1em;
}
#mainContent p.smalltext {
    padding:0px 0px 10px 0px;
    line-height: 1.3em;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    padding:5px 0px 15px 0px;
    color: #44332B;
}
#mainContentDriving h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2em;
    padding:5px 0px 35px 0px;
    color: #fff;
    width:85%;
}

#mainContent h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    padding: 5px 0px 15px 0px;
    color: #44332B;
}
#mainContent h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    padding: 5px 0px 15px 0px;
    color: #44332B;
}
#mainContent h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    padding: 5px 0px 15px 0px;
    color: #44332B;
}
#mainContent h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    padding: 5px 0px 15px 0px;
    color: #44332B;
}
#mainContent h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    padding: 5px 0px 15px 0px;
    color: #44332B;
}
#mainContent .smallcaps {
    font-variant:small-caps; 
    text-transform:lowercase; 
    color:#fff; 
    font-size:1.5em; 
    display:block;
}    
#mainContent ul { 
    margin: -10px 0px 12px 19px;
    list-style: square outside; 
}

#mainContentRDR ul { 
    margin: -10px 0px 12px 19px;
    list-style: square outside; 
}

#mainContent ol { 
    margin: -10px 0px 12px 33px;
    list-style: decimal outside; 
}

#mainContentRDR ol { 
    margin: -10px 0px 12px 33px;
    list-style: decimal outside; 
}

#mainContent ol li div p, #mainContent ol li div li { 
    padding:0px 0px 10px 0px;
    line-height: 1.7em;
    font-size: 0.9em;
}
#mainContent li {
    margin-top: 12px;
    font-size: 1.19em;
    line-height: 1.7em;
}
#mainContentRDR li {
    margin-top: 12px;
    font-size: 1.19em;
    line-height: 1.7em;
}
#mainContent a:link, #mainContent a:visited, 
#mainContentHome a:link, #mainContentHome a:visited,
#mainContentRDR a:link, #mainContentRDR a:visited {
    color: #e2017b;
    font-size: 1em;
    text-decoration: none;
}
#mainContent a:hover, #mainContent a:active, 
#mainContentHome a:hover, #mainContentHome a:active,
#mainContentRDR a:hover, #mainContentRDR a:active
 {
    color: #e2017b;
    font-size: 1em;
    text-decoration: underline;
}
#mainContent blockquote { 
    margin: 0 0 20px 25px;
    font-size: 1.19em;
    line-height: 1.7em;
}
#mainContent img {
    border: none;
    margin: 10px 0 10px 0;
}
#mainContent img.quotes {
    border: none;
    margin: 0 0 0 0;
}
#mainContent img.profilepic {
    border: 4px solid #ccc;
    margin: 8px 15px 5px 0;
    float: left;
}

#mainContent table, #mainContentRDR table {
    border-collapse: collapse;
    margin: 12px 0 12px 0;
}

#mainContent table td {
    text-align:left;
    padding: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #ededed;
    vertical-align: top;
}

#mainContentRDR table td {
    text-align:left;
    padding: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #000;
    vertical-align: top;
}

#mainContent table.tenetJobs {
    border-collapse: collapse;
    margin: 12px 0 12px 0;
}

#mainContent table.tenetJobs td {
    text-align:left;
    padding: 20px 20px 0 20px;
    border: 1px solid #cccccc;
    background-color: #ededed;
    vertical-align: top;
}

#mainContent table td.light {
    text-align:left;
    padding: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f2f1eb;
    vertical-align: top;
}

#mainContent table th {
    text-align:left;
    background-color: #9d2215;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
}
#mainContent table td p  {
    font-size: 1em;
    color: #333;
    margin:0;
}
#mainContent table th p {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    margin:0;
}
#mainContent .pullquote {
    width: 145px;
    margin: 0 0 15px 15px;
    padding: 0 0 0 15px;
    border-left: 1px dotted #333;
    float:right;
   }
#mainContent .pullquote p {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    /*font-family: Georgia, Times, Times New Roman, serif;*/
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;    
    color: #333;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
   }
#mainContent .pullquote img {
    margin: 0;
    padding: 0;
   }
hr {
    color: #e5e4d8;
    background-color: #f00;
    height: 1px;
}
img.tick {
    float: right;
    margin: 10px 10px 15px 15px;
}
img.clickHere {
    border: none;
    vertical-align: middle;
}
#shadedBox {
    width: 585px;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px 15px 15px 15px;
    margin: 10px 0  0;
    background: #000;
    background-image: url('/images/shaded_box_bg.jpg');
    background-repeat:repeat-x;
}

#mainContentRDR h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 23px;
    padding:20px 0px 15px 0px;
    color: #fff;
}

#mainContentRDR h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding:5px 0px 15px 0px;
    color: #fff;
}

#missing {
    margin-top: 20px;
}
#missing h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 50px;
    padding: 0;
    margin:0;
    color: #fff;
    float: left;
}
#missing h1.pageTitle {
    margin-bottom: 35px;
    margin-top: -12px;
    font-size: 57px;
    color: #fff;
}
#missing h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 45px 0px 0px 0px;
    color: #fff;
    font-weight: 300;
}
#missing .textBlock {
    clear:both;
    height:65px;
    width: 100%;
    margin:0;
    padding:0;
}
#missing .title {
    float: left;
    margin-right: 15px;
}
#missing .description {
    float: left;
    margin-top: 7px;
    clear: right;
}
#missing p {
    padding: 0px 0px 20px 0px;
    line-height: 1.5em;
    font-size: 1.17em;
    color: #e2017b;   
}
#missing span.logoText {
    font-weight: 900;
    font-size: 30px;
    letter-spacing:-2px
}
#missing span.phoneNumber {
    font-size: 30px;
    letter-spacing:-1px; 
    color:#fff;
    font-weight: 900;
}
#shadedBox h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    padding:0px 0px 10px 0px;
    color: #fff;
}
#mainContentRDR h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    padding:4px 0px 15px 0px;
    color: #fff;
}
#shadedBox h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 0px 15px 0px;
    color: #fff;
}
#shadedBox ul { 
    margin: -10px 0px 12px 19px;
    list-style: square outside; 
}
#shadedBox ol { 
    margin: -10px 0px 12px 33px;
    list-style: decimal outside; 
}
#shadedBox li {
    margin-top: 8px;
    font-size: 1.19em;
    line-height: 1.7em;
}
/* Horizontal boxes start */
.Box1, .Box2, .Box3 {
    width: 260px;
    min-height: 150px; /**non-IE browsers**/
    _height: 150px; /**IE6 only**/
    margin-bottom:0px;
    background:#000;
    /**to reduce float drop issues in IE6**/
    overflow: hidden;
    word-wrap: break-word;
}
.Box1 h2,.Box2 h2,.Box3 h2 {
    padding:0px 0px 5px 0px;
    text-align: left;
    font-size: 14px;
}
.Box1 img,.Box2 img,.Box3 img {
    display: block;
    clear:both;
}
.Box1 {
    float: left;
}
.Box2 {
    margin-left: 63px; float: left;
}
.Box3 {
    float: right;
}
.clear {clear: both; line-height: 1px; visibility: hidden}
/* Horizontal boxes end */
/* Form Styles Start */
input.btn {   
    color:#fff;   
    font-size: 100%;   
    background-color:#159ad2;   
    border: 1px solid;   
    border-color: #d2ebf7;   
    }   
/* Form Styles End */
/* Breadcrumb Start */
#breadcrumb {
    display:block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.9em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
   }
#breadcrumb a:link, #breadcrumb a:link {
    text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:active {
    text-decoration: none;
}
/* Breadcrumb End */
/* ----------------------------------- */
/* ---- Main Content Elements End ---- */
/* ----------------------------------- */
 
/* ------------------------------- */
/* ---- Footer Elements Start ---- */
/* ------------------------------- */
#footer #footerLeft p {
    margin-top: 15px;
    color: #ababab;
    line-height: 1.4em;
    width: 90%;
}
#footerRDR #footerLeft p {
    margin-top: 15px;
    color: #fff;
    line-height: 1.4em;
    width: 90%;
}
#footer a:link, #footer a:visited, #footerRDR a:link, #footerRDR a:visited {
    font-size: 1em;
    line-height: 1.3em;
    text-decoration: none;
    color: #e2017b;
}
#footer a:hover, #footer a:active #footerRDR a:hover, #footerRDR a:active {
    font-size: 1em;
    line-height: 1.3em;
    text-decoration: underline;
    color: #e2017b;
}
#sitemap table tr td {
    background-color: #fff;
}
#sitemap table {
    width: 100%;
}
/* ----------------------------- */
/* ---- Footer Elements End ---- */
/* ----------------------------- */
/** FIND AN ADVISER */
 
 
.FindAdviserSearchBox {
    background-color: #eaf4f9;
    padding: 5px 5px 10px 5px;
    border-top: 1px solid #d2ebf7;
    border-left: 1px solid #d2ebf7;
    border-right: 1px solid #d2ebf7;
    border-bottom: 1px solid #d2ebf7;
    text-align:left;
}
 
 
.FindAdviserContent {
    text-align:left;
    padding: 10px 15px 5px 15px;
    background-color: #eaf4f9;
    border-top: 1px solid #d2ebf7;
    border-left: 1px solid #d2ebf7;
    border-right: 1px solid #d2ebf7;
    border-bottom: 1px solid #d2ebf7;
}
 
.FindAdviserContentAddress {
    padding: 10px 5px 5px 5px;
    background-color: #eaf4f9;
    border-left: 1px solid #dbd6d6;
    border-right: 1px solid #dbd6d6;
    border-bottom: 1px solid #dbd6d6;
}
 
.FindAdviserContent p, .FindAdviserContentAddress p {
    padding:0px 0px 10px 0px;
    line-height: 1.2em;
    font-size: 1em;
}
 
.FindAdviserContent H2, .FindAdviserContentAddress H2 {
    padding:0px 0px 10px 0px;
    font-size: 2.1em;
    font-family: "Tahoma", Arial, Helvetica, sans-serif;
}
 
.FindAdviserContent img {
    margin: 0 0 3px 4px;
    border: none;
}
 
.FindAdviserContent a:link, .FindAdviserContent a:visited,
.FindAdviserContentAddress a:link, .FindAdviserContentAddress a:visited {
    color: #e2017b;
    font-size: 1em;
    text-decoration: underline;
}
 
.FindAdviserContent a:hover, .FindAdviserContent a:active,
.FindAdviserContentAddress a:hover, .FindAdviserContentAddress a:active {
    color: #e2017b;
    font-size: 1em;
    text-decoration: underline;
}
