/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	width: 800px;
	margin: 2em auto;
	font: 76% 'trebuchet ms', sans-serif;
	color: #050220;
	background-color: #3a336c;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin:0 0 0.5em 0; 
	font-size: 1.7em;
	/*color: #8a1da4;*/
	color: #211284;
	font-family: 'trebuchet ms', sans-serif;
	border-bottom:1px solid #eee;
}
h3 {
	font-size: 1.6em;
	background: url(../images/icon_question_gold.gif) no-repeat 0 0.4em;
	padding: 9px 0 8px 32px;
	border-bottom: 1px solid #ecc210;
	margin-top: 0.5em;
}
h3.feature {
	font-size: 1.6em;
	background: url(../images/icon_question_gold2.gif) no-repeat 0 0.4em;
	padding: 9px 0 8px 32px;
	border-bottom: 1px solid #ecc210;
	margin-top: 0.5em;
}
h4 { 
	font-size: 1.3em;
	margin-top: 1.5em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.1em;
}
h1,h3,h4,h5,h6 {
	font-family: 'trebuchet ms', sans-serif;
	color: #5a5594;
}
/* ------------ 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: bold;
}
a:link, a:visited {
	color: #695DB6;
}
a:active, a:hover {
	color: #CC3300;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1.2em;
	margin-bottom: 3px;
}
input.button {
	margin-top: 1em;
	background: #A6A1C3;
	border: 1px solid #695DB6;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}
input.form, textarea.form {
	border: 1px solid #695DB6;
	width: 100%;
	padding: 3px 0;
}
span.required {
	color: #FF719C;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* ============  MAIN PAGE BLOCKS ================= */
div#page-surround {
	background: #fff;
	width: 760px;
	padding: 20px;
	border: 10px solid #ddcfec;
}
#pagebodycontent {
	background: #fff;
	margin: 0;
	padding: 1em 0;
	/*border-width: 1px 0;
	border-style: solid;
	border-color: #eee;*/
}
#banner {
	background: lime;
}
#banner img {
	display: block;
	float: left;
}

div.section-purple {
	background: url(../images/bg_section_purple.gif) no-repeat bottom;
	width: 349px;
	padding: 0 10px 20px 10px;
}

div#section-left {
	width: 366px;
	float: left;
	padding-right: 20px;
}
div#section-right {
	width: 374px;
	float: right;
}

#footerbarunder {
	font-size: 1.1em;
	color: #fff;
	padding: 1em 0;
}
#footerbarunder a:link, #footerbarunder a:visited {
	color: #fff;
	text-decoration: none;
}
#footerbarunder a:active, #footerbarunder a:hover {
	color: #fff;
	text-decoration: underline;
}
div.feature-box {
	background: #695db6 url(../images/bg_featurebox.gif) repeat-x bottom;
	width: 354px;
	padding: 0 10px 10px 10px;
	margin-top: 1.5em;
}
div.feature-box p {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
div.feature-box h3 {
	color: #fff;
}

/* ============ nav bar content =================== */
#navbarh {
	padding: 0.2em;
	background: #a6a1c3 url(../images/bg_navbar.gif) repeat-x bottom;
	clear: both;
	text-align: right;
}
#navbarh ul {
	padding: 5px 0 6px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 15px 0 15px;
	background: url(../images/bullet_arrow_white.gif) no-repeat 0 0.6em;
}
#navbarh ul li a {
	font-weight: normal;
	text-decoration: none;
}
#navbarh a:link, #navbarh a:visited {
	color: #fff;
}
#navbarh a:active, #navbarh a:hover {
	color: #FFF200;
}

/* ============ services table =================== */
table#services {
	width: 100%;
}
table#services td {
	vertical-align: top;
	background: url(../images/bg_servicesbox.gif) no-repeat top;
}
table#services img {
	display: block;
}
table#services h4 {
	margin: 0;
	padding: 3px 0;
}
table#services h4 a {
	text-decoration: none;
}
table#services h4 a:link, table#services h4 a:visited {
	color: #fff;
}
table#services h4 a:active, table#services h4 a:hover {
	color: #FFF200;
}
table#services tr td {
	width: 175px;
	border-right: 20px solid #fff;
	border-top: 20px solid #fff;
	text-align: center; 
}

/* ============ services breadcrumb =============== */
ul.breadcrumb {
	list-style: none;
	margin-bottom: 10px;
}
ul.breadcrumb li {
	float: left;
	font-size: 1.0em;
	padding: 5px 10px 5px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #DDCFEC;
}
ul.breadcrumb a {
	text-decoration: none;
}
ul.breadcrumb li#current a {
	color: #CC3300;
}


/* ============ misc content styles =============== */
img.section-pic {
	display: block;
	float: right;
	margin: 0 0 20px 20px;
}
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: #ccc;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #ccc;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

