html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html{
	background:#d1d3d5;
}

body{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:0.69em;
}

h1{
	font-size:1.64em;
	font-weight:100;
	position:relative;
}
	h1 a.rss-link{
		font-size:1.64em;
		font-weight:100;
		position:absolute;
		top:5px;
		right:0;
		width:16px;
		height:15px;
		background:#009900;
		text-indent:-9999px;
		background: url(/imgs/rss-icon.gif) no-repeat;
	}

h1.news-h1{
	width:372px;
	padding-right:40px;
}


h2{
	font-size:1.09em;
	font-weight:bold;
	margin-bottom:17px;
}

h2{
	color:#333;
	font-size:1.09em;
	font-weight:bold;
	background:0;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}
h2.contact{
	padding-bottom:8px;
	line-height:1.4em;
	margin-top:15px;
}

h3{
	font-weight:bold;
	margin-bottom:17px;
}

p{
	margin-bottom:17px;
	line-height:1.2em;
}

ul{
	margin-left:10px;
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:17px;
}
ul li{
	margin-bottom:5px;
}

ol{
	margin-left:10px;
	list-style-position:inside;
	margin-bottom:17px;
}
ol li{
	margin-bottom:5px;
}	

a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}

#all{
	background: url(/imgs/body-bg.gif) repeat-y scroll center top;
	margin-top:0;
	padding:0;
	width:100%;
}

#outer-wrapper{
	margin:0 auto;
	width:970px;
	padding-top:149px;
	padding-left:11px;
	padding-right:13px;
}

#inner-wrapper{
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
	background:url(/imgs/right-column-bg.gif) no-repeat right top;

}

#inner-wrapper .left-column{
	width:199px;
	padding-top:10px;
	float:left;
}

#inner-wrapper .left-column .breadcrumbs{
	font-size:0.91em;
	color:#a9aaad;
	height:50px;
}
#inner-wrapper .left-column .breadcrumbs a{
	color:#a9aaad;
	text-decoration:none;
	font-weight:normal;
}
#inner-wrapper .left-column .breadcrumbs a:hover{
	text-decoration:underline;
}

#inner-wrapper .left-column .breadcrumbs a.current{
	color:#322e2f;
}

#inner-wrapper .left-column .nav-header{
	margin:0;
	padding:0;
	width:177px;
	height:18px;
	padding-left:22px;
	padding-top:6px;
	color:#231f20;
}
#inner-wrapper .left-column .key-info{background:url(/imgs/key-info-bg.gif) no-repeat;}
#inner-wrapper .left-column .help-support{background:url(/imgs/help-support-bg.gif) no-repeat;}
#inner-wrapper .left-column .research-resources{background:url(/imgs/research-resources-bg.gif) no-repeat;}

#inner-wrapper .left-column .pages-nav{
	padding:0;
	margin:0;
	width:199px;
	margin-bottom:20px;
	margin-left:0;
	list-style-type:none;
}
#inner-wrapper .left-column .pages-nav li{
	padding:0;
	margin:0;
	border-bottom:#6b89b3 1px solid;


}
#inner-wrapper .left-column .pages-nav li a{
	color:#231f20;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	width:179px;
	font-weight:normal;
}
#inner-wrapper .left-column .pages-nav li a:hover{
	color:#FFFFFF;
	background:#002D62;
}

#inner-wrapper .left-column .pages-nav ul{
	margin-bottom:10px;
}

#inner-wrapper .left-column .pages-nav li ul li{
	border-bottom:none;
	padding:0;
	margin:0;
}
#inner-wrapper .left-column .pages-nav ul ul{
	margin-bottom:10px;
}			


#inner-wrapper .centre-column{
	padding-top:22px;
	float:left;
	width:436px;
	overflow:hidden;
}


#inner-wrapper .centre-column .news-item{
	border-bottom:#999999 1px dotted;
	padding-bottom:15px;
	margin-bottom:15px;
}

	#inner-wrapper .centre-column .news-item h2{
		padding:0;
		margin:0;
		border:0;
		margin-bottom:8px;
		font-size:1.3em;
	}
		#inner-wrapper .centre-column .news-item h2 a{
			color:#00447C;
		}
	
	#inner-wrapper .centre-column .news-item img{
		float:left;
		margin-right:10px;
		padding:4px;
		border:#CCCCCC 1px solid;
		background-color:#FFFFFF;
	}
	
	#inner-wrapper .centre-column .news-item .date{
		color:#666666;
		font-style:italic;
		margin-bottom:5px;
		padding-top:5px;
	}
	
	#inner-wrapper .centre-column .news-item .snippet{
		margin-bottom:5px;		
	}
	
	#inner-wrapper .centre-column .news-item a.read-more{
		color:#00447C;
	}
	

#inner-wrapper .centre-column .no-bottom-border{
	border-bottom:none;
	padding-bottom:0;
}

