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

/* fgta */

/* BODY ------------------------------------------------------- */

body {
background: #EBEBEB;
}

body.index {
}

img {
border: none;
}

* {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}


/* TEXT -------------------------------------------------------- */

* {
font: 12px Verdana,Arial,sans-serif;
color: #474747;
}

.green { color: #8FD100; }
.blue { color: #1C9BAB; }
.orange { color: #D1841B; }
.grey { color: #474747; }
.lgrey { color: #999 !important; }

a {
	text-decoration:none;
	color: #1C9BAB;
} 

a:hover {
text-decoration:none;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

h1, h1 * {

}

h2 {
text-transform: lowercase;
}


h6.footertitle {
font-size: 21px;
color: #FFF;
margin-bottom: 15px;
}



p {
margin-bottom: 1em;
}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}

.alert {
color: #a90006;
background: url(../../images/admin_iconAlert.png) no-repeat center left;
padding-left: 15px;
margin-left: 10px;
margin-bottom: 15px;
clear: both;
font-size: 12px;
}

	.alert * {
	color: #a90006;
	font-size: 12px !important;
	}

	.alert a {
	text-decoration: underline;
	}

.fourteen {
	font-size:14px;
	}

/* GERNERAL CRAP ---------------------------------------- */

.clear {
clear:both;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }

#container {
width: 960px;
background: #FFF;
padding: 0 30px;
margin: 0 auto;
}


/* HEADER ---------------------------------------- */

#header {
width: 960px;
padding: 15px 0 30px;
}

	#header #logo {
	float: left;
	display: inline;
	margin-left: 15px;
	}

	#header h1 {
	background: url(../../images/headerLogo.png) no-repeat;
	width: 195px;
	height: 130px;
	text-indent: -9000px;

	}
	
	#header div#search {
	width: 220px;
	float: right;
	}
	
	#header .rightLink {
		float: right;
		margin: 4px 30px 0 0;
	}
	
		#search input {
		border: none;
		background: none;
		}
		
		#search input.text {
		background: url(../../images/bgSearchText.png) no-repeat center center;
		color: #474747;
		font-size: 12px;
		float: left;
		display: inline;
		width: 168px;
		height: 23px;
		padding: 10px 10px 0;
		
		}
	
		#search input.go {
		background: url(../../images/bgSearchButton.png) no-repeat center center;
		float: right;
		display: inline;
		width: 28px;
		height: 28px;
		cursor: pointer;
		margin-top: 2px;
		}
	
	div.nav {
	float: right;
	margin-top: 46px;
	background: url(../../images/headerNav.png) no-repeat;
	width: 690px;
	height: 31px;
	}
	
		
		div.nav a {
		color: #1C9BAB;
		display: inline;
		float: left;
		font-size: 15px;
		padding: 5px 0 4px 15px;
		margin-left: 10px;
		/*background: url(../../images/headerNavLine.png) no-repeat top left;*/
		}
		
		div.nav a.first {
		background: none;
		}
		
		div.nav a:hover {
	color: #245258;
		}
	
			
		div.nav div {
		display: block;
		width: 160px;
		background: url(../../images/headerNavDrop.png) no-repeat center bottom;
		padding-bottom: 15px;
		margin-left: 1px;
		}
		

		
			div.nav div a {
			display: block;
			color: #1C9BAB;
			font-size: 12px;
			background: none;
			padding: 0;
			margin: 10px 0 0 15px;
			border: none;
			}
			
			div.nav div a:hover {
			/*font-weight: bold;*/
			color: #245258;
			
			}
			
			div.nav div a.submit {
	color: #A2A2A2;
	background: url(../../images/bg_navline.png) top left no-repeat;
	padding: 5px 0;
	margin: 15px 0 0 15px;
			}
			
			div.nav div a:hover.submit {
	color: #747474;
			}
			
			
			
	/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
	.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
	.qmmc {position:relative;}
	.qmmc a {float:left;display:block;white-space:nowrap;}
	.qmmc div a {float:none;}
	.qmmc div {visibility:hidden;position:absolute;}
		
	
