/*
Colours:
	color: #262c4d; - V Dark Blue 
	color: #a6e7ff; - Light Blue
	color: #679eb2; - Pale green header
	color: #3a4274; - dark blue text
	color: #4c67ff; - text hover
*/

/*
NOTES
3 styles max for single line.

*/


/***** DEFAULTS *****/

#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;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: url(../assets/images/page/bkgd_body_rpt.gif) repeat-x;
}

a:link {color: #3a4274;	text-decoration: underline;	outline: none;}
a:visited {color: #3a4274; text-decoration: underline; outline: none;}
a:hover {color: #0000FF; text-decoration: none;	outline: none;}
a:active {color: #0000FF; text-decoration: underline; outline: none;}


.search_results, .search_results_Alt  { font-size:0.8em; }


h1, h2, h3, h4 {
	color: #3a4274;
	font-size: 3.8em;
	margin: 0 0 10px 0;
	padding: 0;
}
	h1 { font-weight:normal; }
	
		h2 { font-size: 1.8em; color:#679eb2; }
		h2.child {font-size: 1.4em; font-weight: bold;}
		h2.category {
			float: left;
			display: inline;
			width: 460px;
			border-bottom: 1px solid #cccccc;
		}

	h3 {font-size: 1.6em;}
	h4 {font-size: 1.4em;}
	
.highlight { font-size:1.3em; }
.highlight a { color:#3a4274; }
.highlight span { color:#3a4274; font-weight:bold; }

blockquote { color:#3a4274; font-size:1.3em; padding:0px; margin:14px 8px; font-style:italic; font-weight:bold; }
.child_row blockquote p { color:#3a4274; font-size:1.3em; padding:0px; margin:14px 8px; font-style:italic; font-weight:bold; }
.block_foot { color:#3a4274; font-weight:bold; line-height:19px; font-size:1.4em; }
.block_foot span.date { font-weight:normal; font-size:0.8em; }


p, p.small {
	color: #666666;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
	p.small {font-size: 1.0em; margin: 0 0 6px 0;}
	p span {color:#666666;}

ul {margin: 10px; padding: 0; }
	ul li {margin: 0 0 0 17px; padding: 0; padding-bottom:8px;}

ol {margin: 10px; padding: 0; list-style: decimal inside;}
	ol li { margin: 0 0 0 17px; padding: 0; padding-bottom:8px;}

form, input {margin: 0px; padding: 0px;}
	img {border: none;}

textarea {font-family: Arial, Helvetica, sans-serif;}

hr {height: 1px; color: #333333; border: 1px #333333 dashed;}

.hidden {display:none;}


img { border:0px; overflow:hidden; }

/***** STRUCTURE *****/

/* Centred Structure */

#main_hold { top: 0px; width: auto; margin: auto; }
  
#outter_wrapper {
	position: inline-block;
	width: 990px;
	margin: auto;
	/*padding: 0;
	z-index: 0;*/
	float:left;
	float:inherit;

}
#footer {
	position: inline-block;
	clear: left;
	width: 100%;
	height: 32px;
	margin: auto;
	padding: 0;
	z-index: 80;
	text-align: center;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	background-color:#FFFFFF;
	color:#666;
	padding:5px 0px;
}

#extra_wrapper {  }

#inner_wrapper {
	position: relative;
	top: 0px;
	width: 990px;
	margin: auto;
}

#content_hold {
	float: left;
	display: inline;
	position: relative;
	width: 990px;
	height: auto;
	margin: 125px 0 0 0;
	padding: 0;
	z-index: 100000;
	overflow:hidden;
/*	background:url(../assets/images/page/top-right-trans.png) top right no-repeat;*/
}

/***** HEADER *****/

#header {
	position: absolute;
	top: 0px;
	width: 990px;
	height: 123px;
	margin: 0;
	background-color:#262c4d;
	border-bottom:2px solid #fff;
}

#header_col01, #header_col02 {
	float: left;
	display: inline-block;
	width: 200px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#header_col02 {width: 788px; float:right;}

#logo {
	float: left;
	display: inline;
	width: 200px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#top_nav { 
	float: right;
	display: inline-block;
	width: 760px;;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 0;
/*	background:url(../assets/images/page/menu_back_01.gif) top right no-repeat;*/
}

	ul.top {
		float: right;
		display: inline;
		position: relative;
		width: auto;
		height: 20px;
		list-style: none;
		margin: 0;
		padding: 0;
		background: none;
		padding-right:8px;
		margin-top:7px;
	}
	
		ul.top li {
			float: left;
			display: inline;
			clear: none;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		/*ul.top li a span {display: none;}*/
	
			ul.top li a:link, ul.top li a:visited, ul.top li a:active,  ul.top li span {
				float: left;
				display: inline;
				width: auto;
				height: 20px;
				text-align: center;
				margin: 0; 
				padding: 0 3px 0 3px;
				text-decoration: none;
				color:#FFFFFF;
				cursor:pointer;
				font-size:8pt;
			}
			
				ul.top li a:hover {text-decoration:underline;}
				

				/*ul.top li span {display: none;}*/


			/**** Repeat the below for however many buttons the primary navigation has ****/
			/**** ul.top li.home, ul.top li.home a:link, ul.top li.home a:visited, ul.top li.home a:active {width: 46px; background:url(../assets/images/page/top_nav_home.gif) top left no-repeat;}
						ul.top li.home a:hover, ul.top li.home a.active { background:url(../assets/images/page/top_nav_home_ovr.gif) top left no-repeat;} ****/

/* header search */
#header_search { 
	float: right;
	display: inline-block;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	height:28px;
	padding:5px 0px 0px 0px;
	background:url(../assets/images/page/search-back.gif) right no-repeat;
	width:218px;
	margin-top:14px;
	color:#FFFFFF;
	margin-right:10px;
}

#header_search form { padding:0px; margin:0px; }
#header_search label { float:left; margin: 0; padding:5px 2px 0 10px; }
#header_search .search_title { font-size:1.2em; font-weight:bold;  }




#header_search input.search { 
	float: left; 
	width: 121px; 
	height: 15px; 
	font-size: 1.2em;
	margin: 2px; 
	padding: 2px; 
	background: #262c4d;
	background:none;
	color:#fff;
	text-decoration: none;
	display:block;
	border:none;
	overflow:hidden;
	border: 1px solid #515ea6;
}
#header_search input.search:focus {color: #fff; background: #262c4d;}

#header_search input.search_go { 
	float: left; 
	width: 121px; 
	font-size: 1.2em;
	color: #FFFFFF;  
	border:none;
	background:none;
	width: 29px;
	height: 21px;
	cursor: pointer;
	margin: 2px 0 2px 0;
	padding:0;
	text-indent:-9999px;
}

	
	
	
	
	
/* search people */

select.search_person {
	margin:2px 0px 0px 0px;
	color:#3a4274;
	padding:0px;
	font-size:1.2em;
	width:150px;
}

label.search {
	margin:8px 0px 0px 0px;
	display:inline-block;
	padding:0px;
}

input.search_person {
	margin:2px 0px 0px 0px;
	color:#3a4274;
	padding:0px;
	width:147px;
	font-size:1.2em;
	display: inline-block;
	float:left;
}
		
.searchpeople_block input.search { 
		float:right;
		display: inline-block;
		text-decoration: none;
		margin: 2px 0 2px 0;
		padding: 0;
		background: #000000;
		background:url(../assets/images/page/btn_search.gif);
		width:48px;
		height:18px;
		display:block;
		border:none;
		cursor:pointer;
		text-indent:-9999px;
		overflow:hidden;
		font-size:0px;
		line-height:0;
		clear:none;
		margin-bottom:15px;
	}
	

/* ----------------------------------- */

#primary_nav { 
	float: right;
	display: inline-block;
	position: relative;
	width: 780px;
	height: 30px;
	margin: 0;
	padding: 0;
	margin-top:62px;
/*	background:url(../assets/images/page/menu_back_02.gif) top right no-repeat;*/

}

	ul.primary {
		float: right;
		display: inline-block;
		position: relative;
		height: 30px;
		list-style: none;
		margin: 0;
		padding: 0;
		background: none;
	}
	
		ul.primary li {
			float: left;
			display: inline;
			position: relative;
			clear: none;
			list-style: none;
			margin: 0;
			padding: 0;
			background: none;
			
		}
		ul.primary li a:link, ul.primary li a:visited, ul.primary li a:active {
				float: left;
				display: inline-block;
				position: relative;
				color: #FFFFFF;
				text-align: center;
				margin: 0; 
				padding: 0;
				text-decoration: none;
				background: #000000;
				padding:20px 11px 10px 10px;
				background-color:#993399;
				height:0px;
				
				
			}
		
#primary_nav ul.primary li.link1 a { width:115px; background:url(../assets/images/page/menu_37_off.gif) center 8px no-repeat; }
#primary_nav ul.primary li.link2 a { width:55px; background:url(../assets/images/page/menu_39_off.gif) center 8px no-repeat; }
#primary_nav ul.primary li.link3 a { width:51px; background:url(../assets/images/page/menu_41_off.gif) center 8px no-repeat; }
#primary_nav ul.primary li.link4 a { width:76px; background:url(../assets/images/page/menu_43_off.gif) center 8px no-repeat; }
#primary_nav ul.primary li.link5 a { width:78px; background:url(../assets/images/page/menu_45_off.gif) center 8px no-repeat; }
#primary_nav ul.primary li.link6 a { width:92px; background:url(../assets/images/page/menu_47_off.gif) center 8px no-repeat; }
#primary_nav ul.primary li.link7 a { width:94px; background:url(../assets/images/page/menu_49_off.gif) center 8px no-repeat; }

#primary_nav ul.primary li.link1 a:hover { width:115px; background:#353c6a url(../assets/images/page/menu_37_over.gif) center 8px no-repeat;  }
#primary_nav ul.primary li.link2 a:hover { width:55px; background:#353c6a url(../assets/images/page/menu_39_over.gif) center 8px no-repeat;  }
#primary_nav ul.primary li.link3 a:hover { width:51px; background:#353c6a url(../assets/images/page/menu_41_over.gif) center 8px no-repeat;  }
#primary_nav ul.primary li.link4 a:hover { width:76px; background:#353c6a url(../assets/images/page/menu_43_over.gif) center 8px no-repeat;  }
#primary_nav ul.primary li.link5 a:hover { width:78px; background:#353c6a url(../assets/images/page/menu_45_over.gif) center 8px no-repeat;  }
#primary_nav ul.primary li.link6 a:hover { width:92px; background:#353c6a url(../assets/images/page/menu_47_over.gif) center 8px no-repeat;  }
#primary_nav ul.primary li.link7 a:hover { width:94px; background:#353c6a url(../assets/images/page/menu_49_over.gif) center 8px no-repeat; }


		#primary_nav ul.primary li.link1 span, #primary_nav ul.primary li.link2 span, #primary_nav ul.primary li.link3 span, #primary_nav ul.primary li.link4 span, #primary_nav ul.primary li.link5 span, #primary_nav ul.primary li.link6 span, #primary_nav ul.primary li.link7 span { display:none; }
		
	
			
			
				ul.primary li a:hover { text-decoration:underline; color: #000000; background: #cccccc;}
				
				ul.primary li.pipe {display: none;}


			/**** Repeat the below for however many buttons the primary navigation has ****/

/***		ul.primary li.link1, ul.primary li.link1 a:link, ul.primary li.link1 a:visited, ul.primary li.link1 a:active {background:url(../assets/images/nav/image_name.gif) top left no-repeat;}
				ul.primary li.link1 a:hover, ul.primary li.link1 a.active {background:url(../assets/images/nav/image_name_ovr.gif) top left no-repeat;} ****/



/***** FOOTER *****/



.footer_block { width:990px; margin-left:auto; margin-right:auto; }

	#footer ul {
		float: left;
		display: inline;
		position: relative;
		width: 990px;
		height: auto;
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
		#footer ul li {
			float: left;	
			display: inline;
			clear: none;
			height: 12px;
			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;
				height: 12px;
				margin: 0; 
				padding: 0;
				text-decoration:none;
				color:#666;
			}

			#footer ul li a:hover { text-decoration:underline;}
			#footer ul li span {display: none;}
			#footer ul li.pipe { cursor:default; background:url(../assets/images/page/footer_pipe.gif) top left no-repeat; padding:0px 10px;}

#footer .dnd { float:right; }
#footer .legal { padding-left:170px; }




/*			#footer ul li.terms, #footer ul li.terms a:link, #footer ul li.terms a:visited, #footer ul li.terms a:active {width: 104px; background:url(../assets/images/page/footer_tnc.gif) top left no-repeat;}
				#footer ul li.terms a:hover, #footer ul li.terms a.active { background:url(../assets/images/page/footer_tnc_ovr.gif) top left no-repeat;}

			#footer ul li.privacy, #footer ul li.privacy a:link, #footer ul li.privacy a:visited, #footer ul li.privacy a:active {width: 70px; background:url(../assets/images/page/footer_pp.gif) top left no-repeat;}
				#footer ul li.privacy a:hover, #footer ul li.privacy a.active { background:url(../assets/images/page/footer_pp_ovr.gif) top left no-repeat;}*/


/**** BODY structure ****/

#breadcrumbs {
	float: left;
	display: inline;
	width: 965px;
	height: 18px;
	margin: 0 0 1px 0; 
	padding: 3px 0 0 25px;
	color:#b2ebff;
	background:#3a4274 url(../assets/images/page/breadcrumb_arrow01.gif) top left no-repeat;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
				text-decoration:none;
				color:#fff;
			}
#breadcrumbs a:hover { text-decoration:underline; }
#breadcrumbs span.divider { border:0px; padding:0px; margin:0px;  display: inline-block; background:url(../assets/images/page/breadcrumb_arrow02.gif) 1px -3px; width:11px; }






#column01, #column02, #column_fullwidth {
	float: left;
	display: inline;
	width: 247px;
	height: auto;
	margin: 0 0 0px 0; 
	padding: 0 0 0px 0;
	background-color: #e9ebf5;
	background:url(../assets/images/page/main_image_01.jpg) top left no-repeat;
}

	#column01 { background:none; background-color: #e9ebf5;  }
	#column02 {
	float: right;
	width: 743px;
	padding: 0px;
	background:none;
	margin:0px;
	overflow:hidden;
	}
	#column02 ul li, #column02 ol li { font-size: 1.2em;}
	#column03 { float: right; width:187px; display:block; }
	#column_fullwidth { width: 990px; padding: 0px; }

	.main_header { height:48px; background-color: #c3c8e6; width:743px; border-bottom:1px solid #fff; margin:0px; padding:6px 0px 0px 41px; overflow:hidden; }
	.header_image { padding:0px; margin:0px; width:556px; height:143px; border:0px; float:left; overflow:hidden; }

.left_header {
	height:54px;
	position:relative;
	background-color: #c3c8e6;
	width:247px;
	margin:0px; 
	border-bottom:1px solid #fff;
}
.left_header .basetext {
	color:#3a4274;
	font-size:2.0em;
	text-align:right;
	bottom:0;
	position:absolute;
	background-color:#999999;
	background: url(../assets/images/page/arrow_down.gif) no-repeat 225px 22px;
	height:auto;
	margin:0px;
	line-height:17px;
	width:199px;
	float:right;
	padding:20px 28px 12px 20px;
}
	.left_header_related { height:26px; background-color: #daddf2; width:237px; border-bottom:1px solid #fff; border-top:1px solid #fff; margin:0px; padding:10px 10px 0px 0px; text-align:right; float:left; }
	.left_header_related h2 { color:#3a4274; font-size:1.6em; background: url(../assets/images/page/arrow_down.gif) no-repeat right center; padding-right:20px; }




/**** HOMEPAGE ****/

div.slideshow, #smx_flash {
	float: left;
	display: inline;
	width: 500px;
	height: 300px;
	margin: 0 10px 10px 0; 
	padding: 0;
}

	#smx_flash { width: 370px; height: 300px; margin: 0 0 10px 0; background-color: #999999; }

#welcome, #panel_news, #panel_events {
	float: left;
	display: inline;
	width: 360px;
	height: 300px;
	margin: 0 10px 10px 0; 
	padding: 5px;
	background-color: #999999;
}

	#panel_news {width: 235px;}
	#panel_events {width: 235px; margin: 0 0 10px 0;}

		div.panel_row {
			float: left;
			display: inline;
			width: 235px;
			height: auto;
			margin: 0 0 10px 0; 
			padding: 0;
		}		
		
.home_left { width:803px; float:left; }
.home_right { width:185px; border-left:2px solid #fff; float:left; background:url(../assets/images/page/top-right-trans2.png) top left; z-index:-20px; overflow:hidden; }

.home_left_top { width:803px; height:346px; border-bottom:1px solid #fff; }
.home_left_bottom { width:803px; height:145px; background:url(../assets/images/page/bottom-left-trans.png) bottom left; color:#fff;  margin:0px; padding:0px; padding-left:0px; }
.home_left_bottom p { color:#fff; font-size:1.0em; }

.home_right_top { width:185px; height:346px;
border-bottom:1px solid #fff;
/*background:url(../assets/images/page/top-right-trans.png) top left; */
color:#FFFFFF; }
.home_right_bottom { width:185px; height:145px; color:#fff; background-color:#404980; display:block; background:url(../assets/images/page/bottom-right-back.gif) bottom right;

border-bottom:10px solid #fff;
z-index:100; !important
 } 


.home_right_bottom p { color:#a6e7ff; border-bottom:1px solid #505785; padding:0px 5px 10px 10px; margin:0px; width:170px; }
.home_right_bottom p.header { background:url(../assets/images/page/title_youropinion.gif) 10px 14px no-repeat; text-indent:-9999px; height:30px; border-bottom:none; }
.home_right_bottom p.quote { height:43px; overflow:hidden; width:170px; font-size:1.0em; line-height:12px; }
.home_right_bottom p.opinion_name { color:#fff; border-bottom:none; text-align:right; margin:0px; font-weight:normal; padding:4px 4px 0px 0px; font-size:1.1em; font-weight:bold; width:181px; }
.home_right_bottom p.opinion_company { color:#fff; border-bottom:none; text-align:right; margin:0px; font-weight:normal; padding:0px 4px 0px 0px; font-size:1.1em; font-weight:bold; width:181px; }

.panel_ourpeople { border-right:1px solid #a6e7ff; width:239px; float:left; margin:14px 0px 0px 0px; padding:0px; height:120px; padding:0px 10px 0px 18px;  }
.panel_ourapproach { border-right:1px solid #a6e7ff; width:239px; float:left; margin:14px 0px 0px 0px; height:120px; padding:0px 10px 0px 18px; }
.panel_ournews { width:239px; float:left; margin:14px 0px 0px 0px; height:120px; padding:0px 10px 0px 18px; }

.panel_ourpeople img, .panel_ourapproach img, .panel_ournews img { float:left; padding-right:10px; }
.panel_ourpeople p, .panel_ourapproach p, .panel_ournews p { display:inline-block; float:left; width:151px; height:90px; overflow:hidden; }
.panel_ourpeople a:link,
.panel_ourpeople a:visited,
.panel_ourpeople a:active,
.panel_ourapproach a:link,
.panel_ourapproach a:visited,
.panel_ourapproach a:active,
.panel_ournews a:link,
.panel_ournews a:visited,
.panel_ournews a:active
{ text-decoration:none; color:#FFFFFF;  }




.panel_ourpeople h2 { background:url(../assets/images/page/title_ourpeople.gif) no-repeat; text-indent:-9999px; }
.panel_ourapproach h2 { background:url(../assets/images/page/title_ourapproach.gif) no-repeat; text-indent:-9999px; }
.panel_ournews h2 { background:url(../assets/images/page/title_ournews.gif) no-repeat; text-indent:-9999px; }

/* side panels */

.panel_contact { border-bottom:2px solid #fff; }
.panel_findus { height:31px; border-bottom:1px solid #fff; background:url(../assets/images/page/sidepanel_01.gif) no-repeat; }
.panel_findus a { display:block; height:31px; }


.panel_emailus { height:31px; border-bottom:1px solid #fff; background:url(../assets/images/page/sidepanel_02.gif) no-repeat; }
.panel_emailus a { display:block; height:31px; }

.panel_callback { height:31px; border-bottom:1px solid #fff; background:url(../assets/images/page/sidepanel_03.gif) no-repeat; }

.panel_findus span, .panel_emailus span, .panel_callback span { display:none; }



















