body
{
	padding: 0;
	min-width: 960px; /* This sets the viewport width for mobiles */
	background: #0058b5;
}
#slider{
	width:1000px;
	height:auto;
	


	
	}

.wrapper
{
	position: relative;
	width: 1000px;
	
	margin: 0 auto;
}

.wrapper2
{
	position: relative;
	width: 1050px;
	
	margin: 0 auto;
}

#head
{
	z-index: 99;
	
	background: #fff url(images/header-fade.png) repeat-x;
}

#nav
{
	height: 85px;
	background: #fff url(images/nav.png) top center no-repeat;
}

#content
{
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 0 0 12px;
	background: #fff url(images/content-bg.png) top center no-repeat;
}

#foot
{
	height: 200px;
	clear: both;
	background: url(images/footer-bg.png) repeat-x;
}

#foot .wrapper
{
	padding: 35px 0;
	background: url(images/footer-shadow.png) top center no-repeat;
}
div#head img#logo
{
	float: left;
	padding: 11px 0 0;
}

#snIcons
{
	position: relative;
	float: right;
	margin: 60px 0 0;
	width: 150px;
	height: 66px;
}

#snBed
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35px;
	width: 150px;
	background: bottom left url(images/sn-icon-bed.png) no-repeat;
	z-index: 99;
}

#snIcons ul
{
	margin: 0 20px 0 26px;
	padding: 0;
}

#snIcons li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#snIcons li a
{
	display: inline-block;
	width: 40px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: -999em;
	margin: 0 3px 0 0;
}

#snIcons .sn1 a
{
	background-image: url(images/twitter-icon.png);
}

#snIcons .sn2 a
{
	background-image: url(images/facebook-icon.png);
}

#snIcons .sn3 a
{
	background-image: url(images/rss-icon.png);
}

#snIcons .sn4 a
{
	background-image: url(images/mobile-icon.png);
}

p.welcome
{
	clear: both;
	color: #68a7c6;
	margin: 5px 0;
}

#head .memCentre
{
	position: absolute;
	top: 0;
	right: 0;
	color: #888;
}

#head .memCentre a
{
	color: #888;
	margin: 5px 0;
}

#mainNav
{
	clear: both;
	margin: 0;
	padding: 0px 0 0;
}

#mainNav li
{
	float: left;
	position: relative;
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
}

#mainNav li a
{
	display: block;
	padding: 16px 14px;
	color: #fff;
	font: normal 17px 'Open Sans', sans-serif;
	text-decoration: none;
	height: 24px;
	border-right: 1px solid #0064cf;
}

#mainNav li.last a
{
	border: 0;
}

#mainNav li.on a
{
	background: #0060c8;
	color: #fff;
}
#mainNav li a:hover,
#mainNav li.on a:hover
{
	background: #0060c8;
	color: #fff;
}

/* --- drop down navigation */

#mainNav ul
{
	display: none;
	width: 220px;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 99;
	background: #0060c8;
	padding: 0;
	opacity: 0.95;
}
#mainNav ul li
{
	margin: 0 23px;
	float: none;
	display: block;
}
#mainNav ul li a,
#mainNav li.on ul li a
{
	padding: 15px 0;
	font: normal 13px/16px 'Open Sans', sans-serif;
	height: auto;
	color: #fff;
	background: url(images/dots.png) bottom left repeat-x;
	text-transform: uppercase;
}
#mainNav ul li a:hover,
#mainNav li.on ul li a:hover
{
	color: #82d0f5;
	background: url(images/dots.png) bottom left repeat-x;
}

#mainNav ul li.last a
{
	background: none;
}


#homeLeft
{
	float: left;
	width: 650px;
	margin: 20px 0 0;
}

#homeRight
{
	float: right;
	width: 310px;
	margin-top:20px;
	margin-right:15px;
}

#blogs
{
	position: relative;
	float: left;
	width: 1000px;
}

#blogs li
{
	float: left;
	width: 295px;
	padding: 0 30px 0 0;
}

#blogs .moreLink
{
	right: 65px;
}

#featureList
{
	height: 300px;
	overflow: hidden;
}




