/**
 * Liquid Light CSS
 *
 * @filename screen.css
 * @author Norbert Laposa
 * @author Simon Mills
 * @author Pranath Fernando
 * @author Oliver Rowlands
 * @date 2007-12-01
 * @copyright Liquid Light Digital Ltd.
 * @url http://www.liquidlight.co.uk
 */

* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 77%;
	color: #333333;
	background-color: #FFFFFF;
}
div.csc-header {
	background: #E9ECEF;
	overflow: hidden;
	padding: 0.7em 0.8em 0.5em 0.8em;
	margin: 0.3em 0 1em 0;
}
h1, h2, h3 {
	font-family: Times New Roman, serif;
	font-variant: small-caps;
	font-weight: normal;
}
h1 {
	font-size: 210%;
}
h2 {
	font-weight: normal;
	font-size: 160%;
}
h3 {
	font-size: 140%;
	font-weight: bold;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
p {
	margin: 0 0 1em 0;
}
p.arrow,
p.readMore {
	padding-left: 15px;
	background: transparent url(../img/arrow.gif) no-repeat 0 0.43em;
}
a {
	color: #0C8FA9;
	text-decoration: none;
}
a:hover {
	color: #0DB3EA;
	text-decoration: underline;
}
ul, ol {
	margin: 0 0 1em 14px;
}
ul li {
	list-style-type: none;
	background: transparent url(../img/list-item.gif) no-repeat 0 0.5em;
	padding: 0 0 0.6em 14px;
}
div.divider {
	clear: both;
	width: 100%;
	margin: 1em 0;
	height: 1px;
	border-bottom: 1px dotted #D8DBDE;
}
div.csc-header h1,
div.csc-header h2,
div.csc-header h3,
div.divider hr {
	display: none;
}

/**
 * Forms
 */
fieldset {
	border-width: 0;
}
legend {
	display: none;
}
label {
	display: block;
}
textarea {
	width: 180px;
	padding: 0;
}
input,
textarea,
select {
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
	background-color: #FFFFFF;
}

/**
 * Page layout
 */
#page {
	background: #000000 url(../img/backgrounds/randombackgrounds/background_sea2.jpg) no-repeat top center;
}
#header,
#content,
#footerWrapper {
	width: 917px;
	margin: 0 auto;
}
#pageHeader,
div.defaultLayoutWrapper {
	padding: 0 3em;
}

/**
 * Content
 */
#content {
	padding: 1em 0 2em 0;
	clear: both;
	background: transparent url(../img/page-repeat.png) repeat-y;
	line-height: 1.5em;
	overflow: hidden;
}

/**
 * Footer
 */
#footer {
	clear: both;
	background: #ECEBEB url(../img/footer_repeat.gif) repeat-x;
	height: 10em;
	padding: 6px 0 0 0;
	font-size: 90%;
}
#copyright {
	float: left;
	margin: 1em 2em;
}

/**
 * Logo
 */
#logo {
	float: left;
	padding: 0.5em 0 1em 0.5em;
}
#logo a {
	display: block;
	width: 147px;
	height: 84px;
	background: transparent url(../img/logo.png) no-repeat top left;
}
#logo a img {
	display: none;
}

/**
 * Page header
 */
#pageHeader div.csc-header {
	float: left;
	background-color: transparent;
	border-bottom: 1px dotted #D8DBDE;
	padding: 0 0 1em 0;
	overflow: hidden;
	width: 559px;
}
#pageHeader #breadcrumb {
	float: left;
	font-size: 90%;
	margin: 0 0 0.5em 0;
}

/**
 * Search
 */
#search {
	float: right;
	margin: 1.5em 0 1em 0;
	overflow: hidden;
}
#search input {
	height: 20px;
}
#search label span,
#search legend {
	display: none;
}
#search label {
	float: left;
}
button.search {
	border: 0;
	background: url(../img/button_search.gif) no-repeat;
	width: 68px;
	height: 23px;
	margin: 0 0 0 5px;
}
button.search:hover {
	background-image: url(../img/button_search_over.gif);
	cursor: pointer;
}
button.search span {
	display: none;
}

