/* CSS Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout */

body
{
  margin: 0;
  padding: 0;
  text-align: center;
  background: #b8cad2 url("body_bkgd.png") 0 0 repeat-x;
}

#container
{
  margin: 0 auto;
}

#top
{
  position: absolute;
  z-index: 100;
  top: -25px;
  left: 19px;
  background: url("top.png") 0 0 no-repeat;
  width: 902px;
  height: 26px;
}

#left
{
  position: absolute;
  z-index: 100;
  top: -25px;
  left: -20px;
  background: url("left.png") 0 0 no-repeat;
  width: 39px;
  height: 760px;
}

#right
{
  position: absolute;
  z-index: 200;
  top: -25px;
  left: 920px;
  background: url("right.png") 0 0 no-repeat;
  width: 38px;
  height: 760px;
}

#footer
{
  margin: 0 auto;
  width: 940px;
  height: 83px;
  position: relative;
}

#footer #fluidLogo
{
  position: absolute;
  top: 14px;
  left: 50px;
  /*background: url("fluid_logo.gif") 0 0 no-repeat;*/
  width: 104px;
  height: 13px;
  display:none;
}

#footer #innerwrap
{
  width: 940px;
  height: 83px;
  background: transparent url("footer_bkgd.png") 0 0 no-repeat;
}

#footer p
{
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 16px;
  color: #ffffff; 
  position: absolute;
  top: 0px;
  left: 40px;
}

#footer p a
{
  padding: 0 6px 0 6px;
  position: relative;
  z-index: 200;
}

#footer p a:link, #footer p a:visited
{
  color: #ffffff;
  text-decoration: none;
}

#footer p a:hover
{
  color: #ffffff;
  text-decoration: underline;
}

#footer p#copyright
{
  display: none;
  /*
  font-size: 9px;
  color: #bbbbbb;
  position: absolute;
  top: 14px;
  right: 40px;
  padding-top: 0;
  text-align:right;
  text-transform: none;
  */
}

/* Typography */

h1, h2, h3, h4, p, li, th, td
{
  font-family: Arial, sans-serif;
  color: #000000;
  font-weight: 400;
}

h1
{
  font-size: 34px;
  color: #233946;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

h3
{
  font-size: 22px;
  font-weight: normal;
  color: #233946;
  text-transform: uppercase;
}

h4
{
  font-size: 13px;
  font-weight: bold;
}

p, th, td, caption
{
  font-size: 12px;
  line-height: 18px;
  padding-top: 18px;
}

/* Common interior page layout */

#content
{
  width: 940px;
  height: 674px;
  background-color: #ffffff;
  position: relative;
  text-align: left;
  margin: 24px auto 0 auto;
}

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

#topnav 
{
  overflow: hidden;
  position: absolute;
  right: 18px;
}

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

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

#topnav a:hover
{
  color: #ffffff;
  text-decoration: none;
}

#topnav a.current:link, #topnav a.current:visited
{
  color: #ffffff;
  background-color: #005a94;
  text-decoration: none;
}

#topnav li 
{
  float: left;
  list-style: none;
}

#skagitOrka a:link, #skagitOrka a:visited
{
  padding: 0;
  width: 66px;
  height: 28px;
  background: #c8d8e0 url("/css/orca_logo.gif") 0 0 no-repeat;
  border-left: 1px solid #000000;
}

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

#skagitOrka span
{
  display: none;
}

#header
{
  position: absolute;
  top: 29px;
  left: 0px;
  background: url("header_bkgd.jpg") 0 0 no-repeat;
  width: 940px;
  height: 94px;
}

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

#seriesLinks
{
  position: absolute;
  top: 0px;
  left: 470px;
}

#seriesLinks p
{
  float: left;
  width: 100px;
  height: 94px;
  border-left: 1px solid #aaa9a5;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}

p#tomcatSeries
{
  border-right: 1px solid #aaa9a5;
}

#seriesLinks a
{
  text-transform: uppercase;  
  text-decoration: none;
  display: block;
  /*width: 100%;
  height: 100%;*/
  height: 66px;
  padding-top: 28px;
  background: #233946 url("series_nav_shadow.png") 0 0 repeat-x;
}

#seriesLinks a:link, #seriesLinks a:visited
{
  color: #ffffff;
  background-color: #233946;
}

#seriesLinks a:hover, #seriesLinks p#classicSeries a.current, #seriesLinks p#ventureSeries a.current, #seriesLinks p#tomcatSeries a.current
{
  color: #ffffff;
  background-color: #005395;
}

#headerShadow
{
  position: absolute;
  z-index: 300;
  top: 123px;
  left: 0;
  width: 940px;
  height: 5px;
  line-height: 1px;
  font-size: 0px;
  background: url("header_shadow.png") 0 0 no-repeat;
}