/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	color: #000;
	background-color: #f1f1f1;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
	border-bottom: 1px solid #046496;
	padding-bottom: 16px;
	padding-top: 4px;
}
h3 {
	font-size: 1.6em;
}
h3.question {
	background: #dfe6f4;
	margin: 5px 0 1em 0;
	text-align: center;
	color: #CC3300;
	border-width: 1px 0;
	border-style: solid;
	border-color: #b2b8c3;
	padding-bottom: 2px;
}
h4.newsHeading {
	background: #056596;
	border-bottom: 1px solid #045178;
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
	padding: 2px 0 2px 6px;
}
h4 {
	font-size: 1.3em;
}
h5 { 
	font-size: 1.1em;
}
h5.orange {
	color: #fff;
	background: url(../images/orange_bg.gif) repeat-x top;
	margin-top: 0;
	border-top: 1px solid #ff9901;
	padding: 4px 13px 5px 13px;
	text-transform: lowercase;
}
h6 {
	font-size: 1.0em;
	margin-top: 16px;
	margin-bottom: 0;
}
h6.title {
	background: url(../images/bullet_square_arrow.gif) no-repeat 0 0.25em;
	padding: 0 0 1px 17px;
	border-bottom: 1px solid #7494B5;
}
h6.title a {
	text-decoration: none;
}
h6.title a:link, h6.title a:visited {
	color: #CC3300;
}
h6.title a:active, h6.title a:hover {
	color: #0082bf;;
}
p.service {
	color: #000;
}
p.service a:link, p.service a:visited {
	color: #056596;
}
p.service a:active, p.service a:hover {
	color: #CC3300;
}

ol, ul, li {
	font-size: 1.0em;
}
p {
	font-size: 0.9em;
}
h1,h2,h3,h4,h6 {
	font-family: arial, helvetica, sans-serif;
	color: #046496;
}
/* ------------ line heights ---------------------- */
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: bold;
}
a:link {
	color: #056596;
}
a:visited {
	color: #056596;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 2px;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #598EB0;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 100%;
	background: #fff;
}
#mainblockcentre {
	float: left;
   background: #fff;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: #fff;
   width: 74.9%;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: #ccc;
}
#sidebarright {
	background: #fff;
}
#pagebodycontent {
	background: #fff;
	margin: 1px 0;
	padding-bottom: 2em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
}
#footerbar {
	padding: 0.6em;
	margin-top: 0em;
	background: url(../images/shadow_bottom.gif) repeat-x top;
}
#footerbarunder {
	font-size: 0.9em;
	color: #7494b5;
	padding: 10px 46px;
}
#footerbarunder a:link, #footerbarunder a:active, #footerbarunder a:visited {
	color: #056596;
	text-decoration: none;
}
#footerbarunder a:hover {
	color: #CC3300;
	text-decoration: underline;
}
div.strapline {
	border-width: 1px 0;
	border-style: solid;
	border-color: #4d79a6;
	background: #eff1f2 url(../images/bg_strapline.gif) no-repeat right;
	padding: 20px;
}
div.strapline h5 {
	color: #045178;
	margin: 0;
	font-size: 1.4em;
}
.valImg {
	margin-bottom:0.5em;
}
.boxUpdate {
	margin-bottom:1em;
	padding:0.5em 0.5em 0 0.5em;
	border-top:2px solid #9e1e22;
	border-bottom:2px solid #9e1e22;
}
.boxUpdate h1, .boxUpdate h2, .boxUpdate h3 {
	border:none;
	margin-bottom:-0.3em;
}
.boxUpdate p {
	margin:0 0 0.3em 0;
}
/* ============ boxes ================= */
p.news {
	border-width: 1px 0;
	border-color: #cccccc;
	border-style: solid;
	padding: 3px 20px;
	margin: 0 0 10px 0;
	background: url(../images/bullet_news.gif) no-repeat 0.4em 0.79em;
}
p.news a:link, p.news a:visited, p.news a:active {
	text-decoration: none;
	color: #046496;
}
p.news a:hover {
	color: #ff9901;
}
h4.box a:link, h4.box a:visited {
	color: #046496;
	border-bottom: 1px solid #cde0ea;
	border-top: 1px solid #cde0ea;
	text-decoration: none;
	font-size: 0.9em;
}
h4.box a:hover {
	color: #fff;
}
h4.box a:active {
	color: #ffc;
}
ul.box {
	list-style: none;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 0 0 0 8px;
}
ul.box li {
	background: url(../images/bullet_news_arrow.gif) no-repeat 0 0.4em;
	margin: 0;
	padding: 0 0 0 12px;
}
ul.box a:link, ul.box a:active, ul.box a:visited {
	color: #68a2c0;
	text-decoration: none;
}
ul.box a:hover {
	text-decoration: underline;
}
ul.services {
	background: #f6f6f6;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: inside url(../images/bullet_orange.gif);
	font-size: 0.9em;
}
ul.services li {
	background: url(../images/dotted_line.gif) repeat-x bottom;
	padding: 0 0 6px 10px;
	margin: 0 0 0 0;
}
ul.services li.bottom {
	background: none;
	padding: 0 0 6px 10px;
	margin: 0;
}

