@font-face {
  font-family: "Aller Light";
  src: local("Aller Light"), url("Aller_Lt.ttf");
}

@font-face {
  font-family: "Aller Light Italic";
  src: local("Aller Light"), url("Aller_LtIt.ttf");
  font-style: italic;
}
 
@font-face {
  font-family: "Aller";
  src: local("Aller"), url("Aller_Rg.ttf");  font-style: italic;
}
 
body {
  color:#333;
  font: 26px Aller Light;
  background-color: #FAFAFA;
}

.scroll a {
  color: #005499; /* blue */
  text-decoration:none;
}

.scroll a:hover {
  color: #fff;
  background-color: #005499; /* blue */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.scroll a:visited {
  color: #904060; /* deep red */
}

.scroll a:visited:hover {
  color: #fff;
}

h1 > a, h1 > a:visited, h1 > a:hover {
 color: #333;
 /*background-color: #fff;*/
  background-color: #FAFAFA;
  text-decoration: none;
}

#slider {
  width: 820px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #333;
}

.scroll {
  height: 420px;
  overflow: auto;
  position: relative;
  clear: left;
  background: #ffffff;
  /*margin-left:25px;*/
}

.scrollContainer div.panel {
  padding: 15px;
  height: 410px;
  width: 780px;
  float: left;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.33, rgb(255,255,255)), color-stop(1, rgb(245,245,245)) );
  background-image: -moz-linear-gradient( center top, rgb(255,255,255) 33%, rgb(245,245,245) 100%);
}

ul {
  overflow: auto;
  width:88%;
  margin:auto;
  font-size: 0.8em;
  border: 1px solid #AAA;
  padding:0px;
  line-height:2em;
}

div.panel ul {
  height: 210px;
}

li {
  list-style: none;
  padding-left:5px;
  padding-right:5px;
}

li:nth-child(even) {
  background-color:#eee;
}

.navigation {
  border-bottom:1px solid #333;
  height:34px;
  clear:both;
}

.navigation a {
  color:#666666;
}

#tabs {
  float:right;
  /*font-weight:bold;*/
}

#tabs a {
  background:#eee;
  border:1px solid #eee;
  color: #333;
  display:block;
  float:left;
  font-size:90%;
  height:24px;
  line-height:22px;
  margin:8px 8px 0 0;
  padding:0 11px 0 11px;
  text-decoration:none;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}

#tabs a:hover {
  background:#fff;
  border:1px solid #666666;
  border-bottom-color:#fff;
  line-height:20px;
  margin-top:9px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

#tabs a.youarehere {
  background:#fff;
  border:1px solid #666666;
  border-bottom-color:#fff;
  color: #333;
  font-size:120%;
  height:30px;
  line-height:28px;
  margin-top:3px;
  padding:0 11px 0 11px;
}

.scrollButtons {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size:32px;
}

.scrollButtons:hover {
  background-color: #eee;
}

.left {
  left: -50px;
}

.right {
  right: -50px;
}

#head-shot {
  float:left;
  margin-right:17px;
}

.link-date {
  float:right;
  font-size: 0.7em;
  margin-top:1.0em;
  line-height: 1.0em;
}

.panel form {
  /*position: relative;*/
  bottom: 0px;
  height:80%;
  width:80%;
}

.panel table {
 height:100%;
 width:100%;
}

.panel td:first-child {
  width:200px;
}

#message {
  height: 50%;
}

.panel label {
  display: block;
  text-align: right;
  padding-right:10px;
  font: 20px Aller Light;
}

.panel input, .panel textarea{
  font: 20px Aller Light;
  color: #333;
  border: 1px solid #333;
}

.panel input {
  width:80%;
}

.panel textarea {
  width:100%;
  height: 100%;
}

.errors {
    background-color: #ED8900;
    font-size: 0.8em;
    /*line-height: 0.8em;*/
    width:80%;
}

.error {
    background-color: #ED8900;
}

.success {
    color: #00A160;
}

.info {
  position:fixed;
  right: 0px;
  bottom: 0px;
  display:inline;
  padding: 10px;
  font-size: 12px;
}

.panel input[type=submit] {
  width: 150px;
  border: 1px solid #999;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.33, #DDD), color-stop(1, #999) );
  background-image: -moz-linear-gradient( center top, rgb(255,255,255) 33%, rgb(245,245,245) 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.panel input[type=submit]:hover {
  border: 1px solid #333;
}

span.info a {
  font:bold 64px georgia;
  color: #333;
  position:relative;
  bottom: -37px;
  right: 0px;
}

span.info a:hover {
  color: #005499; /* blue */
  background-color: none;
}

div.info {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  /*height:150px;*/
  width: 350px;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow:           2px 2px 5px #333333;
  -webkit-box-shadow:   2px 2px 5px #333333;
  -moz-box-shadow:      2px 2px 5px #333333;
  padding-left:10px;
  background-color: #f5f5f5;
  /*position: fixed;*/
  right:10px;
  bottom: -20px;
}

div.info a {
  color: #005499; /* blue */
  text-decoration: none;
}
 
div.info a:visited {
  color: #904060; /* deep red */
}
 
div.info a:hover {
  background-color: #005499; /* blue */
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.info ul {
  width: 300px;
}

#explanation {
	text-align: center;
	margin-top: 100px;
}

