/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}
    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border-color: #fff #fff #ccc;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.25em;
}

sub {
    bottom: -0.25em;
}

.smallCaps {
    font-variant: small-caps;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    padding: 5px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}
    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table.dataTable {
        border: 1px solid #4d79a7;
        border-collapse: collapse;
        margin: 0 auto 10px;
        color: #363534;
    }

    table.dataTableLeft {
        margin-left: 0;
    }

    table.dataTable caption {
        font-size: 12px;
        font-weight: 700;
        margin: 0 auto;
        padding: 5px;
        text-align: center;
    }

    table.dataTable td, table th {
        padding: 0.5em;
        vertical-align:middle;
    }

    table.dataTable thead {
        background-color: #4d79a7;
    }

        table.dataTable thead tr th {
            text-align: left;
            color: #fff;
        }

    table.dataTable th {
        font-size: 12px;
    }

    table.dataTable tbody tr.odd {
        background-color: #fff;
    }

    table.dataTable tbody tr.even {
        background-color: #e8eef4;
    }

    table.dataTable tfoot {
        background-color: #a9a9a9;
        color: #fff;
    }

        table.dataTable tfoot td {
            font-size: 9px;
        }

div.rows {
    background-color: #fff;
}

    div.rows .head, div.rows .foot, div.rows .odd, div.rows .even, div.rows .row {
        border-top: 1px solid #cacaca;
        padding: 10px;
    }

    div.rows .head {
        background-color: #4d79a7;
    }

    div.rows .odd {
        background-color: #fff;
    }

    div.rows .even {
        background-color: #e8eef4;
    }

        div.rows .even.light {
            background-color: #edf5fb;
        }

    div.rows .foot {
        background-color: #a9a9a9;
        color: #fff;
    }

html,
body,
div,
span,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
label,
legend,
menu,
p,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 14px;
    font-family: "Microsoft Yahei",Arial,Helvetica,sans-serif,"宋体";
    vertical-align: baseline;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a:focus {
    outline: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

abbr,
acronym,
fieldset,
img {
    border: 0;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

@font-face {
    font-family: NewsGothicFSLightRegular;
    src: url('/Assets/fonts/NewsGothic-Light-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-Light-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-Light-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-Light-webfont.svg#NewsGothicFSLightRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSBookRegular;
    src: url('/Assets/fonts/NewsGothic-Book-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-Book-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-Book-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-Book-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-Book-webfont.svg#NewsGothicFSBookRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSMediumRegular;
    src: url('/Assets/fonts/NewsGothic-Medium-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-Medium-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-Medium-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-Medium-webfont.svg#NewsGothicFSMediumRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSBookBold;
    src: url('/Assets/fonts/NewsGothic-DemiBold-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-DemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-DemiBold-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-DemiBold-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-DemiBold-webfont.svg#NewsGothicFSBookBold') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSMediumBold;
    src: url('/Assets/fonts/NewsGothic-Bold-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-Bold-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-Bold-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-Bold-webfont.svg#NewsGothicFSMediumBold') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSLightItalic;
    src: url('/Assets/fonts/NewsGothic-LightOblique-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-LightOblique-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-LightOblique-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-LightOblique-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-LightOblique-webfont.svg#NewsGothicFSLightItalic') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSBookItalic;
    src: url('/Assets/fonts/NewsGothic-BookOblique-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-BookOblique-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-BookOblique-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-BookOblique-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-BookOblique-webfont.svg#NewsGothicFSBookItalic') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSMediumItalic;
    src: url('/Assets/fonts/NewsGothic-MediumObl-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-MediumObl-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-MediumObl-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-MediumObl-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-MediumObl-webfont.svg#NewsGothicFSMediumItalic') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSBookBoldItalic;
    src: url('/Assets/fonts/NewsGothic-DemiBoldObl-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-DemiBoldObl-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-DemiBoldObl-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-DemiBoldObl-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-DemiBoldObl-webfont.svg#NewsGothicFSBookBoldItalic') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: NewsGothicFSMediumBoldItalic;
    src: url('/Assets/fonts/NewsGothic-BoldOblique-webfont.eot');
    src: url('/Assets/fonts/NewsGothic-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/NewsGothic-BoldOblique-webfont.woff') format('woff'), url('/Assets/fonts/NewsGothic-BoldOblique-webfont.ttf') format('truetype'), url('/Assets/fonts/NewsGothic-BoldOblique-webfont.svg#NewsGothicFSMediumBoldItalic') format('svg');
    font-weight: 400;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background: #fff url(../images/cc_blue_bg_fade.png) repeat-y scroll center top;
    color: #363534;
    font: 12px/16px Arial, Helvetica, sans-serif;
}

h1 {
    color: #4B3431;
    font-family: "Microsoft Yahei",Arial,Helvetica,sans-serif,"宋体";
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}

h2 {
    color: #5f453f;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 4px;
}

    h2.heading-more {
        position: relative;
        overflow: visible;
    }

        h2.heading-more span {
            border-left: 1px dotted #999;
            bottom: 3px;
            font-size: 11px;
            font-family: Arial, Helvetica, sans-serif;
            padding: 0 0 0px 7px;
            position: absolute;
            right: 0;
        }

h3 {
    color: #5f453f;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 4px;
}

h4 {
    color: #1e702e;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

    h3 a,
    h4 a {
        color: #ffffff;
        text-decoration: none;
    }

        h3 a:hover,
        h4 a:hover {
            color: #ffffff;
        }

h5 {
    color: #363534;
    font-size: 13px;
    font-weight: 700px;
    margin-bottom: 2px;
}

h6 {
    color: #1e702e;
    font-size: 13px;
    margin-bottom: 2px;
}

.content ul {
    list-style-type: disc;
}

.content ol {
    list-style-type: decimal;
}

.content ul li {
    list-style: none;
    padding: 0 0 2px 10px;
    background: url("/~/media/F6E9BB0E2DCE4F62A58D367327744D7D") no-repeat scroll 0 5px transparent; /*bullet.gif*/
}

.content ul li ul, .content ul li ul li ul {
    margin-bottom: 0;
}

.content ul li ul li, ul li ul li {
    font-size:1em;
    background:none;
    list-style-type: circle;
    margin-left:1em;
    padding-left:0;
}

a {
    color: #084585;
}

    a:hover {
        color: #363534;
    }


footer .btn.orange, footer .btnTrans {
    margin-top: 1em;
}

footer .btn.orange a span, footer .btnTrans a span {
    font-size: 11px;
}


.float-left, .float_left {
    float: left;
    margin-right: 10px;
}

.float-right, .float_right {
    float: right;
    margin-left: 10px;
}

ul.link-list li,
.main ul.link-list li,
.link-list li,
ul.right-link-list li,
.control-tabs .tab ul.link-list li,
.control-tabs .third-nav ul.link-list li,
ul.AtoZResultList li,
ul#phys-link-index li {
    background: url("/~/media/6E866DA10C244DE1BA13A23F6D25BF5A") no-repeat 0 5px; /*list_arrow_orange.gif*/
    list-style: none outside none;
    margin-left: 0;
    overflow: hidden;
    padding: 0 0 2px 10px;
}

ul.link-list-pdf li,
.main ul.link-list-pdf li,
.link-list-pdf li,
ul.right-link-list-pdf li,
.control-tabs .tab ul.link-list-pdf li,
.control-tabs .third-nav ul.link-list-pdf li {
    background: url("/~/media/6E866DA10C244DE1BA13A23F6D25BF5A") no-repeat 11px 5px; /*list_arrow_orange.gif*/
    list-style: none outside none;
    margin-left: 0;
    overflow: hidden;
    padding: 0 0 2px 22px;
}

ul.link-list-pdf li.pdf,
.main ul.link-list-pdf li.pdf,
.link-list-pdf li.pdf,
ul.right-link-list-pdf li.pdf,
.control-tabs .tab ul.link-list-pdf li.pdf,
.control-tabs .third-nav ul.link-list-pdf li.pdf {
    list-style-type: none;
    background: url("/~/media/5E0E5D90EE5E43A6877A991F7D1729C7") no-repeat 0 2px;
    padding: 2px 0 2px 22px;
}

ul.right-link-list {
    float: left;
}

#LinkList li {
    background: url("/~/media/6E866DA10C244DE1BA13A23F6D25BF5A") no-repeat 0 5px !important; /*list_arrow_orange.gif*/
    list-style: none outside none;
    margin-left: 0;
    overflow: hidden;
    padding: 0 0 2px 10px;
}

.pdf, ul li.pdf, 
.main p.pdf, .main li.pdf,
.control-tabs .tab ul li.pdf,
.control-tabs .tab ul.pdf li,
ul.pdf li {
    list-style-type: none;
    background: url("/~/media/5E0E5D90EE5E43A6877A991F7D1729C7") no-repeat 0 2px;
    padding: 2px 0 2px 22px;
}

ul.pdf {
    background: none;
    padding:0;
}

div#contact-us ul li,
div#appointments ul li,
div.hi-subject-list ul li {
    background: url("/~/media/6E866DA10C244DE1BA13A23F6D25BF5A") no-repeat 0 5px; /*list_arrow_orange.gif*/
}

p.index-link, li.index-link {
    padding: 2px 0px 2px 22px;
    background: url("/~/media/Images2/UX/index_link_icon") no-repeat scroll 3px 2px;
    background-color: transparent;
}

#AtoZGroup {
    background: #f5f8fa;
    border: 1px solid #c7c7c7;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
}

    #AtoZGroup #AtoZAlphabet {
        border-bottom: 1px solid #c7c7c7;
        overflow: hidden;
        padding-bottom: 10px;
    }

        #AtoZGroup #AtoZAlphabet li {
            background: none;
            color: #aaa;
            float: left;
            font-size: 20px;
            font-weight: 700;
            line-height: 20px;
            margin-right: 5px;
            padding: 0 2px;
            text-align: center;
            text-transform: uppercase;
        }

            #AtoZGroup #AtoZAlphabet li a {
                color: #4d79a7;
                display: block;
                text-decoration: none;
            }

            #AtoZGroup #AtoZAlphabet li.selected a {
                color: #363534;
                cursor: default;
            }

.main ul.AtoZPagination li {
    background: none;
    display: inline;
    margin-right: 5px;
    padding: 0;
}

ul.AtoZResultList {
    float: left;
    margin-right: 2.4%;
    width: 47.5%;
}

div#AtoZResults {
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
}

div#AtoZGroup {
    background: #f5f8fa;
    border: 1px solid #c7c7c7;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
}

div#AtoZResultListGroup {
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
}

div#AtoZGroup div.top-of-letter {
    overflow: hidden;
}

    div#AtoZGroup div.top-of-letter h5 {
        float: left;
    }

    div#AtoZGroup div.top-of-letter a.top-link {
        float: right;
    }

ul.iconList li:first-child {
    margin-right: 0;
    padding-right: 10px;
    border-right: none;
}

ul.iconList li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    background: none;
}

div.download {
    background: none repeat scroll 0 0 #F5F8FA;
    border: 1px solid #C7C7C7;
    margin: 10px 0 20px;
    padding: 15px 20px 5px;
    display: inline-block;
    border-radius: 10px;
    zoom: 1;
}

    div.download ul.iconList {list-style:none;}
    div.download ul.iconList li {
        list-style:none;
        float: left;
        margin: 0 0 0 10px;
        padding-left: 10px;
        border-left: 1px solid #919193;
    }

    div.download ul.iconList li:first-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.contentRight {
    float: right;
}

