@charset "utf-8";
/* CSS Document */
html, body {
    padding: 0;
    margin: 0;
    background: url(/shared/images/bg.png) #8fa6b6 repeat-x top;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

p#sReader {
    position: absolute;
    top: -1000em;
    left: -100000em;
}

.containerElement {
    margin: 0 auto;
    width: 957px;
}

#Header {
    height: 100px;
    padding: 0;
}

#Header #TopSearch {
    float: right;
    width: 452px;
    height: 59px;
    margin-top: -100px;
    background-image: url(/shared/images/top-right-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#TopSearch {
    color: #FFF;
}
#TopSearch ul{
    list-style: none;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 10px 1px 10px;
    height: 20px;
}
#TopSearch li {
    float: left;
    padding-left: 10px;
}
#TopSearch li.contact {
    float: right;
}

#TopSearch a {
    text-decoration: none;
    color: #FFF;
}

#TopSearch li a:hover {
    color: #8fa6b6;
}
#TopSearch .searchForm {
    float: right;
}
#TopSearch .searchForm form {
    width: 210px;
    height: 19px;
    padding: 5px 10px 0 0;
}
#TopSearch .searchForm input {
    margin-top: -12px;
    border: 1px solid #909090;
    background-color: #E1E1E1;
    height: 17px;
    width: 185px;
    vertical-align: middle;
    font-size: 1.1em;
}
#Header #TagLine {
    float: right;
    border: 1px solid red;
}

#SiteNav {
    margin-bottom: 5px;
}
#SiteNav, #SiteNav div {
    height: 37px;
}
.siteNavLeft {
    background-image: url(/shared/images/top.png);
    background-repeat: no-repeat;
    padding-left: 10px;
    width: 947px; /* compensate for padding */
}
.siteNavRight {
    background-image: url(/shared/images/top.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 9px;
}
.siteNav {
    background-image: url(/shared/images/top.png);
    background-repeat: repeat-x;
    background-position: 0 -37px;
}
.siteNav ul{
    list-style:none;
    margin: 0;
    padding: 0;
    height: 37px;
}
.siteNav li{
    display: inline;
    padding: 0 10px;
    
}
.siteNav a:link, .siteNav a:active, .siteNav a:hover, .siteNav a:visited {
    text-decoration: none;
    color: #7ebbff;
    line-height: 38px;
    padding-top: 5px;
    font-size: 1.1em;
}
.siteNav li a:hover{
    color: #FFF;
    border-bottom: 2px solid #7ebbff;
}

#HomeBanner {
    height: 72px;
    margin-bottom: 5px;
}
.homeBannerLeft {
    height: 72px;
    background-repeat: no-repeat;
    padding-left: 10px;
    width: 947px; /* compensate for padding */
}
.homeBannerRight {
    height: 72px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
}
.homeBanner {
    height: 72px;
    background-repeat: repeat-x;
}
.homeBanner h1 {
    font-size: 2em;
    margin: 0;
    padding: 0 20px;
    line-height: 72px;
    vertical-align: middle;
    color: #FFF;
}

#Content {
    float: right;
    background-image: url(/shared/images/content-top-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 654px;
}
#Content .topRight {
    margin-left: 10px;
    background-image: url(/shared/images/content-top-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 10px;
    width: 634px; /* compensate for padding & negative margins of children */
}
#Content .top {
    background-image: url(/shared/images/content-top.png);
    background-repeat: repeat-x;
    height: 12px;
}

#Content .body {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    background: url(/shared/images/content-body.png) #FFF;
    background-repeat: no-repeat;
}
#Content .bottom, #Content .bottom div {
    height: 12px;
}
#Content .bottom {
    /*	background-image: url(/shared/images/content-bottom.png);*/
    background-color: #FFF;
    background-repeat: repeat-x;
}
#Content .bottomLeft {
    background-image: url(/shared/images/content-bottom-left.png);
    background-repeat: no-repeat;
    margin-left: -10px;
}
#Content .bottomRight {
    background-image: url(/shared/images/content-bottom-right.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-right: -10px;
}

#Content.content-wide {
    width: 957px;
    float: none;
    background-image: url(/shared/images/wide-content-top-left.png);
}
#Content.content-wide .topRight {
    margin-left: 10px;
    background-image: url(/shared/images/wide-content-top-right.png);
    padding-right: 10px;
    width: 937px; /* compensate for padding & negative margins of children */
}
#Content.content-wide .top {
    background-image: url(/shared/images/wide-content-top.png);
    height: 11px;
}

