/* Common */
body,table,input,select,textarea { 
  font-family:Lucida Sans, Arial, sans-serif; 
  font-size:100%;
  line-height:1.125em;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#404040;
  background-color:#005596;  
}

h1 {
  font-family: 'Georgia', serif;
  color: #005596;
  font-size: 1.375em;
  font-weight: normal;
  margin: 0 0 1em 0;
}

h2 {
  font-family: 'Georgia', serif;
  color: #696969;  
  font-weight: normal;
  font-size: 1.125em;
  margin: 1em 0;  
}

h3 {    
  font-size: 1em;
  margin: 1em 0;  
}

#content p { 
  margin:1em 0;
  font-size:0.875em; 
}

#content ul, #content ol { 
  margin:1em 2em;
  font-size:0.875em; 
}

#content li {
  margin: 0.5em 0;
} 

#content a {
  color: #005596;
}

#content a:hover {
  color: #6e0f1f;
}

dl.col {
  font-size:0.875em;
}

dl.col dt { 
  float:left; 
  width:7em;
  font-weight:bold;
}

dl.col dd { 
  margin-left:8em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

#content img.left {
  margin: 0 20px 0 0;
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */

#constrain {
  width:960px;
  margin:0 auto;
  background:transparent url('../images/i-shadow.gif') repeat-y;
  padding:0 30px;
}

#header {
  height: 87px;
}
  /* Nav Top */
  
  #nav-top {
    background:#fff url('../images/i-bg-nav-l.gif') no-repeat;  
    height:32px;
    padding:0 0 0 10px;
    margin:55px 0 0 0;        
  }  
    
  #nav-top li {
    list-style:none;
    display:inline;
  }
  
  #nav-top a {
    display:block;
    float:left;
    line-height: 32px;
    background: #003d6b url('../images/i-bg-nav.gif') repeat-x;
    text-decoration:none;
    color: #fff;
    font-family: 'Georgia', serif;
    padding:0 20px;
  }
  
  #nav-top a:hover {    
    background-color: #39709b;
    background-image:none;
  }
  
#hero {
  border-bottom: #003d6b solid 2px;
  border-top: #003d6b solid 2px;  
  height: 140px;
  display:block;
}

#content {
  padding:25px 20px;
  border-bottom: #003d6b solid 2px;
  min-height: 200px;
}

  /* Nav Bottom */

  #nav-bottom {
    border-top: #fff solid 2px;
    background-color: #003d6b;
    text-align: right;
    padding: 0 20px;  
  }
  
  #nav-bottom li {
    list-style: none;
    display: inline;
    line-height: 25px;        
  }
  
  #nav-bottom a {
    font-size: 0.75em;
    color: #fff;
    text-decoration: none;
    padding:0 10px;    
  }
  
  #nav-bottom a:hover {
    color: #75c3f2;
  }

#footer {
  background: #003d6b url('../images/g-bg-footer.gif') no-repeat center top;
  padding: 20px 20px;  
  font-size: 0.875em;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #75c3f2;
}

#author {
  background: transparent url('../images/i-shadow-b.gif') no-repeat;
  width: 960px;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: right;
}

#author a {
  color: #99bbd5;
  text-decoration:none;
  font-size: 0.69em;
}

#author a:hover {
  color: #fff;  
}

/* Buttons */

#content a.button {
  background: transparent url('../images/g-button-r.gif') no-repeat scroll top right;
  color:#fff;
  display: block;
  float: left;    
  font-size:1em;
  font-family: 'Georgia', serif; 
  height: 36px;    
  margin:0 6px 5px 0;
  padding-right: 25px; /* sliding doors padding */
  text-decoration: none;
  cursor:pointer;  
}

#content a.button span {
  background: transparent url('../images/g-button-l.gif') no-repeat;
  display: block;
  line-height: 28px;
  height:31px;
  padding: 0 8px 5px 20px;
  float:left;  
}

#content a:hover.button {
  background-position: bottom right;
}

#content a:hover.button span {
  background-position: bottom left;
}

#content a.button-b {
  background: transparent url('../images/g-button-r-b.gif') no-repeat scroll top right;
}

#content a.button-b span {
  background: transparent url('../images/g-button-l-b.gif') no-repeat;
}

/* Content Layout */

.highlight-wrapper {
  width: 300px;    
  border: #003d6b solid 1px;
  margin: 0 0 20px 20px;
}

.highlight {
  border: #fff solid 2px;
  background: #003d6b url('../images/p-friendly-guy.jpg') no-repeat right bottom;
  padding: 0 20px 20px 20px;
  color: #fff;
  min-height: 170px;
}
.highlight-video {
	background:#003d6b;
	padding-top:20px;
	min-height:150px;
}
.highlight h2 {
  color: #fff;
}

#content .highlight p {
  margin-right:50px;
}

#content .highlight a {
  color:#fff;
}

#content .brochure {  
  background: #003d6b url('../images/p-quickfill-watertower.jpg') no-repeat right bottom;
}

#content .brochure p {
  margin-right:70px;
}

.highlight-training {  
  background: 0;
  background-color: #003d6b;
}

.image-strip img {
  border: #809eb5 solid 1px;
  margin:10px 0;
}
.home-image-strip {
	white-space:nowrap;
}
#content p.disclaimer {
	font-size: 75%;
}
