/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2{
	font-size: 1.8em;
	letter-spacing: 1px;
	margin: 0;
}
h3 {
	font-size: 1.6em;
}
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: 'trebuchet ms', sans-serif;
	color: #00006C;
}
ul.content {
	list-style: none;
	padding: 0;
	margin: 10px 15px;
}
ul.content li {
	background: url(../images/list_bullet_generic.gif) no-repeat 0 .7em;
	padding-left: 10px;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li{
	line-height: 1.7em;
}
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, a:visited, a:active {
	color: #17176A;
}
a:hover {
	color: #d00000;
}
label {
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #FFADAD;
	font-size: .8em;
	text-transform: uppercase;
	margin: 0 0 0 6px;	
}
/* ============  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, #sidebarleft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: #fff;
}
#sidebarright {
	background: #fff;
	border-left: 1px solid #00006C;
}
#pagebodycontent {
	background: #fff;
	padding-bottom: 2em;
}
#banner {
	border-bottom: 1px solid #00006C;
	padding: 5px;
	background: #C4C4DD url(../images/header_fade_right.gif) no-repeat top right;
}
#banner img {
	display: block;
}
#navbarh {
	background: url(../images/nav_fade_left.gif) repeat-y left;
	border-width: 1px 0;
	border-style: solid;
	border-color: #00006C;
	text-align: right;
}
#footerbar {
	padding: 0.6em;
	margin-top: 0em;
	border-width: 1px 0 0 0;
	border-color: #00006C;
	border-style: solid;
}
#footerbarunder {
	font-size: 0.9em;
	color: #999;
	padding: 1em;
}
table.contact {
	width: 100%;
	margin: 1em 0 0 0;
	border: 0;
	padding: 0;
}
table.contact tr td {
	vertical-align: top;
}
table.contact tr td.leftCol {
	width: 50%;
}
table.contact tr td.leftCol div {
	margin: 0 10px 0 0;
}
table.contact tr td.leftCol div div.addressBox {
	border: 1px solid #00006c;
	padding: 5px;
	margin-bottom: 10px;
}
table.contact tr td.leftCol div div.addressBox h3 {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #00006c;
}
table.contact tr td.leftCol div div.addressBox address {
	line-height: 1.5em;
}
table.contact tr td.rightCol {
	width: 50%;
}

table.homeTable {
	margin: 15px 0 0 0;
	border-width: 1px 0;
	border-color: #00006C;
	border-style: solid;
}
table.homeTable tr td.blue {
	background-color: #D7D7E9;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
}
table.homeTable tr td.middle {
	border-width: 0 1px;
	border-style: solid;
	border-color: #D7D7E9;
}
table.homeTable tr td.middle p {
	margin: 10px;
}
div.headerFloatRight {
	background: url(../images/1px_black.gif) repeat-x center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.1em;
	color: #4D4B75;
	line-height: 1.4em;
	padding: 0 3px;
}

/* ------------ other main page block settings ---- */
/*#sidebarright > div > h4:first-child {
	margin-top: 0;
} 
#mainblockside > div > h2, #mainblockfull > div > h2 {
	margin-top: 0;
}*/

/* ============ boxes ============================= */
/*h4.box a:link, h4.box a:visited {
	color: #CA8C20;
}
h4.box a:hover {
	color: #fff;
}
h4.box a:active {
	color: #ffc;
}*/
ul.box {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.9em;
}
ul.box li {
	background: url(../images/list_bullet_arrow.gif) no-repeat 0 .5em;
	padding: 0 0 0 9px;
	margin: 0;
}

/* ============ nav bar content =================== */
#navbarh ul{
	padding: 5px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 5px;
}
#navbarh ul li a {
	font-weight: bold;
	padding-left: 9px;
}
#navbarh a:link {
	color: #D00000;
	text-decoration: none;
	background: url(../images/list_bullet_navOff.gif) no-repeat 0 .3em;
}
#navbarh a:visited {
	color: #D00000;
	text-decoration: none;
	background: url(../images/list_bullet_navOff.gif) no-repeat 0 .3em;
}
#navbarh a:hover {
	color: #810000;
	text-decoration: underline;
	background: url(../images/list_bullet_navOn.gif) no-repeat 0 .3em;
}
#navbarh a:active {
	color: #D00000;
	text-decoration: none;
	background: url(../images/list_bullet_navOff.gif) no-repeat 0 .3em;
}

