html, body {
	height: 100%;
}

/*---[ =header ] --------------------*/

#header-container
{
}

#header
{
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
	height: 80px;
}

#header .logo
{
	float: left;
	margin-top:10px;
}

.pnlSearch
{
	float: right;	
	padding: 30px 10px 0 10px;
	width: 360px;
}

.pnlSearch #searchText
{
	float:left;
	margin-top: 3px;
	padding-left: 120px;
	color: #0297D7;
}

.pnlSearch #searchBox
{
	float: right;
}

.pnlSearch .valSummary
{		
	width: 240px;
	float: right;
	margin-top: 5px;
}
 

.pnlSearch .formButton
{	
	background-color: #fff;
	border: 0;
	color: #0297D7;
	font-size: 85%;
}



/*---[ =nav ] --------------------*/

#nav-container
{	
	height: 29px;	
	border-bottom: 2px #61B3DC solid;
	background-color: #087AB2;
}

#nav-panel
{
	width: 970px;
	padding: 0 10px;
	height: 29px;
	margin: 0 auto; 
	position: relative; /* set to relative so that when we use absolute positioning for the nav-panel images it's realtive to this div */
	background: url(../images/nav-panel-bkg.gif) no-repeat right 0%;
}

#nav
{		
	padding-top: 3px;
	height: 24px;
	padding-left: 0.2em;	
	line-height: 20px;
	list-style: none;
	color: #FFF;
	float: left;
	margin: 0;
}

#nav ul
{
	margin: 0;	
}

#nav li
{
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #fff;
	background: none;
}

#nav li.last
{	
	border: none;
}

#nav a
{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em; /*DR added*/
}

#nav a:hover
{
	color: #93DBFD;
	text-decoration: none;
}

/*---[ =banner ] --------------------*/

#banner-container
{
	height: 169px;
	background: #0087C9;
}

#banner
{
	width: 511px;
	padding: 0 455px 0 24px;
	height: 169px;
	margin: 0 auto;
	background: url(../images/banner-bkg.gif) no-repeat right 0%;
	overflow: hidden;	
}

#banner-container-drpshd
{
	height:35px;
	background: url(../images/banner-drpshd.gif) repeat-x;
}

#banner p
{
	font-size: 1.3em;
	margin: 0 0 0.2em 0;
	padding-top: 40px;
	color: #93DDFF;
	line-height: 1.5em;
	font-weight: 100;
}

/*---[ =main content ] --------------------*/

#mainbody-container
{		
}

#content-container
{
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
	min-height: 300px;
	/*height:auto !important;*/	/* IE <7 ignores !important */
	/*height: 300px;*/	/* for IE <7 */
}

/*---[ =footer ] --------------------*/

#footer
{
	font-size: 0.7em;
	border-top: 1px solid #E8E8E8;
	width: 970px;
	padding: 10px 10px 0 10px;
	margin: 0 auto;
	margin-top: 20px; /*DR added*/
}

#footer p
{
	margin: 0;
	float:left;
	color: #0086C9;
	font-size: 1.1em; /*DR added*/
}

#footer ul
{
	list-style: none;
	float:right;
}

#footer ul li
{
	margin: 0;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #848383;
	background: none;
	font-size: 1.1em; /*DR added*/
}

#footer ul li.last
{
	border-right: none;
}

#footer a
{
	color: #848383;
	text-decoration: none;
}

#footer a:hover
{
	color: #848383;
	text-decoration: underline;
}

/*---[ =Layouts ] --------------------*/
/* default 3 column */
#colLeft
{
	padding: 0;
	width: 175px;
	float: left;
	overflow: hidden;
}

#colMain 
{
	float: left;
	width: 522px;
	padding: 0px 29px 0px 14px;
	overflow: hidden;
}

#colMain a /*DR added*/ {
	color: #898989;
	/*text-decoration: none;*/
}

/*#colMain a:hover { /*DR added*/
	/*text-decoration: underline;*/
/*}*/

#colMain h1 a, #colMain h2 a, #colMain h3 a, #colMain h4 a, #colMain h5 a
{
	color: #04ADFC;
}

#colRight
{
	width: 230px;
	float: left;
	overflow: hidden;	
}

