/**
 * Pure Search CSS
 *
 * @filename	screen.css
 * @author	  Norber Laposa, Simon Mills, Oliver Rowlands
 * @date		2008-03-10
 * @copyright   Liquid Light Digital Ltd.
 * @url		 http://www.liquidlight.co.uk
 */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	color: #516574;
	font-size: 78%;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	

}
img {
	border: 0;
}

/**
 * Forms
 */
input, select, textarea {
	font-size:100%;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 10px 0;
	padding: 0;
	border: 0;
}
legend {
	font-weight:bold;
	background: #FFFFFF;
	margin: 0;
	padding: 5px 0 10px 0;
}
label {
	width: 120px;
	clear: both;
	float: left;
	text-align: right;
}
textarea {
	width: 200px;
	border: 1px solid #808080;
}
optgroup {
	padding-top: 10px;
}
input.text, select {
	width: 200px;
	border: 1px solid #808080;
}
input.text.title {
	width: 50px;
}
form div.row {
	margin: 0 0 5px 0;
	clear: both;
}
form div.row span.field {
	margin-left: 10px;
}
input:focus, textarea:focus {
	background: #FFFCD2;
}

/**
 * Tables
 */
table {
	border: 0;
	border-color: #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 1.6em;
	line-height: 1.3em;	
}
caption {
	text-align: left;
	margin-bottom: 10px;
}
th {
	text-align: left;
	font-weight: bold;
}
th, td {
	vertical-align: top;
	padding: 7px 25px 7px 0;
}
td {
	background: transparent url(../img/table_divider_middle.gif) repeat-x left bottom;
}
td.td-0 {
	background-image: url(../img/table_divider_left.gif);
}
td.td-last {
	background: transparent url(../img/table_divider_right.gif) no-repeat right bottom;
}

tr.tr-last td {
	background: none;
}

/**
 * Links
 */
a {
	color: #426ab3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/**
 * Headings
 */	
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	color: #D1AF56;
}
h1 {
	text-transform: uppercase;
	font-size: 180%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 130%;
	color: #516574;
}
h3 a {
	font-size:90%;	
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 130%;
}
h6 {
	font-size: 110%;
}
p {
	margin: 0.2em 0 1em 0;
	padding: 0;
}
div.csc-header {
	overflow: hidden;
	margin: 0 0 1em 0;
}
div.csc-header h1,
div.csc-header h2 {
	display: none;
}

/**
 * Lists
 */
dl {
	margin: 0;
}
ul, ol {
	padding: 0 0 0 20px;
	margin: 0.9em 0 0.9em 0;
	list-style-type: square;
}
ul li {
	padding-bottom: 0.3em;
}

/**
 * Generic Buttons
 */
button,
a.button {
	background: #ffaa00;
	color: #d8e8c2;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: outset 2px #f0f0f0;
}
button span {
	padding: 2px 5px;
	margin: 0;	
}
button,
button:hover {
	color: #000000;
	background: #f5f5f5;
}
a.button {
	display: block;
}
a.button span {
	text-decoration: none;
}
button:hover,
a.button:hover {
	border: inset 2px #f0f0f0;
}

/**
 * Site
 */
#accessibility {
	display: none;
}
#page {
	background: #fff;
	
}
#header {
	margin-top: 36px;
	background: #000000;
}
#headerWrapper {
	width: 900px;
	margin: auto;
}
#slideshow {
	width: 340px;
	height: 215px;
	float: right;
	background: transparent url(../img/banners/slide1.jpg) top left no-repeat;
	margin: 0 0 0 350px;
}
#content {
	background: white;
	float: none;
	clear: both;
}
#contentWrapper {
	width: 900px;
	margin: auto;
}
#footer {
	clear: both;
	font-size: 90%;
	background: transparent url(../img/footer_blk_bg.gif) top left repeat-x;
}
#footerWrapper {
	width: 900px;
	margin: 0 auto;
}
#footer a {
	color: #516574;
}
#logo {
	margin: 63px 0 0 15px;
	float: left;
}
#logo a {
	display: block;
	background: transparent url(../img/logo.gif) top left no-repeat;
	float: left;
	text-decoration: none;
	width: 78px;
	height: 74px;
}
#logo img {
	display: none;
}
#pageHeader h1 {
	margin: 0;
}
#breadcrumb {
	padding: 10px 0 1em 0;
	font-size: 95%;
}
#copyright {
	float: left;
	padding: 5px 0 5px 20px;
}
#credits {
	float: right;
	text-align: right;
	padding: 5px 0 5px 0;
}

