/*

Colours:
	color: #008fd4; - Main blue 
	color: #ec008c; - strong pink
	color: #8cc63f; - lime green
	color: #00aeef; - alt blue
	color: #f7931d; - Orange
	color: #ffc20e; - Yellow orange
	color: #005699; - Dark Blue
*/

#QA_site {
	position:fixed;
	top:5px;
	left:0px;
	display:block;
	width:100%;
	z-index:100;
	height:20px;
	background-color:#FFFF00;
	color:#000000;
	text-align:center;
	font-size:1em;
	padding: 5px 0 0 0;
	border-bottom:#000 1px solid;
	border-top:#000 1px solid;
/*	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;*/
	cursor:pointer;
}

html { min-height: 101%;}

body{
	margin: 0px;/* change this to 0 or whatever's required when building*/
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height:100%;
	width:100%;
	background: url(../assets/images/page/bkgd_body_rpt_int.gif) repeat-x top center #dff1fa;
}

div { z-index:0;}

textarea { font-family:Arial, Helvetica, sans-serif;}

a:link {
	color: #ec008c;
	text-decoration: underline;
	outline:none;
}

a:visited {
	color: #ec008c;
	text-decoration: underline;
	outline:none;
}

a:hover {
	color: #ec008c;
	text-decoration: none;
	outline:none;
}

a:active {
	color: #ec008c;
	text-decoration: underline;
	outline:none;
}

h1 {
	line-height: 30px;
	color: #f7931d;
	font-size: 2.5em;
	line-height: 27px;
	font-weight: bold;
	font-family: "Dax-Bold", Arial, Helvetica, sans-serif;
	margin: 0 0 14px 0;
	padding: 0;
}

h2, h2.total {
	color: #005699;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

	h2.total {
		width: 240px;
		height: 42px;
		line-height: 37px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 3.2em;
		color: #00aeef;
	}

h3 {
	font-weight: bold;
	color: #008fd4;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

p, p.large {
	color: #005698;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

	p.large {
		font-size: 1.3em;
		font-weight: bold;
	}


sup, sub { font-size:10px; color:#81272a;}

ul {
	margin: 10px 10px 10px 0px;
	padding: 0;
}

ul li {
	color: #005698;
	font-size: 1.1em;
	margin: 0 0 6px 17px;
	padding: 0;
/*	list-style-image: url(../assets/images/page/img_bullet.gif);*/
}

ol{
	margin: 10px 10px 10px 0px;
	padding: 0; 
	list-style:decimal inside; 
}

ol li{
	padding: 0 0 0 0;
}

h2.categories_list {
	font-size:1.1em;
	color:#005698;
	margin: 0 2px 3px 0;
	padding: 0 0px 0 4px;
	width:257px;
	clear:both;
	float:left;
	line-height:17px;
	display:inline;
	font-weight:bold;
	background: #bed2d6;
	}

ul.categories_list { float:right; width:263px; margin:0 0 10px 0; padding:0; }
ul.categories_list li{ list-style:none;  margin:0 0 2px 0 ; float:left; }
ul.categories_list li a:link, ul.categories_list li a:visited, ul.categories_list li a:active {
	margin:0;
	padding: 0 0 0 2px ; 
	float:left;
	line-height:17px;
	width:261px;
	color:#fff;
	text-decoration:none;
}

ul.categories_list li a:hover { text-decoration:underline;}

	
form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

hr {
	height: 1px;
	color: #008fd4;
	border: 1px #008fd4 dashed;
}

.hidden { display:none;}

table {
	float:left;
	border-top: 1px solid #008fd4;
	border-right: 1px solid #008fd4;
	margin-left:5px;
	margin-right:5px;
}

td {
	color: #005698;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #008fd4;
	border-left: 1px solid #008fd4;
}

th {
	font-weight: bold;
	color: #005698;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008fd4;
	border-left: 1px solid #008fd4;
}

th.tablehead {background:#000;}

table.noTableBorder, table.noTableBorder tr, table.noTableBorder tr td  { border:none;}

table.tableBorder {border-top: 1px solid #008fd4; border-right: 1px solid #008fd4;}
	
table.tableBorder tbody tr td, 
table.tableBorder tr, 
table.tableBorder tr td  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #008fd4;
	border-left: 1px solid #008fd4;}

/**********************   Structure   **************************/

#main_hold {
	position: relative;
	top: 0px;
	width: auto;
    margin: auto;
/*	background-color: #00FF00;*/
}
  
#outter_wrapper {
	position: relative;
	width: 937px;
	height: auto;
	margin: auto;
	padding: 0;
/*	background-color: #FFFF00;*/
}

#inner_wrapper {
	position: relative;
	top: 0px;
	width: 817px;
	margin: auto;
	z-index: -1000000;
/*	background-color: #00FFFF;*/
}

#content_hold {
	float: left;
	display: inline;
	position: relative;
	width: 817px;
	height: auto;
	margin: 148px 0 0 0;
	padding: 0;
/*	background-color: #FF00FF;*/
}

#acorns, #acorns_int {
	position: absolute;
	top: 475px;
	width: 357px;
	height: 370px;
	margin: 0 0 0 580px;
	background: url(../assets/images/page/bkgd_acorns.png) no-repeat top left;
	z-index: 100000000;
}

	#acorns_int {
		top: 449px;
	}