.contentLeft {
    float: left;
    overflow: auto;
}

.wrapper {
    background: #fff;
    margin: 0 auto;
    width: 960px;
}

.wrapper-full {
    margin: 0 auto 50px;
    position: relative;
    z-index: 10;
}

    .wrapper-full.tabs .module-contact {
        position: absolute;
        right: 0;
    }

header {
    position: relative;
    z-index: 5;
}

    header .masthead {
        background: #ffffff;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
        background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        border-bottom: 1px solid #ccc;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        padding: 0 10px;
    }

        header .masthead ul {
            float: right;
        }

            header .masthead ul:first-child {
                float: left;
            }

            header .masthead ul li {
                display: inline;
                font-size: 11px;
                margin: 0 4px;
            }

                header .masthead ul li a {
                    color: #363534;
                }

    header .header-main {
        overflow: hidden;
        padding: 0 20px;
    }

        header .header-main .logo {
            display: block;
            float: left;
            margin: 20px 0;
            text-indent: -9999px;
        }

    header .main-headband {
	    height: 103px;
	    overflow: hidden;
	    position: relative;
	    width: 960px;
	    z-index: 1;
    }

	    header .main-headband a {
		    display: block;
	    }

		    header .main-headband a img {
			    position: absolute;
		    }

		    header .main-headband a:hover img {
			    bottom: 0;
		    }

.content {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 6em;
}

    .content p,
    .content ul,
    .content ol,
    .content dl,
    .content dd,
    .content table {
        margin-bottom: 10px;
    }

    .content .sidebar {
        float: left;
        width: 230px;
        overflow: auto;
        overflow-wrap: break-word;
    }

        .content .sidebar .sidebar-nav {
            background: #ffffff url("/~/media/E3E243B2D20C453FB839BC7D00B58233") no-repeat right top;
            position: relative;
            z-index: 1;
            min-height: 370px;
        }

            .content .sidebar .sidebar-nav h3 {
                display: none;
            }

    /* BRICK NAV STYLES */
    .content .sidebar .sidebar-nav h3 {
		display: block;
		font-size: 13px;
		font-weight: 700;
		line-height: 16px;
		margin: -11px 0 0 0;
		padding-bottom: 10px;
		padding-top: 0;
		position: relative;
		width: 229px;
	}

		.content .sidebar .sidebar-nav h3 a {
			background-color: #ccc;
			color: #fff;
			display: block;
			padding: 12px 20px 10px;
			text-decoration: none;
			text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
		}
        /* /Images/Phase2/left_nav/brick1-arrow */
		.content .sidebar .sidebar-nav h3.level1 {
			background: url("/~/media/E300773D1F79437A89AAC679C52F539E") no-repeat left bottom;
			margin-top: 0;
			z-index: 10;
		}
			.content .sidebar .sidebar-nav h3.level1 a {
				background: #387EB9;
			}
        /* /Images/Phase2/left_nav/brick2-arrow */
		.content .sidebar .sidebar-nav h3.level2 {
			background: url("/~/media/E690486A5E3F4847B5EC9744BE22703F") no-repeat left bottom;
			z-index: 9;
		}
			.content .sidebar .sidebar-nav h3.level2 a {
				background: #5692C4;
			}
        /* /Images/Phase2/left_nav/brick3-arrow */
		.content .sidebar .sidebar-nav h3.level3 {
			background: url("/~/media/174622049B9D4756BB0F9B8E41B38B6E") no-repeat left bottom;
			z-index: 8;
		}
			.content .sidebar .sidebar-nav h3.level3 a {
				background: #73A5CE;
			}
        /* /Images/Phase2/left_nav/brick-hov-arrow */
		.content .sidebar .sidebar-nav h3:hover {
			background: url("/~/media/94C1B40394264CB9989F2E1DDEB5D546") no-repeat left bottom;
		}
			.content .sidebar .sidebar-nav h3:hover a {
				background: #999;
			}
		.content .sidebar .sidebar-nav h3 + ul {
			padding-top: 0;
		}
        /* end brick nav styles */

            .content .sidebar .sidebar-nav > ul {
                list-style-type: none;
                margin: 0 12px;
                padding: 20px 0 0 0;
            }

                .content .sidebar .sidebar-nav > ul li {
                    border-bottom: 1px solid #e9e9e9;
                    font-size: 13px;
                    overflow: hidden;
                    padding: 8px 0 8px 8px;
                    position: relative;
                    background: none;
                }

                    .content .sidebar .sidebar-nav > ul li a {
                        color: #4D79A7;
                        display: block;
                        font-weight: bold;
                        padding-right: 20px;
                        text-decoration: none;
                    }

                    .content .sidebar .sidebar-nav > ul li a.selected {
                        color: #474A51;
                    }

                    .content .sidebar .sidebar-nav > ul li a:hover {
                        color: #363534;
                    }

                    .content .sidebar .sidebar-nav > ul li span, 
                    .content .tableOfContents span {
                        background: url("/~/media/78FDFE354E284A09B3F47ACB60E1CE02") no-repeat left top;
                        cursor: pointer;
                        display: block;
                        height: 18px;
                        position: absolute;
                        right: 0;
                        top: 8px;
                        width: 18px;
                    }

                    .content .tableOfContents span {
                        top: 0;
                    }
                        .content .sidebar .sidebar-nav > ul li span:hover, 
                        .content .tableOfContents span:hover {
                            background-position: left bottom;
                        }

                    .content .sidebar .sidebar-nav > ul li ul {
                        border-left: 1px solid #E9E9E9;
                        display: none;
                        margin: 0 0 0 5px;
                    }


                        .content .sidebar .sidebar-nav > ul li ul.first-level li,
                        .content .sidebar .sidebar-nav > ul li ul.second-level li,
                        .content .sidebar .sidebar-nav > ul li ul.third-level li {
                            background: url("/~/media/E054DDB82E8C4A628C8B656C7B33D141") no-repeat 0 11px;
                            margin-left: 0;
                        }

                        .content .sidebar .sidebar-nav > ul li ul.second-level li {
                            font-size: 12px;
                            padding: 5px 0 0 10px;
                            border: none;
                        }

                            .content .sidebar .sidebar-nav > ul li ul.second-level li span {
                                background: url("/~/media/E91B51DC8D3E4B579EC97491AD78CA35") no-repeat left top;
                                height: 14px;
                                top: 6px;
                                right: 2px;
                                width: 14px;
                            }

                            .content .sidebar .sidebar-nav > ul li ul.second-level li.active span {
                                background-position: right top;
                            }

                        .content .sidebar .sidebar-nav > ul li ul.third-level li a {
                            font-weight: normal;
                        }

                    .content .sidebar .sidebar-nav > ul li.active > ul {
                        display: block;
                    }
                    .content .sidebar .sidebar-nav > ul li.active > a
                    {
	                    color: #000;
                    }

                    .content .sidebar .sidebar-nav > ul li.active > a.current {
                        color: #000;
                    }

                    .content .sidebar .sidebar-nav > ul li.active > span, 
                    .content .tableOfContents li.active span {
                        background-position: right top;
                    }

                        .content .sidebar .sidebar-nav > ul li.active > span:hover, 
                        .content .tableOfContents li.active span:hover {
                            background-position: right bottom;
                        }

/* start nav plus/minus button styles */
.content .sidebar .sidebar-nav ul li.active span.expanded ,
         #sidebar .sidebar-nav ul li.active span.expanded {
         
    background-position: top left;
}

.content .sidebar .sidebar-nav ul li span.expanded ,
         #sidebar .sidebar-nav ul li span.expanded ,
.content .sidebar .sidebar-nav ul li ul.second-level li span.expanded ,
         #sidebar .sidebar-nav ul li ul.second-level li span.expanded ,
.content .sidebar .sidebar-nav ul li.active ul.second-level li span.expanded ,
         #sidebar .sidebar-nav ul li.active ul.second-level li span.expanded {
         
    background-position: top right;
}
/* end nav plus/minus button styles */

    .content .module-contact {
        background: url("/~/media/5D8B13B4810F4C44BE91027BBF605D56") no-repeat center bottom;
        float: right;
        padding-bottom: 10px;
        width: 262px;
    }

        .content .module-contact .contact-nav {
            background: url("/~/media/1C8A81F0D31A407CBE74DF17B5CFF29B") no-repeat center top;
            border-left: 1px solid #D6D6D6;
            border-right: 1px solid #D6D6D6;
            font: 16px Georgia, 'Times New Roman', serif;
            margin: 0;
            overflow: hidden;
        }

            .content .module-contact .contact-nav li {
                float: left;
                border-left: 1px solid #D6D6D6;
                text-align: center;
                width: 130px;
            }

                .content .module-contact .contact-nav li:first-child {
                    border-left: 0;
                }

                .content .module-contact .contact-nav li a {
                    background: url("/~/media/7369846B9F4F4832A9060AE5E5CCF055") no-repeat 95% 50%;
                    border-bottom: 1px solid #D6D6D6;
                    display: block;
                    padding: 4px 7px 4px 0;
                    text-decoration: none;
                }

                    .content .module-contact .contact-nav li a.active {
                        background: url("/~/media/86500A68C66D4B2CBF29C7CB0654084F") no-repeat 95% 50%;
                        border-bottom: 1px solid transparent;
                        color: #4B3431;
                    }

        .content .module-contact div {
            background: url("/~/media/1C8A81F0D31A407CBE74DF17B5CFF29B") no-repeat center top;
            border-left: 1px solid #D6D6D6;
            border-right: 1px solid #D6D6D6;
            display: none;
            padding: 15px 15px 5px;
        }

            .content .module-contact div.active {
                display: block;
            }

            .content .module-contact div .phone {
                font-size: 11px;
            }

                .content .module-contact div .phone strong {
                    font-size: 16px;
                    line-height: 14px;
                }

            .content .module-contact div .contact-number-image {
                background: url("/~/media/0B0407C06A70439C96C619BADE39E919") no-repeat 0 0;
                display: block;
                height: 68px;
                margin-top: -29px;
                text-indent: -9999px;
                width: 220px;
            }

            .content .module-contact div li {
                background: url("/~/media/6E866DA10C244DE1BA13A23F6D25BF5A") no-repeat 0 5px;
                padding: 0 0 2px 10px;
            }

    .content .main {
        float: left;
        font-size: 12px;
        margin-left: 20px;
        position: relative;
        width: 640px;
        overflow: inherit;
    }

        .content .main img,
        .content .tab-content img {
            margin: 2px 0 8px;
        }

            .content img.border {
                background: #fff;
                border: 1px solid #c9c9c9;
                padding: 1px;
            }

            .content img.img-left,
            .content div.img-left {
                float: left;
                margin-right: 10px;
            }

            .content img.img-right,
            .content div.img-right {
                float: right;
                margin-left: 10px;
            }

    .content .top-section {
        margin-bottom: 30px;
        overflow: hidden;
    }

		.content .top-section > div + div {
			float: left;
			width: 350px;
        }

            .content .top-section > div.module-contact {
                float: right;
                width: 262px;
            }

            .content .top-section > div h1 {
                padding-top: 60px;
            }

            .content .top-section > div p,
            .content .top-section > div .feature {
                font-size: 13px;
                line-height: 19px;
            }

    .content .top-section-img {
        margin-left: -20px;
        margin-right: -70px;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    .content .tabs .top-section {
        margin-bottom: 0px;
    }

footer {
    background: #CFCCCA;
    color: #555;
    font-size: 11px;
    overflow: hidden;
    padding: 20px;
}

    footer h3 {
        color: #333;
        font-size: 11px;
        font-weight: 700;
        padding: 0;
    }

    footer a {
        color: #555;
    }

        footer a:hover {
            color: #363534;
        }

    footer > div {
        overflow: hidden;
        width: 690px;
    }

        footer > div.left {
            margin-right: 20px;
            width: 200px;
        }

            footer > div.left .btn a {
                margin-bottom: 10px;
                padding-right: 20px;
            }

                footer > div.left .btn a span {
                    padding-left: 20px;
                }

            footer > div.left ul {
                width: 200px;
            }

            footer > div.left + div {
                border-bottom: 1px solid #A3A0A0;
            }

            footer > div.left p {
                font-size: 12px;
            }

                footer > div.left p a {
                    color: #333;
                    text-decoration: none;
                }

                footer > div.left p span {
                    color: #555;
                    display: block;
                    font-size: 16px;
                }

        footer > div.partners {
            margin-top: 20px;
        }

            footer > div.partners p {
                color: #333;
                width: 385px;
            }

                footer > div.partners p img {
                    margin-right: 10px;
                }

        footer > div ul {
            float: left;
            padding-bottom: 20px;
            width: 230px;
        }

            footer > div ul li {
                line-height: 14px;
                margin-top: 3px;
                list-style: none;
            }

                footer > div ul li.orange {
                    margin-top: 10px;
                }

.copyright {
    background: #8C8C8C;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
}

.launchpad {
    margin: 0 0 15px -20px;
    overflow: hidden;
}

    .launchpad > div {
        display: inline-block;
        margin: 0 0 0 20px;
        width: 142px;
		vertical-align:top;
    }

        .launchpad > div img,
        div.quad-column > div a img,
        div.quadcolumn > div a img {
            background: #fff;
            border: 1px solid #c9c9c9;
            margin-bottom: 8px;
            padding: 1px;
            width: 142px;
        }

        .launchpad > div .launchPadLink {
            color: #4d79a7;
            font-size: 15px;
            font-weight: 700;
            line-height: 18px;
            text-decoration: none;
        }

        .launchpad > div .launchPadContent {
            margin-bottom: 10px;
        }

    .launchpad div.launchPadItem {
        display: inline-block;
        margin-left: 20px;
        float: left;
    }

        .launchpad div.launchPadItem span {
            display: block;
        }

        .launchpad div.launchPadItem a {
            display: block;
        }

.double-column {
    clear: both;
    margin-bottom: 5px;
}

    .double-column > div {
        width: 47.5%;
    }

        .double-column > div.doublecolumn-one {
            float: left;
        }

        .double-column > .doublecolumn-one.divider {
            border-right:1px dotted #999;
        }

        .double-column > div.doublecolumn-two {
            float: right;
        }
        
.triple-column {
    margin: 0 0 5px -2.5%;
    overflow: hidden;
}

    .triple-column > div {
        margin-left: 2.5%;
        width: 30.75%;
    }

#callToAction {
    background: #ecf3ee;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0px #ddd;
    padding: 20px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #callToAction > h2 {
        background: url("/~/media/F9C5996E23CA48F4AA65FA23C216E783") no-repeat 0 0;
        padding-left: 35px;
    }