/**
 * Default navigation
 */
ul.horizontalNavigation,
ul.verticalNavigation {
	margin: 0;
	padding: 0;
}
ul.horizontalNavigation li,
ul.verticalNavigation li {
	padding: 0;
	margin: 0;
	background-image: none;
}
ul.horizontalNavigation li {
	float: left;
}
ul.horizontalNavigation li a,
ul.verticalNavigation li a {
	outline: none;
}
ul.horizontalNavigation li a {
	display: block;
}
ul.horizontalNavigation li a:hover {
	text-decoration: none;
}

/**
 * Global Navigation
 */
#headerNavigation {
	font-size: 90%;
	float: right;
}
#headerNavigation ul {
	margin-right: 3em;
	float: right;
}
#headerNavigation ul li a {
	background: transparent url(../img/global_navigation_bg_left.png) no-repeat bottom left;
	color: #FFFFFF;
	margin: 0 3px;
}
#headerNavigation ul li a span {
	display: block;
	background: transparent url(../img/global_navigation_bg_right.png) no-repeat bottom right;
	padding: 0.7em 1.5em;
	margin: 0 -3px 0 0;
}
#headerNavigation ul li a:hover {
	background-image: url(../img/global_navigation_bg_left_hover.gif);
	color: #333333;
}
#headerNavigation  ul li a:hover span {
	background-image: url(../img/global_navigation_bg_right_hover.gif);
}
#headerNavigation  ul li.active a {
	background-image: url(../img/global_navigation_bg_left_active.gif);
	color: #333333;
}
#headerNavigation  ul li.active a span {
	background-image: url(../img/global_navigation_bg_right_active.gif);
}

/**
 * Primary Navigation
 */
#primaryNavigation {
	clear: both;
	background: transparent url(../img/get-in-touch.png) no-repeat 97% 0;
	font-size: 90%;
}
#primaryNavigationWrapper {
	background: transparent url(../img/page-top.png) no-repeat 0 100%;
	padding: 0 2em;
}
#primaryNavigation ul {
	float: left;
	margin: 0 0 4px 0;
}
#primaryNavigation ul li a {
	background: transparent url(../img/primary_navigation_bg_left.png) no-repeat top left;
	margin: 0 3px;
	color: #FFFFFF;
}
#primaryNavigation ul li a span {
	display: block;
	background: transparent url(../img/primary_navigation_bg_right.png) no-repeat top right;
	padding: 0.7em 1.5em;
	margin: 0 -3px 0 0;
	border-bottom: 1px solid #FFFFFF;
}
#primaryNavigation ul li a:hover {
	color: #333333;
	background-position: left -60px;
}
#primaryNavigation ul li a:hover span {
	background-position: right -60px;
}
#primaryNavigation ul li.active a {
	background-position: left -120px;
	color: #333333;
}
#primaryNavigation ul li.active a span {
	background-position: right -120px;
}

/**
 * Secondary Navigation
 */
ul.verticalNavigation {
	margin: 0 0 1.5em 0;
}
ul.verticalNavigation ul {
	margin: 0 0 0 1em;
}
ul.verticalNavigation li {
	border-bottom: 1px dotted #D8DBDE;
	padding: 0.8em 0 0.8em 0;
}
ul.verticalNavigation li a {
	background: url(../img/arrow.gif) no-repeat 0 0.39em;
	padding: 0 0 0 16px;
}
ul.verticalNavigation li a:hover {
	color: #0DB3EA;
	text-decoration: none;
}
ul.verticalNavigation a.active {
	color: #454545;
	font-weight: bold;
}
ul.verticalNavigation li.last {
	background: none;
}

/**
 * Footer Navigation
 */
#footerNavigation {
	clear: both;
	float: right;
}
#footerNavigation ul {
	margin: 0;
}
#footerNavigation ul li {
	list-style-type: none;
	padding: 1em 2em;
	background: url(../img/footer_groove-85.gif) no-repeat;
}
#footerNavigation ul li.first {
	background: none;
}
#footerNavigation ul a {
	color: #333333;
}
#footerNavigation ul li a:hover {
	color: #0C8FA9;
}

