

        /********************************************************************************  \
        *                                                                               *   |
        *                                   Header                                      *   |
        *                                                                               *    > header-cell
        *  ***************************************************                          *   |
        *  *                   main-menu                     *                          *   |
        *  ***************************************************                          *  /
        *********************************************************************************  \
        *                    section-title                       *  ******************  *   |
        **********************************************************  *                *  *   |
        *                 *                                      *  *   (picture)    *  *   |
        *   section-nav   *                                      *  *                *  *   |
        *                 *                                      *  ******************  *   |
        *                 *                                      *                      *   |
        *******************                                      *                      *   |
        *                 *                                      *                      *    > content-cell
        *                 *               bodytext               *                      *   |
        *                 *                                      *       page-info      *   |
        *   category-nav  *                                      *                      *   |
        *                 *                                      *                      *   |
        *                 *                                      *                      *   |
        *                 *                                      *                      *   |
        *                 *                                      *                      *   |
        *                 *                                      *                      *  /
        *********************************************************************************
        *                                                                               *    > footer-cell
        ********************************************************************************/
  
  
html, body {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
}

html>body {
	height: auto;
}

body {
  background-color: #003399;
  background-image: url(/files/images/site-resources/site-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

br {
  clear: both;
}

div, form {
  margin: 0;
  padding: 0;
}

h1 {
  color: rgb(153,153,102);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: normal;
}

h2 {
  border-bottom: dotted 1px #888888;
  color: #888888;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;  
  font-weight: bold;
}

h2 div {
  color: rgb(102,102,102);
  float: right;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}

img {
  border-width: 0px;
}

input, textarea {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

select {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

option {
  padding: 1px 2px 1px 3px;
}
  
/* ----- Main Container table ----- */

#whole {
  border-collapse:	collapse;
  border-width: 0px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

td#whole, #whole td {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}

#outer-main {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#inner-main {
  width: 996px;
  margin-left: auto;
  margin-right: auto;
}

/* ----- Header ----- */

#header {
  height: 90px;
  padding: 0px;
  width: 100%;
}

#header-logo-box {
  float: left;
  margin-left: 14px;
  margin-top: 26px;
  width: 325px;
}

#header-logo-box a {
  outline: none;
}

#header-link-box {
  color: #99ccff;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-right: 5px;
  margin-top: 7px;
  text-align: right;
  width: 320px;
}

#header-link-box input{
  display: inline;
  vertical-align: middle;
}

#hlb-login {
  background-image: url(/files/images/header/login-bg.gif);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 24px;
  outline: none;
  width: 145px;
}

#hlb-login:hover {
  background-position: center center;
}

#hlb-login:active {
  background-position: center bottom;
}

#mms-go {
  background-image: url(/files/images/header/go-bg.gif);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 20px;
  margin-left: 5px;
  outline: none;
  width: 39px;
}

#mms-go:hover {
  background-position: center center;
}

#mms-go:active {
  background-position: center bottom;
}


#mm-search {
  clear: right;
  float: right;
  margin-top: 32px;
  width: 310px;
}

#mm-search input {
  float: right;
}

#header-searchbox-textbox {
  float: right;
}





#center-box {
  background-color:rgb(153,204,255);
  border: solid 1px rgb(123,174,235);
  display: inline;
  float: right;
  margin: 13px;
  margin-left: 0px;
  right: 0px;
  top:0px;
  width:300px;
}

.center-category {
  background-color:rgb(255,255,238);
  margin:9px;
  padding: 6px 5px 12px 5px;
  right:0;
  top:0;
}

.center-category .center-title {
  border-bottom: dotted 1px #999966;
  margin: 0px;
  padding: 0px;
  margin-bottom: 4px;
  padding-bottom: 3px;
}

.center-category img {
  border: none;
}

.center-category div {
  color: rgb(102,102,102);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  margin: 3px 18px;
}

.center-category .featured-section {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: dotted 1px #999966;
}

.center-category div a {
  color: #999966;
  font-weight: bold;
}

/* ----- Content ----- */


#content-div {
  background-color: white;
  background-position: top center;
  background-repeat: no-repeat;
  border: solid 2px #0057b6;
  width: 992px;
  zoom: 1;
}


#content-table {
  background-color: #ffffee;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}


/* ----- Footer ----- */

#footer-div {
  color: #6699cc;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  margin: 4px auto;
  text-align: center;
  width: 980px;
}

#footer-div a {
  color: #6699cc;
  text-decoration: underline;
}

#footer-div strong a {
  font-size: 12px;
  color: #99ccff;
}

#footer-div a:hover {
  color: white;
}

/* ----- General Use Classes ----- */

.clear {
  clear: both;
  height: 1px;
}

