/* Start of CMSMS style sheet 'equitas' */
@charset: utf-8;

/* Classes */
.hidden {
   visibility: hidden;
   display:none;
}

div.imageWithCaption {
   text-align: center;
}

.caption {
   color: #555;
   font-style: italic;
}

p.footnote {
   font-size: 0.9em;
   font-style: italic;
   margin-left: 40px;
   margin-right: 40px;
   color: #555;
}

/* Elements */
a {
   text-decoration: none;
   color: #6d6de2;
}

a:hover {
    text-decoration: underline;
    color: #00f;
}

a.extLink {
   background:  url('/uploads/images/externalIcon.png') top right no-repeat;
   padding-right: 12px;
}

a img {
   border: none;
}

body {
    background-color : #fff;
    width: 100%;
    margin: 0px auto;
    font-size: 0.8em;
    font-family: "Bitstream Vera Sans", Arial, Helevtica, "sans-serif";
}

blockquote {
    background: #fff url('uploads/images/blockquoteBG.jpg') top left no-repeat;
    min-height: 58px;
    min width: 150px;
    padding: 5px 10px;
    font-style: italic;
    color: #6d6d6d;
}

code {
    color: #6d6de2;
    font-size: 1em;
}

p {
   line-height: 1.5em;
}

h2,h3, h4 {
   color: #6d6de2;
   letter-spacing: 0.2em;
   word-spacing: 0.4em;
   text-transform: lowercase;
}

h2 {
  width: 80%;
  background-color: #ebebeb;
  border: solid 1px #bcbcbc;
  padding: 5px 10px;

/* box shadow */
   -moz-box-shadow: 2px 2px 4px #ccd;
   -webkit-box-shadow: 2px 2px 4px #ccd;
   box-shadow: 2px 2px 4px #ccd;

 /* rounded corners - works in some browsers (e.g. Chrome) */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

h3 {
   margin-top: 20px;
  background-color: #ebebeb;
  border: solid 1px #bcbcbc;
  padding: 6px;
 /* rounded corners - works in some browsers (e.g. Chrome) */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   width: 50%;
}

h2 a, h3 a, h4 a, dt a{
   border-bottom: 1px dotted #cdcffc;
}

li {
   margin-bottom: 8px;
}

dl {
   margin: 0px 50px;
}

dl dt {
  margin: 10px 0px 0px 25px;
  font-size: 1.1em;
}

dl dd {
   margin: 5px 15px 15px 50px;
   padding-bottom: 15px;
   font-style: italic;
   border-bottom: 1px dotted #cdcffc;
}


/* IDs */
#outerContainer {
    width: 1024px;
    height: 100%;
    margin: 0px auto 0px;
    padding-top: 32px;
}

#banner {
    background-image : url('/uploads/images/bannerbg.png');
    background-position : top left;
    background-repeat : repeat-x;
    background-color: #ebebeb;
    height: 127px;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

#banner #bannerOuter {
   width: 984px;
   margin: 0px auto;
}


#banner #bannerInner {
    background-image : url('/uploads/images/nonHomeHeadBG.png');
    background-position : center right;
    background-repeat : no-repeat;
    height: 127px;
    margin: 0px auto;
}

#banner #bannerLinks {
   float: right;
   margin: 3px 150px 3px 3px;
}

#banner #searchDiv {
   float: right;
  padding-top: 40px;
  padding-right: 60px;
}

#banner #bannerLinks p {
   line-height: 5px;
   font-size: 0.9em;
   letter-spacing: 1px;
}
#banner #logoOuter {
   float:left;
   padding: 0px;
   margin: 15px 15px 0px 15px;
   text-align: left;
}

#banner #logoOuter ul {
    margin: -80px 0px 0px 325px;
    padding: 0px 0px;
    vertical-align: center;
    text-align: center;
    width: 10em;
    font-size: 1.1em;
}

#banner #logoOuter ul li {
    list-style: none none;
    letter-spacing: 0.7em;
    padding: 3px 0px;
}

#banner #logo {
   background-image: url('uploads/images/logo.png');
   background-position: center;
   background-repeat: no-repeat;
   height:80px;
   width: 320px;
   vertical-align: center;
}

#banner h1, #banner h5 {
    visibility : hidden;
    display: none;
}

#menu {
    background-image : url('/uploads/images/navmenubg.png');
    background-position : left top;
    background-repeat : repeat-x;
    clear: both;
    color: white;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

div #navmenu {
   width: 984px;
   margin:  0px auto;
   padding: 6px 0px 0px 0px;
   text-align: center;
   height: 29px;
}

