/*********************************************************************
 *********************************************************************
 **
 **  Global
 **
 *********************************************************************
 ********************************************************************/
body,
html {
    height:100%; /* needed for container min-height */

    margin:  0;
    padding: 0;
}
body {
    color: black;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #acaeb0 url(../images/background.gif);
}
body#tinymce {
    background-image: none;
    background: white;
}
strong {
    font-weight: bold;
    color: black;
}
div.p, p {
    clear: both;
    text-indent:0;
    margin-bottom: 8px;
    margin-top:0;
}
p.italic {
    font-style: italic;
}
div.p ul {
    margin-top: 0;
}
div.hr {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px solid #B0B0B3;
}
div.hr2 {
    width: 100%;
    height: 1px;
    margin: 5px 0 30px 0;
    border-bottom: 1px solid #B0B0B3;
}
.hr {
    width: 100%;
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #B0B0B3;
}
h1 {
    font-size: 28px;
    color: #001e50;
    font-style: italic;
    font-weight: bold;
    margin-top:0;
    margin-bottom:0;
    padding-top: 20px;
}
h2 {
    font-size: 24px;
    font-weight: normal;
    color: #001e50;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom:0;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    padding: 9px 0;
    margin: 0;
    color: #000;
}
h4 {
    font-size: 16px;
}
dt {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom:0;
}
dd {
    margin-bottom: 15px;
}
.clear {
    clear: both;
}
div {
    border: 0 solid none;
}

.round15px {
    -moz-border-radius:   15px; /* Firefox */
    -webkit-border-radius:15px; /* Safari and chrome */
    -khtml-border-radius: 15px; /* Linux browsers */
    border-radius:        15px; /* CSS3 */
}
.round10px {
    -moz-border-radius:   10px; /* Firefox */
    -webkit-border-radius:10px; /* Safari and chrome */
    -khtml-border-radius: 10px; /* Linux browsers */
    border-radius:        10px; /* CSS3 */
}
.round8px {
    -moz-border-radius:   8px; /* Firefox */
    -webkit-border-radius:8px; /* Safari and chrome */
    -khtml-border-radius: 8px; /* Linux browsers */
    border-radius:        8px; /* CSS3 */
}
.round8pxbottom {
    -moz-border-radius:   0 0 8px 8px; /* Firefox */
    -webkit-border-radius:0 0 8px 8px; /* Safari and chrome */
    -khtml-border-radius: 0 0 8px 8px; /* Linux browsers */
    border-radius:        8px; /* CSS3 */
}
.round5px {
    -moz-border-radius:   5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari and chrome */
    -khtml-border-radius: 5px; /* Linux browsers */
    border-radius:        5px; /* CSS3 */
}
/* following commented out for issue in IE8.  Simply defaulting now to stock browswer behavior for CSS rounded corners */
/*.round15px,*/
/*.round10px,*/
/*.round8px,*/
/*.round5px, not working - No not uncomment if using this */
/*.round8pxbottom { */
/*    behavior: url(/assets/templates/msc/css/border-radius.htc)*/ /* IE */
/*}*/

/*********************************************************************
 *********************************************************************
 **
 **  Color styles
 **  Conent background blue: 001b50
 **
 *********************************************************************
 ********************************************************************/