.bg-alternate {
  background-color: rgb(235,228,197);
}

.bg-alternate h2 {
  border-color: #666666;
  color: #666666;
}

.error {
  color: rgb(255,0,0);
  font-style: italic;
}

.faq {
  background-color: white;
  border-color: rgb(102,102,102);
  border-style: solid;
  border-width: 1px;
  width:398px;
}

.form-div {
  float: left;
  margin-right: 4px;
}

.long li,
li.long {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.short li,
li.short {
  margin-top: 0em;
  margin-bottom: 0em;
}

#playlist {
  color: rgb(102,102,102);
  overflow: auto;
  width: 195px;
}

#playlist img {
  border: 1px solid rgb(102,102,102);
}

#playlist td {
  padding: 5px 0px 5px 7px;
}

#playlist a {
  text-decoration: none; color: rgb(0,0,238);
}

.success {									/* ".success" is to be used in Site Management only */
  color: rgb(57,181,74);
}

.table-long {
  border-collapse: collapse;
  margin: 1em 0px;
  padding: 0px;
  cell-spacing: 0;
  border-style: none;
  border-width: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
}

.table-long td {
  border-bottom: 0px dotted #444444;
  margin: 0px;
  padding: 3px 5px 3px 5px !important;
  vertical-align: middle;
  text-align: left;
}

.table-long th {
  border-bottom: 1px solid #444444;
  border-top: 2px solid #444444;
  font-size: 11px;
  margin: 0px;
  padding: 3px 7px 3px 7px !important;
  text-align: center;
  vertical-align: middle;
}

.table-long .table-dotted-row td {
  border-bottom: 1px dotted #444444 !important;
}

.info,
.info a:link,
.info a:hover,
.info a:active,
.info a:visited,
a.info:link,
a.info:hover,
a.info:active,
a.info:visited {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: rgb(153,153,102);
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: rgb(153,153,102);
}

.input-wrap {
  float: left;
  margin-right: 4px;
}

.input-wrap-left {
  float: left;
  margin-right: 4px;
  clear: left;
}

.pop-answer {
  background-color: #ffffee;
}

.pop-answer h1 {
  margin: 14px 9px;
}

.pop-answer .pop-body {
  background-position: top center;
  border: solid 2px #e8e8cd;
  color: #444444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 9px;
  padding: 14px;
}

.doc {
  background-image: url(/files/images/site-resources/doc.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 12px;
}

.ext {
  background-image: url(/files/images/site-resources/ext.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 12px;
}

.inf {
  color: #999999;
  font-size: 11px;
  font-style: italic;
}

.valid {
  background-image: url(/files/images/site-resources/valid.gif);
  background-position: center left;
  background-repeat: no-repeat;
  color: #00a650;
  margin-left: 3px;
  padding: 2px 0px 2px 23px;
}

.invalid {
  background-image: url(/files/images/site-resources/invalid.gif);
  background-position: center left;
  background-repeat: no-repeat;
  color: #ed1c24;
  font-weight: bold;
  margin-left: 2px;
  padding: 2px 0px 2px 24px;
}

.thinking {
  background-image: url(/files/images/site-resources/loader_sm.gif);
  background-position: center left;
  background-repeat: no-repeat;
  color: #00a650;
  margin-left: 4px;
  padding: 2px 0px 2px 22px;
}

.inf-form {
  background-image: url(/files/images/site-resources/inf-form.gif);
  background-position: center left;
  background-repeat: no-repeat;
  color: #999999;
  font-style: oblique;
  margin-left: 9px;
  padding: 2px 0px 2px 17px;
}

.msg-container-sm {
  float: right;
  width: 200px;
}

.msg-container {
  float: right;
  width: 300px;
}

/* ----- Body Forms ----- */

.form-main br {
  clear: none;
}

.form-main label {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.form-main .field {
  clear: both;
  margin: 9px 0px;
  overflow: auto;
  padding-left: 120px;
}

.form-main .field label {
  display: inline;
  float: left;
  line-height: 16px;
  margin-left: -120px;
  width: 110px;
}

.form-main label, .form-main button,
.form-main input.submit, .form-main input.image {
  cursor: pointer;
}

.form-main input.radio,  .form-main input.checkbox {
  vertical-align: top;
}

.form-main .radio-group {
  margin: 8px 0px 8px 15px;
}
 
* html .form-main input.radio, * html .form-main input.checkbox {
  vertical-align: middle;
} /* ie6 */

*+html .form-main input.radio, *+html .form-main input.checkbox {
  vertical-align: middle;
} /* ie7 */

.form-main textarea {
  overflow: auto;
}

.form-main input.text, .form-main input.password, .form-main textarea, .form-main select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 0px; 
  vertical-align: baseline;
}

.form-main input.text, .form-main input.password {
  padding: 2px;
  width: 150px;
}

.form-main select {
  width: 156px;
}

.form-main .select-long {
  width: 256px;
}

.form-main textarea {
  padding: 2px;
  width: 250px;
}

/* ----- Section Title and Page Information ----- */

#section-title {
  background-color: #99ccff;
  border-bottom: solid 2px #7eb1e4 !important;
  height: 45px;
  line-height: 0px;
  padding-left: 12px !important;
  vertical-align: middle;
}

#page-info {
  background-color: white;
  color: rgb(102, 102, 102);
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 70%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 185px;
}