/* FOOTER ---------------------------------------- */

	#footer {
	width: 100%;
	background: url(../../images/bgBottom.png) bottom center;
	}
	
		#footer * {
		color: #fff;
		}

	.footer {
	margin: 0 auto;
	width: 900px;
	height: 180px;
	padding: 15px 30px;
	background: url(../../images/bgFooter.png) no-repeat center;
	margin-bottom: 45px;
	}

		.footerCol {
		float: left;
		display: inline;
		margin-right: 40px;
		width: 130px;
		}
		
			.footerCol a {
			color: #fff;
			}
		
			.footerCol li {
			color: #FFF;
			display: block;
			margin-bottom: 4px;
			line-height: 16px;
			}
	

	
		#bottom {
		width: 960px;
		margin: 0 auto;
		padding-bottom:125px;
		}
	
		#bottom #copyright {
		float: left;
		}
		
		#bottom a#sixohfour {
		float: right;
		text-indent: -9000px;
		width: 150px;
		height: 50px;
		}
	

/* SIDEBAR ---------------------------------------- */

.sidebar {
float: left;
display: inline;
width: 225px;
}

	.sideblue {
	width: 195px;
	height: 65px;
	padding: 15px;
	background: url(../../images/boxBlue2.png) no-repeat;
		font-size: 18px;
		line-height: 30px;
		color: #FFF;
		text-align: justify;	
	}
	
		.sideblue p {
		font-size: 18px;
		line-height: 30px;
		color: #FFF;
		text-align: justify;
		text-indent: -4000px;
		}
		
	.sidegroups {
	width: 195px;
	height: 200px;
	padding: 10px 15px 15px;
	background: url(../../images/boxGrey.png) no-repeat;
	}
	
		.sidegroups h2 {
		font-size: 18px;
		color: #fff;
		float: left;
		margin-bottom: 25px;
		}
		
		.sidegroups a {
		color: #FFF;
		font-weight: bold;
		}
		
		.sidegroups p {
		color: #FFF;
		}
		
		.sidegroups li {
		list-style-image: url(../../images/iconArrow.png);
		margin-left: 15px;
		margin-bottom: 10px;
		}
		
		.sidegroups li a {
		font-size: 12px;
		font-weight: normal;
		border-bottom: 1px dotted #FFF;
		padding-bottom: 2px;
		}
		
		.sidegroups li a:hover {
		border-bottom: none;
		}
		
		.sidegroups img {
		float: right;
		}
	
	
	.sidekit {
	width: 225px;
	height: 112px;
	background: url(../../images/boxCopingKit.png) no-repeat;
	}



/* MAIN ---------------------------------------- */

#subpage {
width: 900px;
margin: 0 auto;
margin-top: 100px;
padding-bottom: 60px;
}

div.main {
width: 690px;
float: right;
display: inline;
}