.fancybox_group a {
    padding: 1px;
    text-decoration: none;
}

    .fancybox_group a img {
        margin: 0 5px 5px 0;
        padding: 1px;
        border: 1px solid #c9c9c9;
    }

    .fancybox_group a:hover img,
    .fancybox_group a:active img, 
    .content .main .fancybox_group a:hover img.border,
    .content .main .fancybox_group a:active img.border {
        border: 1px solid #084585;
    }

.control-accordion {
    border: 1px solid #ccc;
    border-radius: 7px;
    background: url("file:///D|/images/boxes/accordion-full-bg-tile.jpg") repeat-x center top;
    margin: 0 0 20px 0;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    -moz-box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
}

    .control-accordion > h2,
    .control-accordion .summary {
        padding: 0px 2px 4px;
        margin: 15px 20px 3px !important;
    }

    .control-accordion .bottom {
        margin: 0;
        padding: 0px 20px 17px;
    }

    .control-accordion dt {
        border-bottom: 1px dotted #999;
        color: #4D79A7;
        cursor: pointer;
        font: 700 15px/18px Arial, Helvetica, sans-serif;
        padding: 6px 30px 6px 2px;
        position: relative;
        clear:both;
    }
        .control-accordion dt div.right {
            position: absolute;
            top: .25em;
            right: 2em;
            margin: 0;
            padding: 0 .6em 0 0;
            border-right: 1px dotted #999;
            font-size: .95em;
            font-style: normal;
            font-weight: bold;
            color: #6d7c82;
            line-height: 1.6em;
        }

        .control-accordion dt span p {
            position: absolute;
            left: -550px;
            top: -7px;
        }

        .control-accordion dt span.plusMinus {
            background: url("/~/media/78FDFE354E284A09B3F47ACB60E1CE02") no-repeat left top;
            display: block;
            height: 18px;
            line-height: 10px;
            position: absolute;
            right: 4px;
            top: 6px;
            width: 18px;
        }
        .control-accordion dt span.plusMinus
        {
            float: left;
        }

        .control-accordion dt p {
            position: absolute;
            left: 4px;
            top: -7px;
        }

        .control-accordion dt:hover {
            color: #363534;
        }

            .control-accordion dt:hover span {
                background-position: left bottom;
            }

        .control-accordion dt.active {
            color: #363534;
        }

            .control-accordion dt.active span {
                background-position: right top;
            }

    .control-accordion dd {
        background: #fff;
        border: 10px solid #EBF0F6;
        margin: 0;
        overflow: hidden;
        padding: 5px 10px 10px;
    }

    .control-accordion.small {
        background: url("/~/media/A80EB11B39B7489D85D4ADFE06FCC31A") no-repeat center top;
        margin: 0 0 25px;
        width: 450px;
    }

        .control-accordion.small .bottom {
            background: url("/~/media/37D2A62DA4754C28B03224D1A6EC6CC3") no-repeat center bottom;
        }

.control-accordion-lite {
    margin: 0 0 20px !important;
}

    .control-accordion-lite dt {
        color: #4D79A7;
        cursor: pointer;
        font: 700 14px/18px Arial, Helvetica, sans-serif;
        margin-bottom: 4px;
        padding: 0 0 0 18px;
        position: relative;
        clear: both;
    }

        .control-accordion-lite dt span.plusMinus {
            background: url("/~/media/E91B51DC8D3E4B579EC97491AD78CA35") no-repeat scroll left top;
            display: block;
            height: 14px;
            left: 0px;
            position: absolute;
            top: 1px;
            width: 14px;
        }

        .control-accordion-lite dt .heading {
            margin-left: 2px;
            display: block;
        }

        .control-accordion-lite dt.active span {
            background-position: right top;
        }

    .control-accordion-lite dd {
        margin: 0 0 10px 30px;
    }

.control-gallery {
    margin: 0 0 5px -17px;
}

    .control-gallery a {
        border: none;
        display: inline-block;
        margin: 0 -3px 14px 17px;
    }

    .control-gallery img {
        border: 1px solid #999;
        display: block;
        padding: 1px;
    }

        .control-gallery img:hover {
            border: 1px solid #084585;
        }


.control-callout {
    background: #eee;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 15px;
    width: 220px;
}

    .control-callout.border {
        background: #fff;
        border: 6px solid #BCCEE0;
        border-radius: 4px;
    }

    .control-callout.small {
        padding: 10px;
        width: 160px;
    }

    .control-callout.left {
        float: left;
        margin: 0 20px 20px 0;
    }

    .control-callout.right {
        float: right;
        margin: 0 0 20px 20px;
    }

    .control-callout.full {
        width: auto;
    }






.control-tabs {
    margin-bottom: 20px;
}

    .control-tabs .tabs {
        list-style-type: none;
        margin: 0 0 -1px 0;
        overflow: hidden;
        padding: 0px;
    }

        .control-tabs .tabs img.img-right,
        .control-tabs .tabs img.img-left {
            position: static;
        }

        .control-tabs .tabs li {
            display: inline-block;
            margin-right: -4px;
            list-style: initial;
            padding: 0px;
            background: none;
        }

            .control-tabs .tabs li a {
                border-left: 0;
                color: #084585;
                background: #f6f9fb;
                border: 1px solid #CBCBCB;
                font-weight: 700;
                display: inline-block;
                vertical-align: middle;
                width: auto !important;
                outline: none;
                padding: 5px 8px;
                text-align: center;
                text-decoration: none;
            }

    .control-tabs .tabs li > a > img {
        margin-right:3px;
    }
        .control-tabs .tabs li a:hover {
            color: #363534;
        }

        .control-tabs .tabs li.active a {
            background: #fff;
            border-bottom: 1px solid #fff;
            color: #363534;
        }


    .control-tabs > div {
        border: 1px solid #CBCBCB;
        padding: 20px 20px 10px;
        overflow: hidden;
    }

    .control-tabs .third-nav {
        margin: 0 -15px;
    }

        .control-tabs .third-nav > ul {
            margin: 0;
            padding: 15px;
        }

    .control-tabs ul.third-nav {
        display: inline-block;
        margin: 0;
        padding-right: 10px;
        width: 45%;
        float: left;
    }

        .control-tabs ul.third-nav.two {
            float: right;
        }

    .control-tabs .third-nav > div {
        border-top: 1px solid #CBCBCB;
        padding: 15px;
    }

    .control-tabs .control-accordion {
        background: none;
        border-radius: 0px;
        border: 1px solid #CBCBCB;
        padding: 0;
        width: auto;
        -moz-box-shadow: inset 0 0 0 0 #ffffff;
        -webkit-box-shadow: inset 0 0 0 0 #ffffff;
        box-shadow: inset 0 0 0 0 #ffffff;
        -webkit-box-shadow: 0 0 0 0 #cccccc;
        -moz-box-shadow: 0 0 0 0 #cccccc;
        box-shadow: 0 0 0 0 #cccccc;
        margin: 0 0 12px;
    }

    .control-tabs .control-accordion > h2 {
        margin: 4px 10px 0px !important;
        padding-left: 0;
    }

        .control-tabs .control-accordion .bottom {
            margin: 0;
            padding: 4px 10px 10px;
        }


.ie7 .contact-nav li:first-child {
    width: 129px;
}

.ie7 .control-gallery,
.ie7 .control-tabs .tabs li,
.ie7 .control-tabs .tabs li a,
.ie7 .control-tabs .tabs .third-nav > ul li {
    display: inline-block;
    zoom: 1;
}

.ie7 .control-tabs .tabs li {
    margin-left: 0;
}

