@charset "utf-8";
/* CSS Document */
#container {
	position:relative;
	width:100%;
	height:100%;
	overflow:visible;
	min-width:940px;

}
#header-cnt {
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/header-bg.jpg) repeat-x top;

}

#header-cnt-sub {
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/header.jpg) top center no-repeat;

}

#header {
	position:relative;
	width:940px;
	height:143px;


}
.logo {
	float:left;
	padding:27px 0 0 0;
	}
.navigation {
	float:right;
	width:383px;
	padding:107px 0 0 0;
	}	
.navigation img {
	border:none;
	float:left;
	padding:0 0 0 25px;
	}



#banner-cnt {
	position:relative;
	width:100%;
	height:100%;
}

#banner {
	position:relative;
	width:940px;
	height:100%;
	}
	
.large-heading {
	float:left;
	padding:35px 0 0 15px;
	}	

.welcome-text-top {
	float:left;
	padding:5px 0 0 15px;
	}		
	
.ajax-banner {
	float:left;
	padding:45px 0 0 0;
	margin:20px 0 0 0;	
	width:940px;
	height:290px;
	background:url(../images/banners.jpg) top left no-repeat;
	}	
		
	

#data-cnt {
	position:relative;
	width:100%;
	height:100%;
}
#data {
	position:relative;
	width:940px;
	min-height:200px;

	
	}
#data-left {
	position:relative;
	width:450px;
	height:100%;
	float:left;

}
#data-right {
	position:relative;
	width:400px;
	height:100%;
	float:right;

}

#footer-cnt {
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/footer-bg.jpg) repeat-x bottom;

}
#footer-cnt-sub {
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/footer.jpg) bottom center no-repeat;	

}

#footer {
	position:relative;
	width:940px;
	height:89px;
	}


