@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: #2E2F2F;
	background-image: url(../_assets/images/bg/bodyBG.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #03325B;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_assets/images/bg/container2.png);
	background-position: top;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #container #header {
	height: 205px;
	width: 980px;
	text-align: center;
	background-image: url(../_assets/images/header.png);
}
.oneColFixCtrHdr #container #headerIndex {
	height: 205px;
	width: 980px;
	text-align: center;
	background-image: url(../_assets/images/headerIndex2.png);
}
.oneColFixCtrHdr #container #header #mainMenu {
	text-align: center;
}
.oneColFixCtrHdr #container #header #mainMenu tr td a img {
	margin-right: 15px;
	margin-left: 18px;
}
.oneColFixCtrHdr #footer {
	text-align: left;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #073e75;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #contentIndex {
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.oneColFixCtrHdr #contentHome {
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 20px;
}
.oneColFixCtrHdr #container #contentIndex #tableIndex {
	text-align: center;
}
.oneColFixCtrHdr #container #contentHome #homeHeader {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0px;
	height: 318px;
	width: 895px;
}
.oneColFixCtrHdr #container #contentHome #home2Col {
}
.oneColFixCtrHdr #container2 #contentIndex2 #tableIndex2 {
	text-align: center;
}
.oneColFixCtrHdr #container2 {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1B2128;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_assets/images/bg/container3.png);
	background-position: top;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #contentIndex2 {
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container2 #headerIndex2 {
	height: 205px;
	width: 980px;
	text-align: center;
	background-image: url(../_assets/images/headerIndex2.png);
}
.oneColFixCtrHdr #container2 #header #mainMenu2 {
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../_assets/images/bg/container2.png);
	background-color: #03325b;
} 
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header {
	text-align: center;
	height: 205px;
	width: 980px;
	background-image: url(../_assets/images/header.png);
	background-position: center center;
} 
.twoColFixLtHdr #container #header #mainMenu {
	height: 205px;
	text-align: center;
}
.twoColFixLtHdr #container #header #mainMenu tr td a  img{
	margin-right: 15px;
	margin-left: 18px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 1px solid #000;
	margin-top: 20px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #sidebar1 img {
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #footer {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height: 30px;
	color: #FFF;
	background-color: #073e75;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #contentMission {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
	text-align: center;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLtHdr #container #contentMission #missionHeader {
	height: 200px;
	width: 652px;
	background-image: url(../_assets/images/bg/mission.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
}
.twoColFixLtHdr #container #contentMission #missionHeader tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 205px;
	color: #FFF;
	padding-bottom: 15px;
	font-weight: normal;
}
.twoColFixLtHdr #container #contentMission #missionImage tr td img {
	margin-left: 0px;
	margin-right: 5px;
	border: 1px solid #000;
}
.twoColFixLtHdr #container #contentMission #missionImage tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6FB4E7;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.twoColFixLtHdr #container #contentMission #missionImage {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #contentProfile {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
	border-left-width: 1px;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr #tableProfile h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	margin-right: 20px;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr td h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin-left: 0px;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr td img {
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr td #topLogo {
	margin-top: 10px;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr td h5 {
	margin-left: 10px;
	font-weight: normal;
	color: #FFF;
}
.twoColFixLtHdr #container #contentProfile #tableProfile {
	border-right-width: 1px;
	border-right-color: #000;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr td p {
	padding-right: 20px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr #tableProfile p a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr #tableProfile p a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr #tableProfile p a:hover {
	color: #56AEEC;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentProfile #tableProfile tr #tableProfile p a:active {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #contentTeam {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 15px;
	border: 1px solid #000;
}
.twoColFixLtHdr #container #contentTeam #teamBios tr td p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #contentTeam #teamBios tr td img {
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #contentTeam #teamHeader {
	height: 142px;
	width: 688px;
	background-image: url(../_assets/images/bg/team.png);
	margin-left: 3px;
}
.twoColFixLtHdr #container #contentTeam #teamHeader tr td p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 24px;
}
.twoColFixLtHdr #contentTech {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	padding-top: 0px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLtHdr #container #contentTech #techHeader tr td p a:link {
	color: #58B1ED;
}
.twoColFixLtHdr #container #contentTech #techHeader tr td p a:visited {
	color: #58B1ED;
}
.twoColFixLtHdr #container #contentTech #techHeader tr td p a:hover {
	color: #FFF;
}
.twoColFixLtHdr #container #contentTech #techHeader tr td p a:active {
	color: #58B1ED;
}
.twoColFixLtHdr #container #contentTech #techImage tr td img {
	border: 1px solid #000;
	margin-left: 5px;
}
.twoColFixLtHdr #container #contentTech #techHeader {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 202px;
	width: 668px;
	background-image: url(../_assets/images/bg/tech.png);
	text-align: left;
}
.twoColFixLtHdr #container #contentTech #techHeader tr td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 205px;
	color: #FFF;
}
.twoColFixLtHdr #container #contentTech #techHeader tr td p {
	font-size: 12px;
	padding-right: 205px;
	padding-left: 20px;
	color: #FFF;
}
.twoColFixLtHdr #container #contentTech #techImage tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6FB4E7;
	padding-left: 10px;
	padding-top: 2px;
}
.twoColFixLtHdr #container #contentTech #techImage {
	margin-top: 20px;
}
.oneColFixCtrHdr #contentContact {
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container #contentContact #contactAddress {
	text-align: left;
	background-image: url(../_assets/images/bg/contact6.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 318px;
	width: 895px;
}
.oneColFixCtrHdr #container #contentContact #contactAddress tr td p {
	color: #FFF;
	padding-left: 50px;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-top: 72px;
}
.oneColFixCtrHdr #container #contentContact #contactAddress tr td p a:link {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #contentContact #contactAddress tr td p a:visited {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #contentContact #contactAddress tr td p a:hover {
	color: #75D1FD;
	text-decoration: none;
}
.oneColFixCtrHdr #container #contentContact #contactAddress tr td p a:active {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #contentSlides {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
	text-align: center;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLtHdr #container #contentSlides #tableSlides {
	text-align: center;
}
.twoColFixLtHdr #container #contentSlides #tableSlides tr td a img {
	margin-bottom: 10px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #contentContact #contactForm tr td #emf-form #form {
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.oneColFixCtrHdr #contentThanks {
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.oneColFixCtrHdr #container #contentThanks #tableThanks {
	height: 318px;
	width: 895px;
	background-image: url(../_assets/images/bg/contact.png);
	text-align: left;
}
.oneColFixCtrHdr #container #contentThanks #tableThanks tr td p {
	padding-left: 45px;
}
.twoColFixLtHdr #contentNews {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 0px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLtHdr #container #contentNews #news01 {
	text-align: left;
}
.twoColFixLtHdr #container #contentNews #news01 tr td p a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentNews #news01 tr td p a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentNews #news01 tr td p a:hover {
	color: #58B2EC;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentNews #news01 tr td p a:active {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentNews #news01 tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #contentNews #news01 tr td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #9DD5F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DD5F9;
	padding-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
.twoColFixLtHdr #container #contentNews #news01 tr td h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	padding-left: 15px;
	font-weight: normal;
}
.twoColFixLtHdr #container #contentNews #news01 tr td h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: 15px;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: normal;
}
.twoColFixLtHdr #container #contentNews #news01 tr td #newsBox {
	margin-right: 15px;
	margin-left: 15px;
	background-color: #3A6BAB;
	border: 1px solid #000;
	margin-bottom: 20px;
	text-align: left;
}
.twoColFixLtHdr #container #contentNews #news01 tr td #newsBox tr td p {
	padding: 15px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #contentNews #news01 tr td #newsBox tr td p a:link {
	color: #0E2F5A;
	text-decoration: underline;
}
.twoColFixLtHdr #container #contentNews #news01 tr td #newsBox tr td p a:visited {
	color: #0E2F5A;
	text-decoration: underline;
}
.twoColFixLtHdr #container #contentNews #news01 tr td #newsBox tr td p a:hover {
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #contentNews #news01 tr td #newsBox tr td p a:active {
	color: #0E2F5A;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #contentHome #movieBox {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0px;
	height: 555px;
	width: 723px;
}