/**
 * Page Layouts
 */
div.defaultPageLayout div.page.columnOne,
div.defaultPageLayout div.page.columnTwo {
	float: left;
}
div.defaultPageLayout div.rowTwo {
	clear: both;
	display: none;
}
div.defaultPageLayout.eightyTwenty div.rowTwo div.page.columnOne {
	width: 100%;
}
div.defaultPageLayout.eightyTwenty div.page.columnOne {
	width: 559px;
	overflow: hidden;
}
div.defaultPageLayout.eightyTwenty div.page.columnTwo {
	margin: -20px 0 0 0;
	width: 268px;
	float: right;
	overflow: hidden;
}

/**
 * Content Layouts
 */
div.twoColumnLayout,
div.threeColumnLayout {
	clear: both;
}
div.twoColumnLayout div.columnOne,
div.twoColumnLayout div.columnTwo {
	padding: 0;
	margin: 0;
}
div.twoColumnLayout div.columnOne div.columnWrapper {
	overflow: hidden;
	padding-right: 0.5em;
}
div.twoColumnLayout.fiftyFifty div.columnOne,
div.twoColumnLayout.fiftyFifty div.columnTwo {
	float: left;
	width: 48%;
}
div.twoColumnLayout.fiftyFifty div.columnTwo {
	float: right;
}
div.twoColumnLayout.thirtySeventy div.layout.columnOne {
	width: 30%;
}
div.twoColumnLayout.thirtySeventy div.layout.columnTwo {
	width: 68%;
}
div.twoColumnLayout.seventyThirty div.layout.columnOne {
	width: 68%;
}
div.twoColumnLayout.seventyThirty div.layout.columnTwo {
	width: 30%;
}
div.threeColumnLayout div.layout.columnOne,
div.threeColumnLayout div.layout.columnTwo,
div.threeColumnLayout div.layout.columnThree {
	float: left;
	width: 33.3%;
}
div.threeColumnLayout div.layout.columnOne .columnWrapper,
div.threeColumnLayout div.layout.columnTwo .columnWrapper {
	padding-right: 1.5em;
}

/**
 * Quote Content Element
 */
div.quote {
	margin: 1em;
	padding: 1em 0;
	background: transparent url(../img/quote_open.gif) no-repeat top left;
}
div.quote blockquote {
	background: transparent url(../img/quote_closed.gif) no-repeat bottom right;
	padding: 0 1.5em 1em 1em;
	margin: 0;
	text-align: left;
	line-height: 1.7em;
	text-indent: 25px;
}
div.quote p.author {
	font-size: 90%;
	padding: 1.3em 0 0 0;
	margin: 1.5em 0 0 0;
	border-top: 1px dotted #D8DBDE;
}

/**
 * Forms
 */
form fieldset {
	border-width: 0;
}
form fieldset input,
form fieldset select,
form fieldset textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
}
form fieldset button {
	background-color: #F7F7F7;
	border: 1px solid #BBBBBB;
	padding: 0.7em;
	width: auto;
	overflow: visible;
}

/**
 * Sitemap
 */
div.csc-sitemap ul {
	margin-bottom: 0;
	margin-left: 0;
}

/**
 * Context menu
 */
div.menuOfPages ul {
	display: block;
	background-color: #E9ECEF;
	display: block;
	margin: 0;
	padding: 1em;
}
div.menuOfPages li {
	background: none;
	padding: 0;
}
div.menuOfPages li a {
	background: transparent url(../img/arrow.gif) no-repeat 0 0.5em;
	padding: 0 0 0 15px;
}

/**
 * Drop-down navigation
 */
div.dropDownNavigation {
	margin: 0 0 1.5em 0;
}

/**
 * Search
 */
