* {
    margin: 0; padding: 0;
}
html {height: 100%;}
body{
    margin: 0; padding 0;
    font: 12px Helvetica Neue, Arial, sans-serif;
    height: 100%;
}
body.home{
    background: #76787a url(images/bg-grey.jpg) repeat-x top left fixed;
}
body.activityInsight{
    background: #e36f1e url(images/bg-orange.jpg) repeat-x top left fixed;
}
body.courseResponse{
    background: #002f57 url(images/bg-blue.jpg) repeat-x top left fixed;
}

#container
{
    margin: 0 auto;
    width: 830px;
    color: #464646;
    min-height: 101%;
    background: url(images/bg-container.gif);
}
#masthead {
    height: 56px;
    padding: 17px 22px 20px 22px;
    background: url(images/bg-mast.gif);
}
#masthead p img {
    margin-left: 5px;
}
#masthead a {
    float: left;
}
img.logo {
    border: none;
}
#masthead p{
    text-align: right;
    color: #1c2674;
    font-size: 11px;
}
#masthead ul {
 float:right;
 list-style-type: none;
 background: url(images/top-nav-bg.png) repeat-x left center;
 height: 18px;
 width: 358px;
 margin-top: 5px;
}
#masthead ul li {
    float: left;
    
}
#masthead ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 14px;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    background: url(images/top-nav-div.png) no-repeat right;
}
#masthead ul li a.last {
    background-image:none;
}
#masthead ul li a:hover {
    color: #1c2674;
}

.menuLight {
    font-weight: lighter;
}

#mainContent{
    background: url(images/bg-container.gif);
}
.home #mainContent{
    width: 742px;
    padding: 0 44px;
}

.activityInsight #mainContent,
.courseResponse #mainContent{
    width: 756px;
    padding: 0 37px;
}
#header, .smHeader {
    margin-bottom: 15px;
}
#leftArea {
    width: 539px;
    margin-right: 15px;
    margin-bottom: 15px;
    float:left;
}
.clients-news #leftArea {
    width: 502px;
    margin-right: 11px;
}
#mainContent p {
    font-size: 12px;
    margin-bottom: 14px;
}
#leftArea p.intro { font-size: 16px;}
#mainContent h3 {
    margin-top: 15px;
}
#leftArea dl {
    margin-bottom: 10px;
}
#leftArea dt {
    padding-top: 5px;
    font-weight: bold;
    clear:left;
}
#leftArea dd {
    margin-bottom: 20px;
}
.activityInsight #leftArea dl.faq dt{
    background: url(images/orange-arrow-right.gif) no-repeat left center;
    padding-left: 15px;
}
.courseResponse #leftArea dl.faq dt{
    background: url(images/blue-arrow-right.gif) no-repeat left center;
    padding-left: 15px;
}

.activityInsight #leftArea dt.dtHover {
    cursor: pointer;
    color: #E36F1E;
}
.courseResponse #leftArea dt.dtHover {
    cursor: pointer;
    color: #1C2674;
}
.activityInsight #leftArea dt.dtExpanded{
    background: url(images/orange-arrow-down.gif) no-repeat left center !important;
}
.courseResponse #leftArea dt.dtExpanded{
    background: url(images/blue-arrow-down.gif) no-repeat left center !important;
}

#leftArea dl.faq dd {
    padding: 10px;
    background-color: #eee;
    margin-top: 5px;
    margin-bottom: 5px;
}

