@charset "utf-8";
/* CSS Document */

html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  margin: 0 0 100px;
  background: #FAFAFA;
  color: #364E59;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

#header {
  background: #000;
  color: #FFF;
  height: 84px;
  width: 930px;
  margin: 0 auto;
}

#content {
  /* top: 100px; */
  margin: 0 auto;
  padding: 9px;
  width: 800px;
  font-size: 1.0em;
}

#footer {
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: #BABDB6;
  border-top: 3px solid #808080;
}


#innerFoot {
  margin: 0 auto;
  width: 700px;
  font-size: .9em;
  color: #0E232E;
  padding: 10px;
}

.footerInfo {
  display: block;
  float:left; 
  width:33%;
 }

#topNav {
  width: 658px;
  float: right;
  text-align: right;
  height: 93px;
  position: relative;
}

#topNav ul{
  text-align: right;
  list-style: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  right:0;
  position:absolute;
  bottom:0;
}
	
#topNav ul li{
  float: right;
}
	
#topNav ul li a {
  color: white;
  padding: 7px 0px;
  margin: 0px 13px;
  text-decoration: none;
}
	
#topNav ul li a:hover {
  color: #FFCC00;
  border-bottom: 3px solid #B50000;
}

/* FOOTER LINKS */

a.blink:link {
  color: #0169C9;
  text-decoration: none;
}

a.blink:visited {
  color: #0169C9;
  text-decoration: none;
}

a.blink:hover {
  color: #5C3566;
  text-decoration: underline;
}

a.blink:active {
  color: #0169C9;
  text-decoration: none;
}

.Hcell td {
  border: 1px solid #9EABB0;
  background-color: #EEEEEC;
  color: #364E59;
  font-size: 1.0em;
  text-align: center;
  font-weight: bold;
}

h1.blue {
  color: #33A1DE;
  text-shadow: 1px 1px 1px rgba(119, 119, 119, 1);
}

.row {
  display: table;
  margin: 0 auto;
  padding-top: 10px;
}

.col {
  display: table-cell;
  width: 50%;
  padding: 3em;
}

.btn {
  background: #19AEFF;
  background-image: -webkit-linear-gradient(top, #19AEFF, #005C94);
  background-image: -moz-linear-gradient(top, #19AEFF, #005C94);
  background-image: -ms-linear-gradient(top, #19AEFF, #005C94);
  background-image: -o-linear-gradient(top, #19AEFF, #005C94);
  background-image: linear-gradient(to bottom, #19AEFF, #005C94);
  -webkit-border-radius: 19;
  -moz-border-radius: 19;
  border-radius: 19px;
  text-shadow: 1px 1px 3px #8a8a8a;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  padding: 20px;
  border: solid #006bad 1px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  cursor: pointer;
}