div.tx-indexedsearch label span,
div.tx-indexedsearch div.tx-indexedsearch-whatis {
	display: none;
}
div.tx-indexedsearch input {
	float: left;
	height: 20px;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox {
	margin: 1.5em 0 0 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox p {
	width: 44%;
	float: left;
	font-size: 90%;
	margin: 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox ul {
	width: 54%;
	float: right;
	text-align: right;
	margin: 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox ul li {
	display: inline;
	background-image: none;
	padding: 0;
	margin-right: 0.2em;
}
div.tx-indexedsearch ul li.tx-indexedsearch-browselist-currentPage a {
	font-weight: bold;
}
div.tx-indexedsearch div.tx-indexedsearch-res {
	padding: 1.5em 0 0 0;
}
div.tx-indexedsearch div.tx-indexedsearch-result {
	clear: both;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #EAEAEA;
}

/**
 * News
 */
div.newsItem h2 {
	font-size: 130%;
	font-weight: normal;
	padding: 0;
}
div.newsItem h2 a {
	display: block;
	background: transparent url(../img/arrow.gif) no-repeat 0 0.35em;
	padding: 0 0 0 15px;
	text-decoration: none;
}
div.newsItem h3 {
	background: transparent url(../img/icon_news.gif) no-repeat 0 0.2em;
	text-indent: 16px;
	font-size: 100%;
	padding-bottom: 0;
	margin-bottom: 0.4em;
}
div.newsItem p.posted {
	float: left;
	font-size: 90%;
}
div.newsItem div.csc-header h2,
div.newsItem div.csc-header h3 {
	display: block;
	margin: 0;
}

/**
 * News - Latest view
 */
div.newsLatest {
	clear: both;
}
div.newsLatest div.newsItem {
	margin: 1em;
}
div.newsLatest p.bodytext {
	font-size: 90%;
}

/**
 * News - List view
 */
div.newsList div.newsItem {
	margin: 0 0 1.5em 0;
}
div.newsList div.newsItem p.bodytext {
	clear: both;
}
div.newsList div.divider {
	display: none;
}

/**
 * News - Single view
 */
div.show h1 {
	display: block;
}
div.newsSingle div.newsItem p.category {
	padding-bottom: 0;
}
div.newsSingle div.newsItem p.posted {
	float: left;
	color: #333333;
	margin: 0;
	width: 50%;
	padding: 0 0 0.5em 0;
}
div.newsSingle div.news-single-img {
	float: left;
	margin: 0 1em 1em 0;
}
div.newsSingle div.newsItem div.csc-header h1 {
	display: block;
}

/**
 * News - List pagination
 */
div.tx-ttnews-browsebox {
	font-size: 87%;
}
div.tx-ttnews-browsebox div.showResultsWrap {
	float: left;
	width: 59%;
	padding: 0 0 1em 0;
}
div.tx-ttnews-browsebox div.showResultsWrap span.tx-ttnews-browsebox-strong {
	font-weight: bold;
}
div.tx-ttnews-browsebox div.browseLinksWrap {
	float: right;
	text-align: right;
	width: 40%;
}

/**
 * News - Archive & category components
 */
div.newsCategories,
div.newsArchive  {
	padding: 0 1em;
}
div.newsCategories ul li a,
div.newsArchive ul li a {
	background: url(../img/arrow.gif) no-repeat 0 center;
	padding: 0 0 0 15px;
}
div.newsCategories ul li a,
div.newsArchive ul li a  {
	display: inline;
}
div.newsCategories ul li,
div.newsArchive ul li {
	background-image: none;
}

/**
 * News - Syndication
 */
div.rss {
	width: 18px;
	height: 17px;
	float: right;
	padding: 0.789em 1em;
	background-color: #E9ECEF;
}
div.rss a {
	display: block;
	width: 18px;
	height: 17px;
	background: transparent url(../img/icon_rss.jpg) no-repeat top left;
}
div.rss a:hover {
	background-position: bottom left;
}
div.rss a span {
	display: none;
}

/**
 * Portfolio
 */
div.projectList div.project {
	float: left;
	border: 7px solid #E9ECEF;
	width: 254px;
	margin: 0 0 1.5em 0;
}
div.projectList div.project.odd {
	clear: both;
}
div.projectList div.project.even {
	float: right;
}
div.projectList div.project.feature {
	width: auto;
	float: none;
}
div.projectList div.project div.photo {
	border-bottom: 7px solid #E9ECEF;
	overflow: hidden;
	text-align: center;
	background-color: #F4F4F4;
}
div.projectList div.project:hover,
div.projectList div.project:hover div.photo {
	border-color: #D8DBDE;
}
div.projectList div.project div.details {
	padding: 1em 1em 0.6em 1em;
}
div.projectList div.project div.csc-header {
	padding: 0 0 0.6em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #D8DBDE;
	background-color: transparent;
}
div.projectList div.project div.csc-header h2 {
	display: block;
	font-weight: normal;
	font-size: 130%;
	padding: 0 0 0 15px;
	background: transparent url(../img/arrow.gif) no-repeat 0 0.4em;
}

div.projectList div.project div.description {
	font-size: 90%;
}
div.projectList div.pagination {
	font-size: 90%;
	clear: both;
}
div.projectList div.pagination p {
	float: left;
	margin: 0 0 1em 0;
}
div.projectList div.pagination ul li.active,
div.projectList div.pagination p span {
	font-weight: bold;
}
div.projectList div.pagination ul {
	float: right;
	margin: 0 0.5em 0 0;
}
div.projectList div.pagination ul li {
	float: left;
	background-image: none;
	padding: 0 0 0 1em;
}

/**
 * Slideshow
 */
div.slideshow {
	height: 304px;
	margin: 0.2em 0;
}
div.slideshow img {
	top: 0;
	left: 0;
	overflow: auto;
}

/**
 * hCard Microformat
 */
div.vcard {
	margin: 0 0 1em 0;
}
div.vcard span.type {
	display: none;
}
div.vcard span.org span.organization-name {
	display: block;
	font-weight: bold;
}
div.vcard div.adr {
	padding: 0 0 1em 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;
	clear: left;
}
div.vcard div.adr span.locality,
div.vcard div.adr span.region,
div.vcard div.adr span.postal-code {
	float: left;
	padding: 0 0.4em 0 0;
}
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 1em 22px;
}
div.vcard div.tel {
	clear: both;
	background-image: url(../img/contact_phone.gif);
}
div.vcard div.fax {
	background-image: url(../img/contact_fax.gif);
}
div.vcard a.email {
	background-image: url(../img/contact_email.gif);
	font-size: 87%;
	padding-left: 25px;
}
div.vcard img.photo,
div.vcard div.geo,
div.vcard a.url {
	display: none;
}
div.vcard p.download {
	margin: 0.4em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #D8DBDE;
}
div.vcard p.download a {
	padding: 0.3em;
	background: transparent url(../img/contact_vcard.gif) no-repeat 0 0;
	padding-left: 25px;
	font-size: 87%;
	font-weight: bold;
}

/**
 * Mail form
 */
form div.row label {
	float: left;
	width: 70px;
}
form div.row input,
form div.row textarea {
	float: left;
	width: 195px;
	margin-bottom: 1em;
}
form div.row {
	padding-bottom: 0.4em;
	clear: left;
}
form div.row input.button {
	border: none;
	background: transparent url(../img/button_send.gif) no-repeat;
	margin: 0 0 1.5em 200px;
	text-align: center;
	cursor: pointer;
	width: 68px;
	height: 22px;
}
form div.row input.button:hover {
	background-image: url(../img/button_send_over.gif);
}
form div.row span.required {
	color: #FC0000;
	display: none;
}

/**
 * Text with image
 */
div.csc-textpic-border div.csc-textpic-imagewrap img,
div.csc-textpic-border div.csc-textpic-single-image img {
	border-bottom: 7px solid #E9ECEF;
}

/**
 * Solid Box
 */
div.boxSolid {
	border: 7px solid #E9ECEF;
	margin: 0 0 1.5em 0;
}
div.boxSolid div.boxWrapper {
	overflow: hidden;
}
div.boxSolid:hover,
div.boxSolid:hover div.csc-textpic-border div.csc-textpic-imagewrap img,
div.boxSolid:hover div.csc-textpic-border div.csc-textpic-single-image img {
	border-color: #D8DBDE;
}
div.boxSolid div.csc-textpic-text,
div.boxSolid div.vcard {
	padding: 1em 1em 0 1em;
}
div.boxSolid ul {
	margin-right: 1em;
}
div.boxSolid div.csc-header {
	background-color: transparent;
}
div.boxSolid h3 {
	font-weight: normal;
	border-bottom: 1px dotted #D8DBDE;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.7em 0;
}
div.boxSolid h3 a {
	display: block;
	background: url(../img/arrow.gif) no-repeat 0 0.39em;
	padding: 0 0 0 16px;
	text-decoration: none;
}

/**
 * Dotted box
 */
div.boxDotted {
	border: 1px solid #E9ECEF;
	margin: 0 0 1.5em 0;
}
div.boxDotted div.bodytext div.internal-link {
	background: url(../img/arrow.gif) no-repeat 0 0;
	padding-left: 14px;
}
div.boxDotted ul li {
	border-bottom: 1px dotted #D8DBDE;
	list-style-image: none;
	padding: 0.5em 0;
}
div.boxDotted ul li a {
	background: url(../img/arrow.gif) no-repeat 0 0.2em;
	padding: 0 0 0 15px;
}
div.boxDotted div.menuOfPages li {
	padding: 0;
	border-width: 0;
}
div.boxDotted div.csc-header {
	margin: 0;
}
div.boxDotted div.csc-textpic {
	padding: 1em 0 1em 2em;
}
div.boxDotted div.csc-textpic div.csc-textpic-imagerow {
	padding: 0.4em 0;
	border-bottom: 1px dotted #D8DBDE;
}
div.boxDotted div.csc-textpic div.csc-textpic-imagerow-last {
	background-image: none;
}
div.boxDotted div.newsCategories ul,
div.boxDotted div.newsArchive ul {
	margin: 0;
}
div.boxDotted div.newsCategories ul.verticalNavigation li.last,
div.boxDotted div.newsArchive ul li.last {
	background: none;
}

/**
 * External links box
 */
div.externalLinkBox {
	border-top: 1px dotted #D8DBDE;
}
div.externalLinkBox div.boxWrapper {
	border-bottom: 1px dotted #D8DBDE;
	margin-bottom: 1.5em;
}
div.externalLinkBox a {
	display: block;
	background: transparent url(../img/button_link.gif) no-repeat center left;
	padding: 1em 0 1em 46px;
	text-decoration: none;
	letter-spacing: 0.1em;
}

/**
 * Map
 */
#map {
	margin: 0 0 1.5em 0;
	border: 7px solid #E9ECEF;
}

/**
 * Home page
 */
#pageHome div.defaultPageLayout.eightyTwenty div.page.columnTwo {
	padding: 0;
	margin: 0;
}
#pageHome #c950 div.csc-textpic-above,
#pageHome #c951 div.csc-textpic-above,
#pageHome #c952 div.csc-textpic-above {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}
#pageHome #c950 div.csc-textpic-above {
	margin: 1em 0 0 0;
}
#pageHome div.defaultPageLayout div.rowTwo {
	clear: both;
	display: block;
}
#pageHome div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}
#pageHome #c936 div.threeColumnLayout {
	margin-bottom: 0;
}
#pageHome #c939 div.columnWrapper div {
	background: #E9ECEF;
}
#pageHome #c939 div.columnWrapper ul {
	margin: 0;
}
#pageHome #content div.threeColumnLayout div.columnThree div.twoColumnLayout {
	padding: 10px;
}
#pageHome #c928 {
	margin: 1em 0 0 0;
}
#pageHome div.threeColumnLayout div.twoColumnLayout div.column {
	width: 49%;
}