#navmenu span.navmenuItem {
   font-size: 1.1em;
   padding: 4px 20px 12px;
   margin: 0px;
   min-width: 150px;
}

#navmenu span.current {
   background: url('/uploads/images/navmenuActivebg.png') top repeat-x;
   color: navy;
   min-height: 29px;
}

#navmenu span.current a{
  color: navy;
}

#navmenu .navmenuItem a {
   color: white;
}

#navmenu .navmenuItem a:hover {
   color: navy;
   text-decoration: none;
}

#navmenu span.current a:hover{
  color: yellow;
}

#submenu {
   margin: -3px auto 0px;
   background-color: #ebebeb;
   padding: 5px 10px;
   color: black;
   width: 1004px;
   font-weight: normal;
   border-bottom: solid 1px #bcbcbc;
}

#submenu #submenuInner {
   width: 904px;
   margin: 0px auto;
   text-align: center;
}

#submenu #submenuInner span.submenuItem {
   color: black;
   padding: 4px 20px 12px;
   margin: 0px;
   min-width: 20%;
}

#submenu #submenuInner span a {
   color: #8989bc;
}

#submenu #submenuInner span a:hover {
   color: #6d6de2;
   text-decoration: none;
   border-top: 1px solid #6d6de2;
   border-bottom: 1px solid #6d6de2;
}

#submenu #submenuInner span.current, #submenu #submenuInner span.current a {
   color: #575757;
}

#mainContainer {
   width: 984px;
   margin:0px 15px;
   min-height: 300px;
   overflow: hidden;
}

#homeBanner {
   clear: both;
   background: url('/uploads/images/homeBanner.png') top left no-repeat;
   border: none;
   height: 240px;
   width: 840px;
   margin: 0px auto 10px;
   padding: 0px;
   border: 1px solid #6d6de2;
   -moz-box-shadow: 3px 3px 6px #ccd;
   -webkit-box-shadow: 3px 3px 6px #ccd;
   box-shadow: 3px 3px 6px #ccd;
}

#homeBanner #homeBrief {
   padding: 0px 15px;
   margin: 15px 0px;
   height: 210px;
   width: 500px;
   float: left;
   font-size: 1.1em;
   text-align: justify;
   color: #555;
   border-right: 1px solid #9696fb;
}

#homeBanner #homeBrief h2 {
   margin-top: 0px;
}

#homeBanner #homeBannerRight {
   width: 298px;
   height: 210px;
   margin: 15px 0px;
   border-left: 1px solid white;
   float: right;
   padding: 0px 5px;
}

#homeBanner #homeBannerRight div {
   width: 280px;
   height: 58px;
   margin-left: 5px;
   margin-bottom: 5px;
   color: #6d6de2;
   background-color: white;
   border: 1px solid #9696fb;
   padding: 3px 3px 4px 3px;
}

#homeBanner #homeBannerRight div span.content {
   width: 255px;
   font-size: 0.9em;
   color: #969696;
   float: left;
   padding-left: 3px;
}

#homeBanner #homeBannerRight div h4 {
   letter-spacing: 0px;
   margin: 0px;
   word-spacing: 0px;
   text-align: right;
   font-size: 1.1em;
}

#homeBanner #homeBannerRight div h4 a {
   border: none;
}

#homeBanner #homeBannerRight div a.link {
   height: 100%;
   width: 15px;
   border-left: 1px solid #9696fb;
   float: right;
   background-color: #9696fb;
   color: white;
   text-align: center;
}

#homeBanner #homeBannerRight div a.link:hover {
   text-decoration: none;
}

#mainLeft {
   width: 700px;
   margin: 0px;
   float: left;
}

#mainLeft div.quote {
   background: #9696fb url('/uploads/images/quoteLT.png') top left no-repeat;
   float: right;
   width:40%;
   margin: 10px;
}

#mainLeft div.quote p {
  margin: 20px 30px 0px 20px;
  color: white;
  float: left;
  font-size: 1.3em;
  font-weight: bold;
}

#mainLeft div.quote p a {
   color: #cfcffd;
}

#mainLeft div.quote p.quoteIcon {
   background: #9696fb url('/uploads/images/quoteIcon.png') bottom right no-repeat;
   width: 49px;
   float: right;
   height: 50px;
   margin: -20px 0px 0px;
}

#mainLeft div.contentDiv {
   padding-bottom: 15px;
   border-bottom: 3px double #cfcffc;
}

#mainLeft div.contentDiv p {
   padding: 2px 20px;
}

#mainLeft div.contentDiv p.imageContainer {
    padding: 0px;
    float: left;
   margin-top: -10px;
}

