/**
 * Pure Search CSS
 *
 * @filename screen.css
 * @author Norber Laposa
 * @author Simon Mills
 * @author Oliver Rowlands
 * @date 2008-03-10
 * @copyright Liquid Light Digital Ltd.
 * @url http://www.liquidlight.co.uk
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #516574;
	font-size: 78%;
	line-height: 1.3em;
}

/**
 * Form
 */
form div.row input.button {
	width: auto;
	border: 0;
	background: transparent url(../img/bullet_arrow.gif) no-repeat 0 2px;
	padding: 3px 0 0 14px;
	color: #128BAA;
}

/**
 * Tables
 */
table {
	border: 0;
	border-color: #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 1.6em;
	line-height: 1.3em;
}
table caption {
	text-align: left;
	margin-bottom: 10px;
}
table th {
	text-align: left;
	font-weight: bold;
}
table th,
table td {
	vertical-align: top;
	padding: 7px 25px 7px 0;
}
table td {
	background: transparent url(../img/table_divider_middle.gif) repeat-x left bottom;
}
table td.td-0 {
	background-image: url(../img/table_divider_left.gif);
}
table td.td-last {
	background: transparent url(../img/table_divider_right.gif) no-repeat right bottom;
}
table 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: #FFFFFF;
}
#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) no-repeat top left;
	margin: 0 0 0 350px;
}
#content {
	background: #FFFFFF;
	float: none;
	clear: both;
}
#contentWrapper {
	width: 900px;
	margin: auto;
}
#footer {
	clear: both;
	font-size: 90%;
	background: transparent url(../img/footer_blk_bg.gif) repeat-x top left;
}
#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) no-repeat top left;
	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;
}

/**
 * Navigation - Global
 */
#globalNavigation {
	margin-top: -31px;
	float: right;
	background: transparent url(../img/divider_globalNavigation.png) no-repeat top right;
	clear: none;
}
#globalNavigation ul {
	margin: 0;
	padding: 0;
}
#globalNavigation ul li {
	float: left;
	list-style-type: none;
	background: transparent 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 center bottom;
	color: #000000;
}
#globalNavigation ul li a span {
	padding-right: 0;
}
#globalNavigation ul li a.active {
	font-weight: bold;
	color: #000000;
	background: transparent url(../img/arrow_globalnav.gif) no-repeat center bottom;
}

/**
 * Navigation - Primary
 */
#primaryNavigation {
	clear: both;
	line-height: 14px;
	background: #000000;
	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;
}

/**
 * Navigation - Secondary
 */
#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) no-repeat top right;
}
#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) no-repeat top right;
}
#secondaryNavigation ul li.active ul {
	background: transparent url(../img/bg_secondaryNavigationB.png) no-repeat top right;
}
#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-color: #E5E5E5;
	height: 20px;
}

/**
 * Navigation - Footer
 */
#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
 */
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 div.page.columnOne {
	width: 24%;
}
div.defaultPageLayout div.page.columnTwo {
	width: 45%;
}
div.defaultPageLayout 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 -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: 0;
}
#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: transparent url(../img/bg_line.gif) repeat-y top left;
}
#contentWrapper div.defaultPageLayout {
	background: transparent url(../img/bg_left_bottom.jpg) no-repeat left bottom;
}

/**
 * Divider
 */
div.divider {
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	height: 1px;
	background-color: #DADADA;
}
div.divider hr {
	display: none;
}

/**
 * Quotes
 */
div.quote {
	margin: 20px 0 0 0;
	padding: 10px 0;
	background: transparent url(/fileadmin/templates/img/quote_open_sml.gif) no-repeat top left;
}
div.quote blockquote {
	background: transparent url(/fileadmin/templates/img/quote_closed_sml.gif) no-repeat bottom right;
	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;
}

/**
 * Browse by category
 */
div.threeColumnLayout h3 {
	color: #426ab3;
	text-transform: uppercase;
	font-weight:bold;
	font-size:120%;
}
div.threeColumnLayout h3 a {
	text-decoration: none;
}
div.threeColumnLayout div.menuOfSubpages ul {
	margin: 0;
	padding: 0;
}
div.threeColumnLayout div.menuOfSubpages ul li {
	list-style-type: none;
	background: transparent url(../img/bullet_triangle.gif) no-repeat -3px 5px;
	padding: 0 0 7px 10px;
	margin: 0;
}
div.threeColumnLayout div.menuOfPages ul li a {
	text-decoration: none;
	color: #426ab3;
}

/**
 * Consultants Spotlight
 */
div.tx-llconsultant-pi div.consultant {
	background: transparent url(../img/bg_fade_profile.png) repeat-x top left;
	margin-bottom: 15px;
	clear: both;
	background: #EFEFEF;
}
div.tx-llconsultant-pi div.spotlight div.consultant {
	padding: 0 0 10px 0;
}
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;
}
#content div.twoColumnLayout.thirtySeventy div.layout.columnTwo {
	width:65%;
}
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;
	padding: 3px;
}
#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 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) no-repeat 0 -2px;
	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;
}
div.tx-llconsultant-pi div.spotlight div.categories {
	padding: 0 20px 0 30px;
}
div.tx-llconsultant-pi div.spotlight div.categories div.title {
	float: left;
	width: 39%;
}
div.tx-llconsultant-pi div.spotlight div.categories div.links {
	float: left;
	width: 60%;
}
body.specialismPages div.tx-llconsultant-pi div.spotlight div.categories div.title {
	width: 27%;
}
body.specialismPages div.tx-llconsultant-pi div.spotlight div.categories div.links {
	width: 71%;
}
div.tx-llconsultant-pi div.spotlight div.vcard {
	padding: 10px 0 0 10px;
}
div.tx-llconsultant-pi div.spotlight div.vcard span.org span.organization-name,
div.tx-llconsultant-pi div.spotlight div.vcard span.org,
div.tx-llconsultant-pi div.spotlight div.vcard span.fn,
div.tx-llconsultant-pi div.spotlight div.vcard div.adr,
div.tx-llconsultant-pi div.spotlight div.vcard div.fax {
	display: none;
}

/**
 * Toggler - default style
 */
.toggler {
   margin: 0 0 0 0;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 30px;
	display: block;
	color: #426AB3;
}
.toggler-closed {
	padding-left: 30px;
	height: 30px;
	background: transparent url(../img/arrow_more.jpg) no-repeat 5px 5px;
}
.toggler-opened {
	padding-left: 30px;
	height: 30px;
	background: transparent url(../img/arrow_less.jpg) no-repeat 5px 5px;
}
.toggler-closed:hover,
.toggler-opened:hover {
	text-decoration: none;
}
.toggler-c-closed {
	margin: 0;
	padding: 20px 20px 0 30px;
}
.toggler-c-opened {
	margin: 0;
	padding: 20px 20px 0 30px;
	background: #EFEFEF;
	*display: inline-block;
}

/**
 * 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) no-repeat 0 0;
	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;
}

/**
 * Page- Home
 */
#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;
	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 div.menuOfSubpages ul {
	padding: 0 0 0 15px;
}
#home #content div.threeColumnLayout div.menuOfSubpages ul li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	padding: 0 0 7px 0;
}
#home #content div.threeColumnLayout div.menuOfSubpages ul li a {
	color: #516574;
}
#home #content div.threeColumnLayout div.menuOfSubpages ul 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;
}