#Content.content-wide .body {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    background: url(/shared/images/wide-content-body.png) #FFF;
}
#Content.content-wide .bottom, #Content.content-wide .bottom div {
    height: 11px;
}
#Content.content-wide .bottom {
    background-image: url(/shared/images/wide-content-bottom.png);
}
#Content.content-wide .bottomLeft {
    background-image: url(/shared/images/wide-content-bottom-left.png);
    margin-left: -10px;
}
#Content.content-wide .bottomRight {
    background-image: url(/shared/images/wide-content-bottom-right.png);
    margin-right: -10px;
}

.sideColumn {
    width: 291px;
}
.sideBlock {
    width: 291px;
    margin-bottom: 5px;
}
.sideBlock .top {
    background-image: url(/shared/images/sideblock-header.png);
    background-repeat: no-repeat;
    height: 10px;
}
.sideBlock .bottom {
    background-image: url(/shared/images/sideblock-footer.png);
    background-repeat: no-repeat;
    height: 10px;
}
.sideBlock .left {
    background-image: url(/shared/images/sideblock-left.png);
    background-repeat: repeat-y;
    padding-left: 2px;
    width: 289px; /* compensate for padding */
}
.sideBlock .right {
    background-image: url(/shared/images/sideblock-right.png);
    background-repeat: repeat-y;
    padding-right: 2px;
    width: 289px; /* fixes weird one pixel bug in FF */
}
.sideBlock .body {
    padding: 0 3px;
    /*background-color: #282F34;*/
    background: url(/shared/images/sideblock-body.png) #282F34;
    background-repeat: no-repeat;
    background-position: top;
}
.sideBlock .body a:link, .sideBlock .body a:hover, .sideBlock .body a:active,
.sideBlock .body a:visited {
    text-decoration: none;
    color: #8fa6b6;
}

ul#leftNavAccordian {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#leftNavAccordian li {
    padding: 0 10px;
}
ul#leftNavAccordian li a {
    font-size: 1.1em;
}
ul#leftNavAccordian ul.subNav {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    border-top: 1px solid #335;
}
ul#leftNavAccordian ul.subNav li {
    padding: 0;
    margin: 0;
}
ul#leftNavAccordian ul.subNav li a {
    font-size: 1.05em;
    color: #EEF;
}
.ui-accordion-header a {
    display: block;
    margin: 0;
    background-image: url(/shared/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right;
}
.ui-accordion-header.selected a {
    background-image: url(/shared/images/arrow-down.png);
}

hr.pageBreak {
    clear: both;
    border: none;
    margin-bottom: 10px;
    visibility: hidden;
}
#Footer {
    margin-top: 10px;
    padding: 0;
}
.footerTop {
    background-image: url(/shared/images/footer.png);
    background-repeat: no-repeat;
    height: 10px;
}
.footerContent {
    background-image: url(/shared/images/footer.png);
    background-position: -957px 0;
    background-repeat: repeat-y;
    padding-bottom: 25px;
    color: #8fa6b6;
}

.footerContent ul{
    width: 290px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 0.9em;
}

.footerContent li{
    padding: 0 10px 0 5px;
}

.footerContent a:link, .footerContent a:active, .footerContent a:visited {
    text-decoration: none;
    color: #8fa6b6;
}

.footerContent li a:hover{
    color: #EEF;
}

/*****************************************************************************/

h2 {
    margin: 0;
    padding: 15px 0 5px 0;
    font-size: 1.25em;
}
h3 {
    margin: 0;
    padding: 12px 0 3px 0;
    font-size: 1.15em;
}
h4, h5 {
    margin: 0;
    padding: 10px 0 3px 0;
    font-size: 1.1em;
}
p {
    margin: 0;
    padding: 2px 0 8px 0;
}
a:link, a:active, a:hover, a:visited { 
    color: #4b6272;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #8f6272;
}
a img {
    border: none;
}
.linkToTop {
    float: right;
}
th {
    text-align: left;
    vertical-align: top;
}
th.center, td.center {
    text-align: center;
}
th.right, td.right {
    text-align: right;
}
th.left, td.left {
    text-align: left;
}

blockquote {
    background-image: url(/shared/images/quotes-black-open.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 30px;
    font-style: italic;
}
blockquote span, blockquote p {
    background-image: url(/shared/images/quotes-black-close.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    display: block;
    padding-right: 30px;
}
.pullquote {
    color: #335;
    padding: 10px;
    float: right;
    width: 200px;
    margin: 10px 0 10px 20px;
    border-top: 2px solid #8FA6B6;
    border-bottom: 2px solid #8FA6B6;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
}

a#empactmedia {
    display: block;
    background-image: url(/shared/images/empact-media.png);
    width: 140px;
    height: 35px;
}
a#empactmedia span {
    display: none;
}