.mainleft {
float: left;
display: inline;
width: 450px;
}



	.main h2 {
	font-size: 18px;
	margin-bottom: 16px;
	}

	.mainleft h3 {
	margin-bottom: 15px;
	font-weight: bold;
	}
	
	.mainleft p,
	.mainleft li,
	.mainleft strong {
	font-size: 12px;
	line-height: 19px;
	}

	.main p {
	margin-bottom: 16px;
	text-align: justify;
	}
	
	.mainleft a {
	
	}
	
		.mainleft a:hover {
		text-decoration: underline;
		}
	
	.mainleft li {
	margin-bottom: 5px;
	}
	
	.mainleft ol {
	margin-bottom: 16px;
	}
	
		.mainleft ol li {
		list-style-type: decimal;
		margin-left: 25px;
		}

	ul.p {
	margin-bottom: 16px;
	}
	
		ul.p li {
		background: url(../../images/bgList.png) no-repeat left 3px;
		padding-left: 15px;
		margin-bottom: 4px;
		}
		
	.half {
	display: inline;
	width: 330px;
	}
	
	#homephoto {
	width: 330px;
	height: 250px;
	overflow: hidden;
	position: relative;
	}
	
	.homelist {
	width: 208px;
	float: left;
	display: inline;
	margin-right: 27px;
	background: url(../../images/bg_homelist.png) bottom right no-repeat;
	border: 1px solid #ddd;
	}
	
		.homelistinner {
		width: 188px;
		padding: 10px;
		}
	
		.homelist li {
		display: block;
		clear: both;
		padding-bottom: 10px;
		margin-bottom: 10px;
		float: left;
		border-bottom: 1px solid #ddd;
		width: 188px;
		}
		
			.homelist li.last {
			border-bottom: none;	
			}
		
		.homelist .photo {
		margin: 10px 0;
		}
		
			.homelist img {
			width: 210px;
			}
		
		.homelist a {
		font-size: 12px;
		padding-left: 15px;
		display: block;
		}
		
			.homelist .blue a { background: url(../../images/iconHomeBlue.png) no-repeat 0 4px; color: #1C9BAB;}
			.homelist .orange a { background: url(../../images/iconHomeOrange.png) no-repeat 0 4px; color: #D1841B;}
			.homelist .grey a { background: url(../../images/iconHomeGrey.png) no-repeat 0 4px; color: #474747;}
			.homelist .green a {  background: url(../../images/iconHomeGreen.png) no-repeat 0 4px; color: #8FD100;}
		
		.homelist span {
		font-size: 11px;
		padding-left: 15px;
		display: block;
		}
		
		.homelist span.tabs {
		padding: 0;
		}
		
			.homelist span.tabs a {
			float: left;
			padding: 10px 10px 6px;
			width: 84px;
			font-size: 18px;
			line-height: 23px;
			float: left;
			background: url(../../images/bg_homelistBack.png) bottom left no-repeat;
			color: #999;
			}
			
			.homelist span.tabs a.first {
			background: url(../../images/bg_homelistBack.png) bottom right no-repeat;
			}
		
			
			.homelist span.tabs a.active {
			background: none;
			color: #8FD100;
			}
	
	.recent {
	background: url(../../images/bgSubmit.png) no-repeat;
	padding: 10px 15px 0;
	width: 420px;
	height: 45px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	float: left;
	}
	
		a.recent:hover {
		text-decoration: none;
		}

	.recent h3 {
	margin-bottom: 15px;
	cursor: pointer;
	float: left;
	}
	
		.recent img {
		display: inline;
		}
		
		.recent img.left {
		margin-top: 8px;
		}
		
		.recent span {
		float: left;
		display: inline;
		font-size: 18px;
		margin-left: 10px;
		margin-top: 4px;
		}
		
.line {
background: url(../../images/bgLine.png) repeat-x center;
}
	
/* RIGHT SIDEBAR ---------------------------------------- */

.mainright {
float: right;
display: inline;
width: 200px;
}

	.mainright .greyfade {
	background: url(../../images/bgGreyFade.png) repeat-x bottom;
	padding: 15px 10px 10px 15px;
	}
	
	.mainright .news a {
	font-size: 13px;
	color: #474747;
	}
	
	.mainright .news span {
	color: #747474;
	font-size: 11px;
	}
	
	.mainright .greyhead {
	width: 185px;
	height: 40px;
	background: url(../../images/greyBoxHeader.png) no-repeat;
	padding-left: 15px;
	padding-top: 8px;
	}
	
	.mainright .bluebox {
	background: url(../../images/boxBlueRight.png) no-repeat;
	}
	
	.mainright .greybox {
	background: url(../../images/boxGreyRight.png) no-repeat;
	}
	
	.mainright .rightbox {
	width: 170px;
	padding: 10px 15px 15px;
	
	}
	
		.mainright .rightbox h2 {
		font-size: 18px;
		color: #fff;
		margin-bottom: 20px;
		}
	
		.mainright .rightbox p,
		.mainright .rightbox a {
		color: #fff;
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 0;
		}
		
	#newsletter {
	width: 160px;
	height: 105px;
	padding: 140px 20px 5px;
	background: url(../../images/boxNewsletterRight.png) no-repeat;
	position: relative;
	}
	
		#newsletter input.text {
		font-size: 12px;
		border: 1px solid #999;
		background: #fff;
		padding: 3px;
		margin-bottom: 10px;
		
		}
		
	#newsletter_over {
	width: 160px;
	height: 85px;
	padding: 160px 20px 5px;
	background: url(../../images/boxNewsletterRight.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	font-size: 15px;
	font-weight: bold;
	color: #474747;
	text-align: center;
	text-transform: lowercase;
	}
	
	
	
	#tooltip{
	position:absolute;
	border:1px solid #999;
	background:#fff;
	padding:2px 5px;
	display:none;
	width: 150px;
	}	


.boxit {
	padding: 10px;
	background: url(../../images/bg_homelist.png) bottom right no-repeat;
	border: 1px solid #ddd;
	width: 178px;
	}
	
	.boxit h1 {
	color: #A0D14C;
	font-weight:bold;
	font-size: 28px;
		}
		
.rightlist {
width: 180px;
float: left;
display: inline;
}

	.greySide {
	background: url(../../images/bg_homelist.png) top right no-repeat;
	padding: 15px;
	}

	.rightlist li {
	display: block;
	clear: both;
	padding: 0px 0px 10px 10px;
	background: url(../../images/iconHomeLGrey2.png) no-repeat left top;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #ddd;
	width: 170px;
	}
	
	
	.rightlist a {
	font-size: 15px;
	padding-left: 15px;
	margin-bottom: 2px;
	}
	
	
	
	
	
		.rightlist .blue a { background: url(../../images/iconHomeBlue.png) no-repeat left center; color: #1C9BAB;}
		.rightlist .orange a { background: url(../../images/iconHomeOrange.png) no-repeat left center; color: #D1841B;}
		.rightlist .grey a { background: url(../../images/iconHomeGrey.png) no-repeat left center; color: #474747;}
		.rightlist .lgrey a { padding-left: 0px;  color: #666;}
	
	.rightlist span {
	font-size: 11px;
	
	}
	

/* PEOPLE ---------------------------------------- */

img.people {
float: left;
margin-right: 15px;
margin-bottom: 5px;
border: 1px solid #ddd;
padding: 3px;
width: 120px;
}

/* NEWSLETTER ---------------------------------------- */

h3.newsletter {
}

	h3.newsletter em {
	font-weight: bold;
	}

.newsdl {
padding-left: 24px;
background: url(../../images/iconAcrobat.png) no-repeat left center;
color: #999;
}

.dl {
padding-left: 24px;
background: url(../../images/iconAcrobat.png) no-repeat left center;
}

div#dropdown_container {
float: right;
display: inline;
position: relative;
width: 152px;
}

	#drophead {
	width: 145px;
	height: 22px;
	cursor: pointer;
	float: left;
	padding: 3px 0 0 7px;
	}
	
		.drop_closed { background: url(../../images/bgDropHead.png) no-repeat; }
		.drop_open { background: url(../../images/bgDropHeadO.png) no-repeat; }

	#dropdown {
	position: absolute;
	z-index: 420;
	width: 145px;
	left: 0;
	top: 22px;
	background: url(../../images/bgDrop.png) no-repeat bottom;
	padding-left: 7px;
	padding-top: 10px;
	}

/* TIMELINE ---------------------------------------- */


div.slide { 
background: #f5f5f5 url(../../images/bgMapBig.png) repeat-x top;
border: 1px solid #ddd;
width: 660px;
padding: 15px;
margin-bottom: 10px;
float: left;
}
	
	.slide h2 {
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 16px;
	}
	
	
	.slide h3 {
	font-size: 15px;
	}
	
	.slide_descrip ul li {
	padding: 5px;
	background: #FFF;	
	}
	
	.slide h3 {
	margin-bottom: 5px;
	}
	
	.slide .left {
	float: left;
	width: 315px;
	}
		
	.slide .right {
	float: right;
	width: 315px;
	}
	
	.legend {
	padding: 10px 0 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	}
	
		.legend a {
		margin-right: 10px;
		color: #999;
		font-weight: bold;
		font-size: 11px;
		height: 18px;
		line-height:18px;
		float: left;
		background-position: 0 -18px;
		background-repeat: no-repeat;
		}
		
		.legend a.event { background-image: url(../../images/iconSubmitEventSmO.png); padding-left: 23px; }
		.legend a.group { background-image: url(../../images/iconSubmitGroupSmO.png); padding-left: 30px; }
		.legend a.centre { background-image: url(../../images/iconSubmitCentreSmO.png); padding-left: 25px; }
		.legend a.news { background-image: url(../../images/iconSubmitNewsSmO.png); padding-left: 25px; }
		.legend a.doc { background-image: url(../../images/iconSubmitDocsSmO.png); padding-left: 21px; }
	
		
		.legend a.active,
		.legend a:hover {
		background-position: 0 0;
		color: #1C9BAB;
		}
		
		.legend img {
		margin-right: 5px;
		vertical-align: bottom;
		}
		
	.slide_list ul {
	float: left;
	display: block;
	clear: both;
	padding: 5px 0 0 10px;
	width: 660px;
	border-bottom: 1px solid #ddd;
	}
	
		.slide_list li {
		display: inline;
		float: left;
		margin-right: 5px;
		}
		
		.slide_list li.icon { width: 36px }
		.slide_list li.title { width: 360px }
		.slide_list li.info { width: 240px }
		
		.slide_list a {
		text-decoration: underline;
		}
		
	.last {
	margin-right: 0;
	}
	
	
.timeline {

}
	
.timeline a {
float: left;
width: 147px;
height: 38px;
background: url(../../images/bgTimelineHome.png) no-repeat;
margin-right: 12px;
padding: 22px 8px 0px 5px;
color: #fff;
text-align: center;
line-height: 100%;
font-weight: bold;
}

	.timeline a.midd {
	margin-top: 35px;
	}
	
	
	.timeline a.last {
	margin-right: 10px;
	float: right;
	}
	
	
	
	.timeline a:hover,
	.timeline a.active {
	background: url(../../images/bgTimelineHomeO.png) no-repeat;
	}
	


/* RESOURCES ---------------------------------------- */

h2.list {
padding-left: 10px;
}

.listnav {
width: 430px;
height: 30px;
padding: 6px 10px 0;
background: url(../../images/bgListNav.png) no-repeat;
}

.halflistnav {
width: 310px;
height: 30px;
padding: 6px 10px 0;
background: url(../../images/bgHalfListNav.png) no-repeat;
}
	
		.listnav label,
		.halflistnav label {
		display: inline;
		float: left;
		padding-top: 3px;
		margin-right: 3px;
		text-transform: lowercase;
		font-size: 11px;
		}
		
		.listnav select,
		.halflistnav select {
		display: inline;
		float: left;
		font-size: 12px;
		}
		
		select.region {
		width: 150px;
		}
		
		h2.region {
		padding: 5px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
		text-transform: capitalize;
		background: #ebebeb;
		}
		

.list li,
.halflist li {
display: block;
clear: both;
padding: 5px 10px 10px;
margin-bottom: 5px;
float: left;
border-bottom: 1px solid #ddd;
width: 430px;
overflow: hidden;
}

.list li {
width: 430px;
}

.halflist li {
width: 310px;
}

.list a {
font-size: 14px;
}

	.list .next a, a.next { padding-left: 20px; background: url(../../images/iconListArrow.png) no-repeat left center; }
	.list .link a { padding-left: 15px; background: url(../../images/iconListLink.png) no-repeat left center; }
	
a.nextJoin {  font-size:18px; margin-bottom:16px; color: #1c9BAB; padding: 0 100px 0 0; background: url(../../images/bgPayPal.png) right no-repeat;}
	
	
.list div.word,
.list div.pdf {
margin-bottom: 5px;
clear: both;
display: block;
padding-left: 42px;
min-height: 33px;
height: auto;
}

	.list div.word { background: url(../../images/iconListWord.png) no-repeat left center; }
	.list div.pdf { background: url(../../images/iconListAcrobat.png) no-repeat left center; }
	


.list span {
font-size: 11px;
display: block;
}

	.list p {
	font-size: 11px;
	line-height: 15px;
	color: #747474;
	margin-bottom: 0px;
	}
	
	.list div p {
	font-size: 12px;
	line-height: 19px;
	}

.smallmap {
padding: 15px;
width: 420px;
height: 180px;
background: url(../../images/bgMapSmall.png) no-repeat;
}

.smallmap div {
width: 420px;
height: 180px;
}

.detail_label {
float: left;
display: inline;
clear: left;
width: 90px;
font-weight: bold;
margin-bottom: 5px;
}

.detail {
float: left;
display: inline;
clear: right;
width: 360px;
margin-bottom: 5px;
}

.listimg {
float: left;
width: 120px;
margin-right: 15px;
}

.bigmap {
width: 670px;
padding: 6px 10px 10px;
background: #ebebeb url(../../images/bgMapBig.png) repeat-x;
border: 1px solid #ddd;
}

.bigmap div#map_canvas {
width: 670px;
height: 450px;
border: 1px solid #ddd;
}

.mapnav {
float: left;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
margin-bottom: 5px;
}

	.mapnav span,
	.mapnav a {
	float: left;
	display: inline;
	font-size: 14px;
	}
	
	.mapnav span {
	padding-top: 4px;
	width: 60px;
	}
	
	.mapnav a {
	margin: 0 5px;
	padding: 4px 5px 6px;
	}
	
		.mapnav a:hover,
		.mapnav a.active {
		background: #1C9BAB;
		color: #fff;
		}
		
		
div.pages {
	width:430px;
	padding: 10px;
	height: 20px;
	background: #ebebeb;
	text-align:center;
	color: #999 !important;
	
	}
	
	div.pages a {
		font-weight: bold;
		color: #474747;
		}
	
		div.pages b {
			color: #999;
			font-weight: bold;
			}
		
		
/* STORIES ---------------------------------------- */

.stories .highlight {
float: left;
background: #ebebeb;
border: 1px solid #ddd;
padding: 10px;
}

.stories {

}

	.stories h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	}
	
	.stories h2 a {
	background: url(../../images/iconHomeBlueSM.png) no-repeat left center; 
	color: #1C9BAB;
	padding-left: 10px;
	}
	

.stories img {
float: right;
margin-left: 20px;
border: 1px solid #ddd;
padding: 2px;
}

	.stories .highlight img {
	width: 90px;
	}
	
	.stories .story img {
	width: 60px;
	}

.story {
width: 210px;
float: left;
display: inline;
margin-right: 30px;
margin-bottom: 30px;
}

	.last {
	margin-right: 0;
	}
	
	
	.story h3 {
	font-weight: bold;
	margin-bottom: 15px;
	
	}

	.story p {
	font-size:12px;
	
	}
	
	.story p a {
	padding-left: 12px;
	background: url(../../images/iconHomeBlue.png) no-repeat left center;
	float: right;
	}
	
	.story p a img {
	background:none;
	float: right;
	width: 60px;
	}
	
		
	.story img {
	margin-left: 10px;
	}


/* FORMS ---------------------------------------- */

.wufoo label {
text-transform: lowercase;
}

.wufoo h3.section {
margin-bottom: 6px;
border-bottom: 1px solid #dfdfdf;
padding-bottom: 3px;
}

input.bluebutton {
width: 90px;
height: 26px;
background: url(../../images/bgButton.png) no-repeat;
border: none;
color: #fff;
font-size: 16px;
cursor: pointer;
}

