﻿@charset "UTF-8";

#StaticTopImage{
	margin: 0;
	text-align: center;
}
.loading #StaticTopImage{
	opacity: 0;
}
#StaticTopImage li{
	display: none;
}
#StaticTopImage li:first-child{
	display: block;
}
#StaticTopImage img{
	width: 100%;
	max-width: 960px;
	height: auto;
	vertical-align: top;
}


#StaticTopImageControll{
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
#StaticTopImageMenu{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#StaticTopImageMenu li{
	display: inline-block;
	vertical-align: top;
	margin: 14px 8px;
	width: 12px;
	height: 12px;
	border-radius: 99px;
	background-color: #a6d5ee;
	cursor: pointer;
}
#StaticTopImageMenu li.selected{
	background-color: #1a5ba0;
}



#StaticTopImageMenuPrev,
#StaticTopImageMenuNext{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	display: block;
	cursor: pointer;
	
	background-size: 100% 100%;
	background-image: url(home/slideleft.png);
}
#StaticTopImageMenuNext{
	left: auto;
	right: 0;
	background-image: url(home/slideright.png);
}
#StaticTopImageMenuPrev.unavailable,
#StaticTopImageMenuNext.unavailable{
	opacity: 0.25;
	cursor: default;
	z-index: -10;
}






#CatchPhrase{
	margin: 0 0 18px;
	background-color: #3379A5;
	text-align: center;
}
#CatchPhrase img{
	height: 130px;
}





#FloatHolder{
	width: 960px;
	margin: 0 auto;
}
#FloatHolder:after{
	content: "";
	display: block;
	clear: both;
}

#News{
	font-size: 14px;
}
#FloatHolder #News{
	float: left;
	width: 670px;
	margin-bottom: 0;
}
#FloatHolder #News > div{
	min-height: 169px;
}
#News ul{
	margin: 4px 0;
	padding: 0;
}
#News li{
	margin: 0;
	padding: 0;
	line-height: 32px;
}
#News li a{
	display: block;
	padding: 0 6.25em 0 0;
	position: relative;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#News li a time{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}



#FloatHolder #ContactInfo{
	float: right;
	margin-bottom: 0;
}
#ContactInfo > div{
	padding: 0;
	width: 265px;
}
#ContactInfo ul,
#ContactInfo li{
	display: block;
	margin: 0;
	padding: 0;
}
#ContactInfo img{
	vertical-align: top;
}



#Section1{
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}
#Section1 h1{
	background-color: #3379A5;
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	line-height: 60px;
	margin: 0 0 13px;
}
#Section1 h1 img{
	vertical-align: top;
	height: 60px;
}

#Section1FloatHolder{
	margin: 0 12px;
	overflow: hidden;
}
#Section1Left{
	width: 414px;
	float: left;
	line-height: 1.75;
	padding: 0;
}

#Section1 .blurboldcolour{
	color: #5F91C8;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 7px;
	line-height: 1.5;
}
#Section1 .blurboldcolour a{
	color: inherit;
}

#Section1 .beforebluesquare{
	padding-left: 2em;
	white-space: nowrap;
	font-size: 15px;
}
#Section1 .arrowdown{
	background-image: url(home/arrowdown.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px 10px;
	height: 10px;
	margin: 4px 0;
}
#Section1 .bluesquare{
	background-color: #5F91C8;
	border-radius: 12px;
	color: #fff;
	margin: 7px 0;
	padding: 7px;
	padding-left: 2em;
	white-space: nowrap;
	font-size: 14px;
}

#Section1Right{
	width: 468px;
	float: right;
}
#Section1Right h2{
	font-weight: bold;
	font-size: 17px;
	color: #5F91C8;
	margin: 0 0.75em 6px;
}
#Section1Right img{
	vertical-align: top;
}








#Section2{
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}

#Section2FloatHolder{
	margin: 0 12px;
}
#Section2FloatHolder:after{
	content: "";
	display: block;
	clear: both;
}
#Section2Left{
	width: 700px;
	float: left;
	line-height: 1.75;
	padding: 6px 0 0;
}
#Section2Left h1{
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 12px;
}
#Section2Left h1:after{
	content: "";
	display: block;
	clear: both;
}
#Section2Left h1 img{
	vertical-align: top;
	height: 17px;
	margin: 9px 0 0;
}
#Section2Left h1 img:first-child{
	float: left;
	height: 60px;
	margin: -4px 10px 0 -4px;
}
#Section2Left p + p{
	margin-top: 1.5em;
}
#Section2Left a[href][target="_blank"]:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 24px;
	margin: -3px 0 0 1em;
	background-image: url(base/externallink.png);
}

#Section2Right{
	width: 200px;/* 276px max */
	float: right;
	text-align: center;
}
#Section2Right p{
	margin-top: 1.5em;
}
#Section2Right p a{
	display: block;
	font-size: 21px;
	color: inherit;
}
#Section2Right p + p a{
	margin-top: 24px;
}
#Section2Right p a img{
	vertical-align: top;
	width: 150px;
	height: 51px;
	margin-bottom: 6px;
}