#colRight ul
{
	margin-left: 0;
}

#colRight li
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ABABAB;
}

#colRight img
{
	margin-bottom: 5px;
}

#colRight h2
{
	margin-top:0 ;
}

/*2 column */
#home #colLeft, #search #colLeft, #siteMap #colLeft
{
	visibility: hidden;
	padding: 0;
	margin:0;
	width:0;
	height:0;
	border: 0;
}

#home #colMain, #search #colMain, #siteMap #colMain
{
	width: 697px;
}

/*2 colums alt */
#offices #colRight
{
	visibility: hidden;
	padding: 0;
	margin:0;
	width:0;
	height:0;
	border: 0;
}

#offices #colMain
{
	width: 781px;
	padding-right: 0;
}

/*---[= News ] -----*/
.rss
{
	margin-bottom: 2px;
}

#colMain .rss a
{
	text-decoration: none;	
	color: #da5e2a;
	margin-right: 20px;
}

.rss img
{
	padding-right: 5px;
	vertical-align:text-top
}

#archiveSelector h2
{
	margin-top: 0;
}

/*------------------------------------------*/

.enquiryPanel
{
	background: #0087C9;
	/*border: 2px solid #D0D0D0;*/
	padding: 13px 15px 12px 15px;
	margin-bottom: 5px;
	position: relative; /* set to relative so that when we use absolute positioning for the background corner images they're realtive to this div */
	width:200px;
}

.enquiryPanel h2
{
	margin: 0 0 5px 0;	
	padding: 0 0 6px 8px;	
	border-bottom: 1px dashed #7AC0E3;
	color: #fff;
	background: url(../images/bullet1.gif) no-repeat 0 30%
}

.enquiryPanel p
{
	color: #fff;
	font-size: 95%;
}

.enquiryPanel .textBox
{
	width: 180px;
}

.enquiryPanel .tr
{
	background: url(../images/enquirypanel-corner.gif) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 19px;
}

.enquiryPanel img, #colRight .enquiryPanel img
{
	border: #D4D4D4;
	float: left;
	padding-right: 5px;
	margin-bottom: 10px;
}



/*---[ = Current page link styles]       --------------------*/
#home .home-lnk, #consulting .consulting-lnk, #services .services-lnk, #sectors .sectors-lnk, 
#news .news-lnk, #about .about-lnk, #contact .contact-lnk, #offices .contact-lnk, #officesDetail .contact-lnk
{
	color: #93DBFD;
}
/*--- subnav ---*/
#subNav a
{
    text-decoration: none;    
    font-size: 95%;
}

#subNav a:hover
{
    text-decoration: underline;
}

#subNav a.subNavCurrent
{
    font-weight: bold;
}

#subNav ul
{
    padding-right: 15px;
    margin: 0;
}

#subNav li
{
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ABABAB;
	background: url(../images/bullet1-sitemap.gif) no-repeat 0 top;
}

#subNav h1, #subNav h2, #subNav h3
{
    margin-top: 0;
}

#subNav h2 a
{
	font-weight: bold;
}

/*UK offices 2nd level*/


#subNav ul li ul li
{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*------ home page --------------- */
#homeClients
{
	background: url(../images/homeClients-bkg.gif) repeat-x 0% top;
	padding-top: 25px;
}

#homeClientsImages
{
	margin-top: 10px;
	width: auto;
}

#homeClients img
{
	width: 153px;	
	float: left;
	padding: 5px;
	margin-right: 12px;
	margin-bottom: 12px;			
	border:1px solid #DDDDDD;	
}

#homeClients h2
{
	margin-top:0;
	font-size: 1.2em;
	font-weight: 100;
}

#home .enquiryPanel
{
	float:right;
	/*margin-left:20px;*/
}

#home .dbcontent
{
	float: left;
	width: 453px;
	margin-right: 14px;	
}

#home #colRight li
{
	font-size: 95%;
	color: #04ADFC;
	background-position: 0 35%;
}


/*------ site map --------------- */
.siteMapList li
{
	background: url(../images/bullet1-sitemap.gif) no-repeat 0px top;
} 

.siteMapList
{
	float: left;
	width: 245px;
}
