@import url("thickbox.css");
@import url("styles.css");
@import url("nav.css");
html,body {
	margin:0 auto;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#ffffff;
	background-color: #7f8081;
	background-image: url(../pix/bk-tile.jpg);
	background-repeat: repeat;
}
#wrapper {
	height:100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../pix/bk-page.png);
}

#content {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(../pix/bk-contents.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Head */
#head {
	width: 940px;
	height:140px;
	margin: 0px auto;
	text-align:center;
}
#headTopNav {
	float: left;
	height: 120px;
	width: 600px;	
	padding: 0 0 0 10px;
	text-align:left;
}

#headTopNavTop {
	height: 90px;
	width: 600px;
	margin: 0px;
}
#headTopNavBottom {
	margin: 0px;
	text-align:left;
	width: 600px;	
}
#headTopLogo {
	float: right;
	height: 120px;
	width: 200px;
	margin: 0 10px 0 0;
	text-align:right;
}

/* Home */
#homeBanner {
	height: 240px;
	width: 960px;
	margin: 0 auto;
	text-align:center;
}
.gecko #homeBanner {height: 250px;}
#homeContent {
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#homeContentInfo {
	width: 310px;
	float: left;
	padding-left: 10px;
	text-align:left;
}
#homeContentLogos {
	float: right;
	width: 610px;
	margin: 40px 0 0 ;
	padding-right: 10px;
	text-align:right;
}

/* Content */

#contentMain {
	width: 910px;
	text-align:center;
	margin: 0px auto;
}
#contentSub {
	width: 910px;
	text-align:center;
	margin: 0px auto;
	background-color:#000000;
	padding: 0 45px;
}
.contentCol1 {
	width: 220px;
	float: left;
	text-align:left;
	margin: 0px 55px 0 0;
}
.contentCol1b {
	width: 360px;
	float: left;
	text-align:left;
	margin: 0px;
	height: 270px;
}

.contentCol2 {
	width: 640px;
	float: left;
	text-align:left;
	margin: 0 0 10px;
	float:left;
}
.contentCol3 {
	width: 240px;
	float: left;
	text-align:left;
	margin: 0;
	float:right;
}
.contentCol4 {
	width: 400px;
	float: left;
	text-align:left;
	margin: 10px 0 0 0;
	padding: 0 40px 0 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #767676;
	min-height: 460px;
}
.contentCol5 {
	width: 160px;
	float: left;
	text-align:left;
	margin: 10px 0 0;
	float:right;
}
.contentEnviro {
	background-image: url(../img/home/home-environment.jpg);
	background-repeat: no-repeat;
	background-position: 58px 35px;
	margin-top:0px;
	width:360px;
	
}
.col3Cameo {
	float: left;
	height: 112px;
	width: 112px;
	text-align:center;
	margin: 6px 0 18px;
}
.colPad {margin-right:16px;}
/* Images */

/* Buffer */
#bottompanel {
	margin: 0 auto;
	padding:10px 0 150px 0; /* bottom padding for footer */
}
/* Footer */
#footer {
	position:absolute;
	margin:0 auto;
	height:100px;
	bottom:0;
	left:0px;
	text-align:left;
	width:100%;
}
#footerContent {
	height: 85px;
	width: 950px;
	padding: 5px 0 0 10px;
	margin: 0px auto;
	text-align:left;
	/*background-image: url(../pix/telephone.png);*/
	background-repeat: no-repeat;
	background-position: right;
}
#footerCol1 {float:left;width:400px}
#footerCol2 {float:right;width:500px;text-align:right;padding-right:10px;}
#footerContent h5 {margin:22px 10px;}
/* tidying */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
