@charset "UTF-8";
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url(SourceSans3.woff2) format('woff2');
}
html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
     font-family: 'Source Sans 3', sans-serif;
    font-size: 100%;
    line-height: 25px;
}

body {
    color: #1b1b1b;
    background-color: #25B0E7;
    overflow-x: hidden;
    background-image: url(/css/wrapper/images/bg_repeat.png);
    background-repeat: repeat-x;

}
a{
  color:#0057A5;
}
.container{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background-color:#fff;
  min-height: 931px;
}
.content {
  margin-left:200px;
  padding:10px;
  background-image: linear-gradient(#afdef6, #fff 50px);
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
h1{
    text-align:center;
    /*margin-top: 50px;*/
}
h2{
    text-align:center;
    font-size: 30px;
    color:#ccc;
}
h3{
    font-size: 30px;
}
nav ul {
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #fdfdfd;
  border-bottom: 1px solid #fdfdfd;
  position: absolute;
  
}
nav li{
  background: url(/css/images/left_nav_bullet.png) no-repeat top left;
  display: block;
  color: #fff;
  padding-left: 16px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  background-color: #00a3e3;
}
nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  
}
nav ul li:last-child {
  border-bottom: none;
}
nav ul li.login{
   font-size: 20px;
   background-position: 0px 5px; ;
   background-color: #ff7f00;
   font-weight: bold;
   padding:5px 0 5px 16px;
}
nav ul li.program{
  margin-left:16px;
}
nav ul li.active {
  color: white;
  background-color: #4CAF50;
}

nav ul li.orange {
  color: white;
  background-color: #ff7f00;
}
nav ul li.title {
  color: white;
  background-color: #666;
  font-weight: bold;
}

nav ul li:hover:not(.active,.title){
  background-color: #0057A5;
  color: white;
}
nav ul li a:hover:not(.active,.title){
  background-color: #0057A5;
  color: white;
  text-decoration: underline;
}

table{
  width:100%;
}
table, tr, td{
  border: 1px solid rgb(204, 204, 204);
  border-collapse: collapse; 
}
tr:nth-child(odd) {
  background-color: #f2f2f2;
}
thead th{
  background-color:#2e7ec3;
  color:#fff;
  text-align: center;
}
.deed{
  background-color:#333;
  color:#fff;
  text-align: center;
}
h2{
  background-color: #2e7ec3;
  color:#fff !important;
  line-height: normal;
}
.img-responsive{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header { 
    margin-bottom: 8px;
    width: inherit;
}	

#headTitle img { margin: 3px;  border: 0px; }
#headTitle {
    display: block;
    position: relative;
    width: inherit;
    height: 76px;
    background: url('/css/images/head_commerce.png') no-repeat right top ;
    vertical-align: middle;
    margin: 0px;
}
#headDOC {
    display: inline;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    width: 50px;
    height: 50px;
}

#topNav {
    background: url('/css/images/top_nav_stamp.png') no-repeat right center;
    background-color: #AAAAAA;
    border-bottom: 1px solid #888888;
    height: 21px;
    width: 100%;
    position: relative;
    top: 0px; 
    left: 0px; 
    display: block;
    padding: 0px;
    
}
#header.dotGovSub #topNav { background-image: none; } 
#header.dotGovSub #topNavStamp {
    display: none;
}
#topNav a:link , #topNav a:visited { color: #FFFFFF; text-decoration: none;}
#topNav a:hover { color: #AEDBF4; }
#topNavElements {
    display: inline;
    padding-left: 0px;
    margin-left: 10px;
}
#topNavElements li {
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 11px;
    margin-right: .7em;
    display: inline;
    line-height: 20px;
}
#topNavStamp {
    display: inline;
    position: absolute;
    right: 0px;
    padding: 0px;
    margin: 0px;
    width: 100px;
    height: 22px;
}
.link-div {
    font-size: .75em;
    text-align: center;
}