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

 div {
	/*border: #FFFFFF 1px solid;*/
	font-family:Tahoma;
	}
	
img, div { behavior: url(iepngfix.htc) }
	
#body-wrapper{
	background: url(../images/overall-pattern.jpg) repeat-x top center;
	width:100%;
	height:100%;
	}
	

#header {
	height:145px;
	background:url(../images/topgradient-bg.jpg) top center;
	width:100%;
	}
#top {
	height:141px;
	background:url(../images/header-wave.png) no-repeat top center;
	width:1024px;
	margin:0 auto;
	}
	
#top .logo {
	float:left;
	margin-top:30px;
	}
	

	

#clock{
	float:right;
	width:500px;
	margin-top:50px;
	text-align:right;

	}
	
#frontdoor {
	margin: 0 auto ;
	background: #505050 url(../images/frontdoor-bg.gif)  repeat-x top center;
	height:332px;

	}
	
#division {
	margin: 0 auto ;
	background: #505050 url(../images/division-bg.gif)  repeat-x top center;
	height:104px;
	}
	
#innerdivision {
	margin: 0 auto ;
	background: #505050 url(../images/division-bg.gif)  repeat-x top center;
	height:98px;
	padding-top:4px;
	}
	
#body-container {
	float:left;
	background: url(../images/overall-pattern.jpg)  top center;
	width:100%;
	height:100%;
	display:block;
	margin-left: auto ;
  	margin-right: auto ;
	}
	
#main-body {
	float:left;
	background: url(../images/main-body-bg.jpg) repeat-x top center;
	width:100%;
	height:100%;
	display:block;
		margin-bottom:100px;

	}
	
#content-body {
	
	margin: 0 auto ;
	width:1024px;
	height:100%;
	padding-top:10px

	}
	
.content-area {
	
	background: url(../images/front-content-bg.png) repeat-x top center;
	width:100%;
	}
	



		
#innerleftarea {
		float:left;width:500px;
		display:table-cell; 
		vertical-align:bottom;
		height:100%;
		}
		
#innerleftarea p{
		margin:20px 15px 0 20px;
		text-align:justify;
		font-family:Tahoma;
		font-size:11px;
		color:#616060;
		}
		



#innerrightarea {
		float:left;width:500px;
		display:table-cell; 
		vertical-align:bottom;
		height:100%;
		}
		
#innerrightarea p{
		margin:20px 15px 0 20px;
		text-align:justify;
		font-family:Tahoma;
		font-size:11px;
		color:#616060;
		}
		





	
#footer {
	float:left;
	width:100%;
	display:block;
	margin-left: auto ;
  	margin-right: auto ;
	background: url(../images/footer-bg.gif) repeat-x top center;
	height:329px;
	
	}
	


.foot-wrapper {
	display:block;
	width:896px;
	margin-left: auto ;
  	margin-right: auto ;
	text-align:left;
	}
	