/**
 * Clients
 */
#c4723 a,
#c4719 a,
#c4721 a,
#c4725 a,
#c4727 a,
#c4729 a {
	display: block;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/swissL_logo.gif) no-repeat;
}

#c4719 a {
	background-image: url(../img/charcol_logo.gif);
}
#c4721 a {
	background-image: url(../img/landsec_logo.gif);
}
#c4725 a {
	background-image: url(../img/rayB_logo.gif);
}
#c4727 a {
	background-image: url(../img/mimecast_logo.gif);
}
#c4729 a {
	background-image: url(../img/parasol_logo.gif);
}
#c4723 a:hover,
#c4719 a:hover,
#c4721 a:hover,
#c4725 a:hover,
#c4727 a:hover,
#c4729 a:hover {
	background-position: 0 -80px;
}
#c4723 a span,
#c4719 a span,
#c4721 a span,
#c4725 a span,
#c4727 a span,
#c4729 a span {
	display: none;
}

/**
 * Preview
 */
#preview {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5em 0.5em 0.5em 30px;
	background: #E2F9E3 url(../img/icon_tick.gif) no-repeat 0.6em 0.45em;
	border-bottom: 2px solid #99CC99;
	color: #006600;
	text-align: left;
	font-size: 90%;
}

/**
 * Responsive design
 */
