/* CSS 2 Stylesheet for SSI website, 2/20/09 */

body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  font-family: sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000066;
}
#navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  height: 100%;
}
#navbar img {  
  width: 100%;
  height: auto;
  margin-top: 2%;
}
#navbar a {
  display: block; 
  text-align: center;
  margin-top: 1em;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
#navbar a:hover, #navbar a:active {
  text-decoration: underline;
}
#current {
  background-color: #808080;
}
#content {
  position: absolute;
  top: 0;  
  left: 14%; 
  width: 58%;
  color: #000066;
  background-image: url(imagelib/content_background.jpg);
  padding: 2em;
  padding-right: 25%;
}
#introvideo {
  align: center;
  margin-top: -10%;
  width: 60%;
  height: auto;
}
h1, #logo, #footer {
  text-align: center;
}
#logo img {
  border: 2px solid black;
  margin-bottom: 2em;
}
#content a {
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

#rightcol {
  position: absolute;
  top: 0;
  left: 75%; 
  width: 25%;
  height: 100%;
  background: #00669A url(imagelib/right_background.jpg) repeat-y;
}

h1 {
  font: large;
  text-decoration: underline;
  font-style: italic;
  font-weight: x-bold;
}
 
#footer {
  font: small;
  margin: 8em auto 1em auto;
  clear: both;
}


h3 {
  font-weight: 900;
  margin-bottom: -0.5em;
}
h4 {
  font-weight: 700;
  display: inline;
}
ul {
  list-style-type: none;
}
li {
  clear: left;
  margin: 1em 0 2em 0;
}
.prodpic {
  float: left;
  margin:0 1em 3em 0;
  width: 16%;
  height: auto;
} 
img.leftpic {
  float: left;
  margin: 1em 1em 1em 0;
}
img.rightpic {
  float: right;
  margin: 1em 0 1em 1em;
}                       
img#sunrise {
  width: 80%;
  height: auto;
  margin-left: 10%;
}
p.smallfont,li p {
  font-size: 12px;
  }
li form img {
  clear: left;
  float: left;
}