.black    { color: #000000; } /* usage: */
.white    { color: #FFFFFF; } /* usage: */
.msblue   { color: #003666; } /* usage: */
.mslgray  { color: #828486; } /* usage: */
.msdgray  { color: #515153; } /* usage: */
.msorange { color: #e0851c; } /* usage: */

.black-i    { color: #000000; font-style: italic; } /* usage: */
.white-i    { color: #FFFFFF; font-style: italic; } /* usage: */
.msblue-i   { color: #003666; font-style: italic; } /* usage: */
.mslgray-i  { color: #828486; font-style: italic; } /* usage: */
.msdgray-i  { color: #515153; font-style: italic; } /* usage: */
.msorange-i { color: #e0851c; font-style: italic; } /* usage: */

/*********************************************************************
 *********************************************************************
 **
 **  Common paragraphs
 **
 *********************************************************************
 ********************************************************************/
/*  Editor alias
    Intro is alias to .msblue-i
*/

.subtitle {
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
}
.bigbold {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.bigboldblue {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003666;
}

/*********************************************************************
 *********************************************************************
 **
 **  Common styles
 **
 *********************************************************************
 ********************************************************************/
ul.links {
    list-style: none;
    margin: 10px;
    padding:0;
}
.last-div {
    margin-right:0 ! important;
}
.last-div-b {
    border-bottom:0 ! important;
}
.lg-font {
    font-size: 16px;
}
.med-font {
    font-size: 14px;
}
.reg-font {
    font-size: 12px;
}
.sm-font {
    font-size: 10px;
}
.bold {
    font-weight: bold;
}

/*********************************************************************
 *********************************************************************
 **
 **  Link styles
 **
 *********************************************************************
 ********************************************************************/
a,
.link {
    color: #003666;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
    cursor: hand;
}
a:hover {
    color: #828486;
    text-decoration: none;
}
/*
 * BUTTON
 */
a.button:hover {
    color: #FFF;
    background: url(../images/button.png) no-repeat left -34px;
}
a.button {
    background: url(../images/button.png) no-repeat left top;
    height: 18px;
    width: 230px;
    margin-bottom:  10px;
    padding: 8px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    font-style: italic;
    display: block;
}
a.variable-button:hover {
    background: url(../images/variable-button.png) no-repeat left -34px;
}
a.variable-button:hover .button_txt {
    color: #FFF;
    background: url(../images/variable-button.png) no-repeat right -34px;
}
a.variable-button {
    background: url(../images/variable-button.png) no-repeat left top;
    margin-bottom:  10px;
    display: inline-block;
}
a.variable-button .button_txt {
    color: black;
    background: url(../images/variable-button.png) no-repeat right top;
    font-weight: bold;
    font-style: italic;
    height: 18px;
    display: block;
    margin-left: 3px;
    padding: 8px;
    padding-right: 10px;
    font-size: 16px;
    min-width: 150px;
    width: auto !important;
    width:  150px;
}

/*
 * MSORANGE
 */
a.msorange:hover {
    color: #828486;
}

/*
 * MSBLUE
 */
a.msblue:hover {
    color: #828486;
}

/*
 * MSLGRAY
 */
a.mslgray:hover {
    color: black;
}

/*
 * MSDGRAY
 */
a.msdgray:hover {
    color: black;
}


a.pdf {
    background: transparent url(/images/pdf.png) no-repeat scroll left center;
    padding: 2px 2px 2px 20px;
}
a img {
    border: 0;
}

.last {
    border-right:0 ! important;
}
.top-link {
    margin: 18px0;
}
.toggle-text {
    cursor: pointer;
    cursor: hand;
    color: #d6d6d7;
    text-decoration: none;
}
/*********************************************************************
 *********************************************************************
 **
 **  Container for content (center page and such)
 **
 *********************************************************************
 ********************************************************************/
#container {
    margin: 0 auto;
    width: 1080px;
    position: relative;
    background: url(../images/content-background.png) repeat-y;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

/*********************************************************************
 *********************************************************************
 **
 **  Header
 **
 *********************************************************************
 ********************************************************************/
#header {
    position:             relative;
    height:               83px;
    margin:               0 62px 4px 58px;
    background:           #f8f9f9;
}
#header-top-corner-fix {
    position:             absolute;
    height:               8px;
    width:                959px;
    line-height:          8px;
    background:           #F8F9F9;
    top:                  0;
    left:                 1px;
}
#header #logo img {
    margin-top:  20px;
    margin-left: 16px;
}
#search {
    right: 18px;
    top: 30px;
    position: absolute;
    border: none;
    height: 30px;
    width: 250px;
}
#search img {
    margin-top: 0;
    margin-left: 5px;
}

#search input {
    width: 200px;
    font-size: 10px;
}

#search fieldset {
    border: none;
}

.ajaxSearch_highlight1 {
}

.ajaxSearch_resultsInfo {
    font-size: 14px;
}

.ajaxSearch_result {
    margin-top: 15px;
    font-size: 14px;
    width: 640px;
}

.ajaxSearch_resultDescription {
    margin-top: 5px;
}

.ajaxSearch_resultExtract {
    font-style: italic;
    font-size: 12px;
}

.ajaxSearch_highlight1,
.ajaxSearch_highlight2,
.ajaxSearch_highlight3,
.ajaxSearch_highlight4,
.ajaxSearch_highlight5,
.ajaxSearch_highlight6{
    padding: 0;
    background: #FFFF00;
}

/*********************************************************************
 *********************************************************************
 **
 **  Navigation
 **
 *********************************************************************
 ********************************************************************/
#navigation {
    font-size:          13px;
    height:             40px;
    margin:             0 58px;
}
.mainnav li a span {
    cursor: hand;
    cursor: pointer;
}
.mainnav li a:hover span,
.mainnav .nav-link-current a,
.mainnav ul li ul li:hover a span,
.mainnav ul li.active ul li:hover a span {
    color:              #828486;
}
/* specific to non IE browsers */
.mainnav ul li:hover a {
    color:              #828486;
}
.mainnav ul li:hover div.mainnav-subnav {
    display:            block;
}
.mainnav ul li:hover ul li a {
    color:              white;
    display:            block;
}

.mainnav ul li a:active span,
.mainnav ul li ul li:active a span,
.mainnav ul li.active ul li:active a span {
    color:              #e0851c;
}

.mainnav {
    position:           relative;
    z-index:            10;
    width:              100%;
    margin:             0;
    list-style:         none;
    text-indent:        0;
    margin:             0;
    margin-left:        5px;
    padding:            0;
}
.mainnav a,
.mainnav ul li.active ul li a span {
    color:              white;
    text-decoration:    none;
}
.mainnav li {
    padding-right:      12px;
    margin-right:        3px;
    margin-bottom:       5px;
    background:         url(../mainmenu/divider.png) no-repeat right 10px;
    float:              left;
    width:              auto;
}

.mainnav li.last-link {
    background: none;
}
.mainnav ul li ul li.active a span,
.mainnav ul li.active a span {
    color:              #828486;
}
.mainnav li a {
    text-transform:     uppercase;
}
.mainnav ul li a,
.mainnav ul li a:visited {
    text-decoration:    none;
    display:            block;
    height:             34px;
    line-height:        34px;
    text-align:         center;
    margin:             0;
    padding:            0 17px;
    overflow:           hidden;
}
.mainnav ul {
    padding:            0;
    margin:             0;
    list-style-type:    none;
}
.mainnav ul li {
    float:              left;
    position:           relative;
}
.mainnav ul li ul li,
.mainnav ul li ul li.last-link {
    float:              none;
    overflow:           hidden;
    position:           relative;
    padding:            3px 8px;
    margin:             0;
    background:         none;
}
.mainnav ul li ul li a,
.mainnav ul li ul li a:visited {
    float:              none;
    height:             19px;
    color:              white;
    line-height:        16px;
    padding:            0 5px;
    border-left:        1px solid gray;
    border-right:       1px solid gray;
}
.mainnav ul li ul li.first {
    padding-top:        14px;
    height:             30px;
}
.mainnav-subnav {
    display:            none;
    position:           absolute;
    padding-bottom:     10px;
    top:                34px;
    left:               0;
    width:              100%;
    margin-right:       2px;
    padding-top:        20px;
    background:         url(../mainmenu/separator.png) no-repeat center 6px;
}
.mainnav-subnav-top {
    padding:              8px 0;
    background:           #001b50;
    border:               0 solid #001b50;
}

/*********************************************************************
 *********************************************************************
 **
 **  Sub Navigation
 **
 *********************************************************************
 ********************************************************************/
#subnav {
    padding: 0;
    width: 265px;
    height: 100%;
    float: left;
}
#subnav-image {
    margin: 20px;
}
#subnav-image img{
    width: 225px;
}
.subnavmain {
    padding: 0px;
    margin: 10px 0 0 15px;
}
.subnavmain a.active:hover,
.subnavmain a.open:hover,
.subnavmain a:hover {
    color: #939598;
}
.subnavmain a.active:active span,
.subnavmain a.open:active span,
.subnavmain a:active span {
    border-bottom: 2px solid #F8971D;
}
.subnavmain a {
    text-decoration: none;
    color: black;
}
.subnavmain ul {
    list-style: none;
    margin:0;
    margin-right: 5px;
    padding:0;
}
.subnavmain li ul {
    margin-left:   20px;
    margin-bottom: 10px;
}
.subnavmain li a span {
    margin: 6px 0 3px 5px;
    border-bottom: 2px solid white;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.subnavmain li.open li a span {
    border-bottom: 2px solid white;
}
.subnavmain li li.open a span,
.subnavmain li.open a span {
    border-bottom: 2px solid #BDDFB2;
}

.subnavmain li.active a span,
.subnavmain li.open li.active a span {
    border-bottom: 2px solid #F8971D;
}
.subnavmain li.open li a span,
.subnavmain li.open li.active li a span,
.subnavmain li.active li a span {
    border-bottom: 2px solid white;
}
/*********************************************************************
 *********************************************************************
 **
 **  Category Navigation
 **
 *********************************************************************
 ********************************************************************/
.category-nav {
    padding-left:0;
    margin-top:  0;
    margin-left: 18px;
}

.category-nav li {
    list-style:    none;
    margin-right:  24px;
    margin-bottom: 18px;
    float:         left;
    position:      relative;
}
.category-nav li.last {
    margin-right: 0;
}
.category-nav-item {
    width:         290px;
    height:        370px;
    background:    #edeeef;
    border-color:  #edeeef;
}

.category-nav-entry {
    margin: 20px;
}

.category-nav-button {
    background: url(../images/category-nav-button.gif) no-repeat left top;
    border-bottom: 1px solid #d6d6d7;
    height: 34px;
    width: 230px;
    margin-bottom:  10px;
    padding: 8px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    font-style: italic;
    display: block;
}
.category-nav-button:hover {
    color: #FFF;
    background: url(../images/category-nav-button-over.gif) no-repeat left top;
}

.category-nav-header {
    height: 120px;
    width: 100%;
}
/*********************************************************************
 *********************************************************************
 **
 **  Content
 **
 *********************************************************************
 ********************************************************************/
#content {
    position: relative;
    margin-left: 20px;
}
#content-header h1 {
    padding-top: 0;
    padding-bottom: 10px;
}
#content-header img {
    margin-top: 15px;
}
#content-body {
    margin-top:  0;
    margin-left: 38px;
    min-height:  429px;
    width:       960px;
    background:  white;
}
* html #content-body {
    height: 429px;
}
#content-right {
    float: left;
    margin-top:10px;
    width: 620px;
    margin-right: 20px;
}
#content-left {
    float: left;
    margin-top:10px;
    width: 620px;
    margin-left: 20px;
}
#content-generic {
    padding-top:10px;
    margin-left: 20px;
    margin-right: 20px;
}
#content-left-inner {
    margin-top:10px;
    float: left;
    width: 640px;
}

