html, body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
/*	background-color:#dae4ed;*/
	background-color:#CCC;
	padding:0;
}


/*--------------------------------------------
  Preload Navigation 
--------------------------------------------*/
@media screen {
	div#preload {
	   position: absolute;
	   overflow: hidden;
	   left: -9999px; 
	   top: -9999px;
	   height: 1px;
	   width: 1px;
	}
	
    div#preloadCurrentPage {
	   position: absolute;
	   overflow: hidden;
	   left: -9999px; 
	   top: -9999px;
	   height: 1px;
	   width: 1px;
	}
}

/*--------------------------------------------*/
/*preload images for wrap and misc */
/*--------------------------------------------*/
#preloading_images{ 
	display:inline;
	width:0px;
	height:0px;
	
	/*begin main global wrap window*/
	background-image:url(../images/backgroundSky.jpg);
	background-image:url(../images/companyLogo.png);
	background-image:url(../images/main_tablewrap/fill.jpg);
	background-image:url(../images/main_tablewrap/footer.jpg);
	background-image:url(../images/main_tablewrap/top.png);
	
	/*begin internal pages global images*/
	background-image:url(../images/wrapWindow.png);
	background-image:url(../images/aboutus/aboutUs_window.png);
	background-image:url(../images/homeBT.png);
	background-image:url(../images/buttonIcon.png);
	
	background-image:url();
}
/*--------------------------------------------*/


a:focus, a:active{
outline:none;
-moz-outline: none;
}


a:link , a:visited, a:active {
 color:#0000FF;
 }

a:hover{
 color:#009900;
}    

/*-----------------------------------------
		master outer structure
-----------------------------------------*/
#master_container {
	position:relative;
	width:100%;
	height:100%;
	left:0px;
	z-index:1;
	margin: 0 auto 0 auto;
}

#header {
	position:relative;
	left:0px;
	top:16px;
	width:959px;
	height:17px;
	z-index:1;
	background-repeat: no-repeat;
	background-image: url(../images/main_tablewrap/top.png);
	cursor:hand;
}


#logo {
	position:absolute;
	left:50px;
	top:40px;
	width:192px;
	height:67px;
	z-index:99;
	background-image: url(../images/companyLogo.png);	
}


#navigation {
	position:absolute;
	left:130px;
	top:467px;
	z-index:99;
}

#homeBT{
	position:absolute;
	left:15px;
	top:445px;
	width:89px;
	height:79px;
	z-index:99;
	background-image: url(../images/homeBT.png);
	background-repeat: no-repeat;
	cursor: hand;
	cursor:pointer;
	outline:none;
}


#content{
	position:relative;
	left:0px;
	top:0px;
	width:959px;
	z-index:1;
}

#skyBacground{
	position:absolute;
	left:2px;
	top:25px;
	width:945px;
	height:326px;
	z-index:2;
	background-image: url(../images/backgroundSky.jpg);
	background-repeat: no-repeat;
}


#fillBG{
	position:relative;
	left:0px;
	top:16px;
	width:959px;
	height:440px;
	z-index:1;
	background-image: url(../images/main_tablewrap/fill.png);
}


#footer {
	position:relative;
	left:0px;
	top:16px;
	width:959px;
	height:119px;
	z-index:1;
	background-image: url(../images/main_tablewrap/footer.png);
	background-repeat: no-repeat;
	
}

#iframeTablewrap{
	position:absolute;
	left:270px;
	top:55px;
	width:650px;
	z-index:5;
}


#outerWrap{
	position:absolute;
	left:10px;
	top:20px;
	width:630px;
	height:340px;
	z-index:5;
	background-image: url(../images/divWindow.jpg);
}

.homeText{
	position:absolute;
	top:170px;
	left:460px;
	font-size:11px;
	color:#000066;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.homeArrow{
	background-image: url(../images/homeArrow.png);
	background-repeat:no-repeat;
	width:22px;
	height:21px;
}

.noFlashImageHome{
	position:absolute;
	top:18px;
	left:180px;
}
.noFlashImage{
	position:absolute;
	left:70px;
}


/*--------------------footer---------------------*/

	
/*#bottomnavigation{
	position:absolute;
	left:219px;
	top:548px;
	z-index:100;
}*/

#bottomnavigation{
	position:relative;
	top:-30px;
	z-index:100;
	color:#666666;
	font-size:9px;
}

#bottomnavigation a:link, #bottomnavigation a:visited, #bottomnavigation a:active{
	color: #333;
	text-align: left;
	text-decoration: none;
}

#bottomnavigation a:hover{
	color: #0000FF;
	text-decoration: underline;
}


/*--------------------------
Internal Pages Global elements
---------------------------*/

#wrapWindow{
	background-image: url(../images/wrapWindow.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 673px;
	position:absolute;
	top:55px;
	left:250px; 
	z-index:5; 
}


#buttonIcon{
	background-image: url(../images/buttonIcon.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 38px;
}


/*--------------------------
	Mission Page 
---------------------------*/

#missionComp {
	position:absolute;
	left:280px;
	top:230px;
	width:608px;
	height:192px;
	z-index:10;
}


/*--------------------------
About us Page 
---------------------------*/
#aboutUs_window{
	background-image: url(../images/aboutus/aboutUs_window.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 650px;
}