.contactArea {
    background-color: #fff;
    border: 1px solid #c7c7c7;
	border-radius: 0 0 7px 7px;
    box-shadow: 0 3px 3px -2px #c7c7c7;
    width: 264px;
    overflow:hidden;
}

    .contactArea div:first-child {
        border-right: 1px solid #c7c7c7;
        margin-right: -1px;
    }

    .contactArea div:nth-child(2) {
        border-left: 1px solid #c7c7c7;
        margin-left: 0px;
    }

    .contactArea.is-collapsed, .is-collapsed {
        height: 40px;
        overflow: hidden;
    }

    .contactArea > .contactArea-appointments,
    .contactArea > .contactArea-questions {
        float: left;
        padding-bottom: 5px;
        width: 131px;
    }

    .contactArea > .contactArea-additional {
        background: #f7f7f7;
        border-top: 1px solid #c7c7c7;
        clear: both;
        line-height: 17px;
        margin-bottom: 0;
        padding: 6px 0px 8px;
        text-align: left;
    }

        .contactArea > .contactArea-additional > p {
            font-size: 12px !important;
            margin-bottom: 0 !important;
        }

        .contactArea > .contactArea-additional > p.large {
            font-size: 17px !important;
        }

        .contactArea > .contactArea-additional > p.center {
            text-align: center;
        }

            .contactArea > .contactArea-additional > p a {
                color: #515151;
            }

        .contactArea > .contactArea-additional > ul li {
            list-style: none;
            padding: 0 0 2px 10px;
            background: none;
        }

    .contactArea > .contactArea-more {
        background-color: #eee;
        border-top: 1px solid #c7c7c7;
        border-left: none !important;
		border-radius: 0 0 7px 7px;
        clear: both;
        margin-bottom: 0;
        padding: 6px;
        text-align: center;
        zoom: 1;
    }

        .contactArea > .contactArea-more > p {
            font-size: 12px !important;
            margin-bottom: 0 !important;
        }

    .contactArea.basic .contactArea-additional {
        display: none;
    }

    .contactArea.appointments-only > .contactArea-appointments,
    .contactArea.questions-only > .contactArea-questions {
        float: left;
        padding-bottom: 5px;
        width: 264px;
    }

    .contactArea.appointments-only > .contactArea-questions,
    .contactArea.contactArea.questions-only > .contactArea-appointments {
        display: none;
    }

    .contactArea.noAQ {
        border-top: none;
    }

        .contactArea.noAQ > .contactArea-appointments,
        .contactArea.noAQ > .contactArea-questions {
            display: none;
        }

        .contactArea.noAQ > .contactArea-additional {
            background: #fff;
            border-top: none;
        }

    .contactArea.onlyAdditional {
        border-top: none;
    }

        .contactArea.onlyAdditional > .contactArea-appointments,
        .contactArea.onlyAdditional > .contactArea-questions {
            display: none;
        }

        .contactArea.onlyAdditional > .contactArea-additional {
            background: #fff;
            border-top: none;
            border-radius: 0 0 10px 10px;
		}

    .contactArea h3 {
        background: #1f4f81;
        /* Old browsers */
        background: -moz-linear-gradient(top, #396a9d 0%, #07386b 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #396a9d), color-stop(100%, #07386b));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #396a9d 0%, #07386b 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #396a9d 0%, #07386b 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #396a9d 0%, #07386b 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #396a9d 0%, #07386b 100%);
        /* W3C */
        box-shadow: 0 3px 2px 0 #b2b2b2;
        color: #fff !important;
        margin-bottom: 10px;
        padding: 10px !important;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
		text-align:center;
    }

        .contactArea h3.is-hovered {
            background: #2a659f;
            /* Old browsers */
            background: -moz-linear-gradient(top, #447fb1 0%, #0a4482 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #447fb1), color-stop(100%, #0a4482));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #447fb1 0%, #0a4482 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #447fb1 0%, #0a4482 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #447fb1 0%, #0a4482 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, #447fb1 0%, #0a4482 100%);
            /* W3C */
        }

        .contactArea h3.alternate h3 {
            background: #aa4e0b;
            /* Old browsers */
            background: -moz-linear-gradient(top, #d98141 0%, #aa4e0b 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d98141), color-stop(100%, #aa4e0b));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d98141 0%, #aa4e0b 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d98141 0%, #aa4e0b 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d98141 0%, #aa4e0b 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, #d98141 0%, #aa4e0b 100%);
            /* W3C */
            box-shadow: 0 3px 2px 0 #b2b2b2;
            color: #fff !important;
            margin-bottom: 10px;
            padding: 10px !important;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
        }

    .contactArea .contactArea-appointments strong, .contactArea .contactArea-questions strong {
        font-size: 17px !important;
    }

    .contactArea p {
        font-size: 14px !important;
        margin: 0 10px 6px 10px !important;
    }

    .contactArea .liveChatSkill {
        display: none;
    }

.no-js .contactArea.is-collapsed {
    height: auto;
}

.contactArea-container,
.content .top-section > div.contactArea-container {
    padding-bottom: 6px;
    float: right;
    width: 264px;
    min-height:206px;
}

.contactArea-container {
    margin-right: 70px;
}

.main .contactArea-container {
    margin-right: 0px;
}

.contactArea-expand {
	background:url(../images/pull-down.png) no-repeat top center;
    cursor: pointer;
    display: block;
    height: 19px;
    left: 50%;
    margin-left: -25px;
    position: relative;
    overflow: hidden;
    text-indent: -999em;
    width: 50px;
}

    .contactArea-expand.is-hovered {
		background:url(../images/pull-down.png) no-repeat bottom center;
    }

    .contactArea-expand.not-collapsable {
        display: none;
    }

.bottom-spacing {
    margin-bottom:20px !important;
}

img.bottom-spacing-shadow {
    margin-bottom:15px !important;
}

input[type="text"] {
    border: 1px solid #ccc;
}

textarea {
    border: 1px solid #ccc;
}

/* Featured Content Boxes & Callout Boxes */
.featured-area {
	border-radius: 7px;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-bottom: 20px;
}

.featured-content {
    border-radius: 7px;
    border: 1px solid #c7c7c7;
    margin-bottom:20px;
    padding: 20px;
    background: transparent url(file:///D|/images/boxes/blue-darker-grad-no-border.jpg) top left repeat-x;        
	-webkit-box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    -moz-box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
}

.featuredContentMobile {
    float: left;
    background: #eaede4;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    margin-bottom:20px;
    padding: 35px 25px 0;        
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255,1);
}

.featuredContentMobile img {
    margin: 0 20px 35px !important;
    border: 1px solid #969a9b;
}

#secondary-content {
    min-height: 500px;
    padding: 0 20px 20px;
}

#secondary-content.capped {
    position: relative;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px 20px 10px;
    border-radius: 7px 7px 0 0;
    background: transparent url(file:///D|/images/boxes/blue-darker-grad-no-border.jpg) top left repeat-x;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255,1);
}

    #secondary-content.capped:before, #secondary-content.capped:after {
      content: "";
      position: absolute;
      background-image: none;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(white));
      background-image: -webkit-linear-gradient(#ccc, white);
      background-image: -moz-linear-gradient(#ccc, white);
      background-image: -o-linear-gradient(#ccc, white);
      background-image: linear-gradient(#ccc, white);
      top: 5px;
      bottom: -1px;
      width: 1px;
    }

    #secondary-content.capped:before {
      left: -1px;
    }
    #secondary-content.capped:after {
      right: -1px;
    }

    #secondary-content .blue-secondary-callout {
        border-radius: 7px;
        border: 1px solid #c7c7c7;
        margin:0 -10px;
        padding: 8px 10px;
        background-color:#e5eff6;        
	    -webkit-box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
        -moz-box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
        box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    }

div.callOut, p.callOut {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 15px;
}

div.callOut {
    margin-bottom: 20px;
    padding: 20px 20px 10px 20px;
}

    div.callOut > h5 {
        clear: none;
    }

div.calloutBox {
    border:1px solid #c7c7c7;
    border-radius:7px;
    -webkit-box-shadow: 0 1px 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px 0 #ccc;
    box-shadow: 0 1px 1px 0 #ccc;
    margin-bottom: 20px;
}

div.calloutBox-padded {
    border:1px solid #c7c7c7;
    border-radius:7px;
    padding:20px;
    -webkit-box-shadow: 0 1px 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px 0 #ccc;
    box-shadow: 0 1px 1px 0 #ccc;
    margin-bottom: 20px;
}

/* DEPRECIATED FEATURED STYLES 
 * remove after these are converted on the site to .featured-content (krager 11/2014) 
 */
.featured-content-full-width,
.featured-expand-content {
    border-radius: 7px;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding: 20px;
    background: transparent url(file:///D|/images/boxes/blue-darker-grad-no-border.jpg) top left repeat-x;
    -webkit-box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    -moz-box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
    box-shadow: 0 1px 1px 0 #ccc, inset 0px 0px 0px 1px rgba(255, 255, 255,1);
}
.featured-expand-content {
    width: 620px;
}
    
    .featured-expand-bottom div.triplecolumn {
        overflow: hidden;
    }

.featured-content-full-width {
    position: relative;
    overflow: hidden;
}

.featureArea {
	border-radius: 7px;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-bottom: 20px;
}
/* END DEPRECIATED STYLES */

/* BEGIN RELATED LINKS */
#RLScrollBoxOuter {
    float: left;
    margin-bottom: 20px;
    margin-right: 2px;
    height: 145px;
    width: 240px;
    height: auto!important;
}

    #RLScrollBoxOuter > h3,
    #RLFullWidth1Outer > h3,
    #RLFullWidth2Outer > h3 {
        background: url(/~/media/F0900A88B9BC4C24952B47059D226E3A) no-repeat top left !important;
        color: #5f453f !important;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: 400;
        margin: 0;
        padding: 8px 20px 6px;
    }

    #RLHalfWidthOuter ul {
        border: 1px solid #cbcbcb;
        margin: 0;
        padding: 4px 20px;
        list-style: none;
    }

        #RLScrollBoxOuter ul li,
        #RLHalfWidthOuter ul li,
        #RLFullWidth1Outer ul li,
        #RLFullWidth2Outer ul li {
            background: url(/~/media/6E866DA10C244DE1BA13A23F6D25BF5A) no-repeat 0 5px;
            padding: 0 0 2px 10px;
        }

#RLScrollBoxFooter {
    background: url(/~/media/85DB162AFDFA4DFA920F051C8364883E) no-repeat bottom left;
    padding: 5px;
}

#RLHalfWidthOuter {
    border:1px solid #ccc;
    border-radius: 7px;
    min-height: 121px !important;
    width: 240px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    overflow:hidden;
}

    #RLHalfWidthOuter > h3 {
        background: #edf4f9 !important;
        color: #5f453f !important;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: 400;
        margin: 0;
        padding: 8px 20px 6px;
        border-bottom:1px solid #ccc;
    }

    #RLHalfWidthOuter ul {
        border: 0px solid #cbcbcb;
        margin: 0;
        padding: 4px 20px;
        list-style: none;
    }

#RLHalfWidthFooter {
    background: none;
    background-color: #edf4f9;
    height: 10px;
    border-top:1px solid #ccc;
    position: absolute;
    bottom:0;
    left:0;
    width:240px;
}
/* END OF RELATED LINKS */


/* THREE COLUMN LAYOUT */
#sidebar {
    width: 30%;
    float: left;
    clear: left;
    margin: 5px;
    overflow: auto;
}

#content-outer {
    width: 35%;
    float: left;
    margin: 5px;
    overflow: auto;
}

#rightSidebar {
    width: 30%;
    float: left;
    clear: right;
    margin: 5px;
    overflow: auto;
}

