/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 2em 0 0 0;
	font: 76% tahoma, arial, helvetica, sans-serif;
	color: #333333;
	background: #4c4c4c url(../images/bg_fade2.gif) repeat-x top;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0; 
	font-size: 1.7em;
	background: #990000 url(../images/bg_h2.gif) repeat-x top;
	color: #fff;
	letter-spacing: 1px;
	padding: 8px 12px 8px 12px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #000000;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}
h3.box {
	background: #767676;
	padding: 5px 10px 6px 10px;
}
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: #000;
}

h4 {
	font-size: 1.0em;
	text-transform: uppercase;
}
h4 a {
	text-decoration: none;
}
h4 a:link, h4 a:visited {
	color: #000;
}
h4 a:active, h4 a:hover {
	color: #992135;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h3,h4,h5,h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #9e0e0e;
}
/* ------------ 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: #c30;
	text-decoration: none;
}
a:active, a:hover {
	color: #FF6600;
	text-decoration: underline;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
	background: #992135;
	border: 1px solid #6e1726;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 2px;
}

input.form-box {
	border: 1px solid #003300;
	background: url(../images/bg_formbox.gif) repeat;
	width: 176px;
	margin-top: 2px;
}

div.form input.box, div.form textarea.box {
	background: url(../images/bg_formbox.gif) repeat;
	/*width: 200px;*/
	border: 1px solid #003300;
	margin-left: 12px;
	padding: 2px 0;
}
div.form label {
	margin-left: 12px;
	margin-bottom: 2px;
}
span.required {
	color: #CC3300;
	font-size: .9em;
	font-weight: normal;
}
/* ============  MAIN PAGE BLOCKS ================= */
div#shadow-sides {
	background: url(../images/shadow_sides2.gif) no-repeat top;
	width: 774px;
	margin: 0 auto;
}
div#pagebodycontent {
	background: #fff;
	margin: 0 auto;
	width: 760px;
}
div#intro {
	height: 0;
}
div#banner {
	width: 760px;
	margin: 0 auto;
	background: url(../images/logo_watermark.gif) no-repeat top left;
	height: 106px;
}
div#footerbar {
	padding: 0.6em 0;
	margin: 0 auto;
	width: 760px;
	background: #9d9d9d url(../images/bg_footer.gif) repeat-x bottom;
	border-bottom: 1px solid #000;
	color: #fff;
	text-align: center;
}
div#footerbarunder {
	font-size: 0.9em;
	color: #999;
	margin: 0 auto;
	width: 774px;
	background: url(../images/shadow_bottom.gif) no-repeat top;
	padding: 1em 0;
}
div#footerbarunder a {
	padding-left: 10px;
}

div#header img {
	display: block;
}
div#header-left {
	width: 760px;
	/*float: left;*/
	background: #dddddd url(../images/bg_header.gif) repeat-x top;
}
div#header-right {
	width: 400px;
	background: #fff url(../images/bg_header2.gif) repeat-x top;
	float: left;
}
div.header-pic {
	background: #cccccc;
	padding-top: 11px;
	border-top: 1px solid #b2b2b2;
	margin-bottom: -1px;
}
div.header-pic img {
	float: left;
	/*border-bottom: 11px solid #cccccc;*/
}
div#header-right p {
	margin: 0 13px;
	padding: 0;
	clear: left;
	line-height: 1.6em;
}

div#mainblock {
	width: 760px;
	background: url(../images/bg_columns.gif) repeat-y;
}
div#mainblock-left {
	width: 463px;
	float: left;
	padding-bottom: 1em;
}
div#mainblock-left p {
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.5em;
}
div#mainblock-left h3 {
	margin: 1em;
}
div#mainblock-right {
	width: 297px;
	float: left;
}

div#mainblock-full {
	width: 760px;
	padding: 0 0 1em 0;
}
div#mainblock-full p {
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.5em;
}


