* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; 
	color:#6C6C6C;
	background-color:#FFF;
	background-image:url(../img/pageBg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	}
body.home {
	background-image:url(../img/pageBgHome.jpg);
	}
a {
	color:#0C2081;
	}
img {
	border:0;
	}
img.left {
	float:left;
	margin:0 10px 10px 0;
	}
img.right {
	float:right;
	margin:0 0 10px 10px;
	}


#container {
	margin:0 auto;
	text-align:left;
	clear:left;		
	width:980px; 
	position:relative;
	min-height:800px;
	}
	
#header {
	background-color:#FFFFFF;
	background-image:url(../img/headerBg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
	height:120px;
	}
#header p a {
	display:block;
	height:114px;
	width:280px;
	overflow:hidden;
	outline:none;
	text-indent:-9999px;
	}
#header p.h5 {
	position:absolute;
	right:20px;
	top:58px;
	text-align:right;
	font-size:29px;
	color:#FF7F00;
	}
#header p.h5 a {
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#FF7F00;
	height:auto;
	}

#navigation {
	position:absolute;
	top:20px;
	right:19px;
	text-align:right;
	}
#navigation ul {
	list-style:none;
	text-align:left;
	float:right;
	clear:both;
	}
#navigation ul li {
	position:relative;
	list-style:none;
	float:left;
	font-size:13px;
	background-image:url(../img/navBg.gif);
	background-repeat:repeat-x;
	border-right:1px solid #FFF;
	}
#navigation ul li a {
	display:block;
	padding:7px 12px;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	}
#navigation ul li a.first {
	background-image:url(../img/navBgLeft.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	}
#navigation ul li a.last {
	background-image:url(../img/navBgRight.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:17px;
	}	

/* highlighting 
#navigation ul li.selected {
	background-image:url(../img/navBgOn.gif);
	background-repeat:repeat-x;
	}
#navigation ul li.selected a.first {
	background-image:url(../img/navBgLeftOn.gif);
	}
#navigation ul li.selected a.last {
	background-image:url(../img/navBgRightOn.gif);
	}
*/
#navigation ul li ul {
	display:none;
	}



#secondaryNavigation {
	height:51px;
	padding-left:19px;
	}
#secondaryNavigation ul {
	}
#secondaryNavigation ul li {
	float:left;
	list-style:none;
	margin-right:10px;
	}
#secondaryNavigation ul li a {
	display:block;
	background-image:url(../img/secondaryNavBg.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:10px 0 14px;
	font-size:16px;
	font-weight:bold;
	width:228px;
	}
#secondaryNavigation ul li.selected a {
	background-image:url(../img/secondaryNavBgOn.gif);
	color:#A6A6A6;
	}
#secondaryNavigation ul li ul {
	display:none;
	}


form#quickSearch {
	position:absolute;
	right:19px;
	top:180px;
	}
body.home form#quickSearch {
	position:absolute;
	right:19px;
	top:129px;
	}
form#quickSearch label {
	display:block;
	float:left;
	margin-right:5px;
	padding:5px 4px 0 0;
	color:#B9B9B9;
	font-size:12px;
	}
form#quickSearch input {
	}
form#quickSearch div.text {
	background-image:url(../img/searchFieldBg.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
	margin-right:10px;
	}
form#quickSearch input.text {
	background-color:transparent;
	width:158px;
	height:20px;
	border:0;
	padding:5px 6px 1px;
	}

#breadcrumbs {
	height:39px;
	color:#6C6C6C;
	font-size:13px;
	background-image:url(../img/breadcrumbsBg.gif);
	padding:3px 0 0 25px;
	}
#breadcrumbs ul {
	list-style:none;
	}
#breadcrumbs ul li {
	float:left;
	padding:0 4px 0 0;
	font-size:12px;
	}
#breadcrumbs ul li a {	
	text-decoration:none;
	color:#F6852D;
	}

	
#content {
	padding:10px 21px 20px;
	overflow:auto;
	}
body.home #content {
	padding-top:20px;
	}

#content div.leftColumn {
	width:230px;
	float:left;
	}
#content div.rightColumn {
	margin-left:230px;
	padding-left:12px;
	border-left:1px solid #CCC;
	}

#content.home div.leftColumn {
	width:660px;
	float:left;
	}
#content.home div.rightColumn {
	margin-left:702px;
	padding-left:12px;
	border-left:1px solid #CCC;
	}
.client-logos img {
	padding:12px 18px 12px 0px;
	}
#content.home div.promoBoxes {
	clear:both;
	overflow:auto;
	}