/**
 * Global Navigation
 */
#globalNavigation {
	margin-top: -31px;
	float: right;
	background: url(../img/divider_globalNavigation.png) top right no-repeat;
	clear: none;
}
#globalNavigation ul {
	margin: 0;
	padding: 0;
}
#globalNavigation ul li {
	float: left;
	list-style-type: none;
	background: url(../img/divider_globalNavigation.png) no-repeat;
	padding: 5px 15px 0 15px;
	margin: 0;
}
#globalNavigation ul li a {
	display: block;
	text-decoration: none;
	color: #3366cc;
	padding-bottom: 10px;
}
#globalNavigation ul li a:hover {
	background: transparent url(../img/arrow_globalnav.gif) no-repeat scroll center bottom;
	color: #000000;
}
#globalNavigation ul li a span {
	padding-right: 0px;
}
#globalNavigation ul li a.active {
	font-weight: bold;
	color: #000000;
	background: transparent url(../img/arrow_globalnav.gif) no-repeat scroll center bottom;
}

/**
 * Primary Navigation
 */
#primaryNavigation {
	clear: both;
	line-height: 14px;
	background: #000;
	border: 0;
}
#primaryNavigationWrapper {
	overflow: hidden;
	width: 900px;
	margin: auto;
}
#primaryNavigation ul {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#primaryNavigation ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#primaryNavigation ul li a {
	display: block;
	padding: 0;
	padding-left: 15px;
	text-decoration: none;
	color: #999;
}
#primaryNavigation ul li a span {
	display: block;
	padding: 7px 10px 7px 0;
}
#primaryNavigation ul li a:hover {
	color: #FFFFFF;
}
#primaryNavigation ul a.active {
	color: #426ab3;
}

/**
 * Secondary Navigation
 */
#secondaryNavigation  {
	float: left;
	margin: 7px 0 0 0;
}
#secondaryNavigation ul {
	margin: 0;
	padding: 0;
}
#secondaryNavigation ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
#secondaryNavigation ul li a {
	width: 189px;
	text-decoration: none;
	display: block;
	color: #55636e;
	padding: 1px 0 1px 0;
}
#secondaryNavigation ul li a:hover {
	text-decoration: none;
	background: transparent url(../img/bg_secondaryNavigationA_2.png) top right no-repeat;
}
#secondaryNavigation ul li a span {
	display: block;
	padding: 4px 0 4px 15px;
	line-height: 1.1em;
}
#secondaryNavigation ul ul li span {
	padding-left: 30px;
}
#secondaryNavigation ul li.open {
	background: transparent url(../img/bg_secondaryNavigationA_1.png) top right no-repeat;
}
#secondaryNavigation ul li.active ul {
	background: transparent url(../img/bg_secondaryNavigationB.png) top right no-repeat;
}
#secondaryNavigation ul li.active ul li.active {
	background-image: none;
}
#secondaryNavigation ul li.active ul li a.active {
	background: transparent url(../img/bullet_secondaryNavigation.gif) no-repeat 18px 5px;
}
#secondaryNavigation ul li a.active {
	font-weight: bold;
}
#secondaryNavigation ul li.spacer span {
	display: none;
}
#secondaryNavigation ul li.spacer {
	background: #e5e5e5;
	height: 20px;
}

