/*** Copyright Notice ***********************
This design of this website - the unique combinaton of layout, styles and images,
including this stylesheet - is protected by copyright and may not be reproduced.
Author: Guy Beauchamp, Askomil Limited, www.askomil.co.uk
*/

/*** HTML styles ****************/
html, body {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 70%;
	margin: 0ex;
}
h1, h2, h3, p, ul, ol, li, input, form {
	margin: 0px;
	padding: 0px;
}
a { color: #B72020; }
img { border: none; }
td, th { vertical-align: top; }
hr { margin: 1ex; height: 1px; }

dl { margin: 1ex 3ex; }
dt { font-weight: bold; margin: 2ex 0ex 0.5ex; }
dd { margin: 0.25ex 3ex; }

/*** Global Navigation ****************/

.GlobalNav {
	max-width: 160ex;
	margin: 0.25ex auto 0ex;
}
.GlobalNav ul {
	float: right;
	margin-top: 2.6ex;
	margin-right: 10ex;
}
.GlobalNav li {
	float:left;
	display: inline;
	padding: 0ex;
	font-size: 90%;
	font-weight: bold;
	white-space: nowrap;
	text-transform: capitalize;
}
.GlobalNav li a {
	float:left;
	border-left: 1px solid #999999;
	padding: 1.75ex 3.1ex 1.8ex;
	text-decoration: none;
}
.GlobalNav li:first-child a {
	border-left: none;
}
.GlobalNav a:hover {
	background-color: #EBEBEB;
}

/*** Layout ****************/

.skipNav {
	display: none;
}
.Header {
	clear: both;
	background-color: #B72020;
	width: 100%;
	min-height: 30px;
}
.HeaderInner {
	max-width: 160ex;
	margin: 0ex auto;
}
.Logo a {
	float: left;
	width: 45ex;
	height: 14px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	margin: 1.7ex 0ex 0ex 3.5ex;
}
.Logo span {
	display: none;
}
.Strapline {
	float: right;
	font-size: 90%;
	font-weight: bold;
	margin: 2.5ex 2.75ex 0ex;
	color: #FFFFFF;
	text-align: right;
	width: 45ex;
}
.Strapline a {
	text-decoration: none;
}
.Contact {
	float: right;
	font-size: 90%;
	font-weight: bold;
	margin: 2.5ex 2.75ex 0ex;
}
.Contact a {
	color: #FFFFFF;
	text-decoration: none;
}
.Contact a:hover {
	text-decoration: underline;
}
.HeaderSubBar {
	background-color: #C9C9C9;
	width: 100%;
	height: 6px;
}

/* Main ------------------------------------------------*/

.Main {
	max-width: 160ex;
	margin: 0ex auto;
	background-image: url(../images/sidebar-bkgrd.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.Notification {
    text-align: center;
    margin: 0.8ex auto;
}
.Notification span {
    color: #B72020;
    font-weight: bold;
    padding: 0.7ex 1.5ex;
    line-height: 190%;
    background-color: #FFFFFF;
}
/*
.Notification {
    text-align: center;
    margin: 1ex auto 3ex;
    height: 2ex;
}
.Notification span {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #B72020;
    padding: 0.8ex 1.5ex;
    line-height: 200%;
}

/* Side bar ------------------------------------------------*/

.SideBar {
	float: left;
	width: 300px;
	height: inherit;
	background-color: #EBEBEB;
}
.SectionTitle {
	margin: 0ex 0ex;
	padding: 6.25ex 0ex 0ex;
	text-align: center;
}
.SectionTitle h1 {
	color: #CCCCCC;
	font-size: 175%;
	font-weight: normal;
}

/*** Secondary Navigation ****************/

.SubMenu {
	text-align: right;
}
.SubMenu ul {
	margin-top: 3.5ex;
	margin-left: 2.5ex;
}
.SubMenu li {
	list-style-type: none;
	margin: 1.25ex 0ex;
	padding: 0ex;
	font-weight: normal;
}
.SubMenu li a {
	padding: 0.5ex 2ex;
	text-decoration: none;
	font-weight: normal;
}
.SubMenu li span {
	font-weight: bold;
}
.SubMenu li a:hover {
	text-decoration: underline;
}
.SubMenu li.Selected > a {
	color: #000000;
	font-weight: bold;
}
.SubMenu li a:hover span {
	text-decoration: none;
}
.SubMenu ul ul {
	margin-top: 0.5ex;
}

.SideQuote {
	margin: 5ex 3ex 2ex;
}
.SideQuote h2 {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
}
.SideQuote .QuoteBody {
	color: #666666;
	background-color: #F7F7F7;
	border: 1px solid #999999;
	margin-top: 0.5ex;
	padding: 1.5ex 2ex;
	line-height: 140%;
}
.SideQuote h3 {
	color: #666666;
	font-weight: bold;
	font-size: 100%;
	margin-top: 0.75ex 0ex;
}
.SideQuote p {
	margin: 0ex 0ex 1ex;
}
.SideQuote span.Source {
	display: block;
	font-weight: bold;
	text-align: right;
}
.SideQuote li {
	list-style: none;
	line-height: 120%;
	padding: 0.5ex 0ex;
}
.SideQuote a {
	text-decoration: none;
}

.SideVideo {
	margin: 5ex 3ex 2ex;
}
.SideVideo h2 {
	background-color: #B72020;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1ex 8px;
	width: 250px;
}

/* Content ------------------------------------------------*/

.Content {
	padding: 5ex;
	margin-left: 300px;
}
.InnerContent {
    min-height: 58ex;
}
.Content .PageTitle {
	background-color: #666666;
	margin: -5ex -5ex 5ex -5ex;
	padding: 6.6ex 4ex 0ex 5ex;
}
.Content h1 {
	color: #CCCCCC;
	font-size: 170%;
	font-weight: normal;
}
.Content h2 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}
.Content h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 0ex;
}
.Content p {
	line-height: 155%;
	margin-bottom: 1ex;
}
.Content a { text-decoration: none; }
.Content a:hover { text-decoration: underline; }
/*
.Content a:visited { color: #525985; }
*/
.Content ol, .Content ul {
	line-height: 140%;
	margin: 0.75ex 0ex 0ex 3.5ex;
}
.Content li {
	margin-bottom: 0.75ex;
}

.TwoColumn {
	float: left;
	width: 48%;
}

ul.BoxList {
	margin: 0ex;
	height: 28ex;
}
ul.BoxList li  {
	display: inline;
}
ul.BoxList li a {
	float:left;
	background-repeat: no-repeat;
	background-position: 0ex 8ex;
	width: 15%;
	height: 22ex;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	line-height: 125%;
	background-color: #B72020;
	margin: 2ex 0.8ex;
	padding: 1.25ex 1.5ex;
	text-align: center;
}
ul.BoxList li a.MarketIntelligence { background-image: url(../images/photo.briefcase.small.jpg); }
ul.BoxList li a.Team { background-image: url(../images/photo.bridge.small.jpg); }
ul.BoxList li a.WhatWeDo { background-image: url(../images/photo.building.small.jpg); }
ul.BoxList li a.Clients { background-image: url(../images/photo.crane.small.jpg); }
ul.BoxList li a.WhyCartezia { background-image: url(../images/photo.kite.small.jpg); }

ul.HighlightList {
	margin: auto auto 2ex 5ex;
}
ul.HighlightList li {
	font-weight: bold;
}

.CallOut {
	float: right;
	clear: right;
	width: 35%;
	margin: 0ex -4ex 3ex 5ex;
}
.CallOut h2 {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
}
.CallOut div {
	color: #666666;
	border: 1px solid #999999;
	margin-top: 0.5ex;
	padding: 1ex 1.5ex;
}
.CallOut ul {
	list-style-type: none;
	margin: 0ex;
	line-height: 140%;
}
.CallOut li {
	display: inline;
	padding: 0ex 0.5ex;
}

/*** Page Meta Data ****************/

.PageMeta {
    border-top: 2px dotted #CCCCCC;
    margin: 3ex 0ex 0ex;
    padding: 0.5ex 0ex 0ex;
	font-size: 90%;
	color: #666666;
	clear: both;
}
.PageDate {
    float: right;
}
.Breadcrumb {
	display: block;
	margin: 0ex;
}
.Breadcrumb a {
	text-decoration: none;
}

/*** Footer ****************/

.Footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 90%;
}
.Footer .Copyright {
	background-color: #7C7C7C;
	color: #FFFFFF;
	padding: 0.4ex;
}
.Footer ul {
	list-style-type: none;
	margin: 1ex 0ex;
	padding: 0ex 1em;
}
.Footer li {
	display: inline;
	padding: 0px 0.75ex;
	border-left: 1px solid #CCCEDB;
}
.Footer li:first-child {
	border-left: none;
}
.Footer li a {
	padding: 0ex 0.5em;
	text-decoration: none;
}
.Footer li a:hover {
	text-decoration: underline;
}