/* ============  TOP NAV BAR ================= */
div#top-nav {
	width: 465px;
	float: right;
	text-align: right;
}
div#top-nav ul {
	list-style: none;
	background: url(../images/bg_navtop.gif) no-repeat bottom right;
	padding-bottom: 19px;
	margin-top: 12px;
}
div#top-nav ul li {
	display: inline;
	background: url(../images/bullet_arrow_pink.gif) no-repeat 0 0.4em;
	padding: 0 30px 0 12px;
	font-size: 0.8em;
	letter-spacing: 1px;
}
div#top-nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
div#top-nav a:link, div#top-nav a:visited {
	color: #fff;
}
div#top-nav a:active, div#top-nav a:hover {
	color: #000;
}
div#top-nav img {
	margin-top: 11px;
}

/* ============ NAV TABS ================= */
div#navigation {
	background: transparent;
	width: 760px;
	margin: 0 auto;
	margin-bottom: -1px;
}
div#nav-tabs {
	/*padding-top: 48px;*/
	padding-top: 11px;
	/*padding-bottom: 47px;*/
	background: transparent;
	
}
div#nav-tabs ul {
	list-style: none;
}
div#nav-tabs ul li {
	float: left;
	background: url(../images/tab_left.gif) no-repeat left top;
	/*margin: 0 13px 0 0;*/
	margin: 0 -1px 0 0;
	padding: 0 0 0 5px;
	font-size: 0.9em;
	border-bottom: 1px solid #b2b2b2;
}
div#nav-tabs a {
	float: left;
	display: block;
	background: url(../images/tab_right.gif) no-repeat right top;
	padding: 9px 13px 8px 8px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
div#nav-tabs a:link, div#nav-tabs a:visited {
	color: #333333;
}
div#nav-tabs a:active, div#nav-tabs a:hover {
	color: #992135;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div#nav-tabs a {float:none;}
/* End IE5-Mac hack */

div#nav-tabs #current {
  background: url(../images/tab_left_sel.gif) no-repeat left top;
  border-bottom: 1px solid #fff;
}
div#nav-tabs #current a {
  background: url(../images/tab_right_sel.gif) no-repeat right top;
  color: #992135;
  padding-bottom: 8px;
}

/* ============  BOXES ================= */
div#mailinglist-box {
	background: url(../images/bg_mailinglistbox.gif) no-repeat top;
	width: 180px;
	margin-top: 10px;
	float: left;
	padding: 9px 11px;
}
div#news-box {
	/*width: 227px;*/
	width: 440px;
	/*float: left;*/
	margin-top: 10px;
	padding: 0 11px;
}
ul.news-box {
	list-style: none;
}
ul.news-box li {
	background: url(../images/icon_document.gif) no-repeat 0 0.9em;
	padding: 0.7em 0 0 14px;
}
p.readmore a:link, p.readmore a:visited {
	color: #992135;
	text-decoration: none;
}
p.readmore a:active, p.readmore a:hover {
	color: #992135;
	text-decoration: underline;
}

div.section-box {
	background: url(../images/bg_sectionbox.gif) no-repeat bottom;
	margin: 22px auto 0 auto;
	width: 266px;
	/*padding-bottom: 15px;*/
}
div.section-box h3 {
	background: url(../images/bh_heading_sectionbox.gif) no-repeat top;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #fff;
	letter-spacing: 1px;
	text-transform: none;
	font-weight: normal;
	text-align: right;
	padding: 5px 6px 6px 6px;
}
div.section-box p {
	font-size: 1.3em;
	margin: 10px 15px 0 15px;
}
div.section-box img {
	float: right;
	display: block;
	margin-top: -20px;
}
div.section-box-container {
	background: #DDDDDD;
	width: 760px;
	padding: 10px 0;
	margin-top: 1em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #b2b2b2;
}
div.section-box-container div.section-box {
	float: left;
	margin: 0 20px 0 10px;
}

/* ============ PAGE SUB NAV =============== */
ul.subnav {
	list-style: none;
}
ul.subnav li {
	background: #dddddd url(../images/bg_subnav.gif) repeat-x bottom;
	padding: 9px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}