/**
 * Footer Navigation
 */
#footerNavigation {
	clear: both;
	float: left;
	width: 100%;
	padding: 5px 0 47px 0;
}
#footerNavigation ul {
	margin: 0;
	padding: 2px;
}
#footerNavigation ul li {
	list-style-type: none;
	padding: 0 20px 0 20px;
	display: inline;
	margin: 0;
	border-right: 1px solid #999;
}
#footerNavigation ul li.last {
	border-right: none;
}
#footerNavigation ul li a {
	text-decoration: none;
	color: #999;
}
#footerNavigation ul li a:hover,
#footerNavigation ul li a.active {
	color: #cbb164
}

/**
 * Page Layouts
 */
div.defaultPageLayout {
	padding: 15px 0 10px 0;
}
div.defaultPageLayout div.page.columnOne,
div.defaultPageLayout div.page.columnTwo {
	float: left;
}
div.defaultPageLayout div.page.columnThree {
	float: right;
}
div.defaultPageLayout.eightyTwenty div.page.columnOne {
	width: 24%;
}
div.defaultPageLayout.eightyTwenty div.page.columnTwo {
	width: 45%;
}
div.defaultPageLayout.eightyTwenty div.page.columnThree {
	width: 25%;
	padding-top: 40px;
}
div.defaultPageLayout div.rowTwo {
	clear: both;
}
div.defaultPageLayout.fiftyFifty div.page.columnOne {
	width: 49%;
}
div.defaultPageLayout.fiftyFifty div.page.columnTwo {
	width: 49%;
}

/**
 * Content Layouts
 */
div.bottom, div.clear {
	clear: both;
}
#content div.defaultPageLayout div.columnOne div.columnWrapper div.layout div.columnWrapper,
#content div.defaultPageLayout div.columnTwo div.columnWrapper div.layout div.columnWrapper {
	padding-right: 0;
}
#content div.twoColumnLayout {
	clear: both;
}
#content div.twoColumnLayout div.columnWrapper {
	padding: 0;
}
#content div.twoColumnLayout div.columnWrapper ul {
	margin-bottom: 15px;
	padding:0;
}
#content div.twoColumnLayout div.columnWrapper ul li {
	background: transparent url(../img/bullet_triangle.gif) no-repeat scroll -3px 5px;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0pt 0pt 7px 10px;
	}
#content div.twoColumnLayout div.layout.columnOne,
#content div.twoColumnLayout.fiftyFifty div.layout.columnOne {
	float: left;
	width: 48%;
}
#content div.twoColumnLayout div.columnOne  div.layout.columnWrapper {
	padding-right: 20px;
}
div.columnWrapper {
	padding-bottom: 15px;
}
#content div.twoColumnLayout div.layout.columnTwo,
#content div.twoColumnLayout.fiftyFifty div.layout.columnTwo {
	width: 48%;
	float: left;
}
#content div.twoColumnLayout.thirtySeventy div.layout.columnOne {
	width: 30%;
}
#content div.twoColumnLayout.thirtySeventy div.layout.columnTwo {
	width: 68%;
}
#content div.twoColumnLayout.seventyThirty div.layout.columnOne {
	width: 68%;
}
#content div.twoColumnLayout.seventyThirty div.layout.columnTwo {
	width: 30%;
}
#content div.threeColumnLayout {
	clear: both;
	margin-bottom: 0px;
}
#content div.threeColumnLayout div.layout.columnOne,
#content div.threeColumnLayout div.layout.columnTwo,
#content div.threeColumnLayout div.layout.columnThree {
	width: 33%;
	padding-top: 0;
}
#content div.threeColumnLayout div.layout.columnOne,
#content div.threeColumnLayout div.layout.columnTwo {
	float: left;
}
#content div.threeColumnLayout div.layout.columnThree {
	float: right;
}
#contentWrapper {
	background: url(../img/bg_line.gif) repeat-y;
}
#contentWrapper div.defaultPageLayout {
	background: url(../img/bg_left_bottom.jpg) no-repeat left bottom;
}

