/*
	Body
	
	Table of Contents:
		global reset
		general
		navigation
		wrapper
		page
		header
		inner wrapper
		columns
*/

/* Global Reset
----------------------------------------------- */

@import url(/assets/reset.css);

/* The Rest...
----------------------------------------------- */

body {
	background-color: #D4E0E9;
	}
body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 100%;
	color: Black;
	}
#ColumnA p, #ColumnB p, #ColumnC p {
	padding: 7px 0 7px 0;
	line-height: 140%;
	}

/* Horizontal Rule */
div.HRule {
	height: 1px;
	border-top: 1px dotted #AAC2D6;
	margin: 3px 0 3px 0;
	}
div.HRule hr {
	display: none;
	}
h1 {
	padding: 10px 30px 10px 30px;
	font-size: 1.5em;
	font-family: Arial Black, Helvetica Black, sans-serif;
	color: White;
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	}
body.sub h1 {
	font-size: 1.5em;
	}
h1#headline-statement {
	color: #152342;
	background-color: #2B699C;
	}
h1#headline-response {
	background-color: #152342;
	}
h2 {
	font-size: 1.3em;
	color: #152342;
	}
h2.underlined {
	border-bottom: 1px dotted #AAC2D6;
	}
h3 {
	margin: 10px 0 0 0;
	font-size: 1.1em;
	color: #152342;
	}
form input.text {
	font-size: 1.0em;
	padding: 2px;
	border: none;
	}
form textarea {
	font-size: 1.0em;
	padding: 2px;
	border: none;
	}
form input.button {
	border: none;
	border-bottom: 1px solid #20466F;
	background-color: #CCCCCC;
	background-image: url(btn_background_repeat.jpg);
	background-repeat: repeat-x;
	color: #152342;
	font-size: 1.1em;
	line-height: 25px;
	height: 25px;
	padding: 0 5px 0 5px;
	}
input.button:active {
	border: none;
	margin-top: 1px;
	margin-bottom: -1px;
	}


/* General body styles */
#PrimaryContent blockquote {
	color: #2B699C;
	border-left: 5px solid #2B699C;
	margin: 10px 15px 10px 15px;
	padding: 0 0 0 5px;
	}
#PrimaryContent p.indent {
	margin: 10px 15px 10px 15px;
	padding: 0 0 0 5px;
	}
#PrimaryContent ol {
	margin: 10px 20px 10px 20px;
	}
#PrimaryContent ol li {
	margin: 3px 0 3px 0;
	list-style: decimal;
	list-style-position: inside;
	}
#PrimaryContent ul {
	margin: 10px 20px 20px 30px;
	}
#PrimaryContent ul li {
	margin: 3px 0 3px 0;
	list-style: disc;
	list-style-position: outside;
	}
#PrimaryContent ul.related {
	margin: 0 0 10px 10px;
	}
#PrimaryContent ul.related li.document {
	padding: 0 0 0 20px;
	list-style: none;
	background-image: url(icons/gen_documents.gif);
	background-repeat: no-repeat;
	}
#PrimaryContent h2 {
	margin: 13px 0 0 0;
}
body.blog #PrimaryContent h2 {
	margin: 0;
	}
	
.hidden {
	display: none;
	}

/* Navigation */
ul#Navigation {
	margin: 0 0 15px 0;
	background-color: #2B699C;
	color: White;
	font-size: 1.4em;
	line-height: 38px;
	}
ul#Navigation li {
	border-bottom: 1px solid #275B8A;
	}
ul#Navigation li.Last {
	border-bottom: 1px solid White; /* IE6 bug causes layout to collapse without a border here */
	}
ul#Navigation li a {
	padding: 0 10px 0 10px;
	color: White;
	display: block;
	}
ul#Navigation li ul.Sub1 {
	margin: 0 0 10px 17px;
	font-size: 0.8em;
}
ul#Navigation li ul.Sub1 li {
	background-image: url(bullet_nav_lvl2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 20px;
	padding: 0;
	border-bottom: none;	
}
ul#Navigation li ul.Sub1 li a {
	margin: 0 0 0 10px;
	padding: 0;
	border-bottom: 1px solid #2B699C;
	display: inline;
}
ul#Navigation li ul.Sub1 li ul.Sub2 {
	margin: 0 0 5px 10px;
}
ul#Navigation li ul.Sub1 li ul.Sub2 li ul.Sub3 {
	margin: 0 0 5px 10px;
}
ul#Navigation li a:hover {
	background-color: #255785;
}
ul#Navigation li ul.Sub1 li a:hover {
	background-color: #2B699C;
	border-bottom: 1px solid #608FB5;
}