/**********    HEADER    ***************/

#header {
	position: absolute;
	top: 0px;
/*	width: 817px;
	height: 200px;*/
	width: 817px;
	height: 128px;
	margin: 0 0 0 60px;
}

#logo { 
	float: left;
	display: inline;
	width: 179px;
	height: 44px;
	margin: 64px 0 0 0;
	padding: 0;
}

#navigation {
	float: right;
	display: inline;
	width: 548px;
	height: 375px;
}



/**********    FOOTER    ***************/

#footer { 
	position: relative;
	clear: both;
	width: 817px;
	height: auto;
	margin: 0;
	padding: 0;
}

	#inspiring {
		float: left;
		display: inline;
		position: relative;
		width: 172px;
		height: 13px;
		margin: 27px 0 0 0;
		padding: 0;
		background:url(../assets/images/page/bkgd_footer_inspiring.gif) top left no-repeat;
	}

	#footer_logos {
		float: left;
		display: inline;
		position: relative;
		clear: both;
		width: 90px;
		height: 28px;
		margin: 8px 0 0 0;
		padding: 0;
		background:url(../assets/images/page/bkgd_footer_logos.gif) top left no-repeat;
	}
	
	#facebook {
		float: left;
		display: inline;
		position: relative;
		width: 172px;
		height: 22px;
		margin: 12px 0 0 15px;
		padding: 0;
		background:url(../assets/images/page/facebook_link.jpg) top left no-repeat;
	}

	#facebook a {
		float: left;
		display: inline;
		position: relative;
		width: 172px;
		height: 22px;
		margin: 12px 0 0 15px;
		padding: 0;
	}



	#footer_registered {
		float: left;
		display: inline;
		position: relative;
		clear: both;
		width: 390px;
		height: 45px;
		margin: 21px 0 0 0;
		padding: 0;
		color: #0368b6;
		font-size:0.9em;
	}
	

	#footer ul {
		float: left;
		display: inline;
		position: relative;
		width: 817px;
		height: auto;
		list-style: none;
		margin: 64px 0 30px 0;
		padding: 0;
	}
	
		#footer ul li {
			float: left;	
			display: inline;
			clear: none;
			color: #005698;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
				float: left;
				display: inline;
				color: #005698;
				font-size: 1.0em;	
				margin: 0; 
				padding: 0;
				text-decoration:none;
			}
			
				#footer ul li a:hover { text-decoration:underline;}

				#footer ul li.terms { margin: 0 0 0 80px; }
				#footer ul li.dnd { margin: 0; }
				#footer ul li.dnd a span.id { color: #f7931d; }
				#footer ul li.pipe{ margin: 0 6px 0 6px; cursor:default; }




/**********    BODY structure    **********/

#column_01, #column_02 {
	float: left;
	display: inline;
	width: 377px;
	height: auto;
	margin: 17px 0 0 0;
	padding: 0;
}