/*** Tables ****************/

/*** Tables ************************************************************/
/***********************************************************************/

.RadGrid {
    margin: 1ex 0ex;
}

table.Features {
	margin: 1ex 0ex;
	border-collapse: separate;
	border-spacing: 1ex;
	table-layout: fixed;
}
table.Features td {
	background-color: #E6E7EE;
	border: 2px solid #525985;
	padding: 2ex 3ex;
	color: #000000;
}
table.Features td.Divider {
	width: 0%;
	background-color: transparent;
	border: none;
	padding: 0ex;
}
table.Features h2 { color: #525985; margin-top: 0ex; }
table.Features h3, table.Features p {
	color: #000000;
}
table.Features a { color: #0000CC; }

table.ResultsTable, table.twFormTable {
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin: 1ex 2ex;
}
table.ResultsTable th, table.ResultsTable td {
	background-color: #F9F9F9;
	border-bottom: 1px solid #E0E0E0;
	padding: 0.25ex 1ex;
}
table.ResultsTable th {
	background-color: #E9E9E9;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

table.ResultsTable th { border-top: none; }

table.twFormTable { padding: 1px 2px; width: 95%; }
table.twFormTable th, table.twFormTable td { padding: 0.15ex 0.25ex;  }
table.twFormTable th { text-align: right; font-weight: normal; white-space: nowrap; }
table.twFormTable td.twDetailsCell { width:90%;  }
table.twFormTable tr.twRequired th { font-weight: bold; }
table.twFormTable tr.NewSection th, table.twFormTable tr.NewSection td { padding-top:2ex; }
table.twFormTable .TagCBL { width:55%; }
table.twFormTable .twDownloadLink { display:block;  margin-bottom: 1ex; }
table.twFormTable .twError {
    white-space: nowrap;
}
.twFormInfo {
    font-size: 90%;
}
select.SubSelection {
    margin: 0.75ex 0ex 0.75ex 4ex;
}
input.Numeric {
    text-align: right;
}

table.Collapse {
    border-collapse: collapse;
}
table.Collapse td, table.Collapse th {
    border: none;
	padding: 0.5ex 1ex;
}


/*** Page Buttons ****************/

.PageButtons {
	display: block;
	float: right;
	margin: 0ex;
	margin-left: 2em;
}
.PageButtons span {
	display: block;
	float: left;
	margin: 1ex;
}
.PageButtons a img {
	padding: 1ex;
	border: 1px solid #FFFFFF !important;   /* overrides .NET's inline border=0 in hyperlink control */
}
.PageButtons a:hover img {
	border: 1px solid #97A0C5 !important;   /* overrides .NET's inline border=0 in hyperlink control */
	background-color: #EFF0F6;
}


/*** Other ****************/

.spacer {
	float: none;
	clear: both;
	font-size: 1px;
}
.Meta {
	font-size: 90%;
	color: #999999;
}
.SubTitle {
	font-weight: bold;
	color: #999999;
	font-size: 120%;
	margin: 0ex auto 2ex;
}
.FirstPara {
	font-weight: bold;
}
.InlineTitle {
	font-weight: bold;
	margin-right: 1ex;
}
.InlineSuperTitle {
	color: #999999;
	margin-right: 1ex;
}
.inPageImgLeft {
	float: left;
	margin-bottom: 1ex;
	margin-right: 1em;
}
.inPageImgRight {
	float: right;
	clear: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
}
.highlight {
	color: #CC3300;
}
.twError {
	color: #CC0000;
}
.Diminished {
	font-weight: normal;
	font-size: 80%;
}
.Address {
	margin: 1ex 2.5ex;
	line-height: 120%;
}
.InlineDate {
	color: #999999;
	font-size: 80%;
	font-weight: normal;
	font-variant: small-caps;
	padding-left: 1ex;
}

.Button {
	background-color: #8B281B;
	color: #FFFFFF;
	margin: 1ex;
	padding: 0.1ex 1ex;
	font-weight: bold;
	text-decoration: none;
	border: 2px outset #D74631;
}
.Button:hover {
	color: #FFFFFF;
	border-style: inset;
}
.MaxWidth {
	width: 95%;
}
.ExternalLink {
	padding-right: 20px;
	background-image: url(../images/icon-extlink.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}
.ReferenceLink {
	font-weight: bold;
	margin: 2ex 0ex;
}