#page-info h2,
#page-info p {
  margin-left: 8px;
  margin-right: 8px;
}

#page-info h2 {
  color: #888888;
  border: none;
}

#more-links, #more-links-2 {
  background-color: #ffffee;
  padding: 12px 0px;
}

#more-links-box, #more-links-2-box {
  background-color: #edede1;
  border: solid 2px #c3c3a8;
  margin-right: 3px;
  padding-bottom: 1px;
}

#more-links-box h2, #more-links-2-box h2 {
  border-bottom: dotted 1px #888888;
  margin-top: 9px;
  margin-bottom: 0px;
}

#more-links-box p, #more-links-2-box p {
  margin-bottom: 8px;
  margin-top: 8px;
}

#more-links-box p + h2, #more-links-2-box p + h2 {
  margin-top: 16px;
}


.testimonial {
  background-image: url(/files/images/site-resources/quote-open.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 11px;
  padding: 0px 10px 0px 18px;
}

.test-end {
  background-image: url(/files/images/site-resources/quote-close.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-right: 18px;
}

.test-attr {
  font-size: 11px;
  padding-right: 12px;
  text-align: right;
}

/* ----- Site Navigation Section ----- */

#site-nav {
/*  background-color: rgb(153,153,102); */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
  width: 162px;
  vertical-align: top;
}

/* ----- Section Navigation ----- */

#section-nav {
  background-color: #6699cc;
  background-image: url(/files/images/site-resources/sn-bg.jpg);
  background-position: top left;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 2px;
  margin-top: 2px;
  width: 160px;
}

#section-nav .nav, #section-nav .nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  float : left;
  width : 160px;
}
	
#section-nav .nav li { /* all list items */
  position : relative;
  float : left;
  line-height : 1.25em;
  margin-bottom : -1px;
  width: 160px;
}
	
#section-nav .nav li ul { /* second-level lists */
  background-color: #4d8dd8;
  border-left: solid 1px #ffffee; /* this adds 1 px of space between the visible lists */
  left: -999em;
  margin-left : 160px;
  margin-top : -26px;
  position : absolute;
  width: 170px;
}

#section-nav .nav li ul li { /* second-level list items */
  width: 170px;
}

#section-nav .nav li ul li a { /* second-level list links */
  width: 170px;
  w\idth: 144px;
}
	
#section-nav .nav li a, #section-nav .nav #section-title { /* links and the title to each list */
  border-left: 2px solid #6699cc;
  border-right: 2px solid #6699cc;
  color: white;
  display: block;
  outline: none;
  padding: 5px 11px;
  text-decoration: none;
  width: 160px;
  w\idth: 134px;
}

#section-nav .nav li a.daddy { /* links with sub-lists */
  background-image: url(/files/images/site-resources/sec-nav_arrow.gif);
  background-position: center right;
  background-repeat: no-repeat;
}

#section-nav .nav li:hover a.daddy, #section-nav .nav li.sfhover a.daddy { /* HOVERED links with sub-lists */
  background-image: url(/files/images/site-resources/sec-nav_arrow_active.gif);
}
	
#section-nav .nav #section-title { /* title only */
   border-top: solid 2px #6699cc;
   padding-bottom: 8px;
   padding-top: 5px;
   text-align: center;
}
	
#section-nav .nav .first-item a { /* first item (only used in menus without titles */
  border-top: solid 2px #6699cc;
}
	
#section-nav .nav .last-item a { /* last item */
  border-bottom: solid 2px #6699cc;
}

#section-nav .nav li ul li a { /* second-level links */
  border-color: #4d8dd8 !important;
}

#section-nav .nav li:hover, #section-nav .nav li.sfhover { /* only visible when a submenu of this item is being toggled through */
  background-color: #80b3e6;
}

.no-nav:hover, .no-nav.sfhover {
  background: none !important;
}

#section-nav .nav li a:hover {
  background-color: #99ccff;
  color: white;
  font-weight: bold;
}