#contentinner {
    margin:0 18px;
    padding-bottom: 10px;
}

#leadin,
#leadout {
    margin-top: 0;
    font-size: 0;
    margin-left: 38px;
}
h2.pagetitle {
    padding-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #B0B0B3;
}

/*********************************************************************
 *********************************************************************
 **
 **  Article Content
 **
 *********************************************************************
 ********************************************************************/
.article-summary {
    width: 620px;
}
.article-summary .article-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #CCC;
    min-height: 80px;
    width: 80px;
}
.article-summary .article-text {
    float: left;
    width: 500px;
}
#article-thanks {
    height: 400px;
    text-align: center;
    padding-top: 100px;
}
#article-thanks .article-link {
    margin-top: 30px;
}

/*********************************************************************
 *********************************************************************
 **
 **  Partner & Association
 **
 *********************************************************************
 ********************************************************************/
.partners-assoc-summary {
    margin-bottom: 30px;
}

.partner-assoc-summary {
    width: 680px;
}
.partner-assoc-summary .partner-assoc-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #CCC;
    min-height: 40px;
    width: 120px;
}
.partner-assoc-summary .partner-assoc-text {
    float: left;
    width: 500px;
}

/*********************************************************************
 *********************************************************************
 **
 **  Ratings
 **
 *********************************************************************
 ********************************************************************/
