.home #content
{
  width: 940px;
  height: 674px;
  background: url("../home/home_bkgd.jpg") 0 0 no-repeat;
  position: relative;
  text-align: left;
  margin: 24px auto 0 auto;
}

.home #content h1 span
{
  display: none;
}

.home .hp-notice {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 8px 28px;
  text-align: center;
}
.home .hp-notice img {
  display: inline-block;
  height: auto;
  margin-right: 20px;
  vertical-align: middle;
  width: 80px;
}
.home .hp-notice a,
.home .hp-notice a:link,
.home .hp-notice a:visited {
  color: #005395;
  text-decoration: underline;
}
.home .hp-notice a:hover {
  text-decoration: none;
}

#logo
{
  position: absolute;
  top: 260px;
  left: 46px;
}

#nav
{
  width: 940px;
  height: 28px;
  position: absolute;
  top: 325px;
  left: 0;
  background-color: #c8d8e0;
  border-bottom: 2px solid #333333;
}

#nav span
{
  position: absolute;
  left: 622px;
  background-color: #c8d8e0;
}

#nav a
{
  display: block;
  float: left;
  height: 20px;
  padding: 8px 16px 0 16px;
  font-weight: bold;
}

#nav a:link, #nav a:visited
{
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

#nav a:hover
{
  color: #ffffff;
  background-color: #005395;
  text-decoration: none;
}

#skagitOrka a:link, #skagitOrka a:visited
{
  position: absolute;
  top: 325px;
  right: 0px;
  width: 66px;
  height: 28px;
  background: #c8d8e0 url("/css/orca_logo.gif") 0 0 no-repeat;
}

#skagitOrka a:hover
{
  background-position: 0 -28px;  
}

#skagitOrka span
{
  display: none;
}

#buttonLeft
{
  position: absolute;
  top: 387px;
  left: 38px;
  z-index: 200;
  width: 250px;
  height: 180px;
  background: url("../home/button_left.jpg") 0 0 no-repeat;
  cursor: pointer;
}

#leftHover
{
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 160px;
  background: url("../home/button_hover.jpg") 0 0 no-repeat;
  cursor: pointer;
}

#buttonMiddle
{
  position: absolute;
  top: 387px;
  left: 286px;
  z-index: 100;
  width: 222px;
  height: 180px;
  background: url("../home/button_middle.jpg") 0 0 no-repeat;
  cursor: pointer;
}
/*
#buttonMiddleHover
{
  background-position: 0 -180px;
}*/

#buttonRight
{
  position: absolute;
  top: 387px;
  left: 506px;
  z-index: 200;
  width: 250px;
  height: 180px;
  background: url("../home/button_right.jpg") 0 0 no-repeat;
  cursor: pointer;
}

#rightHover
{
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 210;
  width: 30px;
  height: 160px;
  background: url("../home/button_hover.jpg") -42px 0 no-repeat;
  cursor: pointer;
}

#buttonLeft h3 a, #buttonMiddle h3 a, #buttonRight h3 a  
{  
  display: block;  
}

#buttonLeft span.copy, #buttonMiddle span.copy, #buttonRight span.copy
{
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  position: absolute;
  top: 17px;
  right: 20px;
}

#buttonMiddle span.copy
{
  right: 54px;
}

#buttonRight span.copy
{
  left: 20px;
}

#buttonLeft a, #buttonMiddle a, #buttonRight a
{
  text-decoration: none;
}

#buttonMiddle p
{
  display: none;
  /*position: absolute;
  top: 24px;
  left: 14px;
  width: 188px;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;*/
}

.pics
{
  width: 214px;
  height: 132px;
  position: absolute;
  top: 38px;
  left: 30px;
  z-index: 100;
}

.rightPics
{
  left: 6px;
}

.pics img
{
  width: 219px;
  height: 132px;
}