@import url("nav-home.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../pix/home/bk-page-h.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.ctreWrapper #wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;

}
/* header */
#header {
	height: 119px;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#headTop {
	margin: 0px;
	height: 18px;
	width: 800px;
}
#headLocation {
	float:left;
	margin: 0px;
	height: 18px;
	background-color: #DDDDDD;
	width: 132px;
	height:18px;
}
#chLocation P, #chLocation a {
	margin:0px;
	margin-top:2px;
	text-align:center;
	color: #006CB9;
	font-size: 10px;
	line-height: 11px;
	text-decoration:none;
}
#langIcon {
	float:left;
	padding: 2px 0 0;
	margin: 0 0 0 10px;
	height: 16px;
	width: 202px;
}
#langIcon a {
	margin:0px;
	text-align:center;
	color: #006CB9;
	font-size: 10px;
	line-height: 10px;
	text-decoration:none;
}
#chLocation P A:hover {color: #ffffff;text-decoration:underline;}
#headSection {
	width: 430px;
	height:18px;
	margin: 0px;
	float: right;
}
#headSection P, #headSection P A {
	color: #444444;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-align: right;
	margin: 0px;

}
#headSection P A:Active {color:#cc6600;text-decoration:underline;}
#headSection P A:Hover {color:#cc6600;text-decoration:underline;}
#headSection P {
	padding-right:3px;
	padding-top:3px;
}
#headSection .spacer {color:#999999;}

#headBanner {
	height: 94px;
	width: 535px;
	float: left;
}
#headLogo {
	height: 94px;
	width: 265px;
	float: right;
}
#homeBanner {
	height: 94px;
	width: 468px;
	float: left;
}
#homeAdvert {width:468px;height:60px;margin:15px 0 0}
#flashcontent{width:468px;height:60px;}
#banner {
	margin: 0px auto;
	width: 900px;
	background-image: url(../pix/home/bk-montage1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
.ie #banner {margin:-2px auto 0 auto;}
.ie7 #banner {margin:0 auto;}
#bannerContent {
	width: 760px;
	padding: 208px 70px 14px 70px;
	margin: 0px;
	text-align: left;
}
#bannerContent H1 {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #006CB9;
	margin: 0px;;
}
#bannerContent H2 {
	font-size: 11pt;
	font-weight:bold;
	line-height: 14pt;
	color: #006CB9;
	margin:0px;
}
#bannerContent P {
	font-size: 12px;
	line-height: 14px;
	color: #444444;
	margin:0px;
}
#bannerContent P a {
	color: #444444;
	text-decoration:none;
}
#bannerContent P a:hover {
	color: #cc6600;
	text-decoration:underline;
}
#homeFeatures {
	margin: 0px;
	width: 760px;
	padding: 0px 70px 0px 70px;
	text-align:left;
}
#homeFeatures H2 {
	font-size: 14px;
	font-weight:bold;
	line-height: 24px;
	color: #006CB9;
	margin:12px 0 6px;
}

.ie6 #homeFeatures H1 {font-size:95%;}
#homeFeatures P {}
#homeFeatures ul {
	margin:0;
}
#homeFeatures li {
	color: #444444;
	font-size: 11px;
	line-height:13px;
	font-weight: bold;
	list-style-type: none;
	margin:0 0 8px -28px;
	padding:0 0 2px;
	list-style-image: url(../pix/bullet.gif);
	text-decoration:none;
}
.ie #homeFeatures li {margin:0 0 8px 16px;padding:0;font-size:70%;}
#homeFeatures li a {
	color: #444444;
	text-decoration:none;
}
#homeFeatures li a:hover {
	color: #cc6600;
	text-decoration:underline;
}
#footer {
	margin: 0px;
	width: 760px;
	padding: 20px 70px 0px 70px;
	text-align:center;
}
#footer P, #footer P A {
	font-size: 10px;
	line-height: 14px;
	color: #444444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-decoration:none;
}
#footer P A:hover, #footer P A:Active {
	color: #cc6600;
	text-decoration:underline;
	}
/* tidying */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}