#section-nav .nav li ul li a:hover {
  background-color: #80b3e6;
}
	
#section-nav .nav li:hover ul ul, #section-nav .nav li.sfhover ul ul {
  left: -999em;
}
	
#section-nav .nav li:hover ul, #section-nav .nav li li:hover ul, #section-nav .nav li.sfhover ul, #section-nav .nav li li.sfhover ul{
  /* lists nested under hovered list items */
  left: auto;
}


/* ----- Category Navigation ----- */

#service-nav {
  margin-top: 3px;
  background-position: top left;
}

#resource-nav {
  margin-top: 3px;
  background-position: center left;
}

#search-nav {

}

#home-nav {

}

.cat-nav {
  background-color: #999966;
  background-image: url(/files/images/site-resources/cn-bg.jpg);
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 2px;
  width: 160px;
}

.cat-nav .nav, .cat-nav .nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  float : left;
  width : 160px;
}
	
.cat-nav .nav li { /* all list items */
  position : relative;
  float : left;
  line-height : 1.25em;
  margin-bottom : -1px;
  width: 160px;
}
	
.cat-nav .nav li ul { /* second-level lists */
  background-color: #888855;
  border-left: solid 1px #ffffee; /* this adds 1 px of space between the visible lists */
  left: -999em;
  margin-left : 160px;
  margin-top : -26px;
  position : absolute;
  width: 300px;
}

.cat-nav .nav li ul li { /* second-level list items */
  width: 300px;
}

.cat-nav .nav li ul li a { /* second-level list links */
  width: 300px;
  w\idth: 274px;
}
	
.cat-nav .nav li a, .cat-nav .nav .cat-title { /* links and the title to each list */
  border-left: 2px solid #999966;
  border-right: 2px solid #999966;
  color: white;
  display: block;
  padding: 5px 11px;
  text-decoration: none;
  width: 160px;
  w\idth: 134px;
}

.cat-nav .nav li a.daddy { /* links with sub-lists */
  background-image: url(/files/images/site-resources/cat-nav_arrow.gif);
  background-position: center right;
  background-repeat: no-repeat;
}

.cat-nav .nav li:hover a.daddy, .cat-nav .nav li.sfhover a.daddy { /* HOVERED links with sub-lists */
  background-image: url(/files/images/site-resources/cat-nav_arrow_active.gif);
}
	
.cat-nav .nav .cat-title { /* title only */
   border-top: solid 2px #999966;
   padding-bottom: 8px;
   padding-top: 5px;
   text-align: center;
}
	
.cat-nav .nav .first-item a { /* first item (only used in menus without titles */
  border-top: solid 2px #999966;
}
	
.cat-nav .nav .last-item a { /* last item */
  border-bottom: solid 2px #999966;
}

.cat-nav .nav li ul li a { /* second-level links */
  border-color: #888855 !important;
}

.cat-nav .nav li:hover, .cat-nav .nav li.sfhover { /* only visible when a submenu of this item is being toggled through */
  background-color: #bbbb88;
}

.no-nav:hover, .no-nav.sfhover {
  background: none !important;
}

.cat-nav .nav li a:hover {
  background-color: #bbbb88;
  color: white;
  font-weight: bold;
}

.cat-nav .nav li ul li a:hover {
  background-color: #bbbb88;
}
	
.cat-nav .nav li:hover ul ul, .cat-nav .nav li.sfhover ul ul {
  left: -999em;
}
	
.cat-nav .nav li:hover ul, .cat-nav .nav li li:hover ul, .cat-nav .nav li.sfhover ul, .cat-nav .nav li li.sfhover ul{
  /* lists nested under hovered list items */
  left: auto;
}


/* ----- Body ----- */

#bodytext {
  background-color: rgb(255,255,238);
  color: #444444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  padding: 22px 30px 30px 30px !important;
  vertical-align: top;
}


#bodytext ul,
.table-long ul {
  list-style: none;
}

#bodytext ul li,
.table-long ul li {
  background-image: url(/files/images/site-resources/li-bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 .7em;
  padding-left:7px;
}

.table-long ul {
  margin-left: 0px;
  padding-left: 0px;
}

.table-long ul li {
  margin-left: 0px;
}

.table-long ul li + li {
  margin-top: 1em;
}

a:link,
a:visited {
  color: rgb(0,102,204);
  text-decoration: none;
}

a:hover {
  color: rgb(51,153,255);
  text-decoration: none;
}

#overDiv {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}

.footnote, .inline-footnote {
  color: #999999;
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
}

.footnote {
  margin: 30px 0px 10px 0px;
}

.script-warning {
  background-color: #ffffee;
  border-bottom: solid 2px #999966;
  color: #999966;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
}