@media all and (max-width: 480px) {

	/**
	 * Convert to flexible & unfloat
	 */
	#header,
	#content,
	#footerWrapper,
	#logo,
	ul.horizontalNavigation li,
	#headerNavigation,
	#headerNavigation ul,
	#primaryNavigation ul,
	#footerNavigation,
	#pageHeader div.csc-header,
	div.defaultPageLayout.eightyTwenty div.page.column,
	div.twoColumnLayout div.layout.column,
	div.threeColumnLayout div.layout.column,
	div.projectList div.project,
	div.projectList div.project.even,
	form div.row label,
	form div.row input,
	form div.row textarea {
		width: auto;
		float: none;
		clear: both;
	}

	/**
	 * Navigation
	 */
	#headerNavigation ul,
	#primaryNavigation,
	#primaryNavigation ul {
		margin: 0;
	}
	#footerNavigation ul li {
		background-image: none;
	}
	#headerNavigation,
	#primaryNavigation {
		margin: 0 0.7em 1em 0.7em;
	}
	#headerNavigation ul li a,
	#primaryNavigation ul li a {
		margin: 0;
	}
	#headerNavigation ul li a,
	#primaryNavigation ul li a {
		background-image: none;
	}
	#headerNavigation ul li a span,
	#headerNavigation ul li a:hover span,
	#headerNavigation ul li.active a span,
	#primaryNavigation ul li a span {
		background-image: url(../img/primary_navigation_bg.png);
		background-repeat: repeat-x;
		background-position: top left;
		margin: 0;
		padding-left: 1em;
		border-width: 0;
	}
	#headerNavigation ul li a:hover span {
		background-position: left -60px;
	}
	#headerNavigation ul li.active a span {
		background-position: left -120px;
	}
	#primaryNavigationWrapper {
		padding: 0;
	}
	#secondaryNavigation {
		border-top: 1px dotted #D8DBDE;
		margin: 1em 0 0 0;
	}

	/**
	 * Remove background images
	 */
	#primaryNavigation,
	#primaryNavigationWrapper,
	#content {
		background-image: none;
	}

	/**
	 * Hide unwanted content
	 */
	#search,
	#c939,
	#c944,
	#c3024,
	#c950,
	#c952,
	#c951 {
		display: none;
	}

	/**
	 * Disable the image headings
	 */
	div.csc-header {
		padding-bottom: 0.7em;
	}
	div.csc-header h1,
	div.csc-header h2,
	div.csc-header h3 {
		display: block;
		margin: 0;
		padding: 0;
	}
	div.csc-header img {
		display: none;
	}

	/**
	 * Remove paddings and margins
	 */
	div.defaultPageLayout.eightyTwenty div.page.columnTwo,
	div.twoColumnLayout.fiftyFifty div.columnOne div.columnWrapper,
	div.threeColumnLayout div.layout.columnOne .columnWrapper,
	div.threeColumnLayout div.layout.columnTwo .columnWrapper {
		margin: 0;
		padding: 0;
	}

	/**
	 * Miscellaneous
	 */
	#pageHeader,
	div.defaultLayoutWrapper {
		padding: 0 1em;
	}
	#content {
		background-color: #FFFFFF;
	}
	#footer{
		height: auto;
	}
	#pageHome div.threeColumnLayout div.twoColumnLayout div.column {
		width: 49%;
		float: left;
		clear: none;
	}

}