#column_02 {
	width: 430px;
	height: auto;
}

#double_column {
	float: left;
	display: inline;
	width: 520px;
	height: auto;
	margin: 17px 0 0 0;
	padding: 0;
}
#column_wide {
	float: left;
	display: inline;
	
	height: auto;
	margin: 17px 0 0 0;
	padding: 0;
}
#page_content { display:inline-block; padding-top:170px; }
.cat_icon { background-color:#FFF; padding:4px; width:35px; height:45px; vertical-align:bottom; float:right; margin-right:18px; }
.cat_icon p { padding-top:4px; vertical-align:bottom; }
.archive_link { font-size:1.2em; }




img.divider {
	float: left;
}

	#column_01 ul#nav {
		float: left;
		display: inline;
		position: relative;
		width: 120px;
		height: auto;
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0;
		background: none;
	}
	
		#column_01 ul#nav li {
			float: left;
			display: inline;
			clear: none;
			width: 120px;
			height: 14px;
			list-style: none;
			margin: 0 0 5px 0;
			padding: 0;
			border-bottom: 1px solid #c2c8cc; 
			background: url(../assets/images/page/bkgd_snav_bullet_off.gif) no-repeat right top;
		}
		
			#column_01 ul#nav li a:link, #column_01 ul#nav li a:visited, #column_01 ul#nav li a:active {
				float: left;
				width: 120px;
				height: 14px;
				line-height: 12px;
				font-size: 1.2em;
				font-weight: bold;
				margin: 0; 
				padding: 0;
				text-decoration: none;
			}
			
				#column_01 ul#nav li a:hover { text-decoration: none; color: #262626; background: url(../assets/images/page/bkgd_snav_bullet_on.gif) no-repeat right top;}


					span.text {
						width: 126px;
						padding: 0 0 20px 6px;
						background: none;
					}
			


/************	BREADCRUMBS		*****************/
#breadcrumbs {
	position: absolute;
	top: 128px;
	left: 60px;
	width: 817px;
	height: 25px;
	margin: 0;
	padding: 0;
	z-index: -10;
/*	background-color: #9966FF;*/
}

#breadcrumbs p { float: left; color: #333; font-weight: bold; margin: 6px 12px 0 0; }

	a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
		float: left;
		display: inline;
		color: #005698;
		font-size: 1.2em;
		text-decoration: none;
		margin: 5px 0 0 0;
		padding: 0;
		font-weight:bold;
	}
	
		a.breadcrumbs:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}

	img.breadcrumbs_arrow {
		float: left;
		display: inline;
		margin: 7px 8px 0 8px;
		padding: 0;
	}

	span.bc_arrow {
		float: left;
		display: inline;
		color: #005698;
		margin: 7px 8px 0 8px;
		padding: 0;
	}

	div.bc_no_link {
		float: left;
		display: inline;
		width: auto;
		color: #1173be;
		font-size: 1.2em;
		margin: 5px 0 0 0;
		padding: 0;
	
	}

#internal_search {
	float: right;
	display: inline;
	width: 225px;
	height: 24px;
	margin: 0;
	padding: 0;
	z-index: 10000000;
}
	
	#internal_search label {
		float: left;
		display: inline;
		width: 63px;
		height: 12px;
		color: #005698;
		font-size:1.1em;
		font-family: Dax-Bold, Arial, Helvetica, sans-serif;
		margin: 6px 4px 0 6px;
	}
	
	#internal_search input.sitesearch {
		float: left;
		display: inline;
		width: 118px; 
		height: 14px; 
		color: #005698;
		font-size:1.1em;
		margin: 4px 6px 0 0;
		padding: 2px 2px 0 2px;
		border: none;
		background: #FFFFFF;
	}
	
	#internal_search input.sitesearch:focus {color: #005698; background:#f7931d; } 
		
	#internal_search input.go_button { 
		float: left;
		display: inline;
		width: 20px; 
		height: 16px; 
		font-size: 1.1em;
		color: #005698;
		cursor: pointer;
		margin: 4px 0 0 0;
		padding: 0;
		border: none;
		background: #FFFFFF;
	}

	#internal_search input.go_button:hover {color: #005698; background:#f7931d; }