#leftArea dd p, #leftArea dd h3 {
    font-size: 12px;
}
#rightArea {
    width: 193px;
    float: right;
}
.home #rightArea { width: 188px;}
.clients-news #rightArea { width: 229px;}
#footer {
    clear: both;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    font-size: 10px;
}
#footer p { font-size:10px;}
#footer b { font-weight:700;}
#footer ul{
    float: right;
    list-style-type: none;
    
}
#footer ul li {
    float: left;
}
#footer ul li a {
    color: #464646;
    text-decoration:none;
    padding: 0 10px;
}
#footer ul li a:hover {
    text-decoration: underline;
}
#footer ul li a.first {
    background: url(images/sep-foot.gif) no-repeat right center;
    padding-right: 15px;
}
#subNav {
    height: 23px;
    padding-bottom: 15px;
}
#subNav img {
    float: left;
}
#subNav ul {
    float:right;
    list-style-type: none;
}
#subNav ul li {
    float: left;
    padding: 0 15px;
}
.activityInsight #subNav ul li a.current {
    color: #e36f1e;
    border-bottom: 1px solid #e36f1e;
}
.courseResponse #subNav ul li a.current {
    color: #1c2674;
    border-bottom: 1px solid #1c2674;
}

#subNav ul li a {
    color: #464646;
    text-decoration: none;
}
.activityInsight #subNav ul li a:hover {
    color: #e36f1e;
}
.courseResponse #subNav ul li a:hover {
    color: #1c2674;
}

.col_wide_top {
    height: 11px;
    background: url(images/col-wide-top.gif);
}
.col_wide {
    background: url(images/col-wide.gif) bottom;
    float: left;
    width: 539px;
    margin-bottom: 10px;
    font-size: 14px;
}
.col_wide_news {
    background: url(images/news-border.gif) bottom;
    float: left;
    width: 502px;
    margin-bottom: 10px;
    min-height: 548px;
}
#leftArea .col_wide_news p,
#leftArea .col_wide_news h3,
#leftArea .col_wide_news img {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
}
#leftArea .col_wide_news h3 {
    border-top: 1px solid #bcbcbc;
    margin-top: 15px;
    padding-top: 15px;
}
#leftArea h3.first {
    border: none;
    padding-top: 0;
}
#leftArea .col_wide_news hr {
    padding: 0 15px;
    height: 1px;
    color: #bcbcbc;
    margin: 0 auto;
}

.col_wide_news h2 {
    background: url(images/news-grad-head.gif);
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 15px;
    border-bottom: 1px solid #bcbcbc;
}
#leftArea .col_narrow {
    background: url(images/col-narrow.gif) bottom;
    float: left;
    width: 262px;
    margin-right: 15px; 
    height: 241px;
}
#leftArea .col_narrow p {
    margin-bottom: 5px;
}
#leftArea .col_narrow p.more {
    text-align: right;
    padding: 0;
    line-height:21px;
    margin-right: 12px;
    margin-top: 5px;
}
#leftArea .col_narrow p.ai {
    background: url(images/ai-more-icon.gif) no-repeat right center;
}
#leftArea .col_narrow p.cr {
    background: url(images/cr-more-icon.gif) no-repeat right center;
}
#leftArea .col_narrow p.more a {
    text-decoration: none;
    color: #464646;
    padding-right: 25px;
}
#leftArea .col_narrow img {
    margin-top:11px;
    border: none;
}
img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#leftArea .no_gutter {
    margin-right:0px;
}
#leftArea .col_wide p {
    padding: 0px 12px;
    font-size: 14px;
    line-height: 18px;
}
#leftArea .col_narrow p {
    padding: 0px 20px;
    font-size:11px;
}
#leftArea .col_narrow h2 {
    font-size: 12px;
    padding: 0px 20px;
    margin: 8px 0 0;
}
.sidebar {
    float: right;
    width: 188px;
    background: url(images/sidebar-border.gif) bottom;
    text-align: center;
    margin-bottom: 15px;
}
.sidebar img {
    margin: 12px;
}
.sidebar h2 {
    height: 24px;
    color: #000;
    background: url(images/sidebar-top-grad.gif);
    line-height: 24px;
    padding-left: 12px;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #bcbcbc;
}
.sidebar_grad{
    width: 163px; height: 238px;
    background: url(images/sidebar-grad-lg.jpg);
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}
#rightArea .sidebar_grad p {
    font-size: 10px;
    text-align: left;
    margin-top: 5px;
}
.sidebar_demo {
    width: 193px;
    background: url(images/demo-bg.gif);
    margin-bottom: 15px;
}
.sidebar_demo a {
    line-height: 51px;
    font-size: 18px;
    padding: 19px 0px 19px 52px;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
}
.activityInsight .sidebar_demo a {
    background: url(images/ai-demo-arrow.png) no-repeat left center;
}
.courseResponse .sidebar_demo a {
    background: url(images/cr-demo-arrow.png) no-repeat left center;
}
.events {
    width: 229px; height: 548px;
    background: url(images/event-sidebar.gif);
}