/**
 * Divider Content Element
 */
div.divider {
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	height: 1px;
	background: #dadada;
}
div.divider hr {
	display: none;
}

/**
 * Quotes
 */
div.quote {
	margin: 20px 0 0 0;
	padding: 10px 0;
	background: url(../../../templates/img/quote_open_sml.gif) top left no-repeat;
}
div.quote blockquote {
	background: url(../../../templates/img/quote_closed_sml.gif) bottom right no-repeat;
	font-size: 120%;
	padding: 0 20px 10px 30px;
	margin: 0;
	text-align: left;
}
div.quote p.author {
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}

/**
 * Contact Form
 */
form div.csc-mailform-field {
	margin: 0 0 9px 0;
	clear: both;
}
form div.csc-mailform-field label {
	margin: 3px 10px 0 0;
}
form div.csc-mailform-field input.csc-mailform-radio {
	width: auto;
}
span.csc-mailform-radio label {
	width: auto;
	float: none;
}
form div.csc-mailform-field input.csc-mailform-submit {
	width: auto;
	margin-left: 130px;
	border: 0;
	background: transparent url(../img/bullet_arrow.gif) no-repeat 0 2px;
	padding: 3px 0 0 14px;
	color: #128BAA;
}
form div.csc-mailform-field input, 
form div.csc-mailform-field select, 
form div.csc-mailform-field textarea {
	width: 200px;
	color: #516574;
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
}

/**
 * Browse by category
 */ 
div.threeColumnLayout ul.csc-menu {
	margin: 0;
	padding: 0;
}
div.threeColumnLayout h3 {
	color: #426ab3;
	text-transform: uppercase;
	font-weight:bold;
	font-size:120%;
}
div.threeColumnLayout h3 a {
	/*color: #128baa;*/
	text-decoration: none;
}
div.threeColumnLayout ul.csc-menu li {
	list-style-type: none;
	background: transparent url(../img/bullet_triangle.gif) -3px 5px no-repeat;
	padding: 0 0 7px 10px;
	margin: 0;
}
div.threeColumnLayout ul.csc-menu li a {
	text-decoration: none;
	color: #426ab3;
}

/**
 * Consultants Spotlight
 */
div.tx-llconsultant-pi div.consultant {
	background: url(../img/bg_fade_profile.png) repeat-x;
	padding-bottom: 25px;
	clear: both;
}
div.tx-llconsultant-pi div.spotlight div.csc-header {
	padding: 5px 0 0 10px;
}
div.tx-llconsultant-pi div.consultant div.columnTwo div.columnWrapper {
	padding: 0 0 0 5px;
}
div.tx-llconsultant-pi div.consultant div.photo,
div.tx-llconsultant-pi div.profile div.photo {
	background-color: #E5E3E4;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 5px 5px 0;
	padding: 3px;
}
div.tx-llconsultant-pi div.consultant div.photo img,
div.tx-llconsultant-pi div.profile div.photo img {
	border: 1px solid #FFFFFF;
}
#content div.tx-llconsultant-pi div.spotlight div.twoColumnLayout.thirtySeventy div.columnOne {
	width: auto;
}
div.tx-llconsultant-pi p {
	padding: 0 0 5px 0;
	margin: 0;
}
div.tx-llconsultant-pi div.spotlight div.consultant div.columnTwo p {
	padding-left: 10px
}
div.tx-llconsultant-pi p.name {
	margin-top: 5px;
	font-size: 1.8em;
	line-height: 1em;
}
div.tx-llconsultant-pi p.name a {
	display: block;
}
div.tx-llconsultant-pi p.email a {
	color: #426ab3;
}
div.tx-llconsultant-pi div.consultant p.description {
	clear: both;
	padding: 9px;
}
div.tx-llconsultant-pi p.readMore a {
	color: #426ab3;
	text-decoration: none;
	background: transparent url(../img/bullet_arrow.gif) 0 -2px no-repeat;
	padding-left: 20px;
}
div.tx-llconsultant-pi div.spotlight p.readMore a {
	margin-left: 10px;
}
div.tx-llconsultant-pi p.title, div.tx-llconsultant-pi p.email  {
	padding-bottom: 0;
}