/************  BREADCRUMBS END  *****************/



/************  Search results  *****************/

div.search_results, div.search_results_Alt {
	float: left;
	display: inline;
	width: 373px;
	margin: 0 0 15px 0;
	padding: 2px 4px 2px 0;
	border-bottom: 1px solid #008fd4;
	/*border-bottom: 1px dashed #008fd4;*/
}

	div.search_results h2, div.search_results_Alt h2 {  font-size:1.4em; float:left; color:#005699; width:367px; padding:0; margin:0; line-height:14px;}
	div.search_results h2 span.row, div.search_results_Alt h2 span.row { color:#008fd4; }

	div.search_results_Alt { border-bottom: 1px solid #cae5ef; /*border-bottom: 1px dashed #ffc20e;*/}
	
	div.search_results_byline { width: 367px; float:left; color:#005699; margin:5px 0 0 0; padding:5px 0 2px 0;}

/************  Search results end  *****************/

img.slideshow {
	float: left;
	display: inline;
	width: 521px;
	height: 292px;
	margin: 0 0 10px 0;
	padding: 0;
}



#related_pages {
	float: left;
	display: inline;
	width: 369px;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 4px;
	background: #ffc20e;
}

#related_pages p { font-weight: normal; }

	#related_pages ul {
		float: left;
		display: inline;
		position: relative;
		width: 369px;
		height: auto;
		list-style: none;
		margin: 0;
		padding: 0;
		background: none;
	}
	
		#related_pages ul li {
			float: left;
			display: inline;
			width: 170px;
			height: 14px;
			list-style: none;
			margin: 4px 3px 5px 0;
			padding: 0 0 0 10px;
			background: url(../assets/images/page/bkgd_related_pages_bullet.gif) no-repeat left;
		}
		
			#related_pages ul li a:link, #related_pages ul li a:visited, #related_pages ul li a:active {
				float: left;
				display: inline;
				width: 170px;
				height: 14px;
				line-height: 12px;
				color: #005698;
				font-size: 1.0em;
				margin: 0; 
				padding: 0;
				text-decoration: none;
				font-weight:bold;
			}
			
				#related_pages ul li a:hover { text-decoration: underline; }
				

#top_image {
	float: left;
	display: inline;
	width: 430px;
	height: 457px;
}



.funding_block_1 a:link, .funding_block_1 a:active, .funding_block_1 a:visited { float:left; width:186px; height:90px; display:block; background-color:#e5058c; margin:0px 3px 3px 0px; background:url(../assets/images/titles/funding_block_1.gif); }
.funding_block_2 a:link, .funding_block_2 a:active, .funding_block_2 a:visited { float:left; width:186px; height:90px; display:block; background-color:#8dc53e; margin:0px 0px 3px 0px; background:url(../assets/images/titles/funding_block_2.gif);}
.funding_block_3 a:link, .funding_block_3 a:active, .funding_block_3 a:visited { float:left; width:186px; height:90px; display:block; background-color:#07aaef; margin:0px 3px 3px 0px; background:url(../assets/images/titles/funding_block_3.gif);}
.funding_block_4 a:link, .funding_block_4 a:active, .funding_block_4 a:visited { float:left; width:186px; height:90px; display:block; background-color:#f2951c; margin:0px 0px 3px 0px; background:url(../assets/images/titles/funding_block_4.gif);}


.funding_block_1 a:hover { background:url(../assets/images/titles/funding_block_1_over.gif); }
.funding_block_2 a:hover { background:url(../assets/images/titles/funding_block_2_over.gif); }
.funding_block_3 a:hover { background:url(../assets/images/titles/funding_block_3_over.gif); }
.funding_block_4 a:hover { background:url(../assets/images/titles/funding_block_4_over.gif); }

.funding_block_1 span, .funding_block_2 span, .funding_block_3 span, .funding_block_4 span { display:none; }

a.back_link { clear:both; float:left; margin-right:344px; }