.scheduledEvent {
    display:none;
}

.blank {
    width: 229px;
    background: url(images/blank-bg.gif) bottom;
    text-align: left;
}
#rightArea .blank p {
    margin: 15px;
    font-size: 11px;
    background: none;
    text-align: left;
}
#rightArea .blank p.first {
    margin-top: -10px;
}
#rightArea .blank ul {
    margin: -15px 15px 15px;
    padding-left: 15px;
    font-size: 11px;
    list-style-type: square;
}
#blank-top {
    display: block;
    height: 25px;
    background: url(images/blank-top.gif);
}
.partners {
    width: 229px; height: 206px;
    background: url(images/partner-bg.gif);
}
.partners img { margin: 0;}
.events h2,
.partners h2 {
    background: none;
    border: none;
}
.news {
    text-align: left;
    font-size: 9px;
    line-height: 15px;
}
.news img{
    float:left;
}
.news ul {
    list-style-type: none;
    background: url(images/news-icon.png) no-repeat left top;
    margin: 15px 7px;
    padding-left: 65px;
}
.news ul li {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px;
    margin-bottom: 5px ;
}
.news ul li.last {
    border-bottom-style: none;
}
.sidebar p {
    text-align:right; 
    margin-right: 7px; 
    margin-bottom: 15px; 
    line-height: 15px; 
    font-size: 8px;
    background: url(images/news-more-icon.gif) no-repeat right center;
}
.sidebar a {
    text-decoration: none;
    color: #000;
    padding-right: 20px;
    font-size: 11px;
}

/*
.activityInsight #leftArea h2 {
    font-weight: normal;
    font-size:22px;
}
*/
img.right {
    float: right;
    margin-left: 15px
}
img.left {
    float: left;
    margin-right: 15px;
}

#leftArea ol,
#leftArea ul {
    padding-left: 20px;
}
#leftArea ul {
    list-style-type: square;
}

#leftArea li {
    padding-bottom: 10px;
}


.feature_group {
    margin-left: 15px;
    padding-left: 100px;
    margin-top: 15px;
}

.feature_group h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
}

.AI_1 { background: transparent url(images/features_AI_1.jpg) left top no-repeat; }
.AI_2 { background: transparent url(images/features_AI_2.jpg) left top no-repeat; }
.AI_3 { background: transparent url(images/features_AI_3.jpg) left top no-repeat; }
.AI_4 { background: transparent url(images/features_AI_4.jpg) left top no-repeat; }
.CR_1 { background: transparent url(images/features_CR_1.jpg) left top no-repeat; }
.CR_2 { background: transparent url(images/features_CR_2.jpg) left top no-repeat; }
.CR_3 { background: transparent url(images/features_CR_3.jpg) left top no-repeat; }
.CR_4 { background: transparent url(images/features_CR_4.jpg) left top no-repeat; }

#mainContent h2 {
    margin-bottom: 10px;
}
#leftArea h2 {
    margin-top: 5px;
}
.clients-news #leftArea h2 {
    margin-top: 0;
}
#mainContent .full_col {
    background: transparent url(images/int-border.gif) repeat-y;
}
#mainContent .full_col h2 {
    background: url(images/int-header.gif);
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #bcbcbc;
    padding-left: 15px;
}
#mainContent .full_col p,
#mainContent .full_col h3,
#mainContent .full_col form {
    margin: 15px;
}

#mainContent .full_col div.int-bottom {
    height: 25px;
    display: block;
    background: url(images/int-bottom.gif);
    margin-bottom: 15px;
    clear:both;
}
#leftArea h2.about {
    margin: 0;
}
