﻿/* Structure */
body { height:100%;color:#695D54; margin:0;font-family:Trebuchet MS;font-size:0.8em}
#container {background: #f7f3ee url('/Images/main-background.gif') repeat-x; height: 100%; position:relative; min-height: 100%; width:100%;margin:auto;}
#header {margin:auto; width:900px; height:132px; background: url('/Images/header-background.gif') repeat-y; padding:0 6px 0 6px;}
#main-content {min-height:600px;height:100%;margin:auto; width:866px; background: url('/Images/main-content-background.gif') repeat-y; padding:15px 23px 1em 23px;}

#footer {height:47px;background-color: #0a1438;clear:both;}
#footer-content {font-size: 0.9em; padding:5px; background-color: #084270; height:37px; margin:auto; width:890px; color: #fff;}
.footer-disclaimer {float:left;}
#footer-links {float:right;}
#footer-links a {color:#fff;}
.view-more {text-align:right;margin-right: 1em;}
.view-more img {vertical-align:middle;}

/* Lists */
ul {padding:0;}
li {margin-left:1.2em;}

/* Text */
h1,h2,h3 {font-weight:bold;font-size:1.3em; color: #0e3268;margin: 0;}
h2 {font-size:1.1em;margin-top:1em;}
h3 {color: #3d9392;font-size:1.0em;margin-top:1em;}
p {font-size:1em;}
table h2 {margin:0;}
p.quiet {font-size:0.8em;}

a {color: #1955b0;font-weight:bold; text-decoration:underline;}
a:visited {color: #48566a;}
a:hover {color: #0e3268;text-decoration:underline;}

.trailnav { margin-bottom:1em; font-size:0.9em; }
.planwell-legal {font-style:italic;}

/* Other */
.line {height: 1px;background-color:#9e9d9d;}
img.content-image {padding:5px;border: 1px solid #d3d3d3;}
img.page-article-image {margin:1em 0 0 1em;float:right;}
img {border:0;}

#filters a {margin-left: 1em; text-decoration:none; float:left; text-align:center; padding-top: 4px; display:block;color:#4b4b4b; width:165px;height:23px;background-image: url('/Images/filter-inactive.png');}
#filters a.active {color:#fff; background-image: url('/Images/filter-active.png');}
#filters span {float:left;font-weight:bold;padding-top:5px;}
#filters {margin-top: 1em;overflow:hidden;}

.file-details {font-style:italic;}
.download-icon {margin-right:0.5em;vertical-align:middle;}
/* lightbox */
#lb-overlay {
  background-image: url('/Images/overlay.png'); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
  cursor:pointer;
}

#lb-content {
  background: #fff;
  width: 400px;
  height: 400px;
  z-index: 150;
  display:none;
  cursor:pointer;
}

#lb-container {
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
  width: 400px;
  height: 400px;
  z-index: 150;
  padding:5px;
  display: none;
  border:1px solid #525252;
}

#lb-content-loader {text-align:center; margin-top:100px; display:none;}
#lb-close {position:absolute; top: 10px; right: 10px;z-index:151;}

/* Forms */
label {font-weight:bold;color:#0a1438;}
input,textarea {border:1px solid #084270;}
input.button {border-color:#93c4eb;background-color:#084270;color:#fff;font-weight:bold;}
.required {color: red;}