/* Nav closed states */
ul#Navigation li ul.solutions {
	display: none;
}
ul#Navigation li ul.off-the-shelf_applications {
	display: none;
}
ul#Navigation li ul.about_us {
	display: none;
}
ul#Navigation li ul.our_people {
	display: none;
}
ul#Navigation li ul.news_and_events {
	display: none;
}
ul#Navigation li ul.contact_us {
	display: none;
}
/* Nav open states */
body.solutions ul#Navigation li ul.solutions {
	display: block;
}
body.off-the-shelf_applications ul#Navigation li ul.off-the-shelf_applications {
	display: block;
}
body.about_us ul#Navigation li ul.about_us {
	display: block;
}
body.our_people ul#Navigation li ul.about_us {
	display: block;
}
body.our_people ul#Navigation li ul.our_people, body.board ul#Navigation li ul.our_people, body.senior_management_team ul#Navigation li ul.our_people {
	display: block;
}
body.news_and_events ul#Navigation li ul.about_us {
	display: block;
}
body.news_and_events ul#Navigation li ul.news_and_events {
	display: block;
}
body.contact_us ul#Navigation li ul.contact_us {
	display: block;
}

/* Wrapper */
#Wrapper {
	margin: 15px auto 15px auto;
	width: 945px;
	background-color: #152342;
	background-image: url("wrapper_bg_white.gif");
	background-repeat: repeat-y;
	text-align: center;
	}
#WrapperTop {
	width: 945px;
	background-image: url("wrapper_top_white.gif");
	background-repeat: no-repeat;
	background-position:top left;
	line-height: 10px;
	}
#WrapperBtm {
	width: 945px;
	background-image: url("wrapper_btm_white.gif");
	background-repeat: no-repeat;
	background-position:bottom left;
	line-height: 10px;
	height: 10px;
	}
	
/* Page */
#Page {
	margin: 0 auto 0 auto;
	padding: 30px 15px 15px 15px;
	width: 895px;
	}

/* Header */
#Header {
	width: 894px;
	height: 51px;
	background-image: url("/assets/logo_dtl_strapline.gif");
	background-position: 232px 0px;
	background-repeat: no-repeat;
	}
#Header img {
	float: left;
	}
#Header table#Search {
	float: right;
	margin: 20px 0 0 0;
	text-align: left;
	background-color: #E1E8F3;
	width: 212px;
	border-collapse: collapse;
	}
#Header table#Search tr td {
	padding: 5px 0 5px 5px;
	}
#Header table#Search tr td.label {
	text-align: right;
	}
#Header table#Search input.text {
	width: 125px;
	background-color: White;
	border: none;
	height: 17px;
	font-size: 12px;
	padding: 2px;
	}
#Header table#Search img.button {
	border: none;
	border-bottom: 1px solid #7B859A;
	margin: 0 5px 0 5px;
	}
#Header table#Search img.button:active {
	border: none;
	margin-top: 1px;
	margin-bottom: -1px;
	} 

/* Inner Wrapper */
#InnerWrapper {
	clear: both;
	padding: 23px 0 0 0;
	text-align: left;
	}
	
/* Columns */	
#ColumnA {
	width: 212px;
	float:left;
	margin: 0 0 15px 0;
	line-height: 140%;
	}
#ColumnB {
	display:inline;
	float:left;
	background-color: #152342;
	margin: 0 0 15px 14px;
	font-size: 1.3em;
	line-height: 140%;
	color: #152342;
	}
body.home #ColumnB {
	width: 443px;
	}
body.sub #ColumnB {
	width: 668px;
	}
#ColumnB .ColumnInner {
	width: auto;
	padding: 15px;
	background-color: White;
	border-left: 5px solid #152342;
	border-bottom: 5px solid #152342;
	border-right: 5px solid #152342;
	}
#ColumnB .ColumnInner #PrimaryContent {
	width: auto;
	padding: 7px 10px 7px 10px;
	background-color: #E1E8F3;
	}
#ColumnB .ColumnInner #PrimaryContent a {
	color: #2B699C;
	border-bottom: 1px solid #86A8C7;
	}
#ColumnB .ColumnInner #PrimaryContent a:hover {
	border-bottom: 1px solid #2B699C;
	}
#ColumnC {
	width: 212px;
	float:left;
	margin-left: 14px;
	font-size: 1.1em;
	line-height: 140%;
	color: #152342;
	}
	
/* Side Column Box Styles */
div.BoxStyleA {
	background-color: #2B699C;
	margin: 0 0 15px 0;
	padding: 0px 10px 0px 10px;
	color: White;
	}
div.BoxStyleA object {
	margin: 5px 0 5px 0;
}
div.BoxStyleA a {
	color: White;
	border-bottom: 1px solid #95B4CE;
	}
div.BoxStyleA a:hover {
	border-bottom: 1px solid White;
	}
div.BoxStyleB {
	background-color: #E1E8F3;
	margin: 0 0 15px 0;
	padding: 0px 10px 0px 10px;
	}
