@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*END RESET STYLES*/

/*  BASE STYLES  */

body {
    background-color: #333366;
}
body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
p {
    margin: 0 0 12px 0;
  line-height: 1.3;
}
.body-text {
    line-height: 1.3;
}
a,
a:link,
a:active,
a:visited {
    color: #393596;
    text-decoration: none;
}
a:hover {
    color: #393596;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  color: #393596;
  margin: 14px 0 12px 0;
  font-weight: bold;
  clear: both;
  font-family: Tahoma, Geneva, Arial, sans-serif;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 13px;
}
strong {
    font-weight: bold;    
}
ul, ol {
  margin: 12px 0;
  padding: 0 0 0 30px;
}
li ul, li ol {
  margin: 4px 0 10px 0;
  padding: 0 0 0 25px;
}
li {
  margin: 0 0 4px 0;  
}
ul li {
  list-style: square;
}
ol li {
  list-style: decimal;  
}
ol li li {
  list-style: lower-alpha;  
}
ol li li li {
  list-style: lower-roman;  
}
a.linkbutton {
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
  -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
  background-image: url(/images/bg-calloutbtn.jpg);
    background-repeat: repeat-x;
    background-position: top;
  background-size: 100% 100%;
  background-color: #ad0a0b;
  padding: 6px 10px;
  display: block;
  color: #FFF;
  margin: 2px;
  float: left;
  line-height: 1;
}
a:hover.linkbutton {
  text-decoration: none;
  background-image: url(/images/bg-calloutbtn-over.jpg);
}
ul.nav-top,
ul.nav-submenu,
ul.nav-footer {
  margin: 0;
  padding: 0;
}
.nav-top li,
.nav-submenu li,
.nav-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header,
.page,
.page-extend,
.footer {
    display: block;
    width: 100%;
}
.content {
    width: 900px;
    padding: 0 10px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.image-right {
   float: right;
   margin: 0 0 12px 12px;
}
.image-left {
   float: left;
   margin: 0 12px 12px 0;
}
.header .content IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*  END BASE STYLES  */

/***  HEADER  ***/
.header {
  background-color: #EEEEEE;
  background-position: bottom;
  background-image: url(/images/bg-header.jpg);
  background-repeat: repeat-x;
  border-top: 1px solid #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
}
.logo {
    /*float: left;*/
    margin: 5px 0 0 0;
  padding: 10px 0;
}
/***  END HEADER  ***/
/***  TOP NAV  ***/
ul.nav-top {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
  background-color:#EEEEEE;
  background-image: url(/images/bg-menu.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
  margin: 0 0 10px 0;
}
.nav-top li {
  float: left;
  text-align: center;
  width: 130px;
}
.nav-top li a,
.nav-top li a:link,
.nav-top li a:active,
.nav-top li a:visited,
.nav-top li a:hover {
  color: #393596;
  font-weight: bold;
  display: block;
  padding: 20px 5% 0 5%;
  height: 30px;
  width: 93%;
  overflow: hidden;
}
.nav-top li a:hover,
.nav-top li a.selected {
  background-color: #A90000;
  background-image: url(/images/bg-menu-over.jpg);
  background-position: top;
  background-repeat: repeat-x;
  text-decoration: none;
  color: #FFF;
}
/***  END MAIN NAV  ***/
/***  PAGE  ***/
.page {
    /*background-color: #333366;*/
    background-image: url(/images/bg-page-bl.jpg);
    background-repeat: repeat-x;
    background-position: top;
    overflow: hidden;
}
.page .content {
  padding-top: 10px;    
}

/***  SIMPLE ONE COLUMN PAGE  ***/
ul.nav {
   float: right; 
}
.nav li {
    float: left;    
    padding: 0 8px 0 8px;
   border-left: 1px solid #AAA;
  list-style: none;
}
.nav li.first {   
    padding: 0 8px 0 0px;
    border-left: 0;
}
.nav li a {
    font-weight: bold;
    color: #393596;   
}
.nav li a:hover {
    color: #393596;
    text-decoration: underline;
}

.one-column {
  width: 632px;
  padding: 14px;
  background-color: #D5D5D5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  background-image: url(/images/bg-panel.jpg);
  background-repeat: repeat-x;
  margin: 0 0 15px 0;
  overflow: hidden;
}

/***  LIST CHILDREN STYLES  ***/
ul.list-children {
  margin: 0 15px;
  padding: 0;
}
ul.list-children li {
  list-style: none;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #CCC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
ul.list-children li a {
  color: #393596;
  font-weight: bold;
  font-size: 14px;
  display: block; 
}
ul.list-children li a:hover {
  color: #C00;
  text-decoration: none;
}
ul.list-children li .page-summary {
  margin: 5px 0 0 0;
  border-top: 1px solid #CCC;
  padding: 8px 0 0 0;
  display: block;
  color: #666;
}

/***  INDEX PAGE  ***/
.index-maincontent {
  width: 600px;
  float: left;
  clear: both;
}
/**  FEATURED BLOCK  **/
.featured-block {
  background-color: #CCCCCC;
  background-image: url(/images/bg-featured.jpg);
    background-repeat: repeat-x;
    background-position: top;
  border: 1px solid #AEAEAE;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
   border-radius: 0 0 8px 8px;
  width: 594px;
  margin: 0 2px 14px 2px;
  -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
}
.featured-items {
  width: 594px;
  /*height: 280px;*/
  height: 305px;
  overflow: hidden;
}
.featured-item {
  padding: 10px;
  width: 574px;
  /*height: 260px;*/
  height: 285px;
}
.featured-item h2 {
  clear: none;
  display: block;
  margin: 0 0 10px 0;
}
.featured-item p {
  line-height: 1.3;
  color: #333;
}
.featured-menu {
  padding: 8px 10px;  
  overflow: hidden;
  background-color: #CCC;
  background-image: url(/images/bg-featmenu.jpg);
    background-repeat: repeat-x;
    background-position: top;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
   border-radius: 0 0 8px 8px;
}
.featured-menu a {
  padding: 4px 6px;
  background-color: #ABABAB;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
   border-radius: 16px;
  display: block;
  float: left;
  margin-right: 8px;
  font-size: 10px;
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.3);
  color: #666;
  text-decoration: none;
  outline: none;
}

.featured-menu a:hover,
.featured-menu a.selected {
  background-color: #023776;
  text-decoration: none;
  background-image: url(/images/bg-featselect.jpg);
    background-repeat: repeat-x;
    background-position: top;
  background-size: 100% 100%;
  color: #FFF;
}
.feat-text {
  overflow: auto;
  /*height: 240px;*/
  height: 285px;
  padding: 0 10px 0 0;
  position: relative;
}
img.feat-half-img  {
  float: right;
  margin: 0 0 10px 10px;
  width: 320px;
  height: 240px;
}
img.feat-full-img  {
  width: 594px;
  height: 260px;
  margin: -10px 0 0 -10px;
}
/**  END FEATURED BLOCK  **/
/**  INDEX TEXT  **/
.index-maincontent .body-text {
  padding: 10px;
  margin: 0 0 10px 0;
  color: #FFF;
}
.index-maincontent .body-text a,
.index-maincontent .body-text a:link,
.index-maincontent .body-text a:active,
.index-maincontent .body-text a:visited {
    color: #FFF;
}
.index-maincontent .body-text a:hover {
    color: #FFF;
}
.index-maincontent .body-text h1 {
  margin: 0 0 14px 0;
  color: #FFF;
  border-bottom: 1px solid #FFF;   
  padding: 0 0 5px 0; 
}
.index-maincontent .body-text h2,
.index-maincontent .body-text h3 {
  color: #FFF;
}
/**  END INDEX TEXT  **/
/**  CALLOUTS  **/
.index-callouts {
  width: 280px;
  margin-left: 20px;
  float: left;
}
.callout-text {
  background-color: #CCC;
  background-image: url(/images/bg-callout.jpg);
  background-repeat: repeat-x;
  background-position: top;
  border: 1px solid #AEAEAE;
  padding: 10px;  
  overflow: hidden;
  margin: 0 0 10px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.25);
}
.index-callouts img.icon {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;  
}
.interior-callouts img.icon {
  width: 40px;
  height:40px;
  float: left;
  margin-right: 10px;  
}
.callout-text .textblock {
  display: block;
  overflow: hidden;  
}
.callout-text h2 {
  clear: none;
  margin: 3px 0 13px 0;
}
.interior-callouts .callout-text h2 {
  font-size: 15px;
}
.calloutimg {
  margin: 0 0 10px 0;
}
.calloutimg img {
  width: 100%;
  height: auto;
}
.index-callouts a.linkbutton {  
  float: right;
}
/**  END CALLOUTS  **/
/**  PAGE EXTEND  **/
.page-extend {
    background-color: #D5D5D5;
    background-image: url(/images/bg-links.jpg);
    background-repeat: repeat-x;
    background-position: top;
  overflow: hidden;  
}
.index-links {
  width: 100%;
  clear: both;
}
.index-links .links {
  width: 48%;
  padding: 22px 0;
  float: left;
}
.index-links .links h2 {
  margin: 0 0 0 0;
  font-size: 14px;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #3977C2;
}
.index-links .links a {
  color: #666;
}
.index-links .group1 {
  margin: 0 4% 0 0;
}
.index-links .group2 {
}
.left-column .links {
  padding: 10px;
  margin: 0 0 10px 0;
}
.links ul {
  margin: 0;
  padding: 0;  
}
.links li {
  list-style: none;
  border-bottom: 2px dotted #D40D0F;
  padding: 8px 2px;
  margin: 0;
}
.interior-links .links {
  padding: 14px;
  background-color: #D5D5D5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  background-image: url(/images/bg-panel.jpg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  margin: 0 0 10px 0;
}
.interior-links .links h2 {
  margin: 0 0 0 0;
  font-size: 14px;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #3977C2;
}
.interior-links .links a {
  color: #666;
}
/**  END PAGE EXTEND  **/
/***  END INDEX PAGE  ***/


/***  INTERIOR PAGES  ***/
/**  LEFT COLUMN  **/
.left-column {
    float: left;
    width: 220px;
    margin: 0 20px 0 0;        
}
/*  SUBMENU  */
ul.nav-sub {
  margin: 0 0 10px 0;
  padding: 0;
}
.nav-sub li {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
}
.nav-sub ul {
  padding: 0;
  margin: 7px 0 0 0;
}
.nav-sub li a {
  display: block;
  padding: 8px 14px;
  color: #393596;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border: 1px solid #AAA;
  background-color:#EEEEEE;
  background-image: url(/images/bg-submenu.jpg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
}
.nav-sub a:hover,
.nav-sub a.selected  {
  color: #FFF;
  border: 1px solid #A90000;
  background-color: #A90000;
  background-image: url(/images/bg-submenu-over.jpg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav-sub li li {
  display: block;
  padding: 0;
  margin: 0 0 10px 14px;
}
.nav-sub li li a {
  margin: 0;
  padding: 6px 10px;
}

/*   END SUBMENU  */

/**  END LEFT COLUMN  **/
/**  RIGHT COLUMN  **/
.right-column {
    float: right;
    width: 632px;
  padding: 14px;
  background-color: #D5D5D5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
  background-image: url(/images/bg-panel.jpg);
    background-repeat: repeat-x;
  margin: 0 0 15px 0;
}
.right-column h1 {
    color: #393596;
    font-size: 22px;
    text-shadow: 1px 1px #FFFFFF;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #BBB;
}
.right-column .body-text h2 {
    border-bottom: 1px solid #BBB;
    padding: 0 0 4px 0;
}
.right-column .body-text {
    margin: 0 10px 10px 10px;    
}
/**  GROUPED AND SEPARATED CONTENT  **/
.grouped-content {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFF;
  border: 1px solid #BBB;
  margin: 0 0 12px 0;
}
.grouped-content h2 {
  background-image: url(/images/bg-blockheader.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #1D1D4E;
  color: #FFF;
  padding: 8px 10px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #BBB;
}
.grouped-content .content-holder {
  padding: 0 15px;
}

.grouped-content .content-item-link,
.grouped-content .content-item-expand {
  padding: 14px 0;
  border-bottom: 1px solid #999999;
  overflow: hidden;
}
.grouped-content .last {
  border-bottom: 0 !important;
}
.separated-content h3,
.grouped-content h3 {
  margin: 0 0 10px 0;
}
.grouped-content .subhead {
  margin: -6px 0 10px 0;  
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  color: #666;
}
.grouped-content .itemimg,
.separated-content .itemimg {
  float: left;
  height: 80px;
  width: 80px;
  border: 1px solid #393596;
  margin: 0 10px 10px 0;
}
.grouped-content .abstract,
.separated-content .abstract {
  line-height: 16px;
  color: #666;
}
.grouped-content .content-item-expand .abstract,
.separated-content .content-item-expand .abstract {
  padding: 0 0 4px 0;
}
.grouped-content .content-item-expand .fulltext,
.separated-content .content-item-expand .fulltext {
  border-top: 1px dotted #CCC;
  padding: 12px 0 0 0;
}

.grouped-content p,
.separated-content p {
  margin: 0 0 10px 0;
}
.grouped-content a.linkbutton,
.separated-content a.linkbutton {
  margin: 0 0 0 14px;
  float: right;  
  cursor: pointer;
}
.grouped-content a:hover.linkbutton,
.separated-content a:hover.linkbutton {

}

.separated-content {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFF;
  border: 1px solid #BBB;
  margin: 0 0 12px 0;
}
.separated-content h2 {
  background-image: url(/images/bg-blockheader.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #1D1D4E;
  color: #FFF;
  padding: 8px 10px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #BBB;
}
.separated-content .content-item-link,
.separated-content .content-item-expand {
  padding: 14px 15px;
  overflow: hidden;
}
.grouped-content .content-item-expand .textblock,
.separated-content .content-item-expand .textblock {
  line-height: 16px;
  color: #666;
  overflow: hidden;
}
.expand {
   display: none;
}

/**  END GROUPED AND SEPARATED CONTENT  **/

/**  SUCCESS STORIES  **/
.success-stories {
  
  overflow: hidden;
}
.story {
  border: 1px solid #BBB;
  background-color: #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 15px 5px 15px;
  overflow: hidden;  
}
.story h2 {
  margin: 0 0 12px 0;  
}
.story img {
  width: 300px;
  height: auto;
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #BBB;
}
/**  END SUCCESS STORIES  **/
/**  PAGING  **/
.pagingPages {
    background-image: url(/images/bg-blockheader.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #1D1D4E;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: right;
    margin: 10px 0 0;
    padding: 0 6px;
    text-align: right;
    color: #FFF;
}
.pagingPages a, .pagingDisabled, .pagingCurrent {
    display: block;
    float: left;
    line-height: 12px;
    margin: 0 1px;
    padding: 5px;
    color: #FFF;
}
.pagingDisabled {
    color: #7E7ECF;
}
.pagingCurrent,
.pagingPages a:hover {
    background-color: #5C5CC2;
    color: #FFF;
  text-decoration: none;
}
/**  END PAGING  **/

/* INTERIOR:: FAQS  */

ul.faqs {
    margin: 0 24px 12px 24px;
  padding: 0;
}
.faqs li {
    list-style: none;
    margin: 0 0 10px 0;
}
.faqs h2 {
    padding: 2px 0 5px 28px;
    font-size: 14px;
    line-height: 1.2;
   font-family: Arial, sans-serif;
    background-image: url(/images/faq.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin: 5px 0 0 0;
}
.answer {
    padding: 10px 14px 10px 32px;    
}
/***  END INTERIOR PAGES  ***/

/***  FOOTER  ***/
.footer {
    background-image: url(/images/bg-footer.jpg);
    background-repeat: repeat-x;
    background-position: top;    
    background-color: #023776;
    margin: 0 0 15px 0;
    border-top: 1px solid #023776;
}
.footer .content {
    padding-top: 15px;
  padding-bottom: 15px;
    color: #FFF;
}
.footer .logo {
  float: right;
  clear: right;
  padding: 0;
  margin: 0 0 10px 0;
}
.nav-footer li {
    float: left;    
    padding: 0 8px 0 8px;
   border-left: 2px solid #FFF;
}
.nav-footer li.first {   
    padding: 0 8px 0 0px;
    border-left: 0;
}
.nav-footer li a {
    font-weight: bold;
    color: #FFF;   
}
.nav-footer li a:hover {
    color: #FFF;
    text-decoration: underline;
}
.footer .copyright {
  float: right;  
  clear: right;
  margin: 0 0 10px 0;
}

/***  END FOOTER  ***/

.row {
 padding: 4px; 
}
.note {
 color: #FF0000; 
}
span.error {
  color: #FF0000;
}
form label {
 font-weight: bold; 
}

















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