/* SEE anythingRating.css */

/*********************************************************************
 *********************************************************************
 **
 **  Polls
 **
 *********************************************************************
 ********************************************************************/
.wildcard .poll {
    height:      107px;
    font-size:    10px;
    padding-top:  15px;
    margin:          0;
    background: url(../images/poll-background.png);
    overflow:   hidden;
}
.wildcard .poll fieldset {
    border: none;
    margin:    0;
    padding:   0;
}
.wildcard .poll h3 {
    margin:           0;
    color:      #003666;
    font-style:  normal;
    font-size:     14px;
    margin-bottom:  5px;
    font-weight:   bold;
    width:          90%;
    padding:          0;
    margin-bottom:  5px;
    border-bottom:  1px solid white;
}
.wildcard .poll ul {
    margin:  0;
    padding: 0;
}
.wildcard .poll li {
    list-style:  none;
    font-size:   10px;
    height:      14px;
    margin:         0;
    line-height: 10px;
}
.wildcard #easypollsubmit,
.wildcard #easypollresult {
    cursor:  pointer;
    cursor:     hand;
    font-size:  10px;
    background: none;
    color:       #e0851c;
    border:        0;
    margin:        0;
    padding:       0;
}
.wildcard #easypollsubmit {
    margin-left: 95px;
}
.wildcard .easypoll_option {
    padding:          0;
    vertical-align: top;
    height:        14px;
}
.wildcard .pollvotes .easypoll_option {
    width: 180px;
}
.wildcard .pollvotes .easypoll_option input {
    vertical-align: middle;
    margin: 0 5px 0 0;
    height: 5px;
}
.wildcard .pollresults .easypoll_option {
    width:         70px;
    overflow:    hidden;
    float: left;
}
.wildcard .easypoll_percent {
    margin-right: 0;
    float: left;
}
.wildcard .easypoll_bar {
    float: left;
    margin-top: 3px;
    width: 80px;
}
.wildcard .easypoll_inner {
    background: #f8971d;
    line-height: 1px;
    font-size: 1px;
    height: 6px;
}
.wildcard .easypoll_totals {
    text-align: right;
    width:        90%;
    font-size:   10px;
}
.wildcard .pollvotes,
.wildcard .pollresults {
    padding-left: 15px;
}