div.boxes-container {
	width: 100%;
}
div.box {
	width: 49.9%;
	float: left;
	margin-bottom: 12px;	
}
div.box-content {
	width: 98%;
}
div.box-content p {
	margin-top: 12px;
}
div.box-content img {
	float: right;
	margin-left: 10px;
}
.clearAll {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: hidden;
	height: 0;
}
.valuation {
	border:1px solid #4d79a6;
	margin-bottom:1em;
}
.valuation h2{
	font-size:1.1em;
	color:#046496;
	background-color:#ccdeea;
	padding:0.5em 0 0.5em 0.5em;
	border:none;
}
.valuation p{
	padding:0 0.5em 0 0.5em;
}
.valuation Img {
	margin:0 0 0 1.5em;
}
img.theFirst {
	margin-left:0.5em;
}
.terms {
	font-size:0.8em;
	font-style:italic;
	color:#4d79a6;
}
/* ============ two column layout ================ */
div.two-columns {
	background: url(../images/bg_two_cols.gif) repeat-y top right;
	width: 100%;
	margin-bottom: 12px;
}
div.main-column {
	margin-right: 270px;
}
div.main-column h5 {
	background: #ffcea2;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ff9105;
	padding: 4px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
div.side-column {
	float: right;
	width: 250px;
	margin-left: 12px;
}
div.side-column img {
	display: block;
	margin-bottom: 12px;
}
div.side-column h5 {
	background: #c2dce8;
	margin: 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #598eb0;
	padding: 4px;
	letter-spacing: 1px;
}
div.side-column p {
	margin: 5px;
}
div.side-column ul {
	list-style: none;
	margin: 0 15px;
	padding: 0;
}
div.side-column ul li {
	background: url(../images/bullet_white_arrow.gif) no-repeat 0 0.6em;
	padding: 2px 0 2px 18px;
	font-size: 0.9em;
}

div.contact-details {
	background: #c2dce8;
	border: 1px solid #598eb0;
	width: 100%;
}
div.contact-details p {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
	color: #CC3300;
}
ul.orange-arrow {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}
ul.orange-arrow li {
	background: url(../images/bullet_orange_arrow.gif) no-repeat 0 0.6em;
	padding: 2px 0 5px 18px;
}

div.box-graph {
	background: url(../images/bg_graph.gif) no-repeat right;
}
div.box-graph p {
	padding: 26px 24px;
	font-size: 1.2em;
	font-weight: bold;
	color: #003665;
}

/* ============ nav bar content ================ */
#navbarh {
  float: right;
  background: transparent;
  line-height: normal;
  margin-bottom: 22px;
  padding: 0;
 }
#navbarh ul {
  margin: 0;
  padding: 10px 10px 0 0;
  list-style: none;
  }
#navbarh li {
  float:left;
  background: url(../images/nav_left2.gif) no-repeat left top;
  margin: 0 0 0 4px;
  padding: 0 0 0 8px;
  }
#navbarh a {
  float:left;
  display:block;
  background: url(../images/nav_right2.gif) no-repeat right top;
  padding: 5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #0058b3;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navbarh a {float:none;}
/* End IE5-Mac hack */
#navbarh a:hover {
  color:#333;
  }
#navbarh #current {
  background-image: url(../images/nav_left.gif);
  }
#navbarh #current a {
  background-image: url(../images/nav_right.gif);
  color: #fff;
  padding-bottom:5px;
}
#navbarh #current a:hover {
	color: #8db8cf;
}
/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}
/*News styles*/
h2.headerBar {
	background-color: #3f819a;
	padding: 0.3em;
	color: #fff;
	font-family: georgia, 'times new roman', times, sans-serif;
	font-size: 1.2em;
	clear: both;
}
.newsTitle {
	margin: 0 0 0.2em 0;
	font-weight: bold;
	font-family: georgia, 'times new roman', times, sans-serif;
	font-size: 1.2em;
	color: #3f819a;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #91a8af;
	margin: 0 0 1em 0;
}
#newsButton {
	margin-bottom:1em;
}
p, .newsbody, li{
	line-height: 1.7em;
}
.newsBoxHeader {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:0.5em 0 0.5em 0;
}
/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #7494b5;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #CC3300;  
}
.sig {
	color: #7494b5;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 0 0 0 46px;
}

/* ==== tables for layout ==== */
table.header {
	background: #8db8cf;
	width: 100%;
}
table.header tr td.logo {
	background: transparent;
	padding: 0 0 0 46px;
	width: 344px;
}
table.header tr td.logo img {
	display: block;
}
table.header tr td.navigation {
	background: transparent url(../images/telephone.gif) no-repeat top right;
	padding: 0 10px 0 0;
}
table.content {
	background: transparent;
	width: 100%;
	border-bottom: 1px solid #003665;
}
table.content tr td.main {
	background: #fff;
	padding: 24px 0 0 46px;
	border-right: 19px solid #fff;
}
table.content tr td.news {
	background: #fff;
	width: 210px;
	border-left: 1px solid #056596;
	padding: 16px 10px;
}

table.twoColumns {
	background: transparent;
}
table.twoColumns tr td {
	width: 49.9%;
}
table.twoColumns tr td.left {
	border-right: 20px solid #fff;
}
table.twoColumns p {
	margin-top: 0;
}
div.black-image {
	background: #000;
	margin-bottom: 8px;
}
div.black-image img {
	display: block;
	margin: 0 auto;
}
