@charset "utf-8";

/* Main container for banner and left/right content divs */
div#content-container {
	width:79%;
	float:left;
	padding-left:5px;
	border-left:1px solid #CCCCCC;
}

/* Hub banner */
div#hub-banner {
	width:100%;
	height:200px;
	background-image:url(/images/hub_banner.jpg);
	border-bottom:1px solid #CCCCCC;
}

/* our services banner */
div#our-services-banner {
	width:100%;
	height:200px;
	background-image:url(/images/our_services.jpg);
	border-bottom:1px solid #CCCCCC;
}

/* join us banner */
div#join-us-banner {
	width:100%;
	height:200px;
	background-image:url(/images/join_us.jpg);
	border-bottom:1px solid #CCCCCC;
}

/* about us banner */
div#about-us-banner {
	width:100%;
	height:200px;
	background-image:url(/images/about_us.jpg);
	border-bottom:1px solid #CCCCCC;

}

/* Top Banner: Strapline text */
div#hub-banner-text {
	padding-top:90px;
	padding-left:40px;
}

div#content-left {
	width:45%;
	float:left;
	display:inline;
	padding-top:15px;
	padding-left:20px;
	padding-right:5px;
	padding-bottom:5px;
	height:auto !important;
	height:250px;
	min-height:250px;
	overflow:visible;
}

div#content-right {
	width:45%;
	float:right;
	padding-top:58px;
	height:auto !important;
	height:250px;
	min-height:250px;
	overflow:visible;
}