/*********************************************************************
 *********************************************************************
 **
 **  Person Content
 **
 *********************************************************************
 ********************************************************************/
.management-profile {
    width: 650px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.management-profile .person-left {
    position: relative;
    float: left;
    width: 175px;
}
.management-profile .person-linkedin {
    padding: 20px 0 20px 25px;
    margin-left: 5px;
    background: url(../images/LinkedIn_Logo16px.png) left no-repeat;
}
.management-profile .person-image {
    margin: 0;
    width: 175px;
    height: 175px;
    overflow: hidden;
}
.management-profile .person-left .person-quip {
    background:           #FFE6CB;
    border-color:         #FFE6CB;
    padding:              10px 5px;
}
.management-profile .person-left .person-quip h3 {
    font-size:            14px;
    font-style:           normal;
    font-weight:          bold;
}
.management-profile .person-details {
    float: left;
    width: 445px;
}
.management-profile .person-details .education {
    padding: 5px 0;
    border-top: 1px solid #BDDFB2;
    border-bottom: 1px solid #BDDFB2;
}
.management-profile .person-details dl {
    margin: 5px 30px;
}
.management-profile .person-details h3 {
    color: white;
    font-weight: bold;
    font-style: normal;
    background: url(../images/mgmt-gradient.png);
    margin: 0;
    padding: 5px 10px;
}
.management-profile .person-details dd {
    margin-left: 0;
}

.person-profile {
    width: 700px;
    padding: 50px;
}
.person-profile .person-image {
    float: left;
    margin-right: 20px;
    width: 175px;
}
.person-profile .person-details {
    float: left;
    width: 500px;
}
.person-profile .person-details dd {
    margin-left: 0;
}


/*********************************************************************
 *********************************************************************
 **
 **  Blogs Content
 **
 *********************************************************************
 ********************************************************************/
.blog-date {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 55px;
    height: 51px;
    background: url( ../blog/date.gif );
    text-align: center;
}
.blog-poster {
    font-size: 16px;
    margin: 10px 0;
}
.blog-content {
    float: left;
    width: 529px;
}

.blog-summary {
    border-bottom: 1px solid #b7b8b9;
}
#blog-sidebar {
    padding-left:0;
    margin-left: 16px;
    margin-top: 40px;
    width: 264px;
    padding-top: 14px;
    float: left;
    background: #edeeef url(../blog/blog_nav_top.png) top no-repeat;
}
#blog-sidebar-footer {
    height: 20px;
    border-top: 1px solid white;
    background: #edeeef url(../blog/blog_nav_bottom.png) bottom no-repeat;
}
.blog-segment {
    padding: 0;
    border-bottom: 1px solid #c3c4c6;
}
.blog-segment h3 {
    padding: 0 10px;
    margin: 0;
    height: 30px;
    background: url( ../blog/blog_nav_title.jpg ) repeat-x;
    border-top: 1px solid white;
    border-bottom: 1px solid #c3c4c6;
}
.blog-segment h4 {
    padding: 0 10px;
    margin: 10px 0 0 0;
    height: 20px;
}

ul#contributors {
    list-style: none;
    margin: 10px;
    padding:0;
}
ul#contributors li {
    width: 230px;
    margin-bottom: 10px;
    float: left;
}
ul#contributors li img {
    margin-right: 5px;
    vertical-align: middle;
}

a.rss-button:hover {
    color: #FFF;
}
a.rss-button {
    background: url(../blog/blog-rss-button.png) no-repeat left top;
    height: 18px;
    width: 112px;
    padding: 8px 8px 8px 45px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    font-style: italic;
    display: block;
}

.archive-date{
    display: none;
}
 /* over */
.archivenav a.closed:hover {
    background-image:   url(../blog/li-open.png);
}
 /* over */
.archivenav a.active:hover,
.archivenav a:hover {
    background-image:   url(../blog/li-clear.png);
}
 /* on */
 .archivenav a.active:active,
.archivenav a.open:active,
.archivenav a:active {
    background-image:   url(../blog/li-on.png);
}
 /* open */
.archivenav a.open {
    background-image:   url(../blog/li-open.png);
}
 /* closed */
.archivenav a.closed {
    background-image:   url(../blog/li-closed.png);
}
 /* down */
.archivenav a.active {
    background-image:   url(../blog/li-down.png);
}
 /* default */
