/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 1em auto;
	width: 880px;
	font: 76% arial, helvetica, sans-serif;
	color: #000;
	border-top: 15px solid #4463ab;
	background: #9ea5cf ;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 1.6em;
	border-bottom:1px solid #22499f;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h3.box {
	background: #1d429a;
	font-size: 1.1em;
	padding: 9px 12px;
	color: #fff;
}
h3.box a {
	text-decoration: none;
	font-weight: bold;
}
h3.box a:link, h3.box a:visited {
	color: #fff;
}
h3.box a:active, h3.box a:hover {
	color: #9EA5CF;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	color: #22499f;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li {
	line-height: 1.6em;
}
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;
}
p {
	margin: 1em 0 0 0;
}
p.highlight-large {
	font-size:1.3em;
}

/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #1d429a;
}
a:active, a:hover {
	color: #c30;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #0099CC;
	font-size: .9em;
	font-weight: normal;
	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%;*/
	width: 660px;
}
#sidebarright, #sidebarlLeft {
   float: left;
   /*width: 24.9%;*/
	width: 220px;
}
#sidebarleft {
	background: #ccc;
}
#sidebarright {
	background: #fff;
}
#pagebodycontent {
	background: #fff;
	margin: 0;
	padding: 0;
}
#strapline {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #1c449c;
}
#strapline img {
	display: block;
}
#banner {
	padding: 16px 0 16px 13px;
	background: #fff url(../images/bg-header.gif) no-repeat top right; 
	border-bottom: 1px solid #1c449c;
}
#banner img {
	display: block;
}

#footerbar {
	padding: 0.6em;
	margin-top: 12px;
	background: url(../images/line_dotted_blue.gif) repeat-x top;
	color: #183da8;
	line-height: 1.6em;
}
#footerbar a:link, #footerbar a:visited {
	color: #183da8;
	text-decoration: none
}
#footerbar a:active, #footerbar a:hover {
	color: #183da8;
	text-decoration: underline;
}


ul.box {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.box li {
	background: url(../images/line_dotted_blue.gif) repeat-x top;
	padding: 0 0 1em 6px;
}
ul.box h4 {
	color: #0099cc;
	font-size: 1.1em;
	margin: 0 0 0.8em 0;
	padding-top: 0.8em;
}
ul.box a {
	font-weight: bold;	
	padding: 0 0 0 19px;
}
ul.box a:link, ul.box a:visited {
	color: #0099cc;
	text-decoration: none;
}
ul.box a:active, ul.box a:hover {
	color: #0099cc;
	text-decoration: underline;
}
ul.box p {
	margin: 0 0 0 20px;
}
ul.box a.readmore {
	background: none;
	padding: 0;
}
ul.box a.readmore:link, ul.box a.readmore:visited {
	color: #183DA8;
}
ul.box a.readmore:active, ul.box a.readmore:hover {
	color: #0099CC;
}

div#mailinglist-box {
	background: #dee4f0;
	border-bottom: 1px solid #c2cce3;
	padding: 8px 10px;
}
div#mailinglist-box p {
	margin-top: 0;
}

div.form input.box, div.form textarea.box {
	margin: 5px 0;
	border: 1px solid #1d429a;
	background: url(../images/bg_form.gif) repeat; 
	padding: 2px;
	width: 168px;
	font-size: 0.9em;
}
div.form input.button {
	margin: 5px 0 0 5px;
	float: right;
}
h4.arrow {
	background: url(../images/bullet_arrow_circle2.gif) no-repeat 0 0.9em;
	padding: 0 0 0 19px;
}


/* ============ nav bar content =================== */
#navbarh {
	padding: 0.2em;
	background: #1d429a url(../images/bg_navbar.gif) repeat-x top;
}
#navbarh ul {
	padding: 8px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 20px;
}
#navbarh ul li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navbarh a:link, #navbarh a:visited  {
	color: #fff;
}
#navbarh a:active, #navbarh a:hover {
	color: #77D6FD;
}

/* ============ Services Box =================== */
div#services-box {
	background: #eae4d9;
	border-bottom: 1px solid #e0d7c6;
	margin-top: 1em;
	width: 100%;
	padding-bottom:0.6em;
}
div#services-box h3 {
	background: #588dcb;
	border-bottom: 1px solid #5671b3;
	color: #fff;
	font-size: 1.1em;
	padding: 10px 0 10px 10px;
	margin: 0;
}
div#services-box h4 {
	margin: 0.5em 16px 0 16px;
}
#services-box p {
	margin: 0.5em 0 0 0.5em;
}
div#services-box ul {
	list-style: none;
	margin-top: 1em; 
}
div#services-box li {
	margin-top: 0.3em; 
}
p.contact {
	background: url(../images/bullet_arrow_circle.gif) no-repeat 0 0.1em;
	float: right;
	padding-left: 20px;
	padding-right: 16px;
}
p.contact a {
	font-weight: bold;
}
p.terms {
	font-size:0.8em;
}
table.img-strip {
	margin: 1em 0 1em 16px;
	text-align: center;
}
table.img-strip td {
	vertical-align: top;
}
table.img-strip tr td {
	border-right: 10px solid #EAE4D9;
	background: #6F9CD2;
	border-bottom: 1px solid #183DA8;
	width: 153px;
	
	color: #fff;
}
table.img-strip img {
	border: 1px solid #183DA8;
}


/* ============ 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;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #C88468;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}
div#subheading {
	float: right;
}
div#subheading h1 {
	font-size: 1.1em;
	color: #fff;
	margin-top: 2px;
	font-style: italic;
}
.clearAll {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: hidden;
	height: 0;
}
div.caption{
	font-size: 0.9em;
	background: #588dcb;
	padding: 0.2em;
	margin-bottom: 10px;
	text-align: right;
	margin-top:-3px;
	color:#fff;
}
ol{
	margin-left: 20px;
}
ol li{
	margin-bottom: 10px;
}
/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #7DA6D7;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #0099CC;  
}
.sig {
	color: #7DA6D7;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 0 0 0 0;
	padding:1em 0 2em 1em;
}

/* ============ Find Us Box =================== */
div#findus-box {
	background: #eae4d9;
	border-bottom: 1px solid #e0d7c6;
	margin-top: 1em;
	width: 100%;
}
div#findus-box h3 {
	background: #588dcb;
	border-bottom: 1px solid #5671b3;
	color: #fff;
	font-size: 1.1em;
	padding: 10px 0 10px 10px;
	margin: 0;
}
div#findus-box h4 {
	margin: 0.5em 16px 0 16px;
}
div#findus-box h4 a:link, div#findus-box h4 a:visited {
	font-weight: bold;
	text-decoration: none;
}
div#findus-box h4 a:active, div#findus-box h4 a:hover {
	font-weight: bold;
	text-decoration: none;
}
div#findus-box p {
	margin-left: 16px;
	margin-right: 16px;
}
div#findus-box ul {
	list-style: none;
	float: left;
	margin-top: 1em; 
}

div#findus-box ul li {
	background: url(../images/bullet_arrow_blue.gif) no-repeat 1.4em 0.3em;
	padding: 0 0 5px 26px;
}

ul.list {
	list-style: none;
	margin: 0.8em;
}
ul.list li {
	background: url(../images/bullet_arrow_blue.gif) no-repeat 0 0.5em;
	padding: 0.2em 0 0 10px;
}