body{
  background: rgb(203,212,193) url('../images/lined_bg.gif') top left repeat;
  margin: 0;
  padding: 0;
}

#container{
  background: white;
  border: 3px solid rgb(32,32,108);
  margin: 40px auto;
  width: 960px;
}

#header{
  background: url("../images/header_bg_a.jpg");
  border: none;
  height: 335px;
  margin: 0;
  padding: 0;
  width: 960px;
}
#header.secondary{
  background: url("../images/header_bg_textonly.gif") top left no-repeat;
  height: 150px;
}

#page{
  color: rgb(0,44,130);
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 40px;
  position: relative;
  text-align: left;
}

#page h1,
#page h2,
#page h3{
  color: red;
  font-family: "Univers", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#page h1{
  font-size: 1.75em;
  margin-bottom: 1em;
}

#page h2{
  font-size: 1em;
}

#page .callout{
  color: rgb(0,44,130);
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0 0 0.25em;
  padding: 0.75em 0 0;
}
#page .emph{
  position: relative;
  font-size: 2em;
  top: .25em;
}

#page a{
  color: rgb(0,44,130);
  text-decoration: underline;
}

#page p{
  margin: 0 0 1em 0;
  padding: 0;
}

#page ul{
  list-style: square outside none;
  margin: 0;
  margin-bottom: 1em;
  margin-left: 14px;
  padding: 0;
}
#page ol{
  list-style: decimal outside none;
  margin: 0;
  margin-bottom: 1em;
  margin-left: 18px;
  padding: 0;
}

#content{
  border-right: 1px solid rgb(0,44,130);
  clear: left;
  float: left;
  margin: 0;
  padding: 0 28px 0 0;
  width: 570px;
}

img.yard_sign{
  clear: right;
  float: right;
}

img.eit{
  border: none;
  clear: left;
  float: left;
  text-decoration: none;
}

#sidebar{
  border: none;
  clear: right;
  float: right;
  height: 100%;
  margin: 0 0 0 28px;
  padding: 0;
  position: relative;
  width: 250px;
}

#slide_container{
  border: 1px solid black;
  height: 165px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 250px;
}
#slide_container #slideset{
  display: block;
  font-size: 0;
  height: 165px;
  left: 0;
  position: relative;
  top: 0;
  width: 7500px;
}
#slide_container #slideset img{
  clear: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 250px;
}
#slide_container .slide_ui{
  background-color: black;
  cursor: pointer;
  display: none;
  filter: alpha(opacity=40);
  opacity: 0.4;
  position: absolute;
}
#slide_container:hover .slide_ui{
  display: block;
}
#slide_container div.hovering{
  display: block;
}
#slide_container .slide_ui:hover{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#slide_container .bottom,
#slide_container .bottom:hover{
  bottom: 0;
  color: white;
  cursor: auto;
  filter: alpha(opacity=80);
  font-size: .8em;
  font-weight: bold;
  opacity: 0.8;
  left: 25px;
  padding: 6px;
  width: 188px;
}
#slide_container .bottom p{
  margin: 0;
  display: none;
}
#slide_container p.show{
  display: block;
}
#slide_container .center{
  height: 50px;
  left: 100px;
  top: 50px;
  width: 50px;
}
#slide_container .pause{
  background: url("../images/slide_pause.gif");
}
#slide_container .play{
  background: url("../images/slide_play.gif");
}
#slide_container .left{
  background: url("../images/slide_arrow_left.gif");
  height: 165px;
  left: 0;
  top: 0;
  width: 20px;
}
#slide_container .right{
  background: url("../images/slide_arrow_right.gif");
  height: 165px;
  right: 0;
  top: 0;
  width: 20px;
}
#slide_container a{
  color: white;
}

#sidebar img.bleed_right{
  clear: left;
  float: none;
  left: 10px;
  position: relative;
  width: 280px;
}

/*X    XXX    XXX
XXX   X   X   XXX
XXX      X    XXX
XXX     X     XXX
XXX    X      XXX
XXX   XXXXX   XXX

CLASSES
---------------*/

.clear{
  clear: both;
}

.from{
  color: red;
  font-weight: normal;
  white-space: nowrap;
}

.keep{
  white-space: nowrap;
}

.portrait{
  clear: left;
  float: left;
  margin: 0 16px 16px 0;
  width: 221px;
}