* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  background-color: #EEEEEE;
}

body {
  /* visibility set to visible via script after the page has been initialized */
  visibility: hidden;
  width: 900px;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;

  background: #FFFFFF url('/images/body_bg.png') repeat-y center center;
  color: #606060;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10pt;
}

img {
  border: none;
}

/* block alignment */
.ba_left {
  float: left;
  width: 150px;
  margin: 0px 0px 12px 12px;
}
.ba_center {
  width: 150px;
  margin: 0px auto 12px auto;
}
.ba_right {
  float: right;
  width: 150px;
  margin: 0px 12px 12px 0px;
}

/* text alignment */
.ta_left {
  text-align: left;
}
.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}

.clear {
  clear: both;
}

/* vertical alignment */
.va_top {
  vertical-align: top;
}
.va_middle {
  vertical-align: middle;
}
.baseline {
  vertical-align: baseline;
}
.bottom {
  vertical-align: bottom;
}

/* special text */
.txt_red {
  color: #990000;
}
.txt_small {
  font-size: 8pt;
}
.ws_nowrap {
  white-space: nowrap;
}


/****************************************************************************
 * HEADER
 ****************************************************************************
 * Style info for the page header.
 * The header includes the banner background image, logo, globe and slogan.
 ****************************************************************************
 */
div#header {
  width: 900px;
  height: 150px;
  background: #FFFFFF url('/images/header/banner.png') no-repeat center center;
}

a.logo {
  float: left;
  vertical-align: middle;
  border: none;
  width: 160px;
  height: 50px;
  margin-top: 45px;
  margin-left: 75px;
}

img#globe {
  float: left;
  width: 100px;
  height: 100px;
  margin-top: 25px;
  margin-left: 165px;
}

div.slogan {
  float: right;
  width: 160px;
  height: 100px;
  margin-top: 39px;
  margin-right: 43px;
  background: transparent url('/images/header/slogan_bg.png') no-repeat center center;
  color: #005999;
  text-align: center;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
}



/****************************************************************************
 * MENU
 ****************************************************************************
 * Specifies the style for the div containing the superfish menu.
 * Most of the menu style information can be found in ndg_superfish.css
 ****************************************************************************
 */
div.menu {
  position: relative;
  width: 900px;
  height: 40px;
  background: #C3DCEC url('/images/menu/menu_bg_up.png') repeat-x center center;
  border-top: 1px solid #005B99;
  border-bottom: 1px solid #005B99;
}

div.menu a:hover {
  text-decoration: none;
}



/****************************************************************************
 * ROTATOR
 ****************************************************************************
 * Container for rotating large banner ad type images
 ****************************************************************************
 */

div.rotator {
  width: 860px;
  height: 220px;
  margin: 20px 20px 20px 20px;
}

div.rotator img {
  width: 860px;
  height: 210px;
  text-align: center;
}

div.rotator div.rot_ctrls {
  float: right;
  margin: 4px 0px 4px 0px;
}

div.rotator div.rot_ctrls div {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 0px 4px;
  list-style-type: none;
}