div.BoxStyleB a {
	color: #2B699C;
	border-bottom: 1px solid #86A8C7;
	}
div.BoxStyleB a:hover {
	border-bottom: 1px solid #2B699C;
	}
#ColumnC div.BoxStyleB ul {
	list-style: outside;
	list-style-type: disc;
	padding: 0 0 0 15px;
	}

h2.BoxStyleA {
	background-color: #2B699C;
	font-size: 1.3em;
	padding: 7px 10px 0 10px;
	color: White;
	text-transform: uppercase;
	}
h2.BoxStyleB {
	background-color: #152342;
	font-size: 1.3em;
	padding: 7px 10px 7px 10px;
	color: White;
	text-transform: uppercase;
	border-bottom: 3px solid #BC1921;
	}
	
/* July 07 home page amends */
h2.BoxStyleB a {
	font-weight: normal;
	border: none;
	color: White;
}
div.BoxStyleB p.Footer {
	margin: 0 -10px 0 -10px;
	padding: 9px 10px 10px 10px!important;
	border-top: 1px solid #B3C8DD;
}
div.BoxStyleB blockquote {
	color: #152342;
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}
div.BoxStyleB blockquote a, div.BoxStyleB blockquote a:hover {
	color: #152342;
	border: none;
}


/* Banners */
#Banners img {
	margin: 0 0 15px 0;
	}
#Banners img.Last {
	margin: 0;
	}

/* Breadcrumb */
#Breadcrumb {
	margin: -5px 10px 10px 10px;
	color: #2B699C;
	font-size: 0.8em;
	}
#Breadcrumb a {
	color: #2B699C;
	border-bottom: 1px solid #95B4CD;
	}
#Breadcrumb a:hover {
	border-bottom: 1px solid #2B699C;
	}

/* Poll
body.home div.pollBlock {
	line-height: 140%;
}
body.home div.pollQuestion {
	padding: 7px 0 7px 0;
	}
body.home div.pollAnswerBlock {
	margin: 10px 0 10px 0;
	}
body.home div.pollAnswer {
	margin: 5px 0 5px 5px;
	}
body.home div.pollAnswer input {
	margin: 0 5px 0 0;
	}
body.home form input.pollButton {
	border: none;
	border-bottom: 1px solid #20466F;
	background-color: #CCCCCC;
	background-image: url(btn_background_repeat.jpg);
	background-repeat: repeat-x;
	color: #152342;
	font-size: 1.1em;
	line-height: 25px;
	height: 25px;
	padding: 0 5px 0 5px;
	}
body.home form input.pollButton:active {
	border: none;
	margin-top: 1px;
	margin-bottom: -1px;
	}
body.polls div.pollWrapper {
	margin: 0 0 15px 0;
}
body.polls div.pollWrapper div.pollQuestion {
	font-weight: bold;
	}
body.polls div.pollWrapper div.pollQuestion {
	padding: 10px 0 10px 0;
	}
body.polls div.pollWrapper div.pollAnswerBlock {

	}
body.home div.pollWrapper div.pollAnswerBlock {
	margin: 10px 0 3px 0;
	}
body.polls div.pollWrapper div.pollAnswerBlock div.pollAnswer {
	margin: 0 0 3px 0;
	padding: 10px;
	background-color: #ECF1F8;
	}
body.polls div.pollWrapper div.pollAnswerBlock div.pollAnswer input.pollRadio {
	margin: 0px 7px 0px 0px;
	}
	
body.polls div.pollWrapper div.pollAnswerBlock div.pollResult {
	margin: 0 0 3px 0;
	padding: 10px;
	background-color: #ECF1F8;
	}
body.home div.pollWrapper div.pollAnswerBlock div.pollResult {
	margin: 0 0 3px 0;
	padding: 5px;
	background-color: #5A99C3;
	}
body.polls div.pollWrapper div.pollAnswerBlock div.pollResultAnswer {
	font-weight: bold;
	}
body.polls div.pollWrapper div.pollAnswerBlock div.pollResultBar img {
	margin: 5px 0px 5px 0px;
	}
body.polls div.pollWrapper div.pollAnswerBlock span.pollResultPercent {
	margin: 0px;
	padding: 0px;
	}
body.polls form div.pollButtonBlock {
	margin: 10px 0 10px 0;
	}
body.polls form input.pollButton {
	border: none;
	border-bottom: 1px solid #20466F;
	background-color: #CCCCCC;
	background-image: url(btn_background_repeat.jpg);
	background-repeat: repeat-x;
	color: #152342;
	font-size: 1.1em;
	line-height: 25px;
	height: 25px;
	padding: 0 5px 0 5px;
	}
body.polls form input.pollButton:active {
	border: none;
	margin-top: 1px;
	margin-bottom: -1px;
	}*/