.clear-both {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.clearthis:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* -----------------------------------------------
 * =Health Info Container (contents)
 * -----------------------------------------------
 */
div.hi-keyword-search {
    float: left;
    margin-right: 13px;
    width: 227px;
}

    div.hi-keyword-search input {
        border: 1px solid #898989;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 2px;
        vertical-align: top;
        width: 165px;
    }

div.text-input-border {
    background-color: #bbccde;
    float: left;
    margin-top: 2px;
    padding: 3px;
}

div.hi-keyword-search a.hi-keyword-submit {
    margin-left: 8px;
    margin-top: 4px;
}

div.hi-atoz-list {
    float: left;
    width: 220px;
}

div.hi-subject-list .double-column {
    clear: none;
}

div.hi-subject-list ul li {
    margin-right: 18px;
}

    div.hi-subject-list ul li.lastColumn {
        margin-right: 0;
        width: 120px;
    }

.content ul.a-z-list li {
    float: left;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    padding-left: 0;
    width: 16px;
    line-height: 20px;
    list-style: none;
    background: none;
}

    .content ul.a-z-list li a {
        color: #4d79a7;
        display: block;
        text-decoration: none;
    }

        .content ul.a-z-list li a:hover {
            color: #363534;
        }

div.additional-bg img {
    right: 3px;
    bottom: 5px;
    position: relative;
}

.dr-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

#page-heading {
    margin-left: 80px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    width: 360px !important;
}


/* ==========================================================================
   Search Results
   ========================================================================== */
h3.search-stats {
    border-bottom: 1px dotted #999;
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 1em 0;
    padding: .3em 0 .4em;
}

#divResults div.search-Title,
div.bestBetWrapper div.search-Title {
    color: #084585;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1.15em;
}

    #divResults div.search-Title a,
    div.bestBetWrapper div.search-Title a {
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: bold;
    }

#divResults div.search-Description,
div.bestBetWrapper div.search-Description {
    font-family: Arial, Helvetica, sans-serif !important;
    margin: .4em 0;
}

#divResults div.search-Metadata,
div.bestBetWrapper div.search-Metadata {
    border-top: none;
    font-size: 1em;
    margin-bottom: 1.5em;
}

#divResults span.search-URL {
    margin-bottom: 1.5em;
}

    #divResults span.search-URL a {
        word-wrap: break-word;
    }


div.ClinicRecomendation {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    color: #941A42;
    margin-left: 1em;
    padding-left: 10px;
    background: url(/~/media/images/site/common/cta_images/plus_icon) no-repeat 0 3px;
}

/* ==========================================================================
   Related Sections
   ========================================================================== */

div.relatedSections {
    background: #f5f8fa;
    border: 1px solid #c7c7c7;
    margin-bottom: 2em;
    padding: 20px 20px 10px;
}

dl.previewArticles {
    overflow: hidden;
}

    dl.previewArticles dt {
        clear: both;
    }

.content .main .previewArticles img {
    background: #fff;
    border: 1px solid #c9c9c9;
    float: left;
    margin-right: 1em;
    padding: 1px;
}

/* ==========================================================================
   Columns
   ========================================================================== */
div.doublecolumn,
div.triplecolumn {
    clear: both;
    margin-bottom: 5px;
}

div.doublecolumn_one {
    float: left;
    width: 47.5%;
}

div.doublecolumn_two {
    float: right;
    width: 47.5%;
}

div.triplecolumn_one,
div.triplecolumn_two,
div.triplecolumn_three,
div.triplecolumn-one,
div.triplecolumn-two,
div.triplecolumn-three {
    float: left;
    width: 30%;
    margin-right: .5%;
}

div.triplecolumn_three {
    margin: 0;
}

div.quadcolumn {
    width: 100%;
    height: auto;
    margin: 0 0 2em;
    padding: 0;
    clear: both;
    display: block;
}

/*div.quadcolumn div.quadcolumn_one,
	div.quadcolumn div.quadcolumn_two,
	div.quadcolumn div.quadcolumn_three,
	div.quadcolumn div.quadcolumn_four,
    div.quad-column div.quadcolumn-one,
	div.quad-column div.quadcolumn-two,
	div.quad-column div.quadcolumn-three,
	div.quad-column div.quadcolumn-four {
		width: 21.5%;
		height: auto;
		float: left;
		padding: 0 3.5% 0 0;
	}

	div.quadcolumn div.quadcolumn_four,
    div.quadcolumn div.quadcolumn-four {
		padding-right: 0;
	}*/

.quad-column > div,
.quadcolumn > div {
    width: 140px;
    float: left;
    margin-right: 20px;
}

ul.awards-list-one {
    float: left;
    width: 46%;
}

ul.awards-list-two {
    float: right;
    width: 46%;
}


    ul.awards-list-one li,
    ul.awards-list-two li {
        margin: 0 0 2em 0;
    }


/* ==========================================================================
   Table of Contents
   ========================================================================== */
.tableOfContents {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    overflow: hidden;
}

  

        .tableOfContents > div li {
            position: relative;
            background: url("/~/media/6E866DA10C244DE1BA13A23F6D25BF5A") no-repeat 0 5px;
            padding: 0 20px .5em 10px;
        }

        .tableOfContents > div > ul > li.active {
            font-weight: bold;
        }

        .tableOfContents ul li ul {
            display: none;
        }
            .tableOfContents > div li a {
                text-decoration: none;
                font-weight: normal;
            }

                .tableOfContents > div li ul.link-list li {
                    
                }

                    .tableOfContents > div li ul li.active a {
                        color: #363534;
                        text-decoration: underline;
                    }

            .tableOfContents > div li.tableOfContentsSelected a {
                color: #363534;
                text-decoration: underline;
            }
    .tableOfContents .triple-column {
        margin: 0 0 5px -2.25%;
            }


/* ==========================================================================
   Table of Contents
   ========================================================================== */
.flex-container-content {
    background: url("file:///D|/images/flex_shape_640-top.png") no-repeat top;
    height: 248px;
    margin: 55px 0 20px;
    position: relative;
    width: 640px;
}

.flex-container-bottom {
    background: url("file:///D|/images/flex_shape_640-bottom.png") no-repeat bottom;
    bottom: -10px;
    padding-top: 10px;
    position: absolute;
    width: 640px;
}

.flex-container-content .double-column {
    height: 100%;
}

    .flex-container-content .double-column .doublecolumn-one {
        height: 100%;
        width: 239px;
    }

.flex-container-content div.additional-bg img {
    bottom: -8px;
    left: 1px;
    margin: 0;
    position: absolute;
}

.flex-container-content .double-column .doublecolumn-two {
    float: left;
    height: 100%;
    width: 380px;
    padding-top: 20px;
}

.scfMultipleLineTextBorder {
    border: 1px solid #ccc;
}


p.dyna-btn-arrow {
    margin-bottom: 20px;
}

    p.dyna-btn a, p.dyna-btn-trans a, p.dyna-btn-arrow a, p.dyna-btn-trans-arrow a {
        background: url("/~/media/Images/Phase2/cta_images/btn-right-blue") no-repeat right top;
        color: #fff;
        float: left;
        font-weight: 700;
        height: 23px;
        padding-right: 10px;
        text-decoration: none;
    }

    p.dyna-btn-arrow a {
        background-image: url("/~/media/E16344A7B3534579AC2FCD1606DA41EB");
        padding-right: 29px;
    }

        p.dyna-btn a span, p.dyna-btn-trans a span, p.dyna-btn-arrow a span, p.dyna-btn-trans-arrow a span {
            background: url("/~/media/Images/Phase2/cta_images/btn-left-blue") no-repeat left top;
            color: #fff;
            cursor: pointer;
            display: block;
            float: left;
            height: 23px;
            line-height: 21px;
            padding-left: 10px;
            text-shadow: 0 1px 1px rgba(0,0,0,0.5);
        }


        p.dyna-btn a:hover, p.dyna-btn a:hover span, p.dyna-btn-trans a:hover,
        p.dyna-btn-trans a:hover span, p.dyna-btn-arrow a:hover, p.dyna-btn-arrow a:hover span {
            color: #fff;
        }

        p.dyna-btn a:hover, p.dyna-btn-trans a:hover, p.dyna-btn-arrow a:hover,
        p.dyna-btn-trans-arrow a:hover {
            background-position: right bottom;
        }

            p.dyna-btn a:hover span, p.dyna-btn-trans a:hover span,
            p.dyna-btn-arrow a:hover span, p.dyna-btn-trans-arrow a:hover span {
                background-position: left bottom;
            }

p.dyna-btn-trans {
    padding-bottom: 20px;
}

    p.dyna-btn-trans a,
    .btn.orange a,
    .dyna-btn-trans a,
    .btnTrans a {
        color: #fff;
        background: url("/~/media/Images/Phase2/cta_images/btn-right-orange") no-repeat right top;
        height: 23px;
        padding-right: 10px;
    }

        p.dyna-btn-trans a span,
        p.dyna-btrn-trans-arrow a span,
        .btn.orange a span,
        .dyna-btn-trans a span,
        .btnTrans a span {
            background: url("/~/media/Images/Phase2/cta_images/btn-left-orange") scroll left top transparent; /*no-repeat left top;*/
            height: 23px;
            font-size: 12px;
            line-height: 23px;
            padding-left: 10px;
            float: left;
            display: block;
            cursor: pointer;
        }

        .btn.orange a:hover,
        .dyna-btn-trans a:hover,
        .btnTrans a:hover {
            background-position: right bottom;
        }

            .btn.orange a:hover span,
            .dyna-btn-trans a:hover span,
            .btnTrans a:hover span {
                background-position: left bottom;
            }

.btn.orange.more a {
    background: url("/~/media/Images2/buttons/btn-right-orange-arrow") no-repeat;
    background-position-x: right;
    padding-right: 29px;
}