#content.home div.promoBoxes div.promoBox {
	float:left;
	margin-right:14px;
	padding:30px 0 0;
	width:220px;
	background-position:top right;
	background-repeat:no-repeat;
	}
#content.home div.promoBoxes div.promoBox div {
	border-left:1px solid #CCC;
	padding:0 10px;
	}
#content.home div.promoBoxes div.promoBox h2 {
	font-size:22px;
	position:relative;
	top:-5px;
	}
#content.home div.promoBoxes div.promoBox h2 a {
	text-decoration:none;
	}

#content.home div.promoBoxes div.promoBoxButton {
	float:left;
	margin-right:14px;
	width:220px;
	}

#content p.orangeButton a {
	display:block;
	background-image:url(../img/orangeButtonBg.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:10px 0 14px;
	font-size:16px;
	font-weight:bold;
	width:219px;
	margin-left:9px;
	}

#content div.response {
	background-image:url(../img/responseBg.jpg);
	background-repeat:no-repeat;
	height:80px;
	padding-top:40px;
	}
#content div.response div {
	float:left;
	}
#content div.response h4 {
	color:#000;
	font-size:24px;
	}
#content div.response p {
	margin:0;
	}
#content div.response a {
	text-decoration:none;
	font-weight:bold;
	color:#FF7F00;
	}



#content div.littleMan {
	width:117px;
	height:128px;
	float:right;
	overflow:visible;
	text-align:right;
	}

/* subnav styles */
#content div.leftColumn h3,
#content div.leftColumn p.h3 {
	color:#FF7F00;
	font-size:17px;
	margin-bottom:16px;
	font-weight:bold;
	}
#content div.leftColumn ul {
	width:200px;
	}
#content div.leftColumn ul li {
	padding:0;
	margin:0 0 10px;
	background:none;
	float:none;
	width:auto;
	}
#content div.leftColumn ul li a {
	text-decoration:none;
	padding-right:5px;
	}
#content div.leftColumn ul li.selected a {
	color:#6C6C6C;
	}


	
#content h1,
#content p.h1 {
	color:#0C2081;
	font-size:24px;
	margin-bottom:20px;
	font-weight:bold;
	line-height:30px;
	}
#content h2,
#content div.blogWrapper h1,
#content h1.h2 {
	color:#0C2081;
	font-size:20px;
	margin-bottom:16px;
	}
#content h3 {
	color:#6C6C6C;
	font-size:17px;
	margin-bottom:16px;
	}
#content h4 {
	}
#content h5 {
	margin-bottom:16px;
	}
#content h6 {
	margin-bottom:16px;
	}
#content p {
	margin-bottom:16px;
	line-height:18px;
	font-size:13px;
	}
#content ul {
	margin-bottom:16px;
	list-style:none;
	overflow:auto;
	}
#content ul li {
	background-image:url(../img/bullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:5px;
	margin-bottom:4px;
	font-size:13px;
	color:#6C6C6C;
	line-height:16px;
	}
#content ol {
	margin-bottom:16px;
	line-height:18px;
	font-size:13px;
	text-indent:0;
	padding-left:20px;
	}
#content div#skillsWrapper {
	overflow:auto;
	padding-bottom:20px;
	}
#content ul.skills {
	float:left;
	width:170px;
	margin-right:20px;
	margin-bottom:0;
	} 
#content ul.skills li {
	margin-bottom:8px;
	}

#content p.tel {
	color:#FF7F00;
	font-size:24px;
	font-weight:bold;
	}
#content p.headline_text {
	font-size:20px;
	line-height:28px;
	}

#content #map {
	float:right;
	width:463px;
	height:365px;
	}

#content div.quoteContainer {
	margin:20px 0;
	height:100px;
	overflow:hidden;
	}
#content div.quoteContainer img {
	float:left;
	}
#content div.quoteContainer div.text {
	margin-left:150px;
	margin-top:-10px;
	}

#content blockquote {
	padding:0;
	position:relative;
	width:500px;
	font-style:italic;
	margin:10px 0;
	}
#content .bqstart,
#content .bqend {
	color:#AEAEAE;
	font-size:500%;
	font-style:normal;
	}
#content .bqstart {
	float:left;
	margin:-0.6em 0 -2em;
	text-indent:0;
	}
#content blockquote > .bqstart {
	float:none;
	left:0;
	margin:0;
	position:absolute;
	top:-0.2em;
	}
#content .bqend {
	margin-top:-0.4em;
	position:absolute;
	right:0;
	text-indent:0;
	}
#content blockquote > .bqend {
	margin-top:-0.4em;
	}
#content blockquote p {
	margin:0 20px 0 0;
	padding:0 0 0 10px;
	text-indent:15px;
	}
