/* -----------------------------------*/
/* ------>>>     OUTLINE     <<<------*/
/* -----------------------------------*/
/*
	* 	   RESET (Eric Meyer's)
    *      Global Styles ??? (body, paragraphs, lists, etc)
    *      Header
    *      Page Structure (containers, skeleton)
    *      Headings
    *      Text Styles
    *      Tables
    *      Navigation (tabs, menus, etc)
    *      Forms
    *      Footer
    *      Extras
*/
/* -----------------------------------*/
/* ------>>>      RESET      <<<------*/
/* -----------------------------------*/
/* 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;
}
/* -----------------------------------*/
/* ------>>>  GLOBAL STYLES  <<<------*/
/* -----------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 100%;
}
body {
  background-image: url(../images/background.jpg);
  background-repeat: repeat-x;
  background-color: #5e8cbb;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3846153846153846em;
  font-size: 0.8125em;
}
h1 {
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 2em;
  font-weight: normal;
}
h2 {
  padding: 0;
  margin: 6px 0 13px 0;
  font-size: 1.3846153846153846em;
  font-weight: normal;
  color: #820011;
}
h3 {
  padding: 0;
  font-size: 1.3846153846153846em;
  margin: 6px 0 13px 0;
  font-weight: normal;
}
h4, h5, h6 {
  padding: 0;
  font-size: 1.2307692307692308em;
  margin: 6px 0 13px 0;
}
h5 {
  color: #666;
}
h6 {
  font-size: 1em;
  color: #666;
}
table {
  border-collapse: collapse;
}
td, th {
  padding: 3px;
  margin: 0;
}
p {
  padding: 0;
  margin: 10px 0 18px 0;
}
img, a img {
  border: none;
}
hr {
  width: 100%;
  border-color: #d1d1d1;
  border-style: solid;
  border-width: 1px 0 0;
  display: block;
  height: 0px;
  margin: 2px 0 16px 0;
  clear: both;
}
strong {
  font-weight: bold;
}
em {
  font-weight: bold;
}
/* Default Link Styles */
a {
  color: #004d99;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: disc;
  margin: 5px 0 5px 25px;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: decimal;
}
li {
  margin: 0;
  padding: 0;
}
ol li {
  margin: 0;
  padding: 0 0 0 0px;
}
/* -----------------------------------*/
/* ------>>>     HEADER      <<<------*/
/* -----------------------------------*/
#header {
  background-image: url(../images/bg_header.jpg);
  background-position: 0 24px;
  height: 170px;
  background-repeat: no-repeat;
  background-color: #0b131d;
  color: #ffffff;
}
#banner {
  text-align: center;
  background: #213650;
  background-image: url(../images/bg_banner.jpg);
  background-repeat: repeat-y;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 0.8461538461538463em;
  line-height: 24px;
  height: 24px;
}
#banner #section {
  float: left;
  position: absolute;
  top: 0px;
  left: 16px;
  color: #c1c3c4;
}
/* -----------------------------------*/
/* ------>>> PAGE STRUCTURE  <<<------*/
/* -----------------------------------*/
#container {
  width: 985px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
}
.contentHome {
  background-color: #ffffff;
  color: #333333;
  padding: 30px 50px 15px 50px;
  margin: 0 0 0 0;
  clear: both;
}
.oneColumn .main {
  margin: 0;
  padding: 0;
}
.twoColumn {
  margin: 32px 0 0 0;
  padding: 0;
  background-image: url(../images/bg_twocolumn.gif);
  background-repeat: repeat-y;
  background-position: 738px top;
  background-color: #ffffff;
}
.twoColumn .main {
  width: 738px;
  float: left;
  padding: 0 0 12px 0;
}
.twoColumn .main .news {
  background-color: #ededed;
  height: 213px;
  padding: 24px 34px 0 34px;
  overflow: auto;
}
.twoColumn .main .news p {
  margin: 10px 0 12px 0;
}
.twoColumn .main .news .title {
  font-weight: bold;
  display: block;
}
.twoColumn .main .content {
  padding: 24px 34px 0 34px;
}
.twoColumn .sidebar {
  float: right;
  width: 246px;
  margin: 0 1px 0 -12px;
}
.twoColumn .sidebar h2 {
  margin-bottom: 4px;
}
.twoColumn .sidebar .feature {
  height: 237px;
  width: 247px;
  padding: 0;
  margin: 0 0 0 0;
  background-color: #f0f;
  overflow: hidden;
}
.twoColumn .sidebar .content {
  padding: 15px 13px 0 13px;
}
.twoColumn .sidebar .section {
  border-bottom: 1px solid #d1d1d1;
  padding: 6px 12px 6px 12px;
}
.twoColumn .sidebar .section li {
  padding: 4px 0 4px 0;
}
.twoColumn .sidebar > .section {
  /* First section gets extra padding. */

  padding: 12px 12px 6px 12px;
}
.twoColumn .sidebar > .section ~ .section {
  /* Following sections default to original padding. */

  padding: 6px 12px 6px 12px;
}
/* -----------------------------------*/
/* ------>>>     HEADINGS    <<<------*/
/* -----------------------------------*/
/* -----------------------------------*/
/* ------>>>   TEXT STYLES   <<<------*/
/* -----------------------------------*/
.summary {
  height: 15px;
  vertical-align: middle;
  border: 1px dotted #333;
  padding: 10px;
  margin-top: 2px;
  margin-bottom: 16px;
}
.shaded {
  background-color: #f9fafc;
  border: 1px solid #d1d1d1;
}
.tip {
  color: #0033cc;
  font-weight: bold;
}
.required {
  margin-right: 3px;
  color: #ff0000;
}
.inputError {
  padding: 2px;
  border: 4px solid #ff0000;
}
.errorMessage {
  color: #f00;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 1px dotted #f00;
}
.tooltip {
  display: none;
}
/* -----------------------------------*/
/* ------>>>      TABLES     <<<------*/
/* -----------------------------------*/
table.dataGrid {
  margin-top: 0px;
  margin-bottom: 16px;
}
table.dataGrid th {
  padding: 5px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background-color: #ccdae5;
  border: 1px solid #999;
}
table.dataGrid td {
  padding: 5px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #999;
}
table.dataGrid td.footer {
  background-color: #ccdae5;
  text-align: right;
  border: 1px solid #999;
  vertical-align: middle;
}
table.shaded {
  border: 1px solid #999;
  margin-top: 0px;
  margin-bottom: 16px;
}
table.shaded th, table.shaded td {
  padding: 5px;
  vertical-align: middle;
  background-color: #ccdae5;
  border-bottom: 1px solid #999;
}
table.steps {
  margin-top: 16px;
  margin-bottom: 16px;
}
table.steps td {
  width: 75px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px;
  border: 2px solid #004d99;
}
table.steps td.trails {
  padding: 0px;
  border-top: none;
  border-bottom: none;
}
table.steps td.selected {
  background-color: #e6edf4;
}
table.form {
  width: 100%;
  margin: 0 0 8px 0;
}
table.form td {
  margin: 0;
  vertical-align: baseline;
}
table.form input[type="text"], table.form input[type="password"] {
  height: 1.6923076923076925em;
  line-height: 1.6923076923076925em;
  padding: 0;
}
table.form .sampleInput {
  display: block;
  font-size: 0.8461538461538463em;
  font-style: italic;
  font-weight: bold;
}
table.form .note {
  display: block;
  text-align: right;
}
/* -----------------------------------*/
/* ------>>>    NAVIGATION   <<<------*/
/* -----------------------------------*/
#navbar {
  margin: 140px -1px 0 0;
  padding: 0;
  background-repeat: repeat-x;
  background-position: right;
  color: #FFF;
  clear: both;
  background-color: #366;
}
#navbar ul#topnav {
  margin: 0;
  padding: 0;
  font-size: 1.076923076923077em;
  list-style: none;
  height: 37px;
  overflow: hidden;
  background-color: #7b0212;
}
#navbar ul#topnav li:first-child a {
  padding: 0 28px 0 28px;
  /* adjust padding of the first item to fill any remaining space in the tab bar */

}
#navbar ul#topnav li {
  float: left;
  height: 37px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999;
}
#navbar ul#topnav li a {
  background-color: #7b0212;
  background-image: url(../images/bg_navbar_sprite.gif);
  background-repeat: repeat-x;
  border-left: 1px solid #b03f4e;
  border-right: 1px solid #5d000c;
  color: #ffffff;
  font-weight: normal;
  height: 37px;
  line-height: 36px;
  float: left;
  padding: 0 29px 0 29px;
  /* adjust padding to control the tab's width + text */

}
#navbar ul#topnav li a:hover {
  background-color: #2465a8;
  background-position: 0 -37px;
  text-decoration: none;
}
#navbar ul#topnav li a.active {
  background-position: 0 -74px;
  border-left: 1px solid #3e75aa;
  border-right: 1px solid #163974;
  line-height: 36px;
  height: 37px;
}
.sidebar ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul.nav li {
  margin: 0;
  padding: 0 !important;
}
.accordion_list {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  clear: both;
  border: 1px solid #797979;
}
.accordion_list .accord_header ul {
  list-style: none;
}
.accordion_list .accord_header > a:first-child {
  /*background-color:#ff0;*/

  display: block;
  font-weight: bold;
}
.accordion_list .accord_opened span {
  width: 10px;
  height: 10px;
  margin: 7px 6px 3px 4px;
  display: inline-block;
  background: url(../images/minus.gif);
}
.accordion_list .accord_closed span {
  width: 10px;
  height: 10px;
  margin: 7px 6px 3px 4px;
  display: inline-block;
  background: url(../images/plus.gif);
}
.accordion_list .accord_header > a {
  background-color: #F2F2F2;
  padding: 4px 0 6px 0;
  font-weight: normal !important;
  border: 1px solid #797979;
  border-width: 0 0 1px 0;
}
.accordion_list .accord_opened.accord_header > a {
  border-color: #a2a2a2;
}
.accordion_list .accord_current.accord_header > a {
  background-color: #DFDFDF;
}
.accordion_list .accord_body {
  border-bottom: 1px solid #797979;
  margin: 0;
  padding: 8px;
}
.accord_lvl1 * {
  background-color: #f0f !important;
}
.tabHeader {
  height: 40px;
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
}
.tabHeader li {
  list-style: none;
}
.tabContentArea {
  padding: 10px;
  border-right: 2px solid #d1d1d1;
  border-left: 2px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1;
  background: #FFF;
}
.tab {
  margin: 0;
  font-weight: bold;
  float: left;
}
.tab a {
  background: url("../images/tab_unselected_right.gif") right top no-repeat;
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 0 12px 0 0;
}
.tab a span {
  background: url("../images/tab_unselected_left.gif") left top no-repeat;
  display: block;
  padding: 8px 0px 15px 11px;
}
.tab.selected a {
  background: url("../images/tab_selected_right.gif") right top no-repeat;
}
.tab.selected a span {
  background: url("../images/tab_selected_left.gif") left top no-repeat;
}
.tab a:hover {
  text-decoration: underline;
}
/* -----------------------------------*/
/* ------>>>      FORMS      <<<------*/
/* -----------------------------------*/
.label {
  text-align: right;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
}
.label-mini {
  text-align: right;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 60px !important;
}
.label-small {
  text-align: right;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 90px !important;
}
.label-medium {
  text-align: right;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 130px !important;
}
.label-large {
  text-align: right;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 210px !important;
}
.label-xlarge {
  text-align: right;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 270px !important;
}
.label-xxlarge {
  text-align: right;
  vertical-align: baseline;
  padding: 4px 20px 0 0;
  width: 130px !important;
  width: 530px !important;
}
.input-mini {
  width: 60px !important;
}
.input-small {
  width: 90px !important;
}
.input-medium {
  width: 130px !important;
}
.input-large {
  width: 210px !important;
}
.input-xlarge {
  width: 270px !important;
}
.input-xxlarge {
  width: 530px !important;
}
.icon {
  vertical-align: middle;
  padding: 3px 0px;
}
.icon.fltlft, .icon.fltrgt {
  margin: 4px 0 0;
}
.controls {
  text-align: right;
}
.controls input[type="reset"], .controls input[type="button"], .controls input[type="submit"] {
  margin: 0 5px;
  padding: 0 10px;
  width: 130px;
}
/* -----------------------------------*/
/* ------>>>     FOOTER       <<<-----*/
/* -----------------------------------*/
#footer {
  clear: both;
  line-height: 3em;
  color: #ffffff;
  font-weight: normal;
  margin: 3px 0 0 0;
  padding: 0 20px 0 20px;
  background-color: #213650;
  text-align: left;
}
#footer a {
  margin: 0;
  padding: 0 0 0 0;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
}
#footer a:link {
  color: #ffffff;
  text-decoration: none;
}
#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#footer a:active {
  color: #ffffff;
  text-decoration: none;
}
/* -----------------------------------*/
/* ------>>>     EXTRAS      <<<------*/
/* -----------------------------------*/
/* Miscellaneous classes for reuse */
.fltrt {
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
}
.no_border {
  border-width: 0;
}
.center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.center_text {
  text-align: center !important;
}
.left_align {
  text-align: left;
}
.right_align {
  text-align: right;
}
.full_width {
  width: 100%;
}
.hide {
  display: none;
}
.show {
  display: block;
}
/* width classes in 1/12ths increments, based on content width (not parent container)*/
/* These are still being worked on*/
.span1 {
  width: 61px;
}
.span2 {
  width: 122px;
}
.span3 {
  width: 183px;
}
.span4 {
  width: 244px;
}
.span5 {
  width: 305px;
}
.span6 {
  width: 366px;
}
.span7 {
  width: 427px;
}
.span8 {
  width: 488px;
}
.span9 {
  width: 549px;
}
.span10 {
  width: 610px;
}
.span11 {
  width: 671px;
}
.offset1 {
  margin-left: 61px;
}
.offset2 {
  margin-left: 122px;
}
.offset3 {
  margin-left: 183px;
}
.offset4 {
  margin-left: 244px;
}
.offset5 {
  margin-left: 305px;
}
.offset6 {
  margin-left: 366px;
}
.offset7 {
  margin-left: 427px;
}
.offset8 {
  margin-left: 488px;
}
.offset9 {
  margin-left: 549px;
}
.offset10 {
  margin-left: 610px;
}
.offset11 {
  margin-left: 671px;
}