/* big-btn-left-blue.png */
p.big-dyna-btn a span,
p.big-dyna-btn-arrow a span {
    background: url("/~/media/3110B4A3062743478C35B72AFD3988D3") no-repeat left top;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    float: left;
    height: 37px;
    line-height: 36px;
    padding-left: 12px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

/* big-btn-right-blue.png */
p.big-dyna-btn a, p.big-dyna-btn-arrow a {
    background: url("/~/media/4E3E5B027B0C40429EE28DA2D5B8D3A1") no-repeat right top;
    color: #fff !important;
    float: left;
    font-weight: 700;
    height: 37px;
    padding-right: 12px;
    text-decoration: none;
}
/* big-btn-right-blue-arrow.png */
p.big-dyna-btn-arrow a {
    background-image: url("/~/media/4A2E5B09D8B7433C8FCD4A73BE0A9D5C");
    padding-right: 34px;
}

p.big-dyna-btn, p.big-dyna-btn-arrow {
    font-size: 15px !important;
    overflow: hidden;
    margin-top: 10px;
}


/* BUTTON STYLES
 * <a> background = the right end of the button 
 * <span> background = the left end of the button
 * Standard Button shared styles & Standard blue button base styles 
 */
    p.btn a, 
    p.btnTrans a,
    p.btnArrow a, 
    p.btnLeftArrow a, 
    p.btnArrowTrans a, 
    p.btnBorder a,
    p.btnBorderTrans a,
    p.btnBorderArrow a,
    p.btnBorderArrowTrans a {
        background: url("/~/media/EB6E956C08D94461B0A35A7B60F658C0") no-repeat scroll right top transparent;
        color: #FFF;
        float: left;
        font-weight: 700;
        height: 23px;
        padding-right: 10px;
        text-decoration: none;
    }

    p.btn a:hover, 
    p.btnTrans a:hover, 
    p.btnArrow a:hover, 
    p.btnLeftArrow a:hover,
    p.btnArrowTrans a:hover,  
    p.btnBorder a:hover,
    p.btnBorderTrans a:hover,
    p.btnBorderArrow a:hover,
    p.btnBorderArrowTrans a:hover {
        color: #FFF;
        background-position: right bottom;
        text-decoration: none !important;
    }

        p.btn a span, 
        p.btnTrans a span,
        p.btnArrow a span, 
        p.btnLeftArrow a span,
        p.btnArrowTrans a span, 
        p.btnBorder a span,
        p.btnBorderTrans a span,
        p.btnBorderArrow a span,
        p.btnBorderArrowTrans a span {
            background: url("/~/media/079172D1D7794430B202507C3EA2BB56") no-repeat scroll left top transparent;
            color: #FFF;
            font-weight: 700;
            cursor: pointer;
            display: block;
            float: left;
            height: 23px;
            line-height: 21px;
            padding-left: 10px;
            text-shadow: 0 1px 1px rgba(0,0,0,0.5);
        }

        p.btn a:hover span, 
        p.btnTrans a:hover span, 
        p.btnArrow a:hover span, 
        p.btnLeftArrow a:hover span,
        p.btnArrowTrans a:hover span, 
        p.btnBorder a:hover span, 
        p.btnBorderTrans a:hover span,
        p.btnBorderArrow a:hover span,
        p.btnBorderArrowTrans a:hover span {
            color: #FFF;
            background-position: left bottom;
        }


/* Overrides for other styles
/* Standard Trans Button */
p.btnTrans a {
    background: url("/~/media/EE85146F1C054AD08EEE091F3E0C8FE5") no-repeat scroll right top transparent;
}

    p.btnTrans a span {
        background: url("/~/media/42FC5921DDB4429B9E94A1622F487C19") no-repeat scroll left top transparent;
    }

/* Standard Blue Button 
   with Arrow, right & left
*/
p.btnArrow a {
    background-image: url("/~/media/56571927BC7A434D80C491502591E07E");
    padding-right: 29px;
}

p.btnLeftArrow a span {
    padding-left: 29px;
    background: url("/~/media/717A1380F1BF410B9384C1E1CB4DFC67") no-repeat scroll left top transparent;
}

/* Standard Trans Button 
   with Arrow 
*/
p.btnArrowTrans a {
    background-image: url("/~/media/91F152F850D244369319AEE9EF93D4F1");
    padding-right: 29px;
}

    p.btnArrowTrans a span {
        background: url("/~/media/42FC5921DDB4429B9E94A1622F487C19") no-repeat scroll left top transparent;
    }

/* Standard Blue Button 
   with Border 
*/
p.btnBorder a { 
    background: url("/~/media/3710E61393704F018337C60777C5D48E") no-repeat scroll right top transparent;
    padding-right: 11px;
    height: 24px;
}

    p.btnBorder a span,
    p.btnBorderArrow a span {
        background: url("/~/media/7FD34DD8CB934AAEAFA3EE12120DE776") no-repeat scroll left top transparent;
        height: 24px;
        line-height: 23px;
    }

/* Standard Trans Button 
   with Border 
*/
p.btnBorderTrans a {
    background: url("/~/media/75BFA6B305414B9B8CDA062D434BA5BB") no-repeat scroll right top transparent;
    padding-right: 11px;
    height: 24px;
}

    p.btnBorderTrans a span,
    p.btnBorderArrowTrans a span {
        background: url("/~/media/06924454AF4C4098B1867D5C68319EAE") no-repeat scroll left top transparent;
        height: 24px;
        line-height: 23px;
    }

/* Standard Blue Button 
   with Border & Arrow 
*/
p.btnBorderArrow a {
    background: url("/~/media/42E078A3B0F04A00BDDDAFBCF7F2DE82") no-repeat scroll right top transparent;
    padding-right: 29px;
    height: 24px;
}

/* Standard Trans Button 
   with Border & Arrow 
*/
p.btnBorderArrowTrans a {
    background: url("/~/media/3F49B7241BC1492A96E670DA7273AF25") no-repeat scroll right top transparent;
    padding-right: 29px;
    height: 24px;
}

/* Big Buttons */
/* Shared Big Button Styles */
p.bigBtn, 
p.bigBtnTrans, 
p.bigBtnArrow,
p.bigBtnArrowTrans,
p.bigBtnBorder,
p.bigBtnBorderTrans,
p.bigBtnBorderArrow, 
p.bigBtnBorderArrowTrans {
    font-size: 15px !important;
}

/* Big Blue Button base styles */
    p.bigBtn a,
    p.bigBtnTrans a, 
    p.bigBtnArrow a, 
    p.bigBtnArrowTrans a, 
    p.bigBtnBorder a,
    p.bigBtnBorderTrans a,
    p.bigBtnBorderArrow a,
    p.bigBtnBorderArrowTrans a {
        background: url("/~/media/946BAF56B7AC44E5B411818B94DFA36A") no-repeat scroll right top transparent;
        color: #FFF !important;
        float: left;
        font-weight: 700;
        height: 37px;
        padding-right: 12px;
        text-decoration: none;
    }

    p.bigBtn a:hover, 
    p.bigBtnTrans a:hover, 
    p.bigBtnArrow a:hover, 
    p.bigBtnArrowTrans a:hover, 
    p.bigBtnBorder a:hover,
    p.bigBtnBorderTrans a:hover, 
    p.bigBtnBorderArrow a:hover,
    p.bigBtnBorderArrowTrans a:hover {
        background-position: right bottom;
        color: #FFF !important;
        text-decoration: none !important;
    }

        p.bigBtn a span, 
        p.bigBtnTrans a span, 
        p.bigBtnArrow a span,  
        p.bigBtnArrowTrans a span, 
        p.bigBtnBorder a span,
        p.bigBtnBorderTrans a span,
        p.bigBtnBorderArrow a span,
        p.bigBtnBorderArrowTrans a span {
            background: url("/~/media/3110B4A3062743478C35B72AFD3988D3") no-repeat scroll left top transparent;
            cursor: pointer;
            display: block;
            float: left;
            height: 37px;
            line-height: 36px;
            padding-left: 12px;
            text-shadow: 0 1px 1px rgba(0,0,0,0.5);
            white-space: nowrap;
        }

        p.bigBtn a:hover span, 
        p.bigBtnTrans a:hover span,  
        p.bigBtnArrow a:hover span, 
        p.bigBtnArrowTrans a:hover span, 
        p.bigBtnBorder a:hover span,
        p.bigBtnBorderTrans a:hover span,
        p.bigBtnBorderArrow a:hover span,
        p.bigBtnBorderArrowTrans a:hover span {
            background-position: left bottom;
            color: #FFFFFF !important;
        }

/* Overrides for other styles
/* Big Trans Button */
p.bigBtnTrans a {
    background: url("/~/media/5B15A94047EC40DCBCE2C323703118B8") no-repeat scroll right top transparent;
}

    p.bigBtnTrans a span {
        background: url("/~/media/20D99FDE988949CCB3A8B71175E56F3B") no-repeat scroll left top transparent;
    }

/* Big Blue Button  
   with Arrow
*/
p.bigBtnArrow a {
    background-image: url("/~/media/8FAF3233CE1B495CAD4C90E4A07C0DB7");
    padding-right: 37px;
}

/* Big Trans Button
   with Arrow
*/ 
p.bigBtnArrowTrans a {
    background: url("/~/media/FB50D04EDD4F490699659B7976C035A2") no-repeat scroll right top transparent;
    padding-right: 37px;
}

    p.bigBtnArrowTrans a span {
        background: url("/~/media/20D99FDE988949CCB3A8B71175E56F3B") no-repeat scroll left top transparent;
    }


/* Big Blue Button
   with Border 
*/
p.bigBtnBorder a {
    background: url("/~/media/3F067619DB2A46B5AF8B1A64CCB70BA3") no-repeat scroll right top transparent;
    height: 38px;
}

    p.bigBtnBorder a span {
        background: url("/~/media/98D13EF2988640DFA26EAFDBFFBBA4D6") no-repeat scroll left top transparent;
        height: 38px;
    }


/* Big Trans Button
    with Border
*/   
p.bigBtnBorderTrans a {
    background: url("/~/media/A77A0AB548BE4FE2A0BE86A7D9CBABEC") no-repeat scroll right top transparent;
    height: 38px;
}

    p.bigBtnBorderTrans a span {
        background: url("/~/media/A28BDA3EBCB14B1CA8F3CEB9A5D7CDC1") no-repeat scroll left top transparent;
        height: 38px;
    }


/* Big Blue Button
    with Border & Arrow
*/
p.bigBtnBorderArrow a { 
    background: url("/~/media/41DB31AAC56848A383B698FA17D427F8") no-repeat scroll right top transparent;
    height: 38px;
    padding-right: 37px;
}

    p.bigBtnBorderArrow a span {
        background: url("/~/media/98D13EF2988640DFA26EAFDBFFBBA4D6") no-repeat scroll left top transparent;
        height: 38px;
    }


/* Big Trans Button
   with Border & Arrow
*/
p.bigBtnBorderArrowTrans a {
    background: url("/~/media/1A09EDD47CE148019524A21AF45160A3") no-repeat scroll right top transparent;
    height: 38px;
    padding-right: 37px;
}

    p.bigBtnBorderArrowTrans a span {
        background: url("/~/media/A28BDA3EBCB14B1CA8F3CEB9A5D7CDC1") no-repeat scroll left top transparent;
        height: 38px;
    }


/* Standard Disabled buttons */
p.btn.disabled a, 
p.btnTrans.disabled a,
p.btnLeftArrow.disabled a, 
p.btnArrowTrans.disabled a, 
p.btnBorderArrow.disabled a {
    background: url("/~/media/3E30D0AA5B344B5F8325199C0EF07504") no-repeat scroll right top transparent;
}

    p.btn.disabled a span, 
    p.btnTrans.disabled a span, 
    p.btnArrow.disabled a span, 
    p.btnLeftArrow.disabled a span, 
    p.btnArrowTrans.disabled a span, 
    p.btnBorderArrow.disabled a span {
        background: url("/~/media/06DA98F8EB9642F2852B28A6365736E0") no-repeat scroll left top transparent;
    }

/* Standard Diabled Button
   with Arrow */
p.btnArrow.disabled a {
    background-image: url("/~/media/3E56473E68264364AD6F2A1DC33BB861");
}

/* Big Disabled Buttons */
p.bigBtn.disabled a,
p.bigBtnTrans.disabled a, 
p.bigBtnBorderTrans.disabled a, 
p.bigBtnArrowTrans.disabled a, 
p.bigBtnBorderArrowTrans.disabled a {
    background: url("/~/media/3F381CF44EA74EE79B72F5C57FD1BE11") no-repeat scroll right top transparent;
}

p.bigBtnArrow.disabled a {
    background-image: url("/~/media/12C262BB02BC41C08561DAE8EC522F7B");
} 

    p.bigBtn.disabled a span, 
    p.bigBtnArrow.disabled a span, 
    p.bigBtnTrans.disabled a span, 
    p.bigBtnBorderTrans.disabled a span, 
    p.bigBtnArrowTrans.disabled a span, 
    p.bigBtnBorderArrowTrans.disabled a span {
        background: url("/~/media/74184088DC6B4F2DA8960004B420C554") no-repeat scroll left top transparent;
    }
/* -- END BUTTONS -- */

#mychart-hero h5 {
    margin-left: 20px;
    clear: left;
}

#mychart-hero p {
    margin-left: 20px;
    float: left;
}

#mychart-hero .float_right {
    margin: 5px 20px 15px 0px;
    width: 300px;
}