#content p.author {
	font-weight:bold;
	margin-left:10px;
	}

body.home #content div.quoteContainer {
	margin:0;
	height:auto;
	} 
body.home #content div.quoteContainer div.text {
	margin:-10px 0 0;
	}
body.home #content blockquote {
	width:220px;
	}
body.home #content blockquote p {
	margin:0 20px 0 0;
	padding:0;
	text-indent:25px;
	}
body.home #content p.author {
	font-weight:bold;
	margin-left:0;
	padding-right:30px;
	}


	
	


#content ul.staff {
	clear:right;
	}
#content ul.staff li {
	list-style:none;
	background:none;
	padding:0;
	margin:0 0 30px;
	zoom:1;
	}
#content ul.staff img {
	float:left;
	width:90px;
	}
#content ul.staff div.text {
	margin-left:100px;
	}
#content ul.staff li h3 {
	color:#FF7F00;
	font-size:17px;
	margin-bottom:10px;
	}
#content ul.staff li p {
	margin-bottom:8px;
	}


#content ul.results li {
	background:none;
	padding:0;
	margin:0 0 20px;
	}
#content ul.results li h3 a {
	text-decoration:none;
	color:#FF7F00;
	}


#content #liveResponse {
	background-image:url(../img/liveResponseBg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:20px 35px 5px 10px;
	}
#content #liveResponse h5,
#content #liveResponse p.h5 {
	color:#0C2081;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
	}
#content #liveResponse p {
	margin-bottom:5px;
	font-size:12px;
	line-height:14px;
	}
#content #liveResponse a {
	color:#FF7F00;
	text-decoration:none;
	font-weight:bold;
	}
	


#content #courseFooter {
	}
#content #courseFooter a {
	color:#FF7F00;
	text-decoration:none;
	}
#content #courseFooter ul {
	margin:20px 0 0;
	padding:0;
	height:40px;
	clear:right;
	}
#content #courseFooter ul li {
	float:left;
	padding: 3px 3px 3px 20px;
	list-style:none;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 10px 0 0;
	}
#content #courseFooter ul li.print {
	background-image:url(../img/icon-printer.gif);
	}
#content #courseFooter ul li.download {
	background-image:url(../img/icon-page.gif);
	}
#content #courseFooter ul li.email {
	background-image:url(../img/icon-email.gif);
	}
#content #courseFooter ul li.phone {
	background-image:url(../img/icon-phone.gif);
	}
#content #courseFooter p.courseEnquireLink a {	
	font-weight:bold;
	font-size:20px;
	}



#content div.blogWrapper {
	padding-right:130px;
	}
#content #blogPosts li {
	background:none;
	padding:0 0 10px;
	margin:0 0 20px;
	border-bottom:1px dotted #CCC;
	}
#content #blogPosts h3 {
	color:#FF7F00;
	font-size:18px;
	line-height:22px;
	}
#content #blogPosts h3 a {
	color:#FF7F00;
	text-decoration:none;
	}
#content div.blogPageNavigation {
	clear:both;
	font-weight:bold;
	
	}	
#content div.blogPageNavigation p {
	color:#FF7F00;
	}
#content div.blogPageNavigation a {
	text-decoration:none;
	color:#FF7F00;
	}
#content div.blogPageNavigation  p.next {	
	float:right;
	color:#999;
	}
#content div.blogPageNavigation  p.back {	
	float:left;
	color:#999;
	}
#content div.blogPageNavigation  p.pages {	
	text-align:center;
	color:#FF7F00;
	}
#content div.blogPageNavigation  p.pages a.pageLink {
	padding:2px 4px;
	}
#content div.blogPageNavigation  p.pages .currentPage {
	padding:2px 4px;
	background-color:#FF7F00;
	color:#FFF;
	}



#footer {
	background-image:url(../img/footerBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px 8px 10px 16px;
	margin:0 21px 10px;
	}
#footer p {
	line-height:18px;
	font-size:13px;
	}
#footer p.links {
	float:right;
	}
#footer a {
	color:#6C6C6C;
	text-decoration:none;
	padding:0 8px;
	}


#footerLinks {
	background-image:url(../img/footerLinksBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px 8px 10px 16px;
	margin:0 21px 10px;
	}
#footerLinks h4 {
	margin-bottom:8px;
	font-size:16px;
	}
#footerLinks ul {
	overflow:auto;
	margin-bottom:16px;
	}
#footerLinks ul li {
	float:left;
	list-style:none;
	width:300px;
	margin-bottom:4px;
	font-size:13px;
	}
#footerLinks a {
	color:#6C6C6C;
	text-decoration:none;
	}
	







/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}