#inner-wrapper .centre-column .news-cat{
	margin-bottom:15px;
}
	#inner-wrapper .centre-column .news-cat h2{
		padding:0;
		margin:0;
		border:0;
		margin-bottom:8px;
		font-size:1.3em;
	}
	#inner-wrapper .centre-column .news-cat h2 a{
		color:#00447C;
	}


#inner-wrapper .centre-column h1{
	margin-bottom:13px;
}

#inner-wrapper .centre-column .video{
	width:436px;
	margin-left:6px;
}
#inner-wrapper .centre-column .video-top{
	padding-left:12px;
	width:424px;
	height:19px;
	background:url(/imgs/video-top.gif) no-repeat;
	font-weight:bold;
	padding-top:13px;
}

#inner-wrapper .centre-column .video-middle{
	padding-left:6px;
	width:430px;
	background:url(/imgs/video-middle.gif) repeat-y;
}	

#inner-wrapper .centre-column .video-bottom{
	padding-left:12px;
	width:424px;
	height:28px;
	background:url(/imgs/video-bottom.gif) no-repeat;
	padding-top:5px;
	font-weight:bold;
}
#inner-wrapper .centre-column .video-bottom a{
	text-decoration:none;
	color:#00b9f2;
}	
#inner-wrapper .centre-column .video-bottom a:hover{
	text-decoration:underline;
}

#inner-wrapper .centre-column .page-text{
	padding-top:5px;
	padding-left:14px;
	padding-right:10px;
}

#inner-wrapper .centre-column .page-text .news-image{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
	border:#999999 1px solid;
}


#inner-wrapper .centre-column .page-text .news-article-date{
	font-weight:bold;
	color:#666666;
	font-style:italic;
	margin-bottom:7px;
}

#inner-wrapper .centre-column .page-text .related-articles{
	font-size:1.4em;
	border-bottom:#999999 1px dotted;
	padding-bottom:3px;
	margin-bottom:10px;
	font-weight:bold;
}

#inner-wrapper .centre-column .page-text .news-back{
	text-decoration:underline;
	display:block;
	margin-bottom:25px;
}
	#inner-wrapper .centre-column .page-text .news-back:hover{
		text-decoration:none;
	}

#inner-wrapper .centre-column .page-text #contact_form{
	margin:0;
	padding:10px 0;
}
#inner-wrapper .centre-column .page-text div.video_testimonial{
	margin:10px 0;
	text-align:center;
}

#inner-wrapper .centre-column .page-text #contact_form div.row{
	margin-bottom:10px;
	margin-right:0;
}

#inner-wrapper .centre-column .page-text #contact_form label{
	width: 140px;
	float:left;
	padding:0 5px 0 0;
}

#inner-wrapper .centre-column .page-text #contact_form label.deep{ height:80px; width:110px }

#inner-wrapper .centre-column .page-text #contact_form label span{ color:#ff0000; font-weight:700 }

#inner-wrapper .centre-column .page-text #contact_form label.inline{
	width: auto;
	float:none;
	padding:0;
	display:inline;
	margin-left:2px;
}

#inner-wrapper .centre-column .page-text #contact_form input.readonly{ background-color:#CCCCCC; color:#333333; border:1px solid #999999; }

#inner-wrapper .centre-column .page-text #contact_form input,
#inner-wrapper .centre-column .page-text #contact_form textarea{
	width:183px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#inner-wrapper .centre-column .page-text #contact_form input.radio{
	width:auto;
	margin-right:0;
}

#inner-wrapper .centre-column .page-text #contact_form select{ /*width:189px*/ }

#inner-wrapper .centre-column .page-text #contact_form button{
	padding:4px;
	background:url(/imgs/h1-bg.gif) repeat-x left bottom #004799;
	color:#fff;
	text-align:center;
	border:1px solid #002244;
	cursor:pointer;
	margin-left:155px;
}


#inner-wrapper .centre-column #page_sub_nav{
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:10px;
}
#inner-wrapper .centre-column #page_sub_nav div.sub_nav_object{
	width:195px;
	margin-bottom:18px;

}
#inner-wrapper .centre-column #page_sub_nav div.sub_nav_object p{
	padding-left:8px;
	padding-right:8px;
	margin-bottom:10px;
}

#inner-wrapper .centre-column #page_sub_nav div.sub_nav_object a{
	font-weight:700;
	font-size:0.91em;
	background-position:5px 50%;
	margin-top:3px;
	text-decoration:none;
}
#inner-wrapper .centre-column #page_sub_nav div.sub_nav_object a:hover{
	text-decoration:underline;
}

#inner-wrapper .centre-column #page_sub_nav div.sub_nav_object h2{					
	color:#333;
	font-size:1em;
	font-weight:100;
	background-image:url(../imgs/nav-left-bg.gif);
	background-repeat:repeat-x;
	background-color:#E7E5F0;
	background-position:bottom;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:10px;
}


