/************************************************
  Default Page
************************************************/
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  background: #000 url(images/bg.jpg) no-repeat top center;
  background-attachment: fixed;
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-size: 10pt;
}
a {
  text-decoration: none;
  color: #f3ce71;
  color: #aaf;
  font-weight: bold;
}
#page {
  width: 1000px;
  margin: auto;
}
#header {
  position: relative;
  height: 200px;
}
#footer {
  color: #aaf;
  text-align: center;
  padding: 10px 0 25px;
  margin-top: 120px;
  font-size: 10pt;
  clear: both;
  background: #000;
  border-top: solid #55a 1px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/************************************************
  Header
************************************************/
#logo {
  text-indent: -9000px;
  background: transparent url(images/logo.png) no-repeat center center;
  width: 480px;
  height: 64px;
  position: relative;
  top: 10px;
}
#logo a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
#banner {
  background: url(images/lake.jpg) no-repeat top center;
  width: 100%;
  height: 480px;
  height: 390px;
  border-bottom: solid black 1px;
}
#videoNav {
	display:none;
}
#nav {
  height: 45px;
  border-bottom: solid #ccf 1px;
}
#nav li {
  display: block;
  height: 100%;
  width: 124px;
  float: left;
}
#nav li.videos {
	width: 130px;
}
#nav a {
	background: #227 url(images/navBG.png) repeat-x bottom;
  display: block;
  padding-top: 14px;
  padding-bottom: 13px;
  text-align: center;
  color: #ccf;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#nav a:hover {
  background: #88f;
  color: #fff;
  border: solid #fff 1px;
  border-style: none solid;
  border-bottom: solid #99f 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 5px #333;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
#contact {
  color: #aaa;
  position: absolute;
  right: 185px;
  top: 45px;
  text-align: right;
  font-size: 130%;
}
#photo {
  position: absolute;
  right: 0;
  top: 20px;
}

/************************************************
  Page
************************************************/
#body {
  background: transparent;
  border: solid black 1px;
  box-shadow: 0px 0px 20px #fff;
  -moz-box-shadow: 0px 0px 20px #fff;
  -webkit-box-shadow: 0px 0px 20px #fff;
}
#bodyBG {
  background-color: #222255;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
#bodyBG p {
  padding: 10px 0;
}
#bodyBG li {
  margin-left: 50px;
}
#bodyBG h1 {
  font-size: 20pt;
  color: #003a9a;
}
#leftColumn, #rightColumn {
}
#leftColumn {
  width: 600px;
  float: left;
  background: #dcdfe3 url(images/bodyBG.png) repeat-x top;
  padding: 20px;
  min-height: 300px;
}
#leftColumn a {
  color: #33F;
}
#rightColumn {
  width: 295px;
  float: right;
  background-color: #222255;
  padding: 10px;
  font-size: 10pt;
  font-style: italic;
}
#rightColumn h1, #rightColumn h2 {
  color: #aaf;
  padding: 10px 0 0;
  font-style: normal;
  font-size: 14pt;
}
#rightColumn ul {
  padding-top: 10px;
}
#rightColumn li {
  margin-left: 30px;
  color: #f0f0ff;
}
#rightColumn a {
  border-bottom: solid #aaf 1px;
  color: #aaf;
  padding-bottom: 0px;
}
#rightColumn a:hover {
  border-color: white;
  color: white;
}
#rightColumn p {
  color: #f0f0ff;
  padding: 5px 10px 15px 10px;
}
