@import url("nav.css");
@import url("style-home.css");
@import url("banner.css");

html, body {
	margin:0 auto;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#7b858b;
	background-color:#efefef;
	background-image: url(../pix/bk-page.jpg);
	background-repeat: repeat;
}
#wrapper {
	height:100%;
}
#content {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto !important;
	height:100%;
	min-height:100%;
}
#header {
	width:960px;
	height:88px;
	margin:0px auto;
	padding:0;
	text-align:left;
	background-image: url(../pix/bk-content.jpg);
	background-repeat: repeat-y;
}
#headerLocation {
	padding:4px;
	height:12px;
	width:130px;
	background-color:#efefef;
	margin:0px 50px;
	text-align:center;
}
#locationChange {
	float: left;
}
#langIcon {
	float:right;
	padding:2px 0 0;
	margin:0px;
	height:12px;
}
#langIcon a {
	margin:0px;
	text-align:center;
	color:#006CB9;
	font-size:10px;
	line-height:4pt;
	text-decoration:none;
	margin: -2px 0 2px;
}
#headerNavigation {
	height:48px;
	width:860px;
	margin:0px auto;
}
#headSearch {
	float: right;
	height:24px;
	padding:4px 0 0;
	z-index:600;
}
#contentMain {
	width:960px;
	min-height:150px;
	text-align:left;
	margin:0px auto;
	background-image: url(../pix/bk-content.jpg);
	background-repeat: repeat-y;
}
#cpTop {
	height:326px;
	width:860px;
	margin:0px auto;
}
#cpTopColumn1 {
	float: left;
	width:500px;
	height:326px;
	background-image: url(../pix/bk-cpTopColumn1.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

/* */
#cpTopColumn2 {
	float: right;
	height:326px;
	width:350px;
}
#cpTopColumn3 {
	height:134px;
	width:330px;
	padding:10px 10px 0;
	background-image: url(../pix/bk-cpTopColumn3.gif);
	text-align:right;
}
#cpTopColumn4 {
	height:152px;
	width:320px;
	background-color:#8d8b90;
	margin:10px 0 0;
	padding:10px 15px;
}
#cpTopColumn4uk {
	height:172px;
	width:350px;
	background-color:#8d8b90;
	margin:10px 0 0;
	background-image: url(../pix/bk-uk-intouch.jpg);
}
#cpTopColumn4ukSearch {
	height:50px;
	width:155px;
	float: right;
	margin:0;
	padding:112px 10px 10px;
}
input#box {margin: 0 0 8px;border: 1px #0075BF solid;padding:2px;background-color:#EEEEEE;}
input#box:hover {margin: 0 0 8px;border: 1px #F7923A solid;padding:2px;background-color:#fff;}
#cpTopColumn4ukSignUp{
	height:172px;
	width:170px;
	float: left;
	margin: 0px;
}
#cpBottom {
	height:210px;
	width:860px;
	margin:10px auto 0 auto;
}
#cpBottomColumn1 {
	float: left;
	width:500px;
	height:210px;
	background-image: url(../pix/bk-cpBottomColumn1.gif);
	background-repeat: no-repeat;
}
#cpBottomColumn1Img {
	float: right;
	height:210px;
	width:246px;
}
#cpBottomColumn1Txt {
	float: left;
	height:190px;
	width:228px;
	padding:10px 0 10px 10px;
}
#cpBottomColumn2 {
	float: right;
	height:210px;
	width:350px;
	background-color:#4c4d4f;
	background-image: url(../pix/bk-cpBottomColumn2.gif);
	background-repeat: no-repeat;
}
#cpBottomColumn2Txt {
	width:90px;
	float: left;
	padding:10px 0 10px 10px;
}
#cpBottomColumn2Headlines {
	float:right;
	width:218px;
	margin:0 18px 0 0;
	padding:0;
	min-height:100px;
}
.ie6 #cpBottomColumn2Headlines {
	float:right;
	width:218px;
	margin:0 5px 0 0;
	padding:2px 0 0;
	min-height:100px;
}
#contentSub {
	height:20px;
	width:960px;
	background-image: url(../pix/bk-footer.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	padding:10px 0 0;
}
.ie6 #contentSub {
	height:20px;
	width:960px;
	background-image: url(../pix/bk-footer.jpg);
	background-repeat: no-repeat;
	background-position: -120px 0;
	background-color:#efefef;
	padding:10px 0 0;
}
#contentSubGrp {
	float: right;
	margin:12px 50px 0 0;
	width:240px;
	text-align:right;
	padding: 5px 0 0;
}
.ie6 #contentSubGrp {
	margin:12px 26px 0 0;
	padding: 5px 0 0;
}
#contentSubFoot {
	float: left;
	width: 600px;
	margin:12px 0 0 50px;
}
.ie6 #contentSubFoot {
	margin:12px 0 0 24px;
}
#headerSocial {float:right;margin:10px 50px 5px;}
.ie6 #headerSocial {float:right;margin:10px 24px 5px;}
/* rss feed */
#rssHome {height:50px;margin-top:150px;}
/**/
.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
}