#inner-wrapper .centre-column #page_sub_nav div.lhs{ float:left }
#inner-wrapper .centre-column #page_sub_nav div.rhs{ float:right }

#content div.lhs div.page_end{
	border-bottom:1px solid #ccc;
}







#inner-wrapper .centre-column .bottom-panel{
	margin-left:13px;
	border-top:#938fbc 1px solid;
}
#inner-wrapper .centre-column .bottom-panel .next-steps{background:url(/imgs/next-steps.gif) no-repeat;}
#inner-wrapper .centre-column .bottom-panel .question{background:url(/imgs/question.gif) no-repeat;}
#inner-wrapper .centre-column .bottom-panel .information{background:url(/imgs/information.gif) no-repeat;}
#inner-wrapper .centre-column .bottom-panel .bookmark{background:url(/imgs/bookmark.gif) no-repeat;}

#inner-wrapper .centre-column .bottom-panel .bottom-info{
	border-bottom:#938fbc 1px solid;
	padding-left:60px;
	min-height:45px;
	background-position:5px 6px;
	padding-top:10px;
	padding-bottom:5px;
	color:#9490bc;
}
#inner-wrapper .centre-column .bottom-panel .bottom-info h3{
	margin:0;
	padding:0;
	margin-bottom:3px;
}

#inner-wrapper .centre-column .bottom-panel .bottom-info p{
	margin:0;
	padding:0;
	margin-bottom:5px;
}

#inner-wrapper .centre-column .bottom-panel .bottom-info a{
	color:#9490bc;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
}
#inner-wrapper .centre-column .bottom-panel .bottom-info a:hover{
	text-decoration:underline;
}

#inner-wrapper .centre-column .bottom-panel .bottom-info ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#inner-wrapper .centre-column .bottom-panel .bottom-info ul li{
	float:left;
	width:180px;
	font-weight:bold;
}

#inner-wrapper .centre-column .bottom-panel .bottom-info .bookmarks{
	margin-top:10px;
}
#inner-wrapper .centre-column .bottom-panel .bottom-info .bookmarks a{
	margin-right:5px;
	text-decoration:none;
	font-weight:100
}	
#inner-wrapper .centre-column .bottom-panel .bottom-info .bookmarks a:hover{ text-decoration:underline; }

#inner-wrapper .centre-column .bottom-panel .bottom-info .bookmarks a img{ margin-right:5px; vertical-align:middle }


#inner-wrapper .right-column{
	float:right;
	width:323px;
	padding-top:9px;
}

#inner-wrapper .right-column .icons{
	float:right;
	margin-bottom:7px;
	text-align:center;
	width:100%
}
#inner-wrapper .right-column .icons img{  margin:8px 5px 3px }
#inner-wrapper .right-column .icons .brain img{  margin-left:8px; margin-right:8px; }
#inner-wrapper .right-column .icons .cerebral img{  margin-left:8px; margin-right:8px; }

#inner-wrapper .right-column .popular-resources{
	background:#E3E7F0;
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding-left:0px;
	text-indent:5px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:3px;
	margin-left:6px;
	margin-right:9px;
}
#inner-wrapper .right-column .popular-resources img{ vertical-align:middle; margin-right:5px }
#inner-wrapper .right-column .popular-resources:hover{
	text-decoration:underline;

}


#inner-wrapper .right-column .info-pane{
	float:left;
	display:inline;
	padding:8px;
	padding-left:6px;
	padding-right:6px;
	height:94px;
	width:147px;
	margin-right:4px;
	background:url(/imgs/shadow-bottom.gif) no-repeat bottom;
	margin-right:2px;
	margin-bottom:5px;
	position:relative;
}

#imageContainer{ width:auto; overflow:hidden; position:relative; background:url(/imgs/infopanels/our-accreditations.png) no-repeat; height:93px; }
#imageContainer img{ position:absolute; top:20px; }

#inner-wrapper .right-column .info-pane #our_services
{
	background:url(/imgs/infopanels/our-services-include.png) top left no-repeat;
	width:147px;
	height:93px;
	margin:0;
	padding:0;
	position:absolute;
	top:8px;
}
#inner-wrapper .right-column .info-pane #our_services #click_here
{
	position:absolute;
	z-index:7000;
	top:69px;
}


#inner-wrapper .right-column .info-pane #our_services .our_services_inner
{
	margin-top:21px;
	width:100%;
	height:72px;
	overflow:hidden;
	position:relative;
}

#inner-wrapper .right-column .info-pane #our_services .our_services_inner .services_item{ height:72px; position:absolute; top:0; overflow:hidden }
#inner-wrapper .right-column .info-pane #our_services .our_services_inner .services_item a
{
	display:block;
	padding:5px;
	/*font-size:1.2em;*/
	width:auto;
	height:100px;
	line-height:16px;
	color:#004477;
}