/**
 * Consultants Detail
 */
div.tx-llconsultant-pi div.profile {
	padding-top: 10px;
}
div.tx-llconsultant-pi div.profile div.vcard {
	padding: 0 0 20px 140px;
}
div.tx-llconsultant-pi div.profile div.vcard span.org {
	display: none;
}
div.tx-llconsultant-pi div.profile div.vcard span.fn {
	padding-bottom: 10px;
}
div.tx-llconsultant-pi div.profile div.vcard div.tel {
	clear: none;
}
div.tx-llconsultant-pi div.profile div.photo {
	float: left;
}
div.tx-llconsultant-pi div.profile div.description {
	clear: both;
}
div.tx-llconsultant-pi div.profile div.csc-header {
	margin: -5px 0 10px 0;
}
div.tx-llconsultant-pi div.profile div.divider {
	margin-top: 15px;
}
div.tx-llconsultant-pi div.profile div.adr,
div.tx-llconsultant-pi div.profile div.fax {
	display: none;
}

/**
 * Office detail
 */
div.tx-llconsultant-pi div.office {
	padding-bottom: 20px;
}

div.tx-llconsultant-pi div.office div.csc-header,
div.tx-llconsultant-pi div.office div.vcard span.org,
div.tx-llconsultant-pi div.office p.readMore {
	display: none;
}

div.tx-llconsultant-pi div.office div.vcard {
	clear: both;
}

/**
 * Consultants List
 */
div.tx-llconsultant-pi div.flatlist {
	width: 180px;
}
div.tx-llconsultant-pi div.flatlist form {
	padding: 0 0 100px 0;
}
div.tx-llconsultant-pi div.flatlist label {
	display: none;
}
div.tx-llconsultant-pi div.flatlist select {
	width: 170px;
	color: #516574;
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
}
div.tx-llconsultant-pi div.flatlist button,
div.tx-llconsultant-pi div.flatlist div.links {
	display: none;
}

/**
 * Consultants quote
 */
div.tx-llconsultant-pi div.quote {
	clear: both;
	background-image: none;
	margin: 0 0 30px 20px;
	padding: 0;
	width: 180px;
}
div.tx-llconsultant-pi div.quote div.photo {
	margin: 0 0 15px 0;
}
div.tx-llconsultant-pi div.quote div.wrapper {
	background: transparent url(../img/quote_open_sml.gif) 0 0 no-repeat;
	padding: 10px 0 0 0;
}
div.tx-llconsultant-pi div.quote div.wrapper blockquote {
	font-size: 85%;
	background-image:  url(../img/quote_closed_sml.gif);
	background-position: 95% 100%;
	text-indent: 20px;
	padding: 0 10px 20px 10px;
	line-height: 1.7em;
}
div.tx-llconsultant-pi div.quote p {
	clear: both;
	float: right;
	margin: 0 3px 0 0;
}
div.tx-llconsultant-pi div.quote div.csc-header {
	text-align: right;
}
div.tx-llconsultant-pi div.quote p.title {
	font-style: italic;
	font-size: 85%;
	margin-bottom: 3px;
}

/**
 * hCard Microformat
 */