.archivenav a {
    background-image:   url(../blog/li-clear.png);
    background-repeat:  no-repeat;
    background-position: left;
    text-decoration:    none;
    display:            inline-block;
}
.archivenav ul {
    list-style:         none;
    margin:             0;
    margin-right:       5px;
    padding:            0;
    margin-bottom:      10px;
}
.archivenav li {
    margin:             4px 0 0 10px;
}

.archivenav li a span {
    margin-left:        15px;
    display:            block;
}
/*********************************************************************
 *********************************************************************
 **
 **  News
 **
 *********************************************************************
 ********************************************************************/
#news-sidebar {
    padding-left:0;
    margin-left: 16px;
    margin-right:0;
    margin-top:0;
    width: 264px;
    float: left;
}

#news-paginate {
    margin-top: 25px;
    margin-right: 20px;
    text-align: right;
}

#news-filter-heading {
    float: left;
}

#newsnav {
    margin-left: 10px;
    float: left;
}

#newsnav li {
    padding-right:      10px;
    float:              left;
}

#newsnav ul {
    padding:            0;
    margin:             0;
    list-style-type:    none;
}

#newsnav ul li {
    float:              left;
    position:           relative;
}
#newsnav li a {
    margin-top:         0px;
    padding:            0 5px;
    display:            inline-block;
}
.news-summary {
    margin-bottom: 20px;
}
#news-article-sidebar {
    width: 286px;
    float: left;
    margin-right: 22px;
}
.news-wildcard {
    background: white;
    padding-top: 20px;
}
#news-sidebar {
    padding-left:0;
    margin-left: 16px;
    margin-right: 22px;
    width: 264px;
    padding-top: 14px;
    float: left;
    background: #edeeef url(../blog/blog_nav_top.png) top no-repeat;
}
#sidebar-footer {
    height: 20px;
    border-top: 1px solid white;
    background: #edeeef url(../blog/blog_nav_bottom.png) bottom no-repeat;
}
.segment {
    padding: 0 12px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #c3c4c6;
}
.segment p {
    padding: 0 10px;
}
.segment a {
    margin: 0 10px;
}
.segment h3 {
    padding: 0 10px;
    margin: 0;
    height: 30px;
    background: url( ../blog/blog_nav_title.jpg ) repeat-x;
    border-top: 1px solid white;
    border-bottom: 1px solid #c3c4c6;
}
.segment h4 {
    padding: 0 10px;
    margin: 10px 0 0 0;
    height: 20px;
}

/*********************************************************************
 *********************************************************************
 **
 **  Wildcards
 **
 *********************************************************************
 ********************************************************************/
.wildcards-bottom {
    margin: 24px 58px 9px 58px;
}

.wildcards-top {
    padding-top: 5px;
    margin-bottom: 25px;
}

.wildcards-bottom .wildcard {
    width: 222px;
    height: 121px;
    float: left;
    margin-right: 24px;
}

.wildcards-top .wildcard {
    width: 222px;
    height: 122px;
    background: white;
    float: left;
    margin-right: 12px;
}

.wildcards-side .wildcard {
    width: 222px;
    height: 122px;
    background: white;
    float: right;
    margin-bottom: 8px;
}


/*********************************************************************
 *********************************************************************
 **
 **  Footer
 **
 *********************************************************************
 ********************************************************************/
#footer {
    clear: left;
    position: relative;
    font-size: 0.85em;
    margin: 0 58px;
    padding-top: 10px;
    height: 30px;
}

/*
#content-end {
    position: relative;
    height: 50px;
    background: url(../images/footer-center.jpg);
}
#content-end .left {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width:  50px;
    background: url(../images/footer-left.jpg);
}
#content-end .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width:  50px;
    background: url(../images/footer-right.jpg);
}
*/

.footernav .nav-link-current a,
.footernav li a:hover,
.footernav li a:hover {
    color: gray;
}
#footer a {
    color: #999999;
    text-decoration: none;
}
.footernav {
    list-style: none;
    text-indent:0;
    margin:0;
    margin-left: 5px;
    padding:0;
    height: 16px;
    float: left;
}
.footernav ul {
    padding:            0;
    margin:             0;
    list-style-type:    none;
}
.footernav li{
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid gray;
    float: left;
}
.footernav li a {
    overflow: hidden;
    margin-top:0;
    line-height: 16px;
    height: 16px;
    display: block;
}
.footernav li a span {
    text-transform: uppercase;
    color: white;
    font-size: 10px;
}
.footernav li a:hover span,
.footernav li a.active span {
    text-transform: uppercase;
    color: #828486;
    font-size: 10px;
}
.footernav li.last-link {
    border-right: none;
}
#copyright-notice {
    color: #828486;
    float: right;
}
#iso-notice {
    width: 960px;
    color: #828486;
}
#iso-notice {
    margin-top: 20px;
}

