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


body{
	margin:0px;
	padding:0px;
	background:	#fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}


#headerContainer{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
}

#headerButtonBar{
	background:	#373737;
	position:absolute;
	width:970px;
	height: 20px;
	padding:4px;
	text-align:right;
    -webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
	 -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	   -o-transition: all 0.3s ease-out;  /* Opera 10.5–12.00 */
		  transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
	box-shadow:3px 3px 4px #999;
	-webkit-box-shadow:3px 3px 4px #999;
	z-index:10;
	border-radius:7px;
	border:1px solid #000;	
	background-image:url(/images/buttonWhiteGradient.png);
	background-repeat:repeat-x;
	background-position:top;  
	overflow:hidden;	
}


.headerWhiteArea1{
	width:auto;
	height: 150px;
	padding:0px;	
	z-index:0;
	opacity:1.0;
    -webkit-transition: all 0.5s ease-in;  /* Safari 3.2+, Chrome */
	 -moz-transition: all 0.5s ease-in;  /* Firefox 4-15 */
	   -o-transition: all 0.5s ease-in;  /* Opera 10.5–12.00 */
		  transition: all 0.5s ease-in;  /* Firefox 16+, Opera 12.50+ */			
}
.headerWhiteArea2{
	width:auto;
	height: 150px;
	padding:0px;
	background-image:url(/images/numbersBackground2.png);
	background-position:right top;
	background-repeat:no-repeat;	
	z-index:0;
	opacity:0.9;
    -webkit-transition: all 0.5s ease-in;  /* Safari 3.2+, Chrome */
	 -moz-transition: all 0.5s ease-in;  /* Firefox 4-15 */
	   -o-transition: all 0.5s ease-in;  /* Opera 10.5–12.00 */
		  transition: all 0.5s ease-in;  /* Firefox 16+, Opera 12.50+ */		
}
.headerWhiteArea3{
	width:auto;
	height: 150px;
	padding:0px;
	background-image:url(/images/numbersBackground3.png);
	background-position:right top;
	background-repeat:no-repeat;	
	z-index:0;
	opacity:0.9;
    -webkit-transition: all 0.5s ease-in;  /* Safari 3.2+, Chrome */
	 -moz-transition: all 0.5s ease-in;  /* Firefox 4-15 */
	   -o-transition: all 0.5s ease-in;  /* Opera 10.5–12.00 */
		  transition: all 0.5s ease-in;  /* Firefox 16+, Opera 12.50+ */	
}
.headerWhiteArea4{
	width:auto;
	height: 150px;
	padding:0px;
	background-image:url(/images/numbersBackground4.png);
	background-position:right top;
	background-repeat:no-repeat;	
	z-index:0;
	opacity:1.0;
    -webkit-transition: all 0.5s ease-in;  /* Safari 3.2+, Chrome */
	 -moz-transition: all 0.5s ease-in;  /* Firefox 4-15 */
	   -o-transition: all 0.5s ease-in;  /* Opera 10.5–12.00 */
		  transition: all 0.5s ease-in;  /* Firefox 16+, Opera 12.50+ */			
}

#headerLogo{
	position:absolute;
	top:40px;
	z-index:99;	
}

#footerArea{
	text-align:center;	
	font-size:11px;
}



/* /////////////////////////////// body styles ////////////////////////////// */

#bodyContainer{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	background:#efefef;
	border:1px solid #333;
	box-shadow:3px 3px 4px #999;
	-webkit-box-shadow:3px 3px 4px #999;
}

A:link.headerLinks{color:#ffffff; text-decoration:none; font-size:13px; margin-right:20px; font-weight:bold; }
A:visited.headerLinks{color:#ffffff; text-decoration:none; font-size:13px; margin-right:20px; font-weight:bold; }
A:hover.headerLinks{color:#ee5459; text-decoration:none; font-size:13px; margin-right:20px; font-weight:bold;}
A:active.headerLinks{color:#cccccc; text-decoration:none; font-size:13px; margin-right:20px; font-weight:bold; }

A:link.footerLink{color:#f00709; text-decoration:none; font-size:13px; font-weight:bold; }
A:visited.footerLink{color:#f00709; text-decoration:none; font-size:13px;  font-weight:bold; }
A:hover.footerLink{color:#000000; text-decoration:none; font-size:13px;  font-weight:bold;}
A:active.footerLink{color:#f00709; text-decoration:none; font-size:13px;  font-weight:bold; }


#bodyTextHeader{
	display:block;
	color:#fff;
	font-size:54px;
	font-weight:bold;
	text-shadow:1px 1px 5px #000;
	text-align:right;
	margin:20px 30px;
	opacity:0.0;
}

#bodyLeftTextBlock{
	margin-left:30px;
	margin-bottom:30px;
	width:550px;
	line-height:20px;
	text-align: justify;
    -webkit-transition: all 0.2s ease-out;  /* Safari 3.2+, Chrome */
	 -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
	   -o-transition: all 0.2s ease-out;  /* Opera 10.5–12.00 */
		  transition: all 0.2s ease-out;  /* Firefox 16+, Opera 12.50+ */
	
}
.whiteText{
	color:#ffffff;	
}
.blackText{
	color:#000000;	
}