#inner-wrapper .right-column .shad-bottom{background:url(/imgs/shadow-bottom.gif) no-repeat bottom;}		
#inner-wrapper .right-column .shad-top{background:url(/imgs/shadow-top.gif) no-repeat top;}
#inner-wrapper .right-column .no-right-margin{margin-right:0;}

#inner-wrapper .right-column .info-pane .request{
	background:#e9eaea;
	width:100%;
	height:100%;
}

#inner-wrapper .right-column .info-pane .request .request-our{
	border-bottom:#00447c 1px solid;
}

#inner-wrapper .right-column .info-pane .request .free-brochure{background:url(/imgs/infopanels/free-brochure.gif) no-repeat top;}
#inner-wrapper .right-column .info-pane .request .free-dvd{background:url(/imgs/infopanels/free-dvd.gif) no-repeat top;}


#inner-wrapper .right-column .info-pane .request .request-link{
	width:147px;
	height:23px;
	border-bottom:#00447c 1px solid;
	text-indent:-9999px;
	display:block
}
#inner-wrapper .right-column .info-pane .request .request-link:hover{

	background-position:0 100%;
}

#inner-wrapper .right-column .info-pane .request .free-guides{background:url(/imgs/infopanels/free-injury-guides.gif) no-repeat top; border-bottom:none;}
#inner-wrapper .right-column .info-pane .request .legal-advice{background:url(/imgs/infopanels/legal-advice.gif) no-repeat top; border-bottom:#00447c 1px solid;}
#inner-wrapper .right-column .info-pane .request .faq-answers{background:url(/imgs/infopanels/faq-answers.gif) no-repeat top; border-bottom:none;}




#inner-wrapper .right-column .info-pane a{
	padding:0;
	margin:0;
	border:0;
	display:block;
	/*font-size:0;
	line-height:0;*/

}
#inner-wrapper .right-column .info-pane img{
	padding:0;
	margin:0;
	border:0;
	display:block;
	font-size:0;
	line-height:0;
}

#inner-wrapper .right-column  #latest_news div{ width:147px; height:93px; background:url(/imgs/infopanels/latest-news.png) no-repeat; }
#inner-wrapper .right-column #latest_news div a{ font-weight:normal; padding:25px 5px 5px 5px; line-height:12px; color:#004477 }



#inner-wrapper .right-column .info-pane-long{
	background:url(/imgs/shadow-top-long.gif) no-repeat;
	width:308px;
	height:94px;
	float:left;
	padding-left:6px;
	padding-right:6px;
	padding-top:8px;
	position:relative;
	margin-bottom:17px;
}
	#inner-wrapper .right-column .info-pane-long .inner-info{
		width:100%;
		height:100%;
		position:absolute;
		top:8px;		
	}
	
	#inner-wrapper .right-column .info-pane-long .inner-info .industry-news-inner{
		width:308px;
		height:73px;
		margin-top:21px;	
		position:relative;
		overflow:hidden;
	}
		#inner-wrapper .right-column .info-pane-long .inner-info .industry-news-inner .industry-scroller{
			height:73px;
			overflow:hidden;
			position:absolute;
			width:308px;
			
		}
			#inner-wrapper .right-column .info-pane-long .inner-info .industry-news-inner .industry-scroller a img{
				float:left;
				padding-right:6px;
				margin-left:6px;
				display:inline;
				margin-top:5px;
			}
			
			#inner-wrapper .right-column .info-pane-long .inner-info .industry-news-inner .industry-scroller a.headline{
				display:block;
				margin-top:8px;
				margin-bottom:5px;
				color:#0f4f83;
				text-decoration:none;
				font-weight:bold;
			}
				#inner-wrapper .right-column .info-pane-long .inner-info .industry-news-inner .industry-scroller a.headline:hover{
					text-decoration:underline;
				}
		
		
	#inner-wrapper .right-column .info-pane-long .news-archive-header{
		width:308px;
		height:21px;
		background:url(/imgs/news-archive-header.gif) no-repeat;
		text-indent:-9999px;
	}
	
	#inner-wrapper .right-column .info-pane-long .news-archive-content{
		width:308px;
		padding-top:10px;
		padding-bottom:7px;
		background:#E6E7E9;
	}
		#inner-wrapper .right-column .info-pane-long .news-archive-content .news-archive-row{
			margin-bottom:8px;
		}
			#inner-wrapper .right-column .info-pane-long .news-archive-content .news-archive-item{
				float:left;
				padding-left:10px;
				width:129px;
				padding-right:5px;
				margin-bottom:10px;
			}	
				#inner-wrapper .right-column .info-pane-long .news-archive-content .news-archive-item a{
					color:#0f4f83;
				}		
	

