/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 2em auto; 
	font: 76% arial, helvetica, sans-serif;
	color: #020c1a;
	background: #F0F0F0;
	width: 800px;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
	border-bottom: 1px dotted #e6b000;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.3em;
	border-bottom: 1px dotted #e6b000;
	padding-bottom: 5px;
}
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: #203989;
}
/* ------------ 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;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #e6b000;
}
a:active, a:hover {
	color: #00a8e6;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #E6B000;
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:1px;
}
/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 800px;

}
#mainblockcentre {
	float: left;

   width: 400px;
}
#mainblockside {
	float: left;

   width: 500px;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 300px;
}

#pagebodycontent {
	background: #fff;
	padding-bottom: 16px;
}

div#header {
	background: #fff;
	padding: 16px 16px 0 16px;
}
div#banner {
	padding: 20px;
	background: #f3f3f3 url(../images/bg_header.gif) no-repeat top right;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #cdcdcd;
}
div#banner img {
	display: block;
}


div#footerbar {
	padding: 0.6em;
	margin: 16px 16px 0 16px;
	background: #203989;
	color: #fff;
}
div#footerbar p {
	margin: 0;
}
div#footerbar strong {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
}
div#footerbar a:link, div#footerbar a:visited {
	color: #fff;
	text-decoration: none;
}
div#footerbar a:active, div#footerbar a:hover {
	color: #fff;
	text-decoration: underline;
}



/* ============ nav bar content =================== */
#navbarh {
	padding: 0;
	margin: 0;
	background: #fff;
}
#navbarh ul {
	padding: 0.8em 23px;
	margin: 0 16px;
	background: #b3bbd7;
	/*border-width: 0 1px;
	border-style: solid;
	border-color: #cdcdcd;*/
	list-style: none;
	/*border-bottom: 1px solid #213989;*/ 
}
#navbarh ul li {
	display: inline;
	padding: 0 11px 0 11px;
	background: url(../images/bullet.gif) no-repeat 0 0.4em;
}
#navbarh ul li a {
	font-weight: bold;
	text-decoration: none;
}
#navbarh a:link, #navbarh a:visited {
	color: #213989;
}
#navbarh a:active, #navbarh a:hover {
	color: #000;
}


div#sub-nav {
	background: #fff;
}

div#sub-nav ul {
	list-style: none;
	margin: 0 16px;
	background: #213a8b;
	padding: 5px 23px;
}

div#sub-nav ul li {
	display: inline;
	padding: 0 15px 0 10px;
	background: url(../images/bullet_arrow_white.gif) no-repeat 0 0.3em;
	line-height: 1.8em;
}
div#sub-nav a {
	text-decoration: none;
}
div#sub-nav li.sel a {
	color: #fff;
	text-decoration:underline;
}



/* ============ project template ========================= */
div.project-detail {
	background: #F3F3F3;
	width: 764px;
	margin-top: 16px;
}

div.project-image {
	width: 522px;
	float: left;
}   
div.project-image img { 
	display: block;
	margin: 16px;
}

div.project-description {
	background: #fff;
	width: 206px;
	float: left;
	border-right: 16px solid #F3F3F3;
	border-top: 16px solid #F3F3F3;
	padding: 10px;
}
div.project-description ul {
	list-style: none;
	margin: 1em 0.5em;
}
div.project-description ul li {
	background: url(../images/bullet_arrow_blue.gif) no-repeat 0 0.3em;
	padding: 0 0 0.5em 15px;
}
div.project-summary {	
	float: left;
	width: 200px;
	background: #fff;
	margin: 16px 0 0 16px;
	padding: 10px;
}
div.project-summary h3 {	
	font-size: 1.2em;
}


/* ============ misc content styles =============== */

ul.features {
	list-style: none;
	margin: 1em 0 0 0;
	font-size: 1.5em;
}
ul.features li {
	list-style: none;
	padding: 0.3em 0;
}
ul.features li li {
	background: url(../images/icon_tick.gif) no-repeat 0 0.5em;
	list-style: none;
	font-style: italic;
	padding: 0.5em 0 0 24px;
	margin-left: 1em;
}

div#newsbox {
	background: #f3f3f3;
	border: 1px solid #cdcdcd;
	margin: 16px 16px 0 0;
	width: 248px;
	padding: 16px;
}
h3.box {
	background: #fff;
	margin: 0;
	padding: 8px;
	font-size: 1.2em;
}
h3.box a {
	text-decoration: none;
	font-weight: bold;
}
h3.box a:link, h3.box a:visited {
	color: #203989;
}

ul.box {
	list-style: none;
	background: #fff;
	padding: 0 10px;
}
ul.box li {
	background: url(../images/icon_document.gif) no-repeat 0 0.8em;
	padding: 0.3em 0.5em 0.5em 14px;
	line-height: 1.6em;
}


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: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #B3BBD7;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #B3BBD7;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 2em 0 0 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* ============ clearfix ========================= */

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