div.vcard {}
div.vcard span.type {
	display: none;
}
div.vcard span.fn,
div.vcard span.org span.organization-name {
	display: block;
	font-weight: bold;
}
div.vcard div.adr {
	padding: 0 0 30px 0;
}
div.vcard div.adr span.locality,
div.vcard div.adr span.region,
div.vcard div.adr span.postal-code,
div.vcard div.adr span.country-name,
div.vcard a.email {
	display: block;
}
div.vcard div.adr span.locality,
div.vcard div.adr span.region,
div.vcard div.adr span.postal-code {
	float: left;
	padding: 0 5px 0 0;
}
div.columnTwo div.twoColumnWrapper div.columnOne div.vcard div.adr span.postal-code {
	float: none;
	clear: left;
}
div.vcard div.adr span.country-name {
	clear: both;
}
div.vcard div.tel,
div.vcard div.fax,
div.vcard a.email {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 7px 20px;
}
div.vcard div.tel {
   clear: both;
   background-image: url(../img/icon_phone.gif);
}
div.vcard div.fax {
	background-image: url(../img/icon_fax.gif);
}
div.vcard a.email {
	background-image: url(../img/icon_email.gif);
}
div.vcard img.photo,
div.vcard div.geo,
div.vcard a.url {
	display: none;
}
div.vcard p.download {
	margin: 0;
	padding: 0;
}
div.vcard p.download a {
	padding: 2px;
	margin: 0;
	background: transparent url(../img/icon_vcard.gif) no-repeat center left;
	padding-left: 20px;
}

/**
 * Location map
 */
div.map {
	border: 5px solid #e6e4e5;
	width: 425px;
	height: 350px;
	margin: 0 0 15px 0;
}

/**
 * Sitemap
 */
div.csc-sitemap ul {
	margin: 0;
}
div.csc-sitemap ul li {
	padding: 0.5em 0 0 0;
}

/**
 * Homepage
 */
#home #pageHeader {
	display: none;
}
#home #contentWrapper,
#home #contentWrapper div.defaultPageLayout {
	background: none;
	padding-bottom: 1em;
}
#home #content div.threeColumnLayout {
	width: 480px;
}
#home #content div.threeColumnLayout div.columnOne div.columnWrapper ,
#home #content div.threeColumnLayout div.columnTwo div.columnWrapper,
#home #content div.threeColumnLayout div.columnThree div.columnWrapper {
	width: 149px;
	height: 213px;
	background: url(../img/bg_box.png) repeat-x;
	padding:0;
}

#home #content div.columnTwo div.columnWrapper {
	margin-top: 10px;
}
#home #content div.threeColumnLayout div.layout.columnOne,
#home #content div.threeColumnLayout div.layout.columnTwo,
#home #content div.threeColumnLayout div.layout.columnThree {
	width: 160px;
}
#home #content div.threeColumnLayout div.csc-header {
	padding: 15px 0 0 15px;
}
#home #content div.threeColumnLayout ul.csc-menu {
	padding: 0 0 0 15px;
}
#home #content div.threeColumnLayout ul.csc-menu li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	padding: 0 0 7px 0;
}
#home #content div.threeColumnLayout ul.csc-menu li a {
	color: #516574;
}
#home #content div.threeColumnLayout ul.csc-menu li a:hover {
	color: #01C4F6;
}
#home div.defaultPageLayout.fiftyFifty div.page.columnOne div.columnWrapper {
	padding: 10px 35px 0 14px;
}
#home div.defaultPageLayout div.page.columnOne div.columnWrapper div.csc-header {
	margin: 0 0 15px 0;
}

/**
 * Specialisms
 */
#pageSpecialisms #content div.threeColumnLayout {
	width: 475px;
}
#pageSpecialisms #content div.threeColumnLayout div.layout.columnThree {
	float: left;
}
#body-txt
{
float:left;
margin-left:200px;
}
#body-txt p
{
margin-top:10px;
}

#sindex-login table tr td , #sindex-login table tr, #sindex-login table
{

background:#fff;

}
#body-content table tr td, #body-content table tr, #body-content table
{
background:#fff;
}
.input-box
{
width:150px;
}
