@charset "utf-8";
/* CSS Document */

body {
   margin: 0px;
   padding: 0px;
   font-family: Arial,sans-serif;
   font-size: 13px;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}
a{
	color: white;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}
#mainContainer {
	width:1200px;
	height: 800px;
	margin: 3px auto;
	color:#330000;
	background-color: #002f66;
}
#homeLeftArea {
	position: relative;
	float: left;
	width: 20%;
	background-color: #000033;
}
#homeCenterArea{
	position: relative;
	float: left;
	width: 55%;
	background-color: #000033;
}
#homeRightArea{
	position: relative;
	float: left;
	width: 25%;
	background-color: #000033;
}
#hDivider{
	position: relative;
	float: left;
	color: white;
	width: 100%;
	height: 4px;
	background-color: white;
}
.blueDivider{
	position: relative;
	float: left;
	width: 100%;
	height: 10px;
	background-color: #002f66;
}
.vertBar{
	position: relative;
	float: left;
	width: 5px;
	height: 500px;
}
#navBar{
	position: relative;
	float: left;
	color: white;
	width: 100%;
	height: 30px;
	background-color: #000033;
}
#navTable{
	color: white;
	font-size:16px;
	font-weight:bold;
}
#headerTable{
	color: white;
	font-size:16px;
	font-weight:bold;
}
#homeRightTable{
	color: white;
}
#homeRightTable td:hover{
	color: yellow;
	background-color: #06F;
	cursor: pointer;
}
#signTableBody td:hover{
	color: yellow;
	background-color: #06F;
}
#signSelectLeftTable tr:hover{
	color: yellow;
	background-color: #06F;
}
	
#navTable td:hover{
	color: yellow;
	background-color: #06F;
}
#leftTable{
	color: white;
	font-size:16px;
	font-weight:bold;
}
#leftTable td:hover{
	color: yellow;
	background-color: #06F;
	/*cursor: pointer; */
}
.custName{
	color: #9FF
	font-size:14px;
	font-weight:bold;
}
#header {
	position: relative;
	float: left;
	color: white;
	font-size:16px;
	font-weight:bold;
	width: 100%;
}
#iconbar {
	height: 60px;
	width: 1568px;
	background-color: #136fa6;
	text-align: center;
	color:#FFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#signSelectLeftArea {
	position: relative;
	float: left;
	width: 25%;
	height: 630px;
	background-color: #000033;
}
#signSelectRightHeaderTable{
	color: white;
	font-size:24px;
	font-weight:bold;
	width: 100%;
}

#signSelectLeftTable{
	color: white;
	font-size:14px;
	font-weight:bold;
	overflow: auto;
    overflow-x: hidden;
	text-align: left;
	display: block;
	max-height: 580px;
}
#signSelectRightTable1{
	float: left;
	color: white;
	font-size:14px;
	font-weight:bold;
	width: 45%;
	padding-left: 5px;
	border-spacing: 0 5px;
}
#signSelectRightTable2{
	float: left;
	color: white;
	font-size:16px;
	font-weight:bold;
	width: 45%;
	border-spacing: 0 5px;

}

#signSelectCenterArea {
	position: relative;
	float: left;
	width: 25%;
	height: 630px;
	background-color: #000000;
}
#signSelectRightArea {
	position: relative;
	color: #ffffff;
	float: left;
	width: 50%;
	height: 630px;
	background-color: #000033;
}

#navBarDiv {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	height: 32px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

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

#navBarDiv ul li {
	display: inline;
}

#navBarDiv ul a{
	display: block;
	float: left;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	height: 21px;
	padding: 9px 15px 2px 15px;
	text-decoration: none;
	border-right: 1px solid #000000;
}

#navBarDiv ul a.active {
	color: #184a8d;
}

#navBarDiv ul a:hover{
	color: #666666;
}




.locked {
	text-decoration: line-through;
	background-color: #999999;
}

.selected {
	background-color: #ffff00 !important;
}

input,textarea {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 4px;
}
select {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 3px;
}
input:focus, textarea:focus {
    border: 1px solid #666666;
}

.hidden {
	display: none !important;
}
#signTable{
	width: 100%;
}
#signTableHead {
	display: table;
	width: 100%;
	background-color:#9CF;
	font-size: 1.2em;
}
#signTableBody{
	width: 100%;
	background-color:#000000;
	color: #FFFFFF;
	display: block;
    max-height: 580px;
    overflow: auto;
    overflow-x: hidden;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;

}
btnRequestQuote{
	vertical-align: bottom;
}
.buttonShort{
	font-size: 1em;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	}

#fullScreen {
	position: relative;
	float: left;
	font-size:18px;
	width: 100%;
	background-color: #000033;
}

#contactTable{
	color: white;
	font-size:18px;
	font-weight:bold;
 	text-align: center;
}
#missionScreen {
	position: relative;
	float: left;
	width: 100%;
	background-color: #000033;
}

#missionTable{
	color: white;
font-weight:bold;
}
#pictureTable{
	color: white;
	font-weight:bold;
}
#statementTable{
	color: white;
	font-weight:bold;
	text-decoration: none;
}
#galleryDiv {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
}
.movieSpacer {
	position: relative;
	float: left;
	width: 25%;
	height: 400px;
}
#movieDiv	{
	position: relative;
	float: left;
	height: 400px;
	width = 50%;
}
.large_font {
	font-size: 2em;
	font-weight:bold;
	padding: 25px;
}