@charset "UTF-8";
body {
	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%;
	background-color: #284c96;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
	width: 940px;  
	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. */
}
#masthead {
	height: 200px;
}
#navigation {
	width: 940px;
	margin: 0;
	height: 32px;
}
#mainContent {
	background: #FFFFFF;
	width: 900px;
	padding: 0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
h1 {
	font-size: 16px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 18px;
	color: #0e1943;
}
h2 {
	font-size: 12px;
	padding-top: 18px;
	padding-left: 20px;
	margin: 0px;
	color: #0e1943;
	line-height: 20px;
}
.movieClipsTop {
	padding-top: 18px;
	font-size: 11px;
	padding-left: 0px;
	margin: 0px;
	color: #0e1943;
	font-style: italic;
	line-height: 20px;
}
.movieClipsHighlighting {
	padding-top: 8px;
	font-size: 12px;
	padding-left: 20px;
	margin: 0px;
	color: #0e1943;
	font-weight: bold;
}
.videoText {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 0px;
}
.videoTextRight {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 20px;
}
.homeText {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	padding-top: 6px;
	padding-left: 20px;
}
.homeTextRight {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
}
.homeSpecs {
	font-size: 11px;
	margin: 0;
	padding-left: 20px;
	line-height: 15px;
}
.homeBrochure {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#homeLeft, #videoLeft {
	width: 460px;
	padding: 0;
	margin: 0px;
	float: left;
	background-color: #FFF;
  }
#homeRight, #videoRight {
	width: 440px;
	padding: 0;
	margin: 0px;
	float: right;
	background-color: #FFF;
  }
#homeRight img {
	padding-top: 10px;
  }
.videoClipsRight {
	margin: 0;
	padding-top: 10px;
}
.videoClipsLeft {
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
}
.videoCaption {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.videoCaptionRight {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer {
	background-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #284c96;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }
a:link {
	color: #0e1943;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0e1943;
}
a:hover {
	text-decoration: underline;
	color: #0e1943;
}
a:active {
	text-decoration: none;
	color: #0e1943;
}
.homeContact {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	color: #0e1943;
}
.websiteCredit {
	font-size: 9px;
	text-align: center;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 9px;
	color: #0e1943;
}
.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;
}
#table {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #01135b;
}
#tablePhoto {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.tableVideo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-top: 6px;
}
#textBox {
	border: 2px solid #284c96;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
}
#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: 5px;
	line-height: 16px;
}
.backtotop {
	font-size: 9px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 10px;
	text-align: right;
	font-style: italic;
}
.backtotopVideos {
	float: right;
	font-size: 9px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 30px;
	text-align: right;
	font-style: italic;
	display: inline;
}
.photoCategories {
	font-size: 13px;
	margin: 0px;
	color: #0e1943;
	font-weight: bold;
	padding: 0px;
}
.displayNone {
	display: none;
}