#inner-wrapper .right-column #industry-news .inner-info{
	background:url(/imgs/infopanels/industry-news.gif) no-repeat;
}
	
	



#inner-wrapper #long{
	width:740px;
	float:right;

}
#inner-wrapper #long h1{
	margin-top:20px;
	margin-bottom:20px;
}
#inner-wrapper #long h2{
	border-bottom:none;
	margin-bottom:5px;
}

#inner-wrapper #long .guide_name{
	float:left;
	width:230px;
	margin-right:10px;
	display:inline;
	padding-top:10px;
}

#inner-wrapper #long .why_read{
	float:left;
	width:230px;
	margin-right:10px;
	display:inline;
	padding-top:10px;
}

#inner-wrapper #long .guide_images{
	float:left;
	width:230px;
	display:inline;
	padding-top:10px;

}
#inner-wrapper #long .guide_images a.download-link{
	color:#00AAEE;
	display:block;
	text-indent:8px;
}

#inner-wrapper #long #guide_results{

}
#inner-wrapper #long #guide_results .guide_name{
	float:left;
	width:230px;
	margin-right:10px;
	display:inline;
	border-bottom:1px solid #002D62;
	padding-top:0;
}

#inner-wrapper #long #guide_results .why_read{
	float:left;
	width:230px;
	margin-right:10px;
	display:inline;
	border-bottom:1px solid #002D62;
	padding-top:0;
}

#inner-wrapper #long #guide_results .guide_images{
	float:left;
	width:230px;
	display:inline;
	border-bottom:1px solid #002D62;
	padding-top:0;
}



#inner-wrapper #long .guide_footer{
	padding-top:10px;
	margin-bottom:10px;
}
#inner-wrapper #long .guide_footer .guide_name{
	float:left;
	width:230px;
	margin-right:10px;
	display:inline;
	border-bottom:1px solid #002D62;
	padding-top:0;
}

#inner-wrapper #long .guide_footer .why_read{
	float:left;
	width:230px;
	margin-right:10px;
	display:inline;
	border-bottom:1px solid #002D62;
	padding-top:0;
}

#inner-wrapper #long .guide_footer .guide_images{
	float:left;
	width:230px;
	display:inline;
	border-bottom:1px solid #002D62;
	padding-top:0;
}	



#footer{
	background:url(/imgs/footer-bg.gif) no-repeat center bottom;
	float:none;
	margin:0;
	padding:0 0 110px 0;
	width:100%;
	height:98px;
}

#footer-inner{
	width:770px;
	margin:auto;
	padding-top:34px;
	padding-left:224px;
	font-size:0.82em;
	color:#aaacae;
}

#footer-inner p{
	margin:0;
	padding:0;
	margin-bottom:2px;
}

#footer-inner a{
	margin:0;
	padding:0;
	color:#aaacae;
	text-decoration:none;
	font-weight:normal;
}
#footer-inner a:hover{
	text-decoration:underline;
}

#footer-inner .left-info{
	float:left;
	display:inline;
	width:428px;
	border-left:#aaacae 1px solid;
	padding-left:5px;
	min-height:30px;
}

#footer-inner .right-info{
	float:left;
	display:inline;
	border-left:#aaacae 1px solid;
	padding-left:5px;
	min-height: 30px;
	width:300px;
}



#header{
	margin:0;
	position:absolute;
	top:0;
	width:100%;
}
#header .header{		
	height:136px;
	margin:auto;
	width:970px;
	padding-left:11px;
	padding-right:13px;
	padding-top:13px;
}

#header .header .left-links{
	padding:0;
	margin:0;
	float:left;
	width:199px;
	list-style-type:none;
	margin-left:0;

}
#header .header .left-links li{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-bottom:1px;
}
#header .header .left-links li.contact-us a{background:url(/imgs/header/contact-us.gif) no-repeat;}
#header .header .left-links li.phone-number a{background:url(/imgs/header/phone-number.gif) no-repeat;}
#header .header .left-links li.enquire-online a{background:url(/imgs/header/enquire-online.gif) no-repeat;}
#header .header .left-links li.injury-guides a{background:url(/imgs/header/injury-guides.gif) no-repeat;}

#header .header .left-links li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	height:33px;
}

#header .header .left-links li a:hover{background-position:0 -33px;}


.header .logo-area{
	float:right;
	width:756px;
	height:111px;
	overflow:hidden;
	background:url(/imgs/header/logo-area-bg.gif) repeat-x;
	margin-bottom:1px;
}

.header .logo-area .logo{
	float:right;
	text-indent:-9999px;
	background:url(/imgs/header/logo.gif) no-repeat;
	display:block;
	width:226px;
	height:90px;
}

.header .logo-area img{
	border:none;
	outline:none;

}
.header .logo-area map{
}