#ThirdNavigation:after, #contentArticle:after,
#content_container:after, #main:after,
#section-tabs-container:after, .tab-sections:after,
div#content-outer:after, div.rows .row:after,
div.staff_intro:after, div.staff_other dl:after,
div.third-nav-container:after, dl.previewArticles:after, .clearthis:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ol {
    margin-left: 36px;
}

    ol li {
        padding-bottom: 0.2em;
        list-style-type: decimal;
        background-image: none;
    }

/* #############################
		FORMS
   #############################*/

/*.scfForm {
	background: #dcdcdc;
}*/

.scfForm .scfTitleBorder,
.scfForm .scfSubmitButtonBorder {
    text-align: center;
}

.scfForm input, .scfForm textarea, .scfForm .scfDropList, .scfForm select {
    border: #000 1px solid !important;
    margin: 10px;
}

.scfDropListUsefulInfo, .scfEmailUsefulInfo,
.scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo,
.scfPasswordUsefulInfo, .scfNumberUsefulInfo,
.scfDatePickerUsefulInfo, .scfDateUsefulInfo,
.scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo,
.scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo,
.scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo,
.scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo,
.scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo {
    color: #777;
}

#callToAction a.submit-cta-wdgt, #callToAction a.req-appt-cta-wdgt {
    display: block;
    height: 23px;
    margin: 0 0 5px;
    text-indent: -9999px;
    width: 160px;
}

#callToAction a.submit-cta-wdgt {
    background: url(/~/media/Images/Phase2/cta_images/submit_question_cta_wdgt) no-repeat top;
}

#callToAction a.req-appt-cta-wdgt, #callToAction a.submit-cta-wdgt {
    margin-bottom: 10px;
}

#callToAction a.req-appt-cta-wdgt {
    background: url(/~/media/Images/Phase2/cta_images/req_appt_cta_wdgt) no-repeat top;
}

    #callToAction a.submit-cta-wdgt:hover, #callToAction a.req-appt-cta-wdgt:hover {
        background-position: bottom;
    }

.iframeContent {
    height: 850px;
    width: 100%;
    padding-bottom: 30px;
}

#URLIframe {
    height: 800px;
    width: 558px;
    padding-bottom: 30px;
}

p.reviewed-on-date {
    text-align: right;
    font-size: 9px;
}

#pnlDisclaimer {
    word-wrap: break-word;
}

/*Hero Content*/

div.hero-wrap {
    /* default width - can be overridden with inline styles (for narrower banners) */
    width: 640px;
    margin-bottom:20px;
}
div.hero-content {
    background: url("/Assets/images/boxes/heroes_top_bg.png") no-repeat scroll left top transparent;
    position: relative;
}

div.hero-content .hero-top {
    min-height: 200px;
}
div.hero-content .hero-image {
    width: 100%;
    padding: 0;
    margin: 0;
	position:absolute;
    top: 0;
    left: 0;
}

div.hero-content .hero-image.outline {    
    box-shadow: white 0 0 1px 1px inset;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    padding:1px;
}

    div.hero-content .hero-image img {
        margin: 0px;
}
.hero-top-copy {
    padding: 20px;
    position: relative;
    }

div.hero-content h3 {
    font-weight: 400 !important;
    margin-bottom: 20px;
}

.hero-buttons {
    background: url("/~/media/Images2/UX/new_hero_lower");
    background-repeat: no-repeat;
    background-position: bottom left;
    border-top: 1px solid #c7c7c7;
    position: relative;
    background-color: #FFF;
}

.hero-buttons-right {
    background: url("/~/media/Images2/UX/new_hero_lower");
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: #FFF;
}

.hero-divider-half, .hero-divider-onethird, .hero-divider-twothirds {
    width: 100%;
    border-right: 1px solid #b6b6b6;
    position: absolute;
	height: 98%;
}

.hero-divider-half {
    right: 50%;
}

.hero-divider-onethird {
    right: 34%;
}

.hero-divider-twothirds {
    right: 67%;
}



div.hero-content span.hero-link {
    font-weight: 700;
    font-size: 14px;
    color: #4D79A7;
    padding-bottom: 0;
    text-decoration: none;
}

div.hero-content .double-column, div.hero-content .triple-column {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
    margin-left: 0;
}

    div.hero-content .double-column a {
        text-decoration: none;
        cursor: pointer;
    }

    div.hero-content .double-column .doublecolumn-one {
        width: 50%;
        float:left;
    }

    div.hero-content .double-column .doublecolumn-two {
        float: left;
        width: 45%;
    }

    div.hero-content .double-column .doublecolumn-one, div.hero-content .double-column .doublecolumn-two {
        padding: 0;
    }

        div.hero-content .double-column .doublecolumn-one p, div.hero-content .double-column .doublecolumn-two p {
            padding: 15px 15px 0;
            color: #363534;
            text-decoration: none;
        }

    div.hero-content .triple-column a {
        text-decoration: none;
        cursor: pointer;
    }

    div.hero-content .triple-column .triplecolumn-one, div.hero-content .triple-column .triplecolumn-two {
        width: 33%;
        margin: 0;
    }

    div.hero-content .triple-column .triplecolumn-three {
        float: left;
        width: 30%;
        margin: 0;
    }

        div.hero-content .triple-column .triplecolumn-one p, div.hero-content .triple-column .triplecolumn-two p, div.hero-content .triple-column .triplecolumn-three p {
            padding: 15px 15px 0;
            color: #363534;
            text-decoration: none;
        }

/* ######################################################
	AUTOCOMPLETE STYLES
#####################################################*/

.autocomplete_completionListElement {
	border: 1px solid #777;
    padding:3px;
    z-index: 5;
	background-color: #fff;
    width: auto !important;
    font-size:10px;
    font-family:Verdana, sans-serif;
    min-width:165px;
}

.autocomplete_listItem {
	padding: 1px 2px 0px;
    list-style: none;
}

.autocomplete_highlightedListItem {
	background-color: #DFEFF8;
	padding: 1px 2px 0px;
    cursor: pointer;
}

/*Accordion Box*/
div.accordion-box {
    margin: 0 -10px 10px;
    padding: 0 10px 10px;
    border:1px solid #ccc;
    border-radius: 6px;
}
    div.accordion-box h3 {
        margin: 0 -10px;
        padding: 10px 10px 0;
        position: relative;
    }

    div.accordion-box .accordion-content {
        padding: 10px 10px 1px;
        margin: 0 -10px;
    }

body.js div.accordion-box h3 {
    color: #4d79a7;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

body.js div.accordion-box h3.hover {
    color: #363534;
}

div.accordion-box h3 span {
    visibility: hidden;
}

body.js div.accordion-box h3 span {
    visibility: visible;
}

div.accordion-box h3 span {
    background: url(/~/media/78FDFE354E284A09B3F47ACB60E1CE02) no-repeat top left;
    height: 18px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    width: 18px;
}

div.accordion-box h3.active.hover span {
    background: url(/~/media/78FDFE354E284A09B3F47ACB60E1CE02) no-repeat bottom right;
}

div.accordion-box h3.hover span {
    background: url(/~/media/78FDFE354E284A09B3F47ACB60E1CE02) no-repeat bottom left;
}

div.accordion-box h3.active span {
    background: url(/~/media/78FDFE354E284A09B3F47ACB60E1CE02) no-repeat top right;
}

.top-section-img div.pageIntro {
    margin-left: 20px;
}


ul.required-list li {
    background: url(/~/media/images/check_mark) no-repeat 0 2px;
    padding: 0 0 5px 20px;
    padding-bottom: 1.4em;
}

a.virtual-tour-button {
    background: url(/~/media/Images/Phase2/cta_images/virtual_button) no-repeat top;
    display: block;
    height: 36px;
    text-indent: -9999px;
    width: 177px;
}

    a.virtual-tour-button:hover {
        background-position: bottom;
    }

#virtTourBtn {
    cursor: pointer;
}
span.searchScopeHeader,
span.SearchScopesAdvancedTitle {
    display: block;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: .6em 0 0 18px;
    font-weight: bold;
}

div#searchResultsFilter {
}

    div#searchResultsFilter ul,
    div.SearchScopesAdvancedBlock ul {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif !important;
        margin-left: 0;
        padding: 0;
        list-style: none;
        margin: 0 0 0 12px;
        width: 206px;
    }

    div#searchResultsFilter li,
    div.SearchScopesAdvancedBlock li {
        background: url(/~/media/Images/Phase2/sidebar_divider) no-repeat;
        background-position: left bottom;
        font-size: 1.1em;
        padding: .6em 0 .6em 8px;
    }

        div#searchResultsFilter li a,
        div.SearchScopesAdvancedBlock li a {
            color: #4d79a7;
            display: block;
            margin-right: 20px;
            text-decoration: none;
        }

h3#searchResults {
    color: #603913;
    border-bottom: 1px dotted #999;
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding: .3em 0 .4em;
}

h3#bestBetHeader {
    color: #603913;
    border-bottom: 1px dotted #999;
    font-family: Georgia, Times New Roman, serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: .4em;
    padding: .3em 0 .4em;
}


#main-content #content_container #wrapper #map {
    position: relative;
    width: 340px;
    height: 438px;
    outline: none;
}

div#top-video-container {
    margin-bottom: 20px;
    padding: 0;
}

div#top-video-top {
    background: url(/~/media/Images/Phase2/rcbg_620_blue) left top transparent no-repeat;
    padding: 10px;
}

div#top-video-buttons {
    background: url(/~/media/Images2/UX/top-video-bottom-shape) no-repeat bottom;
    width: 620px;
    height: 68px;
    padding: 0;
    margin: 0;
}

    div#top-video-buttons h3 {
        padding: 10px 0 0 60px;
    }

div#top-video-left {
    background: url("/~/media/Images/sustainability/top-video-bulb-icon") no-repeat scroll 10px 10px transparent;
    float: left;
    padding: 0;
    width: 320px;
}


div#top-video-right {
    background: url("/~/media/Images/sustainability/top-video-turbine-icon") no-repeat scroll 10px 10px transparent;
    float: left;
    padding: 0;
    width: 300px;
}

    div#top-video-left p, div#top-video-right p {
        font-size: 13px;
        padding-right: 15px;
        padding-left: 60px;
    }

.slideshow p {
    clear: both;
}

.slideshow-container .prev, .slideshow-container .next {
    margin-bottom: 10px;
    text-decoration: none;
    display: none;
}

.slideshow-container .prev {
    background: url(/~/media/Images/Cosmetic_Plastic/before-after/arrow-prev.gif) left center no-repeat;
    float: left;
    padding-left: 15px;
}

.slideshow-container .next {
    background: url(/~/media/Images/Cosmetic_Plastic/before-after/arrow-next.gif) right center no-repeat;
    float: right;
    padding-right: 15px;
}

.tab-content > div#contentArticle {
    width: 65%;
    padding-left: 23px;
    margin-left: 250px;
}

    .tab-content > div#contentArticle > div.double-column {
        clear: none;
    }


div#contentArticle div#addthis {
    height: 50px;
}

p.synonym,
.content .top-section > p.synonym {
    color: #777;
    font-style: italic;
    font-size: 12px;
}

.content p.phone-num {
    margin: 0px;
}

a.reg-button.orange {
    background: url("/~/media/images/Phase2/cta_images/register_btn_orange.gif") no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: transparent;
    width: 67px;
    height: 23px;
    display: block;
    margin-bottom: 20px;
    text-indent: -9999px;
}
.yearbook > div {
    float: left;
    margin-right: 10px;
    width: 94px;
}

