@charset "UTF-8";
/* CSS Document */

body {
  background-color:#D4E3E8;
  text-align:center;
  margin:0px;
  padding:0px;
}

.preloadImg {
  display:none;
}

#container {
  margin:0 auto;
  width:950px;
}

a:focus {
	outline:none;
}

#flvPlayer {
  width:950px;
  margin:0 auto;
}

img {
  border: 0px;
}

.clear {
  clear: both;
}

/* * * * * * * * * * * * * * * 
		NAVIGATOR
* * * * * * * * * * * * * * */

#navWrapperOut {
  background-color:#ffffff;
  width:950px;
  height:71px;
  margin:15px 0 0 0;
}

#navWrapperIn {
  width:100%;
  padding:0px;
  border:0px;
}

#navWrapperIn table {
  border-collapse:collapse;
  margin:0;
  padding:0;
  width:100%;
}

#navWrapperIn table td {
  padding:0;
}

#navWrapperIn table td.logo {
  width:148px;
  padding-left:18px;
  padding-top:8px;
  vertical-align:top;
}

#navWrapperIn table td.strip {
  height:51px;
  width:100%;
  vertical-align:top;
}

#navWrapperIn table td.menu {
  text-align:right;
  vertical-align:top;
  padding-right:33px;
}

#navLogo { 
  width:148px;
  margin:0px;
  border:0px;
  padding:0px;
  text-align:left;
}

#navStrip {
  background-image:url(../images/navStrip.gif);
  height:59px;
  width:100%;
  vertical-align:top;
}

#navMenu {
  width:312px;
  padding-top:23px;
  float:right;
}

/* * * * * * * * * * * * * * *
	PROJECTS SUB NAV TABLE
* * * * * * * * * * * * * * */

#projectsNav {
  height:20px;
  float:right;
  font-family:"Geneva",Arial,Helvetica;
  font-size:12px;
  margin-top:-10px;
  position: relative;
}

#projectsNav ul {
  float:right;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

#projectsNav li {
  float:left;
  margin-left:10px;
  padding:3px 0 1px 0;
}

#projectsNav li a:hover {
  background-color:#BFCCD9;
  padding:3px 10px 3px 10px;
}

#projectsNav li.active {
  background-color:#00447A;
  color:#FFFFFF;
  text-decoration:none;
}

#projectsNav li.active a, #projectsNav li.active a:visited, #projectsNav li.active a:hover {
  background-color:#00447A;
  color:#FFFFFF;
  text-decoration:none;
}

#projectsNav a, #projectsNav a:visited {
  color:#00447A;
  padding:3px 10px 3px 10px;
  text-decoration:none;
}

#projectsNav a:hover {
  color:#00447A;
  text-decoration:none;
}

/* * * * * * * * * * * * * * *
	   ABOUT AND TECH
* * * * * * * * * * * * * * */

#infoDiv {
  background:#8ba5c8 url(../css/r/rotator.php) no-repeat top left;
  width:950px;
  height:550px;
  margin:0 auto;
  border-color:#D4E3E8;
  border-style:solid;
  border-width:1px;
}

#specDiv {
  background:#546f92 url('../images/bgfade.gif') repeat-x top left;
  width:950px;
  margin:0 auto;
  border: 1px solid #D4E3E8;
}

#infoDiv table {
  background: url('../images/tranyPng.png') repeat top left;
  border-width:3px;
  border-color:#00447A;
  border-style:solid;
  margin: 58px auto 0 auto;
  padding:0;
  width:760px;
}

#specDiv table {
  background: url('../images/tranyPng.png') repeat top left;
  border-width:3px;
  border-color:#00447A;
  border-style:solid;
  margin: 20px auto 20px auto;
  padding:0;
  width:760px;
}

#infoDiv table td.content{
  text-align: left;
  padding: 0 0 0 18px;
  vertical-align:top;
  width: 430px;
}

#infoDiv table td.contact{
  text-align: left;
  vertical-align:bottom;
  padding: 0 0 0 60px; 
}

#infoDiv table td.equal{
  text-align: left;
  vertical-align: top;
  width: 340px;
  padding: 0 20px 0 20px;
}

#specDiv table td.all{
  text-align: left;
  vertical-align: top;
  width: 700px;
  padding: 0 30px 0 30px;
}

#infoDiv table p.left {
  font-family: "Geneva",Arial,Helvetica;
  color: #00447A;
  font-size: .81em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: .5em;
}

#infoDiv table p.left a, #infoDiv table p.left a:visited {
  color: #00447A;
  line-height: 3.0em;
  font-style: italic;
  font-weight: 900;
  text-decoration: underline;
}

#infoDiv table p.left a:hover {
  text-decoration: none;
}

#infoDiv table p.right {
  font-family: "Geneva",Arial,Helvetica;
  color: #00447A;
  font-size: .81em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: .5em;
}

#infoDiv table p.right b {
  letter-spacing:-.1em;
}

#infoDiv table p.right a, a:visited {
  color: #00447A;
  text-decoration: underline;
}

#infoDiv table p.right a:hover, a:visited:hover {
  color: #00447A;
  text-decoration: none;
}

#infoDiv table p.right a:active, a:visited:active {
  color: #00447A;
}

/* * * * * * * * * * * * * * *
			FOOTER
* * * * * * * * * * * * * * */

#footerDiv {
  width:950px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom:20px;
}

#ftDiv {
  width:950px;
  float:left;
}

.bump {
  padding-right: 10px;
}

#ftRight {
  float: right;
}

#ftLeft {
  float: left;
  text-align: right;
}

#footerDiv p.base {
  font-family: "Geneva",Arial,Helvetica;
  color: #000000;
  font-size: .6em;
  font-weight: normal;
  text-align:right;
  margin:0;
}

#footerDiv p.required {
  font-family: "Geneva",Arial,Helvetica;
  color: #79a5b4;
  font-size: .5em;
  font-weight: normal;
  text-align: right;
  margin: 1px 0 0 0;
}
