@charset "ISO-8859-1";
body {
	background: #01135b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#flashContent {
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: center;
	background-color: #FFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #01135b;
	border-bottom-color: #01135b;
	border-left-color: #01135b;
}
#textBox {
	border: 2px solid #01135b;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
}
#table {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #01135b;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#video {
	text-align: center;
}
.videoCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	line-height: 17px;
}
#gallery {
	width: 816px;
}
.galleryCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
}
#specs-left {
	width: 380px;
	margin-left: 20px;
	float: left;
	padding-top: 0px;
}
#specs-right {
	width: 360px;
	margin-left: 20px;
	margin-right: 20px;
	float: right;
	padding-top: 0px;
}
.specs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 3px;
	line-height: 16px;
}
#masthead {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
	height: 200px;
	background-color: #FFF;
}
#navigation {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #01135b;
}
#navigation p {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding-top: 10px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 0px;
}
.homeHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding-top: 0px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 0px;
	color: #01135b;
}
.homeContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-right: 100px;
	padding-left: 100px;
	color: #01135b;
}
.websiteCredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding-top: 2px;
	color: #01135b;
}
.slideshowInstructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	text-align: right;
	margin: 0;
	padding-right: 10px;
	color: #666;
}
#textBox a:link {
	color: #01135b;
	text-decoration: none;
}
#textBox a:visited {
	text-decoration: none;
	color: #01135b;
}
#textBox a:hover {
	text-decoration: underline;
	color: #01135b;
}
#textBox a:active {
	text-decoration: none;
	color: #01135b;
}
#navigation a:link {
	color: #fff;
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #fff;
}
#navigation a:hover {
	text-decoration: underline;
	color: #fff;
}
#navigation a:active {
	text-decoration: none;
	color: #fff;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.close {  /* for the Javascript newWindows */
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.close a:link {
	color: #000;
	text-decoration: none;
}
.close a:visited {
	color: #00;
	text-decoration: none;
}
.close a:hover {
	color: 000;
	text-decoration: underline;
}
.close a:active {
	color: #000;
	text-decoration: none;
}
#contentWrapper {
	margin: 0px;
	padding: 0px;
	width: 816px;
}
#contentWrapper #content {
  clear: both;
  margin: 0; 
  padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#colWrapper {
	width: 796px;
	margin-left: 20px;
}
#links, #links2, #links3 {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
}
#textRight, #textRight2 {
	float: right;
	width: 210px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	text-align: right;
	font-style: italic;
	font-size: 9px;
}
#drawings {
	width: 710px
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
}
#aerialCol1, #aerialCol2, #aerialCol3, #atrestCol1, #atrestCol2, #atrestCol3, 
#deckCol1, #deckCol2, #deckCol3, #interiorsCol1, #interiorsCol2, #interiorsCol3 {
	float: left;
	width: 262px;
	margin: 0;
	padding: 0;
}
#aerialCol1 img, #aerialCol2 img, #aerialCol3 img, #atrestCol1 img, #atrestCol2 img, #atrestCol3 img, #deckCol1 img, #deckCol2 img, #deckCol3 img, #interiorsCol1 img, #interiorsCol2 img, #interiorsCol3 img {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#aerialCol1 .caption, #aerialCol2 .caption, #aerialCol3 .caption, #atrestCol1 .caption, #atrestCol2 .caption, #atrestCol3 .caption, #deckCol1 .caption, #deckCol2 .caption, #deckCol3 .caption, #interiorsCol1 .caption, #interiorsCol2 .caption, #interiorsCol3 .caption, #drawings .caption {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 6px;
	text-align: left;
}
#colSpan {
	clear: both;
	margin: 0;
	padding-top: 10px;
}
.colSpan {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 20px;
	text-align: left;
}
.photoCaption {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
}
h1 {
	font-size: 14px;
	color: #01135b;
	letter-spacing: .02em;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	text-align: left;
}
.photoCredit {
	font-size: 9px;
	text-align: right;
	color: #01135b;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.backtotop {
	font-size: 9px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 10px;
	text-align: right;
	font-style: italic;
}
.getFlash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	padding-top: 0px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 10px;
	color: #01135b;
}