/*********************************************************************
 *********************************************************************
 **
 **  Site Map
 **
 *********************************************************************
 ********************************************************************/
#sitemap {
    padding-top: 10px;
}

#sitemap a {
    text-decoration: none;
}
#sitemap a:hover {
    text-decoration: underline;
}
#sitemap .summary {
    font-size: 0.8em;
    color: #939598;
}
#sitemap ul {
    padding-left: 18px;
    margin: 0;
}

#sitemap ul {
    list-style-type: circle;
}
#sitemap ul ul {
    list-style-type: disc;
}
#sitemap ul ul ul {
    list-style-type: circle;
}
#sitemap ul ul ul ul {
    list-style-type: disc;
}
#sitemap ul ul ul ul ul {
    list-style-type: circle;
}
#sitemap ul ul ul ul ul ul {
    list-style-type: disc;
}
#sitemap li span {
    color: #000000;
}
#sitemap li li span {
    color: #000000;
}
#sitemap li li li span {
    color: #000000;
}
#sitemap li li li li span {
    color: #000000;
}
/*********************************************************************
 *********************************************************************
 **
 **  Register Now forms
 **
 *********************************************************************
 ********************************************************************/
#form-title {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
#contact-left {
    float: left;
    width: 436px;
}
#contact-right {
    float: left;
    width: 486px;
}

#contact-intro {
    background: #edeeef url(../contact/intro-background.png) no-repeat;
    margin: 20px 0 0 5px;
    width: 431px;
}
#contact-right #contact-form {
    background: white url(../contact/form-background.jpg) no-repeat;
    margin: 8px 0 30px 0;
    width: 495px;
}
#contact-full #contact-form {
    background: white url(../contact/form-background-full.jpg) no-repeat;
    padding: 8px 0 30px 0;
    width: 920px;
}
#w9-right {
    float: left;
    width: 486px;
}
#w9-left {
    float: left;
    width: 436px;
}
#w9-right #contact-form {
    background: none;
}
#w9-iframe {
    margin-left: 0;
    margin-top: 0;
    width: 490px;
    border: none;
    height: 1000px;
}
#w9-left #intro {
    background: #edeeef url(../contact/intro-background.png) no-repeat;
    margin: 20px 0 0 5px;
    width: 431px;
    min-height: 200px;
}
#intro-content img {
    margin:  20px 50px;
    width:  278px;
    height: 240px;
}
.form-row {
    padding-top: 5px;
/*      margin: 0; */
}

.form-col-label {
    width: 145px;
    float: left;
    margin-right: 7px;
    text-align: right;
}

.form-col-field {
    width: 233px;
    float: left;
    padding: 0;
}

#steps-indicator {
    list-style: none;
    padding: 0;
    margin:  0;
}
.step-indicator {
    float: left;
    position: relative;
    font-weight: normal;
    padding-right: 10px;
    height: 14px;
}
.step-indicator span {
    padding-left: 17px;
}

.step-indicator.new {
    font-weight: bold;
    color:      white;
    background: #828486;
}

.step-indicator.current {
    font-weight: bold;
    background: #e0851c;
    background: #BDDFB2;
    cursor: pointer;
    cursor: hand;
}
.step-indicator.error {
    font-weight: bold;
    background: red;
    cursor: pointer;
    cursor: hand;
}
.step-indicator.done {
    font-weight: bold;
    background: #BDDFB2;
    background: white;
    cursor: pointer;
    cursor: hand;
}
.step-indicator .step-tip {
    width:   7px;
    height: 14px;
    position: absolute;
    margin-right: 10px;
    background-image: url(../images/step-tips.png);
}
.step-indicator .step-tip.current {
    background-position: -7px 0;
}
.step-indicator .step-tip.new {
    background-position: -14px 0;
}
.step-indicator .step-tip.error {
    background-position: -21px 0;
}
#content .contact-us-form .error-message td {
    padding: 10px;
    color: red;
}
#content .contact-us-form .form-validation-error {
    text-align: left;
    padding: 5px;
    padding-left: 100px;
    background: #FFEAEA;
    border: 1px solid #FF8E8E;
    color: red;
}

#contact-right .contact-us-form col.name {
    width: 202px;
}
#contact-right .contact-us-form col.field {
    width: 230px;
}
#contact-right .contact-us-form col.spacer {
    width:  10px;
}