div.pollTotalVotes, span.pollResultVotes, span.pollSelectedVotes, div.pollResultGap {
	display: none; /* Hide figures which reveal number of total votes etc */
	} 
	

/* Blog */
div.Entry {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px dotted #AAC2D6;
	}
#ColumnB .ColumnInner #PrimaryContent div.Entry h2 a {
	color: #152342;
	border-bottom: none;
	}
#ColumnB .ColumnInner #PrimaryContent div.Entry h2 a:hover {
	border-bottom: none;
	}
div.Entry form h3 {
	border-bottom: none;
	}
div.Entry div.Meta {
	font-size: 0.8em;
	border-bottom: 1px dotted #AAC2D6;
	}
div#Comments p.Meta {
	font-size: 1.0em;
	padding: 10px 10px 0 10px;
	}
div#Comments p {
	padding: 5px 10px 10px 10px;
	}
div#Comments {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #AAC2D6;
	}
div#CommentForm {
	margin: 10px 0 0 0;
	}
div#CommentForm table {
	margin: 10px 0 0 0;
	width: 100%;
	border-collapse: collapse;
	}
div#CommentForm table tr td {
	padding: 3px 5px 3px 0;
	border-bottom: 1px dotted #AAC2D6;
	}
div#CommentForm table tr td.lbl {
	white-space: nowrap;
	}
div#CommentForm table tr td.remember, div#CommentForm table tr td.notify {
	padding-left: 5px;
	width: 100%;
	}
div#CommentPreview {
	background-color: #AAC2D6;
	margin: 0 0 10px 0;
	padding: 10px;
	margin-right: 1px;
}

ul.BlogArchives, ul.BlogRecent, ul.BlogFeeds {
	padding: 5px 10px 10px 15px;
}
ul.BlogArchives li, ul.BlogRecent li, ul.BlogFeeds li {
	margin: 5px 0 5px 0;
	list-style: disc;
	list-style-position: outside;
}

/* Contact Page */
body.contact_us  #PrimaryContent ul.Contact {
	margin: 10px 15px 10px 15px;
	}
body.contact_us  #PrimaryContent ul.Contact li {
	margin: 3px 0 3px 0;
	padding: 0 0 3px 25px;
	list-style: none;
	list-style-position: outside;
	}
body.contact_us ul.Contact li.Tel {
	background: url(/assets/icons/tel.gif) no-repeat top left;
	}
body.contact_us ul.Contact li.Fax {
	background: url(/assets/icons/fax.gif) no-repeat top left;
	}
body.contact_us ul.Contact li.Email {
	background: url(/assets/icons/email.gif) no-repeat top left;
	}
#PrimaryContent form h3 {
	border-bottom: 1px dotted #AAC2D6;
	}

body.contact_us #ColumnA div.BoxStyleB p {
	padding: 0;
}
body.contact_us #ColumnA div.BoxStyleB p.OfficeName {
	padding: 10px 0 5px 0;
	font-weight: bold;
}
body.contact_us #ColumnA div.BoxStyleB p.Map {
	padding: 5px 0 10px 0;
}
body.contact_us p.legal {
	font-size: 10px;
	color: #8A91A0;
}
	
/* Search Results */
div.Query {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #AAC2D6;
	}
div.SearchResults {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #AAC2D6;
	}
div.Result {
	margin: 0 10px 0 10px;
	}
div.SearchResults div.Excerpt {
	margin: -5px 0 5px 0;
	}


/* Footer */
#Footer {
	clear: both;
	background-color: #E1E8F3;
	width: 886px;
	padding: 5px;
	color: #152342;
	}
#Footer p {
	line-height: 15px;
}
#Footer a {
	color: #152342;
	border-bottom: 1px solid #AEB7C7;
	}
#Footer a:hover {
	border-bottom: 1px solid #152342;
	}
#Footer a.credit {
	display: none;
	}
#Footer p.validation {
	display: none;
	}

/* Tables */
table.partners, table.customers {
	border-collapse: collapse;
	margin: 10px 0 0 0;
	background-color: White;
	border-top: 10px solid White;
	border-right: 10px solid White;
}
table.partners tr td, table.customers tr td {
	padding: 0 0 10px 9px;
}
table.partners tr td img, table.customers tr td img {
	width: 188px;
	height: 73px;
	border: 1px solid #CCCCCC;
}
table.customers tr td img {
	width: 188px;
	height: 73px;
	border: 1px solid #CCCCCC;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
table.customers tr td a:hover img {
	width: 188px;
	height: 73px;
	border: 1px solid #152342;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
table.customers tr td img.title {
	width: 188px;
	height: 73px;
	border: 1px solid #E1E8F3;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

#alert {
	background-color: #F8E8E9;
	border: 1px solid #BC1D24;
	color: #BC1D24;
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 28px;
	background-image: url(/assets/icons/gen_alert.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	}