ul.subnav li.active {
	background: #d6b1b4 url(../images/bg_subnav_active.gif) repeat-x bottom;
}
ul.subnav li.active a {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/bullet_arrow_white.gif) no-repeat 0 0.3em;
}
ul.subnav li.active a:link, ul.subnav li.active a:visited {
	color: #fff;
}
ul.subnav a {
	background: url(../images/bullet_arrow_red.gif) no-repeat 0 0.3em;
	padding: 0 0 0 10px;
}

ul.subnav a:link, ul.subnav a:visited {
	color: #000;
}
ul.subnav a:active, ul.subnav a:hover {
	color: #000;
}

/* ============ FEE EARNER BOX =============== */
div.fee-earner-box {
	background: #E8E8E8;
	margin: 12px 12px 0 12px;
	border-bottom: 1px solid #dddddd;
	width: 439px;
}
div.fee-earner-box h4 {
	background: #dddddd url(../images/bg_subnav.gif) repeat-x bottom;
	padding: 8px 10px;
	margin: 0;
	text-transform: none;
}
div.fee-earner-box h5 {
	margin-top: 8px;
	color: #000;
}
div.fee-earner-box h5 a {
	font-weight: bold;
	text-decoration: underline;
}
div.fee-earner-box h5 a:link, div.fee-earner-box h5 a:visited {
	color: #000;
}
div.fee-earner-box h5 a:active, div.fee-earner-box h5 a:hover {
	color: #CC3300;
}
div.fee-earner-box img {
	float: left;
	margin: 0 12px 0 0;
	display: block;
}

div.team-thumb {
	background: #E8E8E8;
	width: 101px;
	float: left;
	margin-left: 12px;
	margin-bottom: 14px;
}
div.team-thumb img {
	display: block;
	margin: 0 auto;
	padding-top: 8px;
}
div.team-thumb p {
	margin: 0;
	font-size: 0.85em;
	text-align: center;
}
div.legal-large {
	background: #E8E8E8;
	width: 316px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-left: 12px;
}
div.legal-large img {
	display: block;
	padding: 8px 0;
	margin: 0 auto;
}

/* ============ DATA TABLE =============== */
table.data-table {
	background: #ECECEC;
	width: 440px;
	margin: 1em 0 0 13px;
}
table.data-table th {
	text-align: center;
	background: #DDDDDD;
	padding: 0 0 3px 0;
}
table.data-table th span {
	font-size: 0.8em;
}
table.data-table tr td {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 3px 5px;
	text-align: right;
}

/* ============ misc content styles =============== */
ul.list {
	list-style: none;
	margin: 10px 35px;
}
ul.list li {
	background: url(../images/bullet_arrow_squared.gif) no-repeat 0 0.4em;
	padding: 1px 0 6px 12px;
}

div.office-details {
	padding: 0 1em 1em 1em;
	color: #000;
}
div.office-details h3 {
	margin-top: 1em;
}
div.office-details a {
	text-decoration: none;
	font-weight: bold;
}
div.office-details a:link, div.office-details a:visited {
	color: #105176;
}
div.office-details a:active, div.office-details a:hover {
	color: #992135;
}
a.magnify {
	background: url(../images/icon_magnifying_glass.gif) no-repeat 0 0.85em;
	padding: 10px 0 10px 20px;
}
h3.headerbar {
	background: #992135;
	color: #fff;
	padding: 5px;
}
div.link {
	margin-left: 16px;
}
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;
}
div.clear-it {
	clear: both;
	height: 1px;
}
img.findoutmore {
	margin: 1em 0 0 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: 0 auto;
	width: 760px;
}

/* ================= home page button ==================== */
div#home-buttons {
	background: #dddddd url(../images/bg_home_buttons.gif) repeat-x top;
	width: 760px;
	border-top: 1px solid #999999;
	margin-top: 16px;
	padding: 11px 0;
}
div.home-button {
	width: 176px;
	background: #990000 url(../images/bg_homebutton.gif) repeat-x top;
	float: left;
	margin-left: 11px;
	color: #fff;
	border-top: 1px solid #4c4c4c;
}
div.home-button img {
	display: block;
}