ul#navLeft {
	margin: 1em 1em 0 1em;
	background: #fff;
	padding: 0;
	list-style: none;
}
ul#navLeft li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #C4C4DD;
	color: #D00000;
	text-decoration: none;
}
ul#navLeft li a:hover {
	border-bottom: 1px solid #00006C;
	color: #00006C;
}
.subnav {
	background: #E5E6F1;
	border-width: 1px 0; 
	border-style: solid; 
	border-color: #C4C4DD; 
	padding: 0.5em;
	margin-top: 1em;
}
/* property intro table */
table.propertyIntro {
	width: 100%;
}
table.propertyIntro tr td div {
	border: 1px solid #00006c;
	margin: 5px;
	padding: 5px;
	background: url(../images/propertyBoxGradient.gif) repeat-x top;	
}
table.propertyIntro tr td div h3 {
	color: #666;
	margin: 0;
	padding: 0;
}
table.propertyIntro tr td div h3 a {
	color: #666;
	text-decoration: none;
}
table.propertyIntro tr td div p {
	margin: 0;
	padding: 0 14px 0 0;
	text-align: right;
	background: url(../images/propertyBox_go.gif) no-repeat right;
}
table.propertyIntro tr td div p a {
	color: #000;
	text-decoration: none;
}
table.propertyIntro tr td div p a:hover {
	text-decoration: underline;
}
/* property listings table */
table.propertyListing {
	width: 100%;
	background-color: #fbfbfb;
	margin: 15px 0 0 0;
}
table.propertyListing tr td {
	vertical-align: top;
}
table.propertyListing tr td.head {
	background-color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 1.1em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #00006C;
}
table.propertyListing tr td.image {
	width: 150px;
}
table.propertyListing tr td.image img {
	display: block;
	margin: 5px auto 0 auto;
}
table.propertyListing tr td.description {
	width: 349px;
}
table.propertyListing tr td.description p {
	margin: 5px;
}
table.propertyListing tr td.status {
	text-align: center;
	border-bottom: 1px solid #00006C;
	/*background: #ececec*/
}
table.propertyListing tr td.status div {
	width: 138px;
	margin: 5px auto;
	padding: 3px 0;
	text-align: center;
	background: #fff;
	border: 1px solid #00006C;
	font-weight: bold;
}
table.propertyListing tr td.moreinfo {
	text-align: right;
	border-bottom: 1px solid #00006C;
	/*background: #ececec;*/
	vertical-align: bottom;
	padding: 0 5px 5px 0;
}

/* property detail */
table.propertyDetail {
	margin: 20px 0 0 0;
	border: 1px solid #00006d;
}
table.propertyDetail tr td.head {
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	padding: 10px 0;
	background: #EDEDF4;
}

/*table.propertyDetail tr td.imgLeft img {
	margin: 10px;
	display: block;
}
table.propertyDetail tr td.imgRight img {
	margin: 10px 10px 10px 0;
	display: block;
}
table.propertyDetail tr td.imgMiddle img {
	margin: 10px auto;
	display: block;
}*/

/*table.propertyDetail tr td.imgContainer {
	padding: 10px 0;
}*/

table.propertyDetail tr td.imgContainer div {
	padding: 0 0 0 10px;
	max-width: 510px;
	margin: 0 auto;
}
table.propertyDetail tr td.imgContainer div {
	padding: 0 0 0 10px;
	margin: 0 auto;
}
table.propertyDetail tr td.imgContainer div img {
	padding: 10px 10px 10px 0;
	float: left;
}
table.propertyDetail tr td.description p {
	margin: 10px; 
}
/* ============ 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: #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;
}