#mainLeft div.contentDiv div.caseStudies p {
   padding: 0px;
}

#mainRight {
   width: 250px;
   padding: 0px;
   padding-left: 15px;
   float: right;
   color: #555588;
   text-align: justify;
   border-left: 1px solid #6d6de2;
}

#mainRight blockquote, div.newsSummarySummary blockquote {
   background-color: inherit;
   margin: 0px;
   border: none;
}

#mainRight h2, #mainRight h3, #mainRight h4 {
   text-align: center;
   word-spacing: 0.2em;
   letter-spacing: 0.15em;
   width: 95%;
   padding: 5px 0px;
   background-color: #ebebeb;
   border: solid 1px #bcbcbc;
 /* rounded corners - works in some browsers (e.g. Chrome) */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

#mainRight div.sectionDiv {
   padding-bottom: 5px;
}

#mainRight dl, div.homeColumn dl, div.contentDiv dl  {
   margin: 0px;
}

#mainRight dl dt, div.homeColumn dl dt, div.contentDiv dl dt {
  margin: 5px 0px;
  font-size: 1.1em;
}

div.contentDiv dl dt {
   color: #6d6de2;
   letter-spacing: 0.2em;
   word-spacing: 0.4em;
   text-transform: lowercase;
   font-weight: bold;
   font-size: 1em;
}

#mainRight dl dd, div.homeColumn dl dd, div.contentDiv dl dd{
   margin: 5px 15px 15px 10px;
}

div.contentDiv dl.subDefList {
   margin: 0px 25px;
}

div.contentDiv dl.subDefList dt {
  margin: 10px 0px 0px 25px;
  font-size: 1em;
  font-weight: normal;
}

div.contentDiv dl.subDefList dd {
   margin: 5px 15px 10px 50px;
   padding-bottom: 15px;
   font-style: italic;
   border-bottom: 1px dotted #cdcffc;
}


#footer {
   margin-top: 15px;
   border-top: solid 1px #6d6de2;
   color: #6d6deb;
   font-size: 0.8em;
}

#footer ul {
   list-style: none none;
}

#footer ul li {
   text-align: center;
   padding: 0px 5px;
   margin: 0px;
}

div .blogs-showblogsentrytitle span.blogEntryTime {
    font-size: 0.9em;
    color: black;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: none;
}

div.caseStudies {
   width: 700px;
   margin: 30px auto;
   border: 1px solid #cdcffc;
   overflow: hidden;
   clear: both;
}

div.caseStudies p.divLegend {
    text-align: center;
    margin: 0px auto;
    padding: 5px;
    background-color: #cdcffc;
    color: white;
    font-weight: bold;
    font-size: 1.2em;   
}

div.caseStudies div{
    margin: 15px 0px;
    padding: 15px;
    text-align: justify;
}

div.caseStudies h3 {
   text-align: center;
   padding-top: 0px;
   margin: -15px 0px 0px;
   letter-spacing; 1px;
}

div.caseStudies div.caseStudyLt{
   float: left;
   width: 319px;
   padding-right: 15px;
   border-right: 1px solid #cdcffc;
}

div.caseStudies div.caseStudyRt {
    float: right;
    border: none;
    width: 319px;
}

div.caseStudies div.caseStudyLt h3,
div.caseStudies div.caseStudyRt h3 {
    width: 100%;
}

div.caseStudies div  p img {
   float: right;
   vertical-align: top;
}

#contents {
   border: 1px solid #cdcffc;
   width: 30%;
   float: right;
   text-align: right;
   margin: 10px 10px;
   padding: 0px;
 /* rounded corners - works in some browsers (e.g. Chrome) */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

#contents h4 {
   text-align: center;
   margin: 0px auto;
   padding: 5px;
   background-color: #cdcffc;
   color: white;
}

#contents ul {
   list-style: none;
   padding: 0px 10px;
}

div.clearer {
  clear: both;
}

div.homeColumn {
   width: 285px;
   float: left;
   margin: 30px 0px;
   padding: 0px 20px;
   text-align: justify;
   overflow: hidden;
   min-height: 250px;
}

div.homeColumn h3 {
   text-align: center;
   margin: 0px;
   letter-spacing; 1px;
   width: 100%;
}

div #homeColumn2 {
   border-left: 1px solid #cdcffc;
   border-right: 1px solid #cdcffc;
}

div.equitasFeedbackForm {
   width: 650px;
}

div.equitasFeedBackForm textarea {
   width: 450px;
}

div.rsslink {
   float: right;
}
/* End of 'equitas' */

