@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#4D4D4D;
	background-image:url(../images/bg.jpg);
	background-position:center 0px;
	background-repeat:no-repeat;
	background-color:#FFF;
}

p {
	font-size:11px;
	line-height:18px;
}




#pageShell {
	margin:0 auto;
	width:980px;
}

#pageKernel {
	float:left;
	width:940px;
	padding:0 20px;
}

#header {
	width:940px;
	height:364px;
	float:left;
	background-image:url(../images/homeImage.jpg);
}


#header #logoNavShell {
	float:left;
	width:210px;
	background-color:#FFF;
	margin-top:46px;
	height:152px;
}

#header #logoNavShell #logo {
	float:left;
	padding:20px 18px;
}


#header #introText {
	float:left;
	clear:left;
	padding:54px 20px 0px 40px;
	width:880px;
}

#header #introText h2 {
	font-weight:normal;
	font-size:22px;
	color:#FFF;
	line-height:26px;
}

#colourStrip {
	width:940px;
	height:12px;
	font-size:0px;
	line-height:0px;
	float:left;
	background-image:url(../images/colourStrip.gif);
}

#footerShell {
	width:100%;
	background-image:url(../images/footerBg.jpg);
	background-repeat:repeat-x;
	height:107px;
	clear:both;
	margin-top:20px;
	float:left;
}

#footerKernel {
	margin:0 auto;
	width:940px;
	padding:20px;
}

#footerKernel p {
	padding-right:130px;
}

#homeWidgetsShell {
	float:left;
	width:940px;
	padding:18px 0 0 0;
}

#homeWidgetsShell .homeWidget {
	float:left;
	width:220px;
	margin-right:20px;
	padding:0px;
}

#homeWidgetsShell .homeWidget.last {
	margin-right:0px;
}

#homeWidgetsShell .homeWidget h3 {
	font-size:16px;
	font-weight:bold;
	color:#0069AA;
	padding:0 13px 10px 15px;
}

#homeWidgetsShell .homeWidget .widgetContent {
	width:188px;
	height:246px;
	background-image:url(../images/homeWidgetBg.jpg);
	padding:10px 16px 0px 16px;
}

#homeWidgetsShell .homeWidget .widgetContent#latestNewsWidget {
	background-image:url(../images/homeWidgetBg_news.jpg);
	color:#FFF;
}

#homeWidgetsShell .homeWidget .widgetContent#latestNewsWidget h4 {
	padding-bottom:10px;
}

#homeWidgetsShell .homeWidget .widgetContent#latestNewsWidget a {
	color:#FFF;
}

#homeWidgetsShell .homeWidget .readMore {
	height:30px;
	width:188px;
	border-bottom:#999 solid 1px;
	padding:10px 16px 0px 16px;
}

#homeWidgetsShell .homeWidget #partnerList {
	list-style:none;
	margin:0;
	padding:0;
}

#homeWidgetsShell .homeWidget #partnerList li {
	margin:0;
	padding:6px 0;
}