/* --- Welcome / Events / News Columns */
#homeLeft .col,
.nothome .col
{
	float: left;
	position: relative;
}

#homeLeft .welcome
{
	float: left;
	width: 650px;

}

.welcome p
{
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

.moreLink
{
	position: absolute;
	top: 20px;
	color: #67a6c5;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 98;
}

.colNav
{
	position: absolute;
	top: 17px;
	right: 10px;
	width: 25px;
	z-index: 98;
}

.colNav a
{
	display: block;
	width: 10px;
	height: 12px;
	text-indent: -999em;
}


#threeCol .colNav
{
	top: 10px;
	width: 12px;
	height: 25px;
}

#threeCol .colNav a
{
	margin: 0 0 2px;
}

.colNav .arrowLeft 
{
	float: left;
	background: url(images/lh-arrow.gif) center no-repeat;
}

.colNav .arrowRight
{
	float: right;
	background: url(images/rh-arrow.gif) center no-repeat;
}

.colNav .arrowUp
{
	background: url(images/up-arrow.gif) center no-repeat;
}

.colNav .arrowDown
{
	background: url(images/down-arrow.gif) center no-repeat;
}

.upper
{
	background: url(images/grey-dot.gif) 48px 505px repeat-x;
}


.welcome .moreLink
{
	right: 30px;
}

.briefings .moreLink
{
	right: 65px;
}

.col.briefings
{
	float: left;
	width: 650px;
	overflow: hidden;
	padding-bottom:40px;
	padding-top:20px;
}

.briefings ul,
.briefings p
{
	margin: 0;
	padding: 0;
}

.briefings #briefList
{
	width: 796px !important;
	position: relative !important;
	left: -19px !important;
}

.briefings ul li
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 19px;
	border-right: 1px solid #eee;
}

.briefings .thumb
{
	margin: 0 0 10px;
}

.small
{
	color: #66a5c5;
	margin: 0 0 5px;
	display: block;
	font-size: 13px;
}



#content #sideBar
{
	float: left;
	width: 247px;
	margin: 20px 0 0;
}

#sideBar .sbBanner img
{
	border: 1px inset #999;
}


#content #sideBar p
{
	margin: 10px 10px 0;
}

#content #mainBar
{
	width: 695px;
	padding: 20px 0;
}




#foot .left
{
	width: 440px;
}

#foot .footright
{
	width: 550px;
}

#foot h2
{
	font: normal 20px/24px 'Playfair Display SC', serif;
	color: #82d0f5;
	border: 0;
	padding: 0;
	margin: 0 0 25px;
}

#foot  ul
{
	margin: 0;
	padding: 0;
}

#foot .right ul
{
	float: left;
	margin: 15px 0;	
}

#foot .right li
{
	float: left;
	list-style: none;
	padding: 0 7px;
	line-height: 10px;
	border-right: 1px solid #fff;
}

#foot  li.menuLi5
{
	padding-left: 0;
}

#foot  li.end
{
	border: 0;
}



#foot h3
{
	font-size: 13px;
}

#foot h3 a
{
	color: #82d0f5;
}

#foot p
{
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

#siteInfo
{
	float: left;
	width: 400px;	
}

#foot a,
#foot .verse
{
	text-decoration: none;
	color: #fff;
}

#foot .verse
{
	font-style: italic;
	line-height: 20px;
}

#foot .verse a
{
	color: #82d0f5;
}

#foot a:hover
{
	text-decoration: underline;
}

#foot #contact
{
	float: left;
	font-size: 15px;
	padding: 6px 0 25px;
}


.left
{
	float: left;
}

.right
{
	float: right;
}

ol {
	list-style:none;
}
ol li {
	display:block;
	clear:both;
}
ol li label {
	display:block;
	margin:0;
	padding:16px 0 0 0;
}
ol li input.text {
	width:480px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:5px 2px;
	height:16px;
	background-color:#fff;
}
ol li textarea {
	width:480px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:2px;
	background-color:#fff;
}
ol li .send {
	margin:16px 0 0 0;
}
.count{
	font-size:18px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	background:#000;
	width:90px;
	padding:3px;
	color:#FFF;
	text-align:center;
	letter-spacing:5px;
	}