div.rotator div a,
div.rotator div a:focus,
div.rotator div a:link,
div.rotator div a:visited {
  display: block;
  padding: 4px 0px;

  background: #C3DCEC url('/images/menu/menu_bg_up.png') repeat-x center center;
  color: #005B99;

  border-width: 1px;
  border-style: solid;
  border-top-color: #D3ECFC;
  border-right-color: #B3CCDC;
  border-bottom-color: #B3CCDC;
  border-left-color: #D3ECFC;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

div.rotator div a:hover,
div.rotator div a.selected {

  background:   #005B99 url('/images/menu/menu_bg_over.png') repeat-x center center;
  color: #FFFFFF;

  border-top-color: #106BA9;
  border-right-color: #004381;
  border-bottom-color: #004381;
  border-left-color: #106BA9;

  text-decoration: none;
}

div.rotator div a:active {
  background:   #005B99 url('/images/menu/menu_bg_down.png') repeat-x center center;
  color: #FFFFFF;

  border-top-color: #106BA9;
  border-right-color: #004381;
  border-bottom-color: #004381;
  border-left-color: #106BA9;

  text-decoration: none;
}






/****************************************************************************
 * MAIN PAGE
 ****************************************************************************
 * Container for the navigation bar on the right and the content area
 * on the left.
 ****************************************************************************
 */

div.main_page {
  width: 860px;
  margin: 20px;
}



/****************************************************************************
 * NAVIGATION BAR
 ****************************************************************************
 * Style info for the navigation bar to the right of the content
 ****************************************************************************
 */

div.nav_bar {
  float: right;
  margin-left: 20px;
  width: 220px;
  color: #005B99;
  font-family: MS Sans Serif, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 8pt;
}

div.nav_bar>ul:before {
  content: " ";
  display: block;
  width: 220px;
  height: 8px;
  background: transparent url('/images/nav_cap_top.png') no-repeat center center;
}

div.nav_bar>ul:after {
  content: " ";
  display: block;
  width: 220px;
  height: 8px;
  background: transparent url('/images/nav_cap_bottom.png') no-repeat center center;

  margin-bottom: 20px;
}

div.nav_bar ul li {
  list-style-type: none;
}

div.nav_bar ul li a {
  padding: 4px 8px;

  color: #005B99;
  display: block;
  background-color: #E4F1FB;

  border-top: 1px solid #F0F9FF;
  border-right: 1px solid #C3DCEC;
  border-bottom: 1px solid #C3DCEC;
  border-left: 1px solid #F0F9FF;

  text-decoration: none;
  font-weight: 400;
}

div.nav_bar ul li ul li a {
  padding-left: 20px;
}

div.nav_bar>ul>li>a {
  font-weight: bold;
}

div.nav_bar ul li a:hover, div.nav_bar ul li a.selected {
  background-color: #C3DCEC;

  border-top: 1px solid #E4F1FB;
  border-right: 1px solid #B3CCDC;
  border-bottom: 1px solid #B3CCDC;
  border-left: 1px solid #E4F1FB;
}

/* nav boxes */
div.nav_bar div.nav_box b {
  display: block;
  padding: 2px;

  border-width: 1px;
  border-style: solid;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}
div.nav_bar div.nav_box span {
  display: block;
  margin-bottom: 20px;
  padding: 8px;

  border-width: 1px;
  border-style: solid;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;

  line-height: 1.5em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}

div.nav_bar a {
  text-decoration: none;
}

/* default - bule */
div.nav_bar div b {
  background-color: #C3DCEC;
  color: #005B99;
  border-top-color: #E4F1FB;
  border-right-color: #B3CCDC;
  border-bottom-color: #B3CCDC;
  border-left-color: #E4F1FB;
}
div.nav_bar div span {
  background-color: #E4F1FB;
  color: #005B99;
  border-top-color: #F0F9FF;
  border-right-color: #C3DCEC;
  border-bottom-color: #C3DCEC;
  border-left-color: #F0F9FF;
}
/* orange */
div.nav_bar div.orange b {
  background-color: #F5DCBA;
  color: #B95B00;
  border-top-color: #FFF1DE;
  border-right-color: #E4CCAB;
  border-bottom-color: #E4CCAB;
  border-left-color: #FFF1DE;
}
div.nav_bar div.orange span {
  background-color: #FFF1E0;
  color: #B95B00;
  border-top-color: #FFF9F0;
  border-right-color: #ECDCC3;
  border-bottom-color: #ECDCC3;
  border-left-color: #FFF9F0;
}
/* green */
div.nav_bar div.green b {
  background-color: #C3ECDC;
  color: #00995B;
  border-top-color: #E4FBF1;
  border-right-color: #B3DCCC;
  border-bottom-color: #B3DCCC;
  border-left-color: #E4FBF1;
}
div.nav_bar div.green span {
  background-color: #E4FBF1;
  color: #00995B;
  border-top-color: #F0FFF9;
  border-right-color: #C3ECDC;
  border-bottom-color: #C3ECDC;
  border-left-color: #F0FFF9;
}
/* red */
div.nav_bar div.red b {
  background-color: #EFC9BE;
  color: #990000;
  border-top: 1px solid #EFD9CE;
  border-right: 1px solid #EFB9AE;
  border-bottom: 1px solid #EFB9AE;
  border-left: 1px solid #EFD9CE;
}
div.nav_bar div.red span {
  background-color: #FFD9CE;
  color: #990000;
  border-top: 1px solid #FFE9DE;
  border-right: 1px solid #FFC9BE;
  border-bottom: 1px solid #FFC9BE;
  border-left: 1px solid #FFE9DE;
}
/* grey */
div.nav_bar div.grey b {
  background-color: #D0D0D0;
  color: #303030;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px solid #E0E0E0;
}
div.nav_bar div.grey span {
  background-color: #E0E0E0;
  color: #303030;
  border-top: 1px solid #F0F0F0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #F0F0F0;
}



/****************************************************************************
 * CONTENT
 ****************************************************************************
 */

/* Content Root Container */
div.content {
  width: 620px;
}

div.content .wide {
  width: 860px;
  clear: both;
}

div.content a,
div.content a:active,
div.content a:focus,
div.content a:link,
div.content a:visited {
  color: #005B99;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #005B99;
  text-decoration: none;
}
div.content a:hover {
  border-bottom-style: solid;
}



/* Headers */

div.content h1 {
  margin-bottom: 12px;

  background: transparent url('/images/h1.png') no-repeat bottom center;
  color: #005B99;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

div.content h2 {
  margin-bottom: 8px;
  color: #005B99;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}

div.content h3 {
  margin-bottom: 4px;
  color: #303030;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}



/* Lists */

div.content ul {
  padding-left: 18px;
  list-style: disc outside url('/images/list_arrow_1.png');
}
div.content ul li {
  padding-left: 4px;
  margin: 10px 0px 10px 0px;

  line-height: 1.5em;
  text-align: justify;
}
div.content ul ul {
  margin-top: 8px;
  list-style: circle outside url('/images/list_arrow_2.png');
}
div.content ul ul ul {
  list-style: square outside url('/images/list_arrow_3.png');
}


div.content ul.tight {
  padding-left: 18px;
  color: #005B99;
  list-style: disc outside none;
}
div.content ul.tight li {
  padding-left: 0px;
  margin: 10px 0px 10px 0px;

  line-height: 0.5em;
}
div.content ul.tight ul {
  margin-top: 8px;
  list-style: circle outside none;
}
div.content ul.tight ul ul {
  list-style: square outside none;
}


div.content ol {
  padding-left: 24px;
  color: #005B99;
  list-style: decimal outside none;
}
div.content ol li {
  padding-left: 4px;
  margin: 10px 0px 10px 0px;

  line-height: 1.5em;
  text-align: justify;
}
div.content ol ol {
  margin-top: 8px;
  list-style: decimal outside none;
}
span.ol_li_text-color {
  color: #606060;
}



/* Tables */

div.content table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: separate;
  border-spacing: 0px;
  empty-cells: show;

  color: #303030;
}

div.content table th {
  padding: 6px;
  background: #C3DCEC url('/images/menu/menu_bg_50.png') repeat-x center bottom;

  border-top: 1px solid #E4F1FB;
  border-right: 1px solid #B3CCDC;
  border-bottom: 1px solid #B3CCDC;
  border-left: 1px solid #E4F1FB;

  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

div.content table tr:last-child td {
  padding-bottom: 4px;
}

/* BEGIN Round the corners */
div.content table th:first-child {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
}
div.content table th:last-child {
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}
div.content table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
}
div.content table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
/* END Round the corners */

div.content table tr td {
  padding: 6px;
  background-color: #F7F7F7;

  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #FFFFFF;
}



/* Paragraphs */

div.content p {
  margin-bottom: 12px;
  display: block;
  color: #606060;

  line-height: 1.5em;
  text-align: justify;
}

div.content p.mission {
  margin-bottom: 8px;
  color: #606060;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

div.content div.important {
  margin-bottom: 12px;

  background-color: #FFD9CE;

  border-top: 1px solid #FFE9DE;
  border-right: 1px solid #FFC9BE;
  border-bottom: 1px solid #FFC9BE;
  border-left: 1px solid #FFE9DE;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
div.content div.important p {
  margin: 8px;
  color: #990000;

  font-size: 10pt;
  line-height: 1.5em;
  text-align: justify;

}
/* for the alert image */
div.content div.important span {
  float: left;
  margin-top: 2px;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  background-image: url('/css/custom-theme/images/ui-icons_cd0a0a_256x240.png');
  background-position: 0 -144px;
}

div.content div.sample {
  margin-bottom: 12px;

  background-color: #E0E0E0;

  border-top: 1px solid #F0F0F0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #F0F0F0;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
div.content div.sample p {
  margin: 8px;
  color: #303030;

  font-family: Courier New, Courier, monospace;
  font-size: 10pt;
  white-space: pre;
}

div.content img.screenshot {
  display: block;
  padding: 8px;

  background-color: #C3DCEC;
  color: #005B99;

  border-top-color: #E4F1FB;
  border-right-color: #B3CCDC;
  border-bottom-color: #B3CCDC;
  border-left-color: #E4F1FB;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


/****************************************************************************
 * FANCY ZOOM
 ****************************************************************************
 * Classes to prepare fancyZoom images
 ****************************************************************************
 */

div.content div.photo, div.content div.video {
  float: right;
  width: 150px;
  margin: 0px 16px 12px 12px;
}

div.content div.photo img, div.content div.video img {
  display: block;
  padding: 8px;

  background-color: #E0E0E0;
  color: #303030;

  border-top: 1px solid #F0F0F0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #F0F0F0;

  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}

div.content div.photo span, div.content div.video span {
  width: 100%;
  display: block;
  padding: 2px 8px;

  background-color: #D0D0D0;
  color: #303030;

  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px solid #E0E0E0;

  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;

  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}


/****************************************************************************
 * BOXES FOR BOTTOM OF HOME PAGE
 ****************************************************************************
 */
div.home_boxes {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-align: left;
  font-size: 8pt;
}

div.home_box {
  display: block;
  width: 188px;
  height: 125px;
  padding: 8px;
  float: left;
  overflow: hidden;

  background: #C3DCEC url('/images/home_box.png') repeat-x;

  border-top-color: #F0F0F0;
  border-right-color: #C0C0C0;
  border-bottom-color: #909090;
  border-left-color: #C0C0C0;

  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.home_boxes div.news {
  /* would be 410px, but border pixels have to come off somewhere */
  width: 388px;
  margin: 0px 20px;
}

div.news a,
div.news a:active,
div.news a:focus,
div.news a:link,
div.news a:visited {
  border-bottom-style: none;
  text-decoration: none;
}
div.news a:hover {
  border-bottom-style: none;
}

/* title bar */

div.home_box div.title_bar {
  display: block;
  color: #005B99;
  font-size: 12pt;
  font-weight: bold;
}

div.news div.title_bar {
  width: 388px;
}

div.title_bar a {
  display: inline;
  float: right;

  margin-left: 8px;
}

div.title_bar b {
  display: inline;
  float: left;
}

/* title bar news controls */

div.news_ctrls {
  display: inline;
  width: 150px;
  float: right;
  margin-left: 6px;
}

div.news_ctrls a,
div.news_ctrls a:focus,
div.news_ctrls a:link,
div.news_ctrls a:visited {
  display: inline;
  height: 18px;
  float: right;

  margin-left: 2px;

  background: #005B99 url('/images/menu/menu_bg_over.png') repeat-x center center;
  color: #FFFFFF;

  border-width: 1px;
  border-style: solid;
  border-top-color: #106BA9;
  border-right-color: #004381;
  border-bottom-color: #004381;
  border-left-color: #106BA9;

  font-size: 8pt;
  font-weight: bold;

  text-align: center;
}

div.news_ctrls a:hover,
div.news_ctrls a:active {
  background: #005B99 url('/images/menu/menu_bg_down.png') repeat-x center center;
}

div.news_ctrls a div {
  height: 18px;
}

div.news_ctrls a.prev {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
div.news_ctrls a.prev div {
  width: 18px;
  background-image: url('/css/custom-theme/images/ui-icons_ffffff_256x240.png');
  background-position: -96px -15px;
}

div.news_ctrls a.all_news div {
  width: 90px;
  margin: 2px 4px 0px 4px;
}

div.news_ctrls a.next {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
div.news_ctrls a.next div {
  width: 18px;
  background-image: url('/css/custom-theme/images/ui-icons_ffffff_256x240.png');
  background-position: -32px -16px;
}


/* home box contents */

div.home_box div.contents {
  height: 96px;

  clear: both;
  margin-top: 10px;
  line-height: 1.5em;
  overflow: hidden;
}

div.news a.news_date {
  float: left;

}

div.news div.date {
  width: 36px;
  height: 52px;

  background: #005B99 url('/images/menu/menu_bg_over.png') repeat-x bottom center;
  color: #FFFFFF;

  border-width: 1px;
  border-style: solid;
  border-top-color: #106BA9;
  border-right-color: #004381;
  border-bottom-color: #004381;
  border-left-color: #106BA9;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;

  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

  text-align: center;
  text-decoration: none;

}

div.news div.date:hover,
div.news div.date:active {
  background: #005B99 url('/images/menu/menu_bg_down.png') repeat-x bottom center;
}

div.date div.month {
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

div.date div.day {
  height: 28px;
  margin: 0px;
  padding-top: 6px;
  font-size: 20pt;
  font-weight: bold;
}

div.date div.year {
  margin: -12px 0px 0px 0px;
  text-align: center;
  font-size: 8pt;
}

div.news_item {
  width: 338px;
  float: left;
  margin-left: 8px;
  overflow: hidden;
}


div.news_item a,
div.news_item a:active,
div.news_item a:focus,
div.news_item a:link,
div.news_item a:visited {
  border-bottom-style: dotted;
  white-space: nowrap;
}
div.news_item a:hover {
  border-bottom-style: solid;
}

div.news_item p {

}


/****************************************************************************
 * FOOTER
 ****************************************************************************
 */
div.footer {
  width: 900px;
  height: 40px;
  background: #C3DCEC url('/images/menu/menu_bg_up.png') repeat-x center center;
  border-top: 1px solid #005B99;
  text-align: center;
  line-height: 1.5em;
}
div.footer a,
div.footer a:active,
div.footer a:focus,
div.footer a:link,
div.footer a:visited {
  color: #005B99;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #005B99;
  text-decoration: none;
}
div.footer a:hover {
  border-bottom-style: solid;
}


/****************************************************************************
 * DEBUG - remove for production
 ****************************************************************************
 */
div.test {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 300px;
  background-color: #EEF9FF;
  border: 1px solid #005B99;
  color: #005B99;
  padding: 10px;
  overflow: scroll;
}

