/* ---------------------------------------- */
/* Layout and box properties | 2005-11-16
   NOTE: Used media="Screen" to filter out 
   PPC PIE */
/* ---------------------------------------- */


* {
  padding:0;
  margin:0;
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

p {
  margin-bottom: 1em;
}

img {
  border: none;
}

body {
  font-size: 80%;
  color: #333;
  line-height: 1.2em;
  text-align: left;
  margin: auto auto 25px auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

a {
  border: none;
  text-decoration: none;
  outline: none;
}

/* ============================================== */
/* =core layout */
/* ============================================== */

#body a:link, #body a:visited, #body a:hover {
  text-decoration: none;
  color: #6699cc;
}

#home { 
  background: #000000;
  text-align:left;
  margin: 0 auto 0 auto;
}

#wrapper {
  width:800px; 
  margin: 20px auto 20px auto;
}

#subbar {
  width: 100%;
  background: #5d81aa;
  margin-bottom: 3px;
  text-align: center;
  color: white;
  font-size: 1.4em;
  padding-bottom: 3px;
  padding-top: 3px;
}

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

#subbar a:hover {
  text-decoration: none;
  color: #000000;
}

.sublink {
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown {
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown a:hover {
  color: #ffffff;
  cursor: default;
}



#page {
  float: left;
  background-color: #ffffff;
  width: 800px;
}

#page ul {
  margin: 0 0 1em 1.5em;
  list-style: none;
}

#page li {
  margin: 0 0 .5em 0;
  padding: 0 0 0 1em;
  background: url("images/round.png") 0 .2em no-repeat;
  list-style-type: none;
}

#page h1 {
  color: #333333;
  margin-bottom: .25em;
}

#page a {
  color: #5d81aa;
}

#page a:hover {
  color: #000000;
}

#page h2, #page h3, #page h4, #page h5 {
  color: #666666;
  margin-bottom: .25em;
}

#content {
  margin: 30px 30px 30px 30px;
}

#content a{
  color:#5d81aa;
}

#content a:hover{
  color:#000000;
}

#footer {
  padding-top: 10px;
  background: #000000;
  text-align: center;
  color: #ffffff;
  padding-bottom:30px;
}

#footer a:link, #footer a:visited {
  color: #ffffff;
}

#footer a:hover {
  color: #5d81aa;
}

#hname {
  text-align:center;
  line-height:1.0em;
  font-size:2.5em;
  font-weight: bold;
  color:#000000;
  border-bottom:2px solid #555555;
}

#blogcontentfull {
  width:93%;
  margin: 30px 30px 30px 30px;
}

#blogcontentfull a{
  color:#5d81aa;
}

#blogcontentfull a:hover{
  color:#000000;
}

#blogcontent {
  float:left;
  width:550px;
  margin: 30px 30px 30px 30px;
}

#blogsidebar{
  float:right;
  width:140px;
  margin-top: 30px;
  margin-right:50px;
  margin-bottom:30px;
}

#blogpost{
 color:#000000;
}

#blogcontent a{
  color:#5d81aa;
}

#blogcontent a:hover{
  color:#000000;
}

#blogsidebar a{
  color:#5d81aa;
}

#blogsidebar a:hover{
  color:#000000;
}

#blogpost h2 {
  color:#5d81aa;
}

#blogsidebar ul {
  margin: 0 0 0 0;
  list-style: none;
}

#blogsidebar li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url("") 0 0 no-repeat;
  list-style-type: none;
}

#shipHeader {
  margin-left:auto;
  margin-right:auto;
  font-size: 2.0em;
  font-weight: bold;
}

#shipCnt {
  margin-left:auto;
  margin-right:auto;
  font-size:1.5em;
}

#content .ft {
  font-size:0.75em;
  margin-left:5px;
}

#content .tab {
  margin-left:40px;
}

#mission {
  background-image: url("/images/line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom:30px;
  padding-right:30px;
  padding-left:30px;
  margin-top: 10px;
  height: 210px;
}

#mission #picture {
  float: left;
  width: 40%;
}

#mission #text {
  float: right;
  width: 56%
}

#teaser {
  background-image: url("/images/vTeaser.png");
  background-repeat: repeat-y;
  background-position: top right;
  height:180px;
  padding-left: 50px;
}

#teaser .teaserLeft {
  float: left;
  width: 250px;
}

#teaser .teaserMiddle {
  float: left;
  width: 150px;
  padding-left: 30px;
}

#teaser .teaserRight {
  float: left;
  width: 310px;
}

#cadpic {
  background: url("/images/cad/entireCad.png") no-repeat;
  width:721px;
  height:654px;
}

#caddesc{
  width:460px;
  height:422px;
  float:right;
}

#cadpic #cadlift {
  position: relative;
  top: 85px;
  left:175px;
  z-index:70;
  background-image: url("/images/cad/liftBubble.jpg");
  width:38px;
  height:38px;
}

#cadglobe {
  position: relative;
  top: 405px;
  left:208px;
  z-index:70;
  background-image: url("/images/cad/globeBubble.jpg");
  width:38px;
  height:38px;
}

#cadarm {
  position: relative;
  top: 385px;
  left:515px;
  z-index:70;
  background-image: url("/images/cad/armBubble.jpg");
  width:38px;
  height:38px;
}

#cadfp {
  position: relative;
  top: 423px;
  left:100px;
  z-index:70;
  background-image: url("/images/cad/fpBubble.jpg");
  width:38px;
  height:38px;
}

#cadframe {
  position: relative;
  top: 430px;
  left:270px;
  z-index:70;
  background-image: url("/images/cad/frameBubble.jpg");
  width:38px;
  height:38px;
}

#caddescription{
  width:400px;
  height:557px;
  background-color:#cccccc;
  float:right;
  margin-bottom: 30px;
}

.alignleft {
  float:left;
}

.alignleft a{
  color:#5d81aa;
}

.alignleft a:hover{
  color:#000000;
}

.alignright {
  float:right;
}

.alignright a{
  color: #5d81aa;
}

.alignright a:hover{
  color:#000000;
}
/* ============================================== */
/* =minor layout */
/* ============================================== */

.container {
  position: relative;
}

/* =floated boxes, e.g. images */
.left {
  float: left;
  padding-right: 10px;
}
.right {
  float: right;
  padding-left: 10px;
}
.center {
  margin: auto auto;
  text-align: center;
}

.hiddenPic {
  display: none;
}

/* icons */
img.icon {
  border: none;
  vertical-align: middle;
}

/* spacing fix */
div.clear {
  clear: both;
  font-size: 0px;
  line-height: 1px;
  height: 0;
  border: none;
}

/* ************************************************** */
/* =drupal */
/* ************************************************** */

#tabs { margin: 0 0 1em 0; padding: 0; }

#tabs ul.tabs li {
  background: none; 
}

#content .entry {
  margin-bottom: 1em;
}

#content .indexmetadata {
  margin: 0 0 40px 0;
}

.weblink-term {
  margin-top: 1em;
  font-weight: bold;
}
.weblink-subterm {
  font-size: 86%;
}


/* ============================================== */
/* =misc */
/* ============================================== */
hr { display: none; }   
.clear { clear: both; }

/* PIE easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0%;}
.clearfix {display: block;}
/* End hide from IE-mac */


