* {
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: #176A8D;
}
a:hover {
  color: black;
}
body {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background: white url(../img/bg-body.jpg) no-repeat 50% 0;
  color: #333;
  font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-size: 80%;
  font-weight: normal;
  line-height: 1.5em;
}
blockquote {
  color: #666;
  font-style: italic;
  font-size: 120%;
  padding: 0 0 1em 2em;
  width: 50%;
}
p, h2, h3, h4 {
  padding-bottom: 1em;
}
h1 {
  color: #1d759b;
  font-size: 140%;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  left: 225;
  top: 200px;
  z-index: 100;
}
h2 {
  font-size: 120%;
  font-weight: bold;
  color: #505050;
  padding-top: 0.5em; 
}
h3 {
  font-size: 110%;
  font-weight: normal;
  color: #1D759B;
  padding-top: 0; 
}
ul.content {
  list-style-type: none;
}
ul.content li {
  background: transparent url(../img/arrow.gif) no-repeat 0 9px;
  padding: 1px 0 1px 15px;
}


/* contains all, adds shadow png
--------------------------------------------------------------- */
.container-all {
  background: transparent url(../img/bg-frame.png) repeat-y 0 240px;
  position: relative;
  width: 982px;
  margin: 0 auto;
}

/* inner container for left align
--------------------------------------------------------------- */
.container-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.container-inner .pdf {
  list-style-type: none;
  background: url(../img/ico-pdf.gif) no-repeat 0 7px;
  padding: 4px 0 4px 22px;
  text-decoration: none;
}

/* double header column
--------------------------------------------------------------- */
.header-left {
  height: 160px;
  float: left;
  width: 217px;
  background: transparent url(../img/bg-header-left.jpg) no-repeat 0 0;
} 
.header-right {
  background-color: transparent;
  float: right;
  width: 743px;
  height: 236px;
} 

body.content-pages .header-right {
  background: transparent url(../img/bg-header-right.jpg) no-repeat 0 0;
  float: right;
  width: 743px;
  height: 176px;
}  
body.content-pages .header-right h1 {
  font-size: 120%;
  font-weight: normal;
  position: absolute;
  top: 150px;
  left: 237px;
} 

/* nav column
--------------------------------------------------------------- */
.container-nav {
  float: left;
  width: 217px;
}
.container-nav ul {
  background-color: #565656;
  width: 217px;
  list-style-type: none;
}
.container-nav li a,
.container-nav li a:link,
.container-nav li a:visited {
  background: transparent url(../img/bg-nav-button.gif) no-repeat 0 0;
  color: #D5D5D5;
  line-height: 1.8em;
  text-decoration: none;
  padding: 1px 0 1px 30px;
  display: block;
  height: 25px;
  border-bottom: 1px solid #4D4D4D;
}
.container-nav li a:hover {
  background: transparent url(../img/bg-nav-button.gif) no-repeat 0 -45px;
  color: #F3E614;
}
.container-nav li.nav-on a,
.container-nav ul li ul li.nav-on a {
  background-position: 0 -45px;
}

.container-nav li ul li a,
.container-nav li ul li a:link,
.container-nav li ul li a:visited {
  background: transparent url(../img/bg-nav-button-indent.gif) no-repeat 0 0;
  color: #D5D5D5;
  font-size: 85%;
  line-height: 1.7em;
  text-decoration: none;
  padding: 1px 0 1px 45px;
  display: block;
  height: 21px;
  border-bottom: 0;
}
.container-nav li ul li a:hover {
  background: transparent url(../img/bg-nav-button-indent.gif) no-repeat 0 -45px;
  color: #F3E614;
}


.container-nav div.subscribe-container {
  background: transparent url(../img/bg-subscribe.jpg) no-repeat 0 0;
  width: 187px;
  margin: 20px 14px 0 14px;
}
.container-nav div.subscribe-content {
  padding: 10px;
}
.container-nav div.subscribe-content h2 {
  color: #1D759B;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0;
}
.container-nav div.subscribe-content p,
.container-nav div.subscribe-content label,
.container-nav div.subscribe-content input,
.container-nav div.subscribe-content select {
  color: #505050;
  font-size: 90%;
  line-height: 1.4em;
}
.container-nav div.subscribe-content label,
.container-nav div.subscribe-content input {
  margin-bottom: 1em;
}
.container-nav div.subscribe-content fieldset {
  border: 1px solid white;
  margin: 0 0 1em 0;
  padding: 0 0.4em 1em 0.4em;
}
.container-nav div.subscribe-content legend {
  background-color: transparent;
  color: #1D759B;
  font-weight: normal;
  padding: 5px 3px 0 3px;
  margin: 0 0 10px 3px;
}
.container-nav div.subscribe-content label {
  float: left;
  width: 45px;
}
.container-nav div.subscribe-content field,
.container-nav div.subscribe-content input,
.container-nav div.subscribe-content select {
  float: right;
}
.container-nav div.subscribe-content .submit {
  background: #F8FAFF url(../img/bg-submit.gif) repeat-x 0 0;
  border: 3px double #b4b4b4;
  border-left-color: #ccc;
  border-top-color: #ccc;
  color: #1D759B; 
  font-weight: bold;
  padding: 2px 5px 5px 5px;
  margin-top: 1em;
  margin-bottom: 0;
  width: auto;
} 