a.fad_services_link, a.fad_diseases_link, a.fad_gen_link, a.plastics-redirect {
	display: block;
	height: 121px;
	outline: none;
	text-indent: -9999px;
	width: 240px;
}

a.fad_services_link, a.fad_diseases_link, a.plastics-redirect {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

a.fad_diseases_link {
	background: url(/~/media/46DA24B2259B4EDDA672B9F677EA1CCD) no-repeat left top;
}

	a.fad_diseases_link:hover {
		background-position: bottom;
	}

/* ///// Practice Match Styles \\\\\ */
.pmLabel {
    display: inline-block;
    width: 6em;
    white-space: nowrap;
    text-align: right;
    padding-right: .625em;
}

.pmLabel, .pmInput {
    margin-bottom: 10px;
}

select.pmInput {
    font-size: 8pt;
    font-family: Verdana,sans-serif;
}

.practiceMatchFrame {
    margin-top: 10px;
    width: 100%;
    height: 1000px;
    border: 0px solid #c7c7c7;
}

.practiceMatchWrap {
    padding-top: 10px;
}
/* \\\\\\ Practice Match Styles ////// */

div.center {
    margin: 0px auto;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.clear_f {
    clear: both;
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
}
input {
    font-family: "微软雅黑",Arial;
    outline: medium none;
}
.h10 {
    clear: both;
    height: 10px;
    overflow: hidden;
}
.h20 {
    clear: both;
    height: 20px;
    overflow: hidden;
}
.h30 {
    clear: both;
    height: 30px;
    overflow: hidden;
}
.h40 {
    clear: both;
    height: 40px;
    overflow: hidden;
}
.h50 {
    clear: both;
    height: 50px;
    overflow: hidden;
}
.w252 {
    overflow: hidden;
    width: 252px;
}
.w723 {
    overflow: hidden;
    width: 690px;
	margin-right:5px;
}
.wal {
    margin: 0 auto;
    width: 984px;
}
.w1004 {
    margin: 0 auto;
    overflow: hidden;
    width: 958px;
}
.w1010 {
    margin: 0 auto;
    overflow: hidden;
    width: 1010px;
}
.blue {
    color: #14658c;
}
.blue:hover {
    color: #06c;
}
.color1, .color1 a {
    color: #666;
}
.color1 a:hover {
    color: #14658c;
}
.font12 {
    font-size: 14px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}
.font24 {
    font-size: 24px;
}
.headDiv {
    height: 79px;
    overflow: hidden;
    position: relative;
}
.headDiv .logo {
    left: 14px;
    position: absolute;
    top: 7px;
    z-index: 10;
}
.headDiv .div0 {
    color: #222;
    font-size: 14px;
    left: 222px;
    line-height: 18px;
    position: absolute;
    top: 28px;
    white-space: nowrap;
    z-index: 10;
}
.headDiv .div1 {
    line-height: 18px;
    position: absolute;
    right: 5px;
    top: 8px;
    white-space: nowrap;
    z-index: 10;
}
.headDiv .div1 a {
    padding: 0 5px;
}
.headDiv .div1 .aNow {
    color: #2c6b77;
}
.topTel {
    color: #03839d;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 200px;
    top: 42px;
    white-space: nowrap;
    z-index: 10;
}
.topTel span {
    font-family: Arial;
    font-size: 20px;
}
.topSearch {
    background: url("../image/topSearch.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 23px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 176px;
    z-index: 10;
}
.topSearch .input1 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #bfbfbf;
    float: left;
    height: 23px;
    line-height: 22px;
    padding: 0 10px;
    width: 135px;
}
.topSearch .btn1 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 23px;
    width: 21px;
}
.nav {
    height: 52px;
    overflow: hidden;
    padding-left: 35px;
}
.nav li {
    background: url("../image/navBg.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: left;
    height: 52px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 2px 0 0;
}
.nav a {
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    height: 52px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 19px;
}
.nav a:hover, .nav .aNow, .nav .aNow1 {
    background: url("../image/navBg1.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #fff;
}
.banners {
    background: url("../image/bannerbg.gif") repeat-x scroll right top rgba(0, 0, 0, 0);
}
.sNav {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../image/sNavBg.gif") repeat-y scroll left center #014a59;
    border-color: -moz-use-text-color #01a6c7 #01a6c7;
    border-image: none;
    border-right: 1px solid #01a6c7;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    overflow: hidden;
    position: absolute;
    width: 183px;
    z-index: 100;
}
.sNav .fl {
    overflow: hidden;
    width: 183px;
}
.sNav .fl li {
    float: left;
    height: 30px;
    overflow: hidden;
    width: 183px;
}
.sNav .fl a {
    background: url("../image/sNavIco.gif") no-repeat scroll 160px center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #0186a0;
    color: #fff;
    display: block;
    height: 29px;
    line-height: 27px;
    overflow: hidden;
    padding-left: 30px;
}
.sNav .fl a:hover, .sNav .fl .aNow {
    background: none repeat scroll 0 0 #014a59;
}
.sNav .fr {
    display: none;
    height: 100%;
    line-height: 24px;
    overflow: hidden;
    width: 417px;
}
.sNav .fr a {
    color: #fff;
    padding-left: 17px;
}
.sNav .fr a:hover {
    color: #09c;
}
.newShow .content p {
    line-height: 24px;
}
.footPartner {
	margin-top:200px;
    height: 205px;
	margin-left:10px;
}
.footPartner .list {
    float: center;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    width: 740px;
}
.footPartner .list ul {
    float: left;
}
.footPartner .list li {
    float: left;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 145px;
}
.footPartner .list a {
    display: block;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 145px;
    z-index: 10;
}
.footPartner .code2d {
    width: 160px;
}
.footPartner .code2d h3 {
    margin: -20px 0 15px;
}
.footPartnerLeftBtn {
	background:url(../images/leftBtn.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 57px;
    left: -10px;
    overflow: hidden;
    position: absolute;
    top: 74px;
    width: 29px;
    z-index: 10;
}
.footPartnerRightBtn {
    background: url(../images/rightBtn.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 57px;
    left: 796px;
    overflow: hidden;
    position: absolute;
    top: 74px;
    width: 29px;
    z-index: 10;
}
.footLink {
    padding-bottom: 15px;
}
.footLink .t_1 {
    height: 35px;
    overflow: hidden;
}
.footDiv {
    border-top: 2px solid #efefef;
    line-height: 24px;
    padding: 15px 0;
    text-align: center;
}
.pageNow {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: right;
	margin-right:5px;
}
.sideSearch {
    background: url("../image/sideSearch.gif") no-repeat scroll 105px 0 rgba(0, 0, 0, 0);
    height: 48px;
    overflow: hidden;
}
.sideSearch .name {
    color: #222;
    float: left;
    font-size: 22px;
    height: 48px;
    overflow: hidden;
    padding: 0 0 0 3px;
}
.sideSearch .input1 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #bfbfbf;
    float: left;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    width: 100px;
}
.sideSearch .btn1 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 23px;
    width: 21px;
}
.sideNav {
    padding-bottom: 20px;
}
.sideNav h2 {
    font-weight: 100;
    height: 48px;
    overflow: hidden;
}
.sideNav h2 a {
	background:url(../images/sideNav.gif) no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #222;
    display: block;
    height: 46px;
    line-height: 38px;
    overflow: hidden;
    padding-left: 33px;
}
.sideNav h2 a:hover, .sideNav h2 .aNow {
	background:url(../images/sideNav1.gif) no-repeat scroll 3px top rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 33px;
}
.sideNav .list {
    overflow: hidden;
    padding: 0 0 10px 7px;
    width: 238px;
}
.sideNav .list li {
    background: url(../images/line1.gif) repeat-x scroll left 27px rgba(0, 0, 0, 0);
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-left: 40px;
}
.sideNav .list a {
    color: #222;
}
.sideNav .list a:hover, .sideNav .list .aNow {
    color: #0093b1;
}
.sideTitle {
    background: url(../images/sideTitle.gif) no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 55px;
    overflow: hidden;
    position: relative;
}
.sideTitle h1 {
    color: #222;
    font-size: 22px;
    font-weight: 100;
    padding: 5px 0 0 5px;
}
.sideTitle .more {
    background: url(../images/more1.gif) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    z-index: 10;
}
.sideTitle .more:hover {
    background: url(../images/more1.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sideList {
    padding: 10px 0;
}
.sideList li {
    line-height: 28px;
    overflow: hidden;
}
.sideList a {
    background: url("../image/ico1.gif") no-repeat scroll 7px center rgba(0, 0, 0, 0);
    padding-left: 18px;
}
.sideList a:hover {
    background: url("../image/ico2.gif") no-repeat scroll 7px center rgba(0, 0, 0, 0);
}
.sideList2 {
    padding-top: 20px;
}
.sideList2 li {
    float: left;
    height: 115px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 5px 0 120px;
    position: relative;
    }
.sideList2 .imgDiv {
    background: none repeat scroll 0 0 #000;
    height: 95px;
    left: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 99px;
    z-index: 10;
}
.sideList2 .content {
    padding: 8px 0;
}
.sideList2 .more {
    text-align: right;
}
.pageTitle {
    color: #222;
    font-size: 22px;
    font-weight: 100;
    height: 48px;
    overflow: hidden;
}
.pageTitle1 {
    background: url("../image/title_1.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #474747;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    line-height: 33px;
    overflow: hidden;
    padding-left: 30px;
}
#Layer1 {
    background-color: #000;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.pageBtn {
    height: 58px;
    overflow: hidden;
    width: 723px;
}
.pageBtn a {
    background: url("../image/leftBtn1.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #000;
    display: block;
    float: left;
    font-family: "宋体";
    height: 25px;
    line-height: 23px;
    overflow: hidden;
    padding-right: 2px;
    text-align: center;
    width: 25px;
}
.pageBtn a:hover {
    background: url("../image/leftBtn1Hover.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff;
}
.pageLine {
    border-top: 2px solid #e4e4e4;
    height: 20px;
    overflow: hidden;
}
.pageTab {
    height: 50px;
    overflow: hidden;
}
.pageTab li {
    float: left;
    padding-right: 5px;
}
.pageTab a {
    background: url("../image/pageTab.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 34px;
    overflow: hidden;
}
.pageTab a span {
    background: url("../image/pageTab.gif") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 15px;
}
.pageTab a:hover, .pageTab .aNow {
    background: url("../image/pageTab1.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.pageTab a:hover span, .pageTab .aNow span {
    background: url("../image/pageTab1.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff;
}
.pageNum {
    height: 65px;
    overflow: hidden;
}
.pageNum li {
    float: left;
    padding-right: 4px;
}
.pageNum a {
    border: 1px solid #dedddd;
    display: block;
    float: left;
    height: 17px;
    line-height: 16px;
    padding: 0 6px;
}
.pageNum a:hover, .pageNum .aNow {
    background: none repeat scroll 0 0 #008eab;
    border: 1px solid #008eab;
    color: #fff;
}
.page_content {
    display: none;
}

.friendLink {
    clear: both;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}
.friendLink h3 {
    background: none repeat scroll 0 0 #ccc;
    height: 30px;
}
.friendLink b {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
}
.friendLink span {
    float: right;
    font-size: 12px;
    padding-right: 15px;
}
.friendLink ul {
    padding: 10px;
}
.friendLink ul li {
    float: left;
    font-size: 12px;
    padding: 0 10px;
}