.header .top-nav{
	float:right;
	width:756px;
	height:24px;
	background:url(/imgs/header/top-nav-bg.gif) repeat-x;
	font-weight:bold;
	position:relative;
}
.header .top-nav p{
	float:left;
	padding-top:5px;
	padding-left:10px;
	/*font-size:1.08em;*/
}

.header .top-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	margin-left:0;
	list-style-type:none;
}
.header .top-nav ul li{
	padding:0;
	margin:0;
	float:left;
	background:url(/imgs/header/top-nav-left.gif) no-repeat;
	padding-top:6px;
	padding-bottom:7px;
}	
.header .top-nav ul li a{
	text-decoration:none;
	background:url(/imgs/header/top-nav-right.gif) no-repeat;
	background-position:right top;
	padding-top:5px;
	padding-bottom:6px;
	margin-left:2px;
	padding-right:25px;
	padding-left:3px;
	color:#231f20;
}
.header .top-nav ul li a:hover{
	background-position:right bottom;
	color:#FFFFFF;
}

.header .top-nav ul li .hovering{
	background-position:right bottom;
	color:#FFFFFF;
}


.header .top-nav ul ul{
	position:absolute;
	left:-9999px;
}	

.header .top-nav ul ul li{
	padding:0;
	margin:0;
	background:0;
	float:none;
}

.header .top-nav ul ul li a{
	padding:0;
	margin:0;
	background:0;
}


#hover-box{
	margin:0;
	padding:0;
	position:absolute;
	width:262px;
	background:url(/imgs/menu-dropdown.png) repeat-y;
	z-index:1000;
	top:24px;
	left:0;

}

#hover-box #list-holder{
	background:#e5e6e7;
	margin-left:11px;
	margin-right:11px;
	margin-top:4px;
}

#hover-box #list-holder a{
	float:left;
	display:block;
	color:#002d62;
	width:220px;
	background:#e5e6e7;
	text-decoration:none;
	border-bottom:#002d62 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;


}
#hover-box #list-holder a:hover{			
	color:#FFFFFF;
	background-color:#002d62;
}

#hover-box #list-holder a.no-bottom-border{
	border-bottom:none;
}	

#hover-box #hover-box-bottom{
	width:100%;
	height:11px;
	margin-bottom:-11px;
	background:url(/imgs/menu-dropdown-bottom.png) no-repeat;
}	


.clear{clear:both; padding:0; margin:0; font-size:0; line-height:0; height:0;}



.hide{ display:none }
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


.errors{
	padding:5px;
	border:#CC0000 2px solid;
	background:#FFCCCC;
	margin-bottom:10px;
}

.errors ul{
	margin-bottom:0;
}


/* Home page highlight boxes */

#page_top_highlight_no_link,
#page_top_highlight{ width:430px; min-height:100px; margin:0 0 12px -8px; position:relative; }
#page_top_highlight a{ position:absolute; z-index:20; display:block; width:100%; height:100%;  }
#page_top_highlight div.page_top_highlight_link{ position:absolute; z-index:10; }
#page_top_highlight div.hover{ background-position:left bottom; }

