﻿html {
	height:100%;
	width:100%;
	overflow:hidden;
}
body {
	background-color:#b9b9b9;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	color:white;
	overflow:hidden;
}
a {
	text-decoration:underline;
	color:#B80000;
}
#frmMain {
	width:100%;
	height:100%;
}
#divHeader {
	height:64px;
	width:100%;
	position: absolute;
	top:0px;
	z-index:200;
	background-image:url('../img/headerBG.png');
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;	
}
#divMenu {
	height:64px;
	width:890px;
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-445px;
}

.menuItem {
	background-image:url('../img/mnuBG.png');
	background-repeat:no-repeat;
	height:32px;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	padding-top:32px;
	margin-right:2px;
	margin-left:2px;
	cursor:pointer;
	float:left;
	/*border:1px white solid;*/
}
.menuItem:hover {
	background-image:url('../img/mnuBG_on.png');
	background-repeat:no-repeat;
}
#divHeaderLogo {
	width:130px;
	height:64px;
	background-image:url('../img/headerLogo.png'); 
	background-position:center top; 
	background-repeat:no-repeat; 
	cursor:pointer; 
	float:left;
}
#subPrograms {
	display: none;
	position:absolute; 
	top:64px;
	left:50%; 
	margin-left:-455px;
	z-index: 5000;
}
.subMnuContainer {
	text-align:left; 
	background-color: #808080; 
	border:3px #D50000 ridge;  
	padding-left:2px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:1px;
	float:left;
}
.subMnuHideSide {
	float:left; 
	width:20px; 
	height:110px;
}
.subMnuHideBottom {
	clear: both; 
	width:200px; 
	height:20px;
}
.subMnuList {
	display:block; 
	width:170px; 
	height:18px;
	background-color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	font-weight:bold; 
	margin:2px; 
	padding:2px;
	padding-left:5px; 
	border:1px #333333 solid;
	cursor:pointer;
}
.subMnuList:hover {
	background-color: silver;
}

#divFooter {
	height:31px;
	width:100%;
	position: absolute;
	bottom:0px;
	z-index:100;
	background-image:url('../img/footerBG.png');
	background-position:left bottom;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#divFooter a {
	color:white;
	text-decoration:none;
}
#divFooter a:hover {
	color:white;
	text-decoration: underline;
}
#footerLogos {
	position: relative;
	left:0px;
	width:345px;
	bottom:0px;
}
#footVictory {
	width:88px;
	height:31px;
	background-image:url(../img/footerLogo_Victory.png);
	background-repeat:no-repeat;
	padding-right:15px;
	padding-left:8px;
	cursor:pointer;
	float:left;
}
#footATA {
	width:70px;
	height:31px;
	background-image:url(../img/footerLogo_ATA.png);
	background-repeat:no-repeat;
	padding-right:15px;
	cursor:pointer;
	float:left;
}
#footALOT {
	width:145px;
	height:31px;
	background-image:url(../img/footer_ALOT.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}
#footerCopy {
	position:relative;
	width:180px;
	bottom:20px;
	left:50%;
	margin-left:-90px;
	text-align:center;
}
#footerLinks {
	position: absolute;
	right:8px;
	width:190px;
	bottom:8px;
}
#divContent {
	position: absolute;
	top:62px;
	bottom:31px;
	width:100%;
	z-index:1;
	background-image:url('../img/contentBG.png');
	background-repeat:repeat-x;
	background-position:left top;
}
#ComingSoonPanel {
	background-image:url('../img/panel_ComingSoon.png');
	background-repeat:no-repeat;
	width:562px;
	height:287px;
	position: relative;
	margin:auto;
	top:30%;
}
.popupOverlay {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image:url('../img/BGpopup.png');
	z-index:2000;
	display:none;
}
#comingSoonBtn {
	clear:both; 
	text-align: center; 
	padding:30px; 
	padding-top:210px;
}

.divContentPage {
	/*width:828px; 
	height:100%;*/
	position:absolute; 
	top:0px; 
	bottom:0px;
	right:0px;
	left:50%;
	margin-left:-414px;
	overflow-y: auto;
	overflow-x: hidden;
	background-image:url('../img/contentPageBG.png');
	background-position: left top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:black;
}
.divInnerContent {
	width:802px;
	padding-left:15px;
}
.pageTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#b80000;
	text-align:center;
}
.divTestimonial{
	clear:both; 
	padding:20px; 
	padding-left:160px;
}
.subTitle1 {
	font-size:16pt;
	font-weight:bold;
}
.tagline1 {
	font-weight:bold;
	color:orange;
	font-size:11pt;
	padding-bottom:10px;
}
.quotes1 {
	font-size:10pt;
	font-style:italic;
}
.emailLnk {
	text-align:center;
	font-size:14pt;
}
.emailLnk a {
	word-spacing:2px; 
	text-decoration:underline;
	color:#B80000;
}
#divHomePage {
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0px; 
	bottom:0px;
}