/* main content column
--------------------------------------------------------------- */
.container-main {
  background: transparent url(../img/bg-main.jpg) repeat-x 0 0;
  float: left;
  width: 476px;
  padding: 20px;
}
.container-main.fullwidth {
  background: transparent url(../img/bg-main.jpg) repeat-x 0 0;
  float: left;
  width: 703px;
  padding: 20px;
}
.container-main.fullwidth ul {
  margin-bottom: 1em;
}
.container-main ul {
  margin: 0 0 0 1em;
}
.container-main ol {
  margin: 0 0 1em 3em;
}
.container-main div.mission-container {
  background: white url(../img/bg-mission.jpg) no-repeat 0 0;
  width: 477px;
  height: 151px;
  margin-top: 1em;
}
.container-main div.mission-content {
  padding: 0 10px 10px 190px;
}
.container-main div.mission-content h2 {
  color: #1D759B;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0;
}
.container-main div.mission-content p {
  font-size: 90%;
}

/* separator between main and side
--------------------------------------------------------------- */
.sep-column {
  background: transparent url(../img/sep-column.gif) no-repeat 0 0;
  height: 397px;
  width: 1px;
  float: left;
}

/* side content column
--------------------------------------------------------------- */
.container-side {
  background: transparent url(../img/bg-main.jpg) repeat-x 0 0;
  float: left;
  width: 186px;
  padding: 20px;
}
.container-side h2,
.container-side h3 {
  padding: 0 0 0.5em 0;
  line-height: 1.3em;
}
.container-side p {
  font-size: 85%;
  line-height: 1.4em;
}
.container-side-story {
  padding-bottom: 20px;
}
.container-side ul.smaller {
  clear: both;
  list-style-type: none;
  line-height: 1.4em;
  margin: 5px 0;
  font-size: 85%;
}
.container-side ul.smaller li {
  padding-bottom: 0;
  padding-top: 4px;
}

/* footer
--------------------------------------------------------------- */
.footer-container {
  background: transparent url(../img/bg-footer.jpg) no-repeat 0 0;
  clear: both;
  color: #666;
  font-size: 85%;
  height: 80px;
  position: relative;
  width: 982px;
}
.footer-content {
  position: absolute;
  left: 485px;
  padding-top: 2px;
}
.footer-content .left {
  text-align: right;
  float: left;
  line-height: 1.3em;
  margin-right: 15px;
}
.footer-content .right {
  text-align: left;
  float: left;
  line-height: 1.3em;
  margin-left: 15px;
}


/* mixed
--------------------------------------------------------------- */
.arrow {
  background: transparent url(../img/arrow.gif) no-repeat 0 6px;
  padding: 0 0 0 15px;
}
.back {
  background: transparent url(../img/arrow-back.gif) no-repeat 0 8px;
  padding-left: 10px;
}
.clear {
  clear: both;
}
.bg-crew {
  background: transparent url(../img/cb-228.jpg) no-repeat 0 0;
  height: 370px;
  width: 700px;
  margin-top: -10px;
}

/* Gallery captions
----------------------------------------------- */
div.gallery-nav {
  background-color: #e3e3e3;
  border: 1px solid #336;
  clear: both;
  margin: 0 0 1em 0;
  padding: 0.75em 0 0 0;
  text-align: left;
  width: 500px;
}
div.gallery-nav p {
  text-align: center;
}

/* Photo captions
----------------------------------------------- */
.caption {
  background-color: #dce8f4;
  margin-bottom: 10px;
}
.caption p {
  font-size: 90%;
  padding: 5px 5px 10px 5px;
  border-left: 1px solid #6aa5be;
  border-right: 1px solid #6aa5be;
  border-bottom: 1px solid #6aa5be;
}
.caption-left {
  float: left;
  margin-right: 15px;
}
.caption-right {
  float: right;
  margin-left: 15px;
}

.floatleft {
  float: left;
  margin-right: 20px;
}
.floatright {
  float: right;
  margin-left: 20px;
}
.gap {
  margin: 0 5px;
}
.highlight {
  background-color: #e1ecf5;
  border: 1px solid #6aa5be;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.top {
  background: transparent url(../img/arrow-top.gif) no-repeat 0 8px;
  float: right;
  padding-left: 10px;
}