#contact-full .contact-us-form col.name {
    width: 200px;
}
#contact-full .contact-us-form col.field {
    width: 460px;
}
#contact-full .contact-us-form col.spacer {
    width:  20px;
}
#contact-full #contact-form th,
#contact-full #contact-form tr td table th {
    text-align: left;
}
#contact-form .text,
#contact-form .textarea,
#contact-form .large-text,
#contact-form .ff-email {
    width: 100%;
}
.contact-us-form tr td table {
    width: 100%;
}
#contact-form .textarea {
    height: 150px;
}
#contact-form .large-text {
    height: 300px;
}

#content .contact-us-form .buttons,
.buttons {
    text-align: right;
}

#contact-intro-content,
#intro-content {
    margin:  0 38px 0 18px;
    padding: 18px 0;
}
#contact-form-content {
    margin:  0 50px;
    padding: 50px 0;
}
#content .part-intro-text,
#content .part-intro-text p,
#content .part-intro-text h3 {
    color: #000;
}

ul.options {
    padding-left:0;
    margin:0;
}
ul.options li {
    list-style: none;
}
.contact-us-form .ff-option th {
    text-align: left;
}
.contact-us-form th {
    text-align: right;
    font-weight: normal;
    vertical-align: top;
}

.contact-us-form .required,
.required {
    font-weight: bold;
}
.contact-us-form th.ff-text {
    text-align: left;
}
.contact-us-form th.ff-address {
    text-align: center;
}

.ff-email2,
#email2 {
    display: none;
}
div.errors{
    color:#F00;
}
#EmailForm .invalidValue{
    background: #FFDFDF;
    border:1px solid #F00;
}
#EmailForm .requiredValue{
    background: #FFFFDF;
    border:1px solid #F00;
}
/*********************************************************************
 *********************************************************************
 **
 **  Employment Opportunities (jobs)
 **  FAQ
 **
 *********************************************************************
 ********************************************************************/
.job_entry_wrapper {
    padding-left: 30px;
    background:  url(../images/job_icon.png) left top no-repeat;
}
.job_entry,
.faq_entry {
    cursor: pointer;
    cursor: hand;
}
.job_entry:hover h3,
.faq_entry:hover {
    text-decoration: underline;
}
/*********************************************************************
 *********************************************************************
 **
 **  IE Hacks
 **
 *********************************************************************
 ********************************************************************/
.mainnav li a,
.footernav  a {
    float:              left;
}
.mainnav * {
    zoom: 100%;
}

/*********************************************************************
 *********************************************************************
 **
 **  Microsites
 **
 *********************************************************************
 ********************************************************************/
#header-languages {
    position: absolute;
    top:   0;
    right: 55px;
}
#header-languages ul {
}
#header-languages li {
   list-style: none;
   padding-left: 3px;
   float: left;
}
#header-languages li.active {
    display: none;
}

/*********************************************************************
 *********************************************************************
 **
 **  Home Page
 **
 *********************************************************************
 ********************************************************************/
#content-body.home {
    background: none;
    height:     auto;
    min-height: 444px;
    position: relative;
}
#home-news,
#home-image {
    float: left;
}

#home-image {
    width:        714px;
}
#home-image img {
    width:         100%;
}

#home-news {
    color:        #003666;
    font-size:       11px;
    background: #cdd0d5 url(../images/home-news-background.jpg) left top repeat-x;
    width:          222px;
    margin-right:    24px;
    height:         430px;
    padding-bottom:  14px;
}

.home-news-summary {
    padding: 6px 8px 0 8px;
}
.home-news-summary p {
    margin: 0;
}
.home-news-summary .date {
    font-weight: bold;
}
.twitter-avatar {
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.home-news-summary .author {
    font-style: italic;
}

.feed-section {
    height:       136px;
    padding-bottom: 8px;
    margin-left: 1px;
    position: relative;
    background: url(../images/home-news-entry-background.jpg) top repeat-x;
}
.feed-section.no-bg {
    background: none;
}
.feed-section.open {
    height: 370px;
    overflow: hidden;
}
.feed-section.close {
    height: 20px;
    overflow: hidden;
}

.feed-section-body {
    position: relative;
    height:  106px;
    overflow: hidden;
}
.feed-section .more-link {
    position: absolute;
    bottom: 2px;
    right: 10px;
    z-index:10;
}
.feed-section.close .more-link {
    display: none;
}
.feed-section.open .feed-section-body {
    height: 350px;
}
.feed-section.open div.title {
    background: url(../images/minus.gif) 200px 8px no-repeat;
}
.feed-section div.title {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    padding: 4px 0 0 15px;
    position: relative;
    cursor: pointer;
    cursor: hand;
    background: url(../images/plus.gif) 200px 8px no-repeat;
}