/*Home*/
.page_top_highlight_1{  background:url(/imgs/page_top_highlight/home.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_1 div.page_top_highlight_link{ width:174px; height:127px; background:url(/imgs/page_top_highlight/home_text.png) top left no-repeat; top:60px; left:235px; }

/*spinal*/
.page_top_highlight_2{  background:url(/imgs/page_top_highlight/spinal.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_2 div.page_top_highlight_link{ width:174px; height:149px; background:url(/imgs/page_top_highlight/spinal_text_new.png) top left no-repeat; top:50px; left:240px; }

/*spinal subpages*/
.page_top_highlight_753,
.page_top_highlight_685,
.page_top_highlight_767,
.page_top_highlight_754,
.page_top_highlight_778,
.page_top_highlight_1238,
.page_top_highlight_1243,
.page_top_highlight_779{  background:url(/imgs/page_top_highlight/spinal2.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_753 div.page_top_highlight_link,
.page_top_highlight_685 div.page_top_highlight_link,
.page_top_highlight_767 div.page_top_highlight_link,
.page_top_highlight_754 div.page_top_highlight_link,
.page_top_highlight_778 div.page_top_highlight_link,
.page_top_highlight_1238 div.page_top_highlight_link,
.page_top_highlight_1243 div.page_top_highlight_link,
.page_top_highlight_779 div.page_top_highlight_link{ width:229px; height:139px; background:url(/imgs/page_top_highlight/spinal_text.png) top left no-repeat; top:50px; left:185px; }

/*horse*/
.page_top_highlight_1944{  background:url(/imgs/page_top_highlight/horse.jpg) -2px 2px no-repeat; height:258px; }

/*brain*/
.page_top_highlight_3{  background:url(/imgs/page_top_highlight/brain.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_3 div.page_top_highlight_link{ width:181px; height:139px; background:url(/imgs/page_top_highlight/brain_text.png) top left no-repeat; top:55px; left:230px; }

.page_top_highlight_1239,
.page_top_highlight_1240,
.page_top_highlight_1241,
.page_top_highlight_1242,
.page_top_highlight_746,
.page_top_highlight_747,
.page_top_highlight_755,
.page_top_highlight_756,
.page_top_highlight_758,
.page_top_highlight_1244,
.page_top_highlight_757{  background:url(/imgs/page_top_highlight/brain2.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_758 div.page_top_highlight_link,
.page_top_highlight_1244 div.page_top_highlight_link,
.page_top_highlight_1239 div.page_top_highlight_link,
.page_top_highlight_1240 div.page_top_highlight_link,
.page_top_highlight_1241 div.page_top_highlight_link,
.page_top_highlight_1242 div.page_top_highlight_link,
.page_top_highlight_746 div.page_top_highlight_link,
.page_top_highlight_747 div.page_top_highlight_link,
.page_top_highlight_755 div.page_top_highlight_link,
.page_top_highlight_756 div.page_top_highlight_link,
.page_top_highlight_757 div.page_top_highlight_link{ width:229px; height:139px; background:url(/imgs/page_top_highlight/brain_text.png) top left no-repeat; top:50px; left:230px; }

/*amputation*/
.page_top_highlight_4{  background:url(/imgs/page_top_highlight/amputation.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_4 div.page_top_highlight_link{ width:179px; height:139px; background:url(/imgs/page_top_highlight/amputation_text.png) top left no-repeat; top:50px; left:230px; }

.page_top_highlight_765,
.page_top_highlight_761,
.page_top_highlight_763,
.page_top_highlight_764,
.page_top_highlight_762,
.page_top_highlight_760,
.page_top_highlight_759,
.page_top_highlight_748{  background:url(/imgs/page_top_highlight/amputation3.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_748 div.page_top_highlight_link,
.page_top_highlight_765 div.page_top_highlight_link,
.page_top_highlight_761 div.page_top_highlight_link,
.page_top_highlight_763 div.page_top_highlight_link,
.page_top_highlight_764 div.page_top_highlight_link,
.page_top_highlight_762 div.page_top_highlight_link,
.page_top_highlight_760 div.page_top_highlight_link,
.page_top_highlight_759 div.page_top_highlight_link{ width:229px; height:139px; background:url(/imgs/page_top_highlight/amputation_text.png) top left no-repeat; top:50px; left:230px; }

/*cerebral palsy*/
.page_top_highlight_7{  background:url(/imgs/page_top_highlight/cp.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_7 div.page_top_highlight_link{ width:176px; height:134px; background:url(/imgs/page_top_highlight/cp_text.png) top left no-repeat; top:60px; left:235px; }



/*asbestos*/
.page_top_highlight_5{  background:url(/imgs/page_top_highlight/asbestos.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_5 div.page_top_highlight_link{ width:169px; height:66px; background:url(/imgs/page_top_highlight/asbestos_text.png) top left no-repeat; top:60px; left:235px; }

/*Fatal accidents*/
.page_top_highlight_6{  background:url(/imgs/page_top_highlight/fatal.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_6 div.page_top_highlight_link{ width:172px; height:55px; background:url(/imgs/page_top_highlight/fatal_text.png) top left no-repeat; top:60px; left:235px; }

/*Medical negligence*/
.page_top_highlight_8{  background:url(/imgs/page_top_highlight/medical2.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_8 div.page_top_highlight_link{ width:171px; height:86px; background:url(/imgs/page_top_highlight/medical_text.png) top left no-repeat; top:35px; left:240px; }

/*Headway*/
/*
.page_top_highlight_1242{  background:url(/imgs/page_top_highlight/headway.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_1242 div.page_top_highlight_link{ width:175px; height:159px; background:url(/imgs/page_top_highlight/headway_text.png) top left no-repeat; top:35px; left:215px; }
*/

/*Headway Temporary - REMOVE AND UNCOMMENT ABOVE WHEN HEADWAY APPROVED*/
.page_top_highlight_1242{  background:url(/imgs/page_top_highlight/headway2.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_1242 div.page_top_highlight_link{ width:175px; height:159px; background:none; top:35px; left:215px; display:none }

/*SIA*/
.page_top_highlight_1243{  background:url(/imgs/page_top_highlight/sia.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_1243 div.page_top_highlight_link{ width:181px; height:180px; background:url(/imgs/page_top_highlight/sia_text.png) top left no-repeat; top:35px; left:215px; }

/*CBIT*/
.page_top_highlight_1032,
.page_top_highlight_1071{  background:url(/imgs/page_top_highlight/cbit.jpg) -2px 2px no-repeat; height:258px; }
.page_top_highlight_1032 div.page_top_highlight_link,
.page_top_highlight_1071 div.page_top_highlight_link{ width:174px; height:155px; background:url(/imgs/page_top_highlight/cbit_text.png) top left no-repeat; top:45px; left:235px; }




/*Flowplayer styling*/
a.myPlayer
{
	display:block;
	width:320px;
	height:280px;
	margin:5px auto 30px auto;
	position:relative;
	clear:both;
}

a.myPlayer img
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-41px;
	margin-left:-41px;
}

a.home-marrianne{ background:url(/imgs/video-caps/home-marrianne.jpg) no-repeat #072E57; }
a.home-tom{ background:url(/imgs/video-caps/home-tom.jpg) no-repeat #072E57; }
a.spinal-marrianne{ background:url(/imgs/video-caps/spinal-marrianne.jpg) no-repeat #072E57; }
a.spinal-tom{ background:url(/imgs/video-caps/spinal-tom.jpg) no-repeat #072E57; }
a.brain-marrianne{ background:url(/imgs/video-caps/brain-marrianne.jpg) no-repeat #072E57; }
a.brain-tom{ background:url(/imgs/video-caps/brain-tom.jpg) no-repeat #072E57; }
a.amputation-marrianne{ background:url(/imgs/video-caps/amputation-marrianne.jpg) no-repeat #072E57; }
a.amputation-tom{ background:url(/imgs/video-caps/amputation-tom.jpg) no-repeat #072E57; }
a.cerebral-marrianne{ background:url(/imgs/video-caps/medical-marrianne.jpg) no-repeat #072E57; }
a.cerebral-tom{ background:url(/imgs/video-caps/medical-tom.jpg) no-repeat #072E57; }


#site-map ul{	
	margin-bottom:10px;
	list-style-type:none;
}
	#site-map ul li{
		margin-bottom:5px;
		background:none;
		padding-left:0;
		font-size:1.33em;
		font-weight:bold;
	}
		#site-map ul li a{
			display: inline-block;
			color:#164578;
		}	

	#site-map ul ul{	
		margin-bottom:0px;
		margin-top:9px;
		padding-bottom:20px;
		background:none;
		background:url(/imgs/sitemap1.gif) repeat-y;
		background-position:0 0;
	}
	
	#site-map ul ul li{
		font-size:1.00em;
		padding-top:10px;
		margin-bottom:0;
		font-size:0.75em;
		font-weight:normal;
	}
	
	#site-map ul ul li a{
		background:url(/imgs/sitemap2.gif) no-repeat;
		padding-left:20px;
		margin-top: -12px;
		padding-top:12px;
		color:#6C6D71;
	}
	
		#site-map ul ul ul{	
			padding-left:20px;
			background:none;		
		}
			#site-map ul ul ul li{
				font-size:1.00em;
			}	
			
				#site-map ul ul ul li a{
					background:url(/imgs/sitemap2.gif) no-repeat;		
				}











.icon_base_left
{
	padding-left:20px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

h2.icon_base_left
{
	padding-left:50px;
	padding-top:15px;
	padding-bottom:15px;
	background-position:left center;
	background-repeat:no-repeat;
}

a.icon_base_left{ display:block; background-position:2px 50% }

span.icon_base_left
{
	float:left;
	height:16px;
	width:16px;
	margin:0 2px 0 3px;
	padding:0;
	background-position:top center;
	background-repeat:no-repeat;
}

p.icon_base_left{ background-position:0px 12px; padding-bottom:2px }

.icon_info{ background-image:url(../imgs/icons/info.png) }
span.icon_info{ margin-top:-1px;margin-bottom:1px; }
h2.icon_info{ background-image:url(/imgs/icons/info2.gif) }
.icon_tick{ background-image:url(../imgs/icons/tick.png) }
span.icon_tick{ margin-top:-1px;margin-bottom:1px; }
.icon_arrow{ background-image:url(../imgs/icons/arrow.gif) }
.icon_arrow_circled{ background-image:url(/imgs/icons/arrow-circled.png) }
span.icon_arrow_circled{ margin-top:-1px;margin-bottom:1px; }
.icon_one{ background-image:url(../imgs/icons/one.png) }
.icon_question{ background-image:url(../imgs/icons/question.png) }
span.icon_question{ margin-top:-1px;margin-bottom:1px; }
h2.icon_question{ background-image:url(/imgs/icons/question2.gif) }
.icon_play{ background-image:url(../imgs/icons/play.png) }
span.icon_play{ margin-top:-1px;margin-bottom:1px; }
span.icon_email_purple{ background-image:url(../imgs/icons/email_purple.gif); width:20px;height:18px; }
p.icon_email_purple{ background-position:0 8px; }
span.icon_telephone_purple{ background-image:url(../imgs/icons/telephone_purple.gif); width:20px;height:18px; }
p.icon_telephone_purple{ background-position:0 8px; }

h2.icon_download{ background-image:url(/imgs/icons/download.gif) }






