body
{
	margin: 0;
	padding: 0;
	background: #abacac url(/images/bodybackground.jpg) bottom left fixed repeat-x;
	behavior: url(/css/csshover.htc); /* WinIE behavior call */
}

body
{
	background: url(/images/bodybackground.jpg) whitesmoke fixed repeat-x left bottom;
}

/**************************************************************************************
* container div
**************************************************************************************/
#container
{
	font-size: 10pt;
	background-attachment: scroll;
	background-image: url(/images/background.gif);
	width: 760px;
	background-repeat: repeat-y;
	font-family: verdana, Arial; /*	 	width: 700px; 	\width: 720px; 	w\idth: 700px; 	margin: 0 auto 0 auto; 	padding: 0 0 0 0; 	border: solid 1px dimgray; 	background-color: White; */
	margin: 0 auto 0 auto;
	border: solid 1px dimgray;
}

#container img
{
	border: 0;
}

/**************************************************************************************
* content div
**************************************************************************************/
#content
{
	margin: 0 0 0 190px;
	padding: 30px 20px 0 20px;
}

#content h1
{
	font-size: 14pt;
	color: dimgray;
	font-family: arial, Sans-Serif;
}

#content h2
{
	font-size: 14pt;
	font-weight: normal;
	color: darkgreen;
	font-family: 'Century Gothic', Arial, Sans-Serif;
}

#content h3
{
	color: black;
	font-size: 10pt;
	font-family: arial, Verdana, Sans-Serif;
}

#content p
{
	
}

#content p.question
{
	font-weight: bold;
}

#content img
{
	border: 0;
}

#content .errorMessageLabel,
#content .validatorErrorMessage
{
	font-weight: bolder;
	color: deepskyblue;
}

#content table.inquiryContacts td
{
	padding: 5px 3px 5px 0;
}

#content table.inquiryContacts td p
{
	margin: 5px 0 5px 0;
}

#content table.inquiryContacts td
{
	vertical-align: top;
}

#content .downloadForms ul
{
	background-color: ivory;
}

/**************************************************************************************
* HomeLatestNewsControl
**************************************************************************************/
#homeLatestNewsItems .newsItem
{
	margin: 0 0 20px 0;
	padding: 0;
	clear: right;
}

#homeLatestNewsItems .newsItem img
{
	float: right;
	width: 80px;
	border: solid 1px dimgray;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 1em 0;
}

#homeLatestNewsItems .newsItem ul
{
	margin: 0 90px 0 0;
	padding: 0 0.5em 0 0;
}

#homeLatestNewsItems .newsItem li
{
	list-style: none;
	font-size: small;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#homeLatestNewsItems .newsItem li.headline
{
	font: bold small Arial, Verdana, sans-serif;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#homeLatestNewsItems .newsItem li.dateLine
{
	color: #776;
	text-align: right;
	margin: 0 0.1em 0 auto;
}

#homeLatestNewsItems .newsItem p
{
	margin: 0 90px 0 0;
	padding: 0 0.5em 0 0;
}


/**************************************************************************************
* HomeLatestProjectsControl
**************************************************************************************/
#homeLatestProjects .project
{
	margin: 0 0 20px 0;
	padding: 0;
	clear: right;
}

#homeLatestProjects .project img
{
	float: right;
	width: 80px;
	border: solid 1px dimgray;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 1em 0;
}

#homeLatestProjects .project ul
{
	margin: 0 90px 0 0;
	padding: 0 0.5em 0 0;
}

#homeLatestProjects .project li
{
	list-style: none;
	font-size: small;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#homeLatestProjects .project li.name
{
	font: bold small Arial, Verdana, sans-serif;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#homeLatestProjects .project li.launchDate
{
	color: #776;
	text-align: right;
	margin: 0 230px 0 auto;
	width: 130px;
}

#homeLatestProjects .project li.priceRange
{
	color: #776;
	text-align: right;
	margin: -1.2em 3px 0 auto;
	width: 220px;
	border-left: 1px solid;
}

#homeLatestProjects .project p
{
	margin: 0 90px 0 0;
	padding: 0 0.5em 0 0;
}


/**************************************************************************************
* banner div
**************************************************************************************/
#banner
{
	border-top: solid 10px #cc0033;
	border-bottom: solid 2px gray;
	padding: 0;
	margin: 0;
}

/* fix for small gap between image and horizontal nav bar in ie */
#banner img
{
	display: block;
}

/**************************************************************************************
* MainMenuControl
**************************************************************************************/
/*
#mainMenu
{
	float: left;
	margin: -1px 0 0 7em;
	background: white;
	border: 1px solid #aaaaaa;
	background: dimgray;
	margin: -1px 0 0 0;
	width: 758px;
}
#mainMenu ul
{
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid #cccccc;
	border-width: 0 1px;
	background: dimgray;
}
#mainMenu li
{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 7em;
	line-height: 1em;
	width: 120px;
}
#mainMenu li:hover
{
	background: darkgray;
}
#mainMenu li.subMenu
{
	background: url(/images/downarrow.gif) no-repeat 95% 50%;
}
#mainMenu li.subMenu:hover
{
	background: darkgray url(/images/downarrow.gif) no-repeat 95% 50%;
}
#mainMenu li a
{
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 6.5em;
	padding: 0.25em 0 0.25em 10px;
	width: 110px;
	color: white;
}
#mainMenu > ul a
{
	width: auto;
}
#mainMenu ul ul
{
	position: absolute;
	width: 7em;
	display: none;
	width: 180px;
}
#mainMenu ul ul li
{
	border-bottom: 1px solid #cccccc;
	width: 180px;
}
#mainMenu ul ul li a
{
	padding: 2px 0 2px 10px;
	width: 170px;
}
#mainMenu li.subMenu li.subMenu
{
	background: url(/images/rightarrow.gif) no-repeat 95% 50%;
}
#mainMenu li.subMenu li.subMenu:hover
{
	background-color: darkgray;
}
#mainMenu li.subMenu li.subMenu:hover
{
	background-color: darkgray;
}
#mainMenu ul.level1 li.subMenu:hover ul.level2, #mainMenu ul.level2 li.subMenu:hover ul.level3
{
	display: block;
}
#mainMenu ul.level2
{
	top: 1.5em;
	left: -1px;
}
#mainMenu ul.level3
{
	top: -1px;
	left: 7em;
	border-top: 1px solid #CCC;
}
*/

#mainMenu
{
/*	
	padding: 0;
	margin: 0;
	position: absolute;
	left: auto;
	top: auto;
*/

	padding: 0;
	margin: 0;
	float: left;
}

#mainMenu .level1
{
	margin: 0;
	padding: 3px;
/*	border: 1px solid #fff; */
	width: 12em;
	background-color: #26a;
	font: 12px verdana,sans-serif;
	
	padding: 0 3px 3px 0;
	width: 180px;
	background: dimgray;
}

#mainMenu .level1 li
{
	list-style: none;
	border: 1px solid #26a;
	
	border: solid 1px dimgray;
}

#mainMenu .level1 a
{
	color: #eeeeee;
	text-decoration: none;
	display: block;
	border-left: 1em solid #115599;
	border-bottom: 1px solid #115599;
	padding: 4px 8px;
	
	color: white;
	border-left: solid 1em darkgray;
	border-bottom: solid 1px darkgray;
}

#mainMenu .level1 a:hover
{
	color: Yellow;
	border-color: gray;
	border-color: firebrick;
}

#mainMenu .level2 li a
{
	border: 0;
	border-left: 0.8em solid #26a;
	padding: 3px 4px;
	margin-left: -20px;
	
	border-left: solid 0.8em dimgray;
}


/**************************************************************************************
* footer div
**************************************************************************************/
#footer
{
	background-attachment: scroll;
	background-position: center bottom;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}

/**************************************************************************************
* CopyrightControl
**************************************************************************************/
#copyright p
{
	font-size: 0.8em;
	color: dimgray;
	text-align: center;
	
	margin-left: 180px;
}


/**************************************************************************************
* CurrentNewsControl
**************************************************************************************/
#currentNewsItems .newsItem
{
	margin: 0;
	padding: 0;
	clear: right;
}

#currentNewsItems .newsItem img
{
	float: right;
	width: 133px;
	border: solid 1px dimgray;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 1em 0;
}

#currentNewsItems .newsItem ul
{
	margin: 0 140px 0 0;
	padding: 0 0.5em 0 0;
}

#currentNewsItems .newsItem li
{
	list-style: none;
	font-size: small;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#currentNewsItems .newsItem li.headline
{
	font: bold small Arial, Verdana, sans-serif;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#currentNewsItems .newsItem li.dateLine
{
	color: #776;
	text-align: right;
	margin: 0 0.1em 0 auto;
}

#currentNewsItems .newsItem p
{
	margin: 0 140px 0 0;
	padding: 0 0.5em 0 0;
}


/**************************************************************************************
* NewsItemControl
**************************************************************************************/
#singleNewsItem .newsItem
{
	margin: 20px 0 0 0;
	padding: 0;
}

#singleNewsItem .newsItem img
{
	border: solid 1px dimgray;
	display: block;
	margin: auto;
}

#singleNewsItem .newsItem ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#singleNewsItem .newsItem li
{
	list-style: none;
	font-size: 10pt;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#singleNewsItem .newsItem li.headline
{
	font-family: Times New Roman, Serif;
	font-size: 16pt;
	font-weight: bolder;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#singleNewsItem .newsItem li.byLine
{
	color: #776;
	text-align: right;
	margin: 0 150px 0 auto;
	width: 300px;
}

#singleNewsItem .newsItem li.dateLine
{
	color: #776;
	text-align: right;
	margin: -1.2em 3px 0 auto;
	width: 140px;
	border-left: 1px solid;
}

#singleNewsItem .newsItem p
{
	margin: 0 0 0 0;
	padding: 1.5em 0 0 0;
	line-height: 1.6em;
}


/**************************************************************************************
* DisplayProjectsControl
**************************************************************************************/
#displayProjects .project
{
	margin: 0;
	padding: 0;
	clear: right;
}

#displayProjects .project img
{
	float: right;
	width: 133px;
	border: solid 1px dimgray;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 1em 0;
}

#displayProjects .project ul
{
	margin: 0 140px 0 0;
	padding: 0 0.5em 0 0;
}

#displayProjects .project li
{
	list-style: none;
	font-size: small;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#displayProjects .project li.name
{
	font: bold small Arial, Verdana, sans-serif;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#displayProjects .project li.launchDate
{
	color: #776;
	text-align: right;
	margin: 0 230px 0 auto;
	width: 130px;
}

#displayProjects .project li.priceRange
{
	color: #776;
	text-align: right;
	margin: -1.2em 3px 0 auto;
	width: 220px;
	border-left: 1px solid;
}

#displayProjects .project p
{
	margin: 0 140px 0 0;
	padding: 0 0.5em 0 0;
}


/**************************************************************************************
* ProjectControl
**************************************************************************************/
#singleProject .project
{
	margin: 20px 0 0 0;
	padding: 0;
}

#singleProject .project img
{
	border: solid 1px dimgray;
	display: block;
	margin: auto;
}

#singleProject .project ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#singleProject .project li
{
	list-style: none;
	font-size: 10pt;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#singleProject .project li.name
{
	font-family: Times New Roman, Serif;
	font-size: 16pt;
	font-weight: bolder;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#singleProject .project li.launchDate
{
	color: #776;
	text-align: right;
	margin: 0 230px 0 auto;
	width: 130px;
}

#singleProject .project li.priceRange
{
	color: #776;
	text-align: right;
	margin: -1.2em 3px 0 auto;
	width: 220px;
	border-left: 1px solid;
}

#singleProject .project p
{
	margin: 0 0 0 0;
	padding: 1.5em 0 0 0;
	line-height: 1.6em;
}


/**************************************************************************************
* loginTable
**************************************************************************************/
table#loginTable
{
}

table#loginTable td
{
	padding: 2px 2px 2px 2px;
}

table#loginTable td.labelColumn
{
	width: 80px;
	text-align: right;
}

table#loginTable td.fieldColumn input
{
	width: 160px;
}

table#loginTable input.button
{
	margin-left: 170px;
	width: 80px;
}


/**************************************************************************************
* HomeLatestPropertiesControl
**************************************************************************************/
#homeLatestProperties .property
{
	margin: 0 0 20px 0;
	padding: 0;
	clear: right;
}

#homeLatestProperties .property img
{
	float: right;
	width: 80px;
	border: solid 1px dimgray;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 1em 0;
}

#homeLatestProperties .property ul
{
	margin: 0 90px 0 0;
	padding: 0 0.5em 0 0;
}

#homeLatestProperties .property li
{
	list-style: none;
	font-size: small;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#homeLatestProperties .property li.name
{
	font: bold small Arial, Verdana, sans-serif;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#homeLatestProperties .property li.listDate
{
	color: #776;
	text-align: right;
	margin: 0 230px 0 auto;
	width: 130px;
}

#homeLatestProperties .property li.price
{
	color: #776;
	text-align: right;
	margin: -1.2em 3px 0 auto;
	width: 220px;
	border-left: 1px solid;
}

#homeLatestProperties .property p
{
	margin: 0 90px 0 0;
	padding: 0 0.5em 0 0;
}


/**************************************************************************************
* DisplayPropertiesControl
**************************************************************************************/
#displayProperties .property
{
	margin: 0;
	padding: 0;
	clear: right;
}

#displayProperties .property img
{
	float: right;
	width: 133px;
	border: solid 1px dimgray;
	border-width: 1px 2px 2px 1px;
	margin: 0 0 1em 0;
}

#displayProperties .property ul
{
	margin: 0 140px 0 0;
	padding: 0 0.5em 0 0;
}

#displayProperties .property li
{
	list-style: none;
	font-size: small;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#displayProperties .property li.name
{
	font: bold small Arial, Verdana, sans-serif;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#displayProperties .property li.listDate
{
	color: #776;
	text-align: right;
	margin: 0 230px 0 auto;
	width: 130px;
}

#displayProperties .property li.price
{
	color: #776;
	text-align: right;
	margin: -1.2em 3px 0 auto;
	width: 220px;
	border-left: 1px solid;
}

#displayProperties .property p
{
	margin: 0 140px 0 0;
	padding: 0 0.5em 0 0;
}


/**************************************************************************************
* PropertyControl
**************************************************************************************/
#singleProperty .property
{
	margin: 20px 0 0 0;
	padding: 0;
}

#singleProperty .property img
{
	border: solid 1px dimgray;
	display: block;
	margin: auto;
}

#singleProperty .property ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#singleProperty .property li
{
	list-style: none;
	font-size: 10pt;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#singleProperty .property li.name
{
	font-family: Times New Roman, Serif;
	font-size: 16pt;
	font-weight: bolder;
	padding-top: 0.5em;
	border-bottom: 1px solid;
}

#singleProperty .property li.listDate
{
	color: #776;
	text-align: right;
	margin: 0 230px 0 auto;
	width: 130px;
}

#singleProperty .property li.price
{
	color: #776;
	text-align: right;
	margin: -1.2em 3px 0 auto;
	width: 220px;
	border-left: 1px solid;
}

#singleProperty .property p
{
	margin: 0 0 0 0;
	padding: 1.5em 0 0 0;
	line-height: 1.6em;
}


/**************************************************************************************
* ContextMenuControl
**************************************************************************************/
#contextMenu
{
	margin: 0 0 3px 5px;
	float: right;
	border: solid 1px gray;
	background-color: whitesmoke;
}

#contextMenu #navigation
{
	margin: 0;
	padding: 5px;
	font-weight: bold;
	background-color: gainsboro;
}

#contextMenu ul
{
	margin: 0;
	padding: 10px 10px 10px 30px;
	width: 120px;
	list-style-type: none;
}

#contextMenu ul li
{
	margin: 0;
	padding: 5px 0 5px 0;
}


/**************************************************************************************
* loanProcessingFlowChartTable
**************************************************************************************/
#loanProcessingFlowChartTable
{
	clear: right;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;		
	border-collapse: collapse;
}

#loanProcessingFlowChartTable tr.headerRow
{
	font-weight: bold;
}

#loanProcessingFlowChartTable td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#loanProcessingFlowChartTable p.nextStep
{
	text-align: center;
}

#loanProcessingFlowChartTable div
{
	width: 145px;
}

#loanProcessingFlowChartTable div.applicationEntity
{
	border: solid 1px gray;
	background-color: orange;
	color: Red;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.stateGovernmentEntity
{
	border: solid 1px gray;
	background-color: yellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.borneoHousingEntity
{
	border: solid 1px gray;
	background-color: orange;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.headOfDepartmentEntity
{
	border: solid 1px gray;
	background-color: greenyellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.treasuryDepartmentEntity
{
	border: solid 1px gray;
	background-color: greenyellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.stateFinancialSecretaryEntity
{
	border: solid 1px gray;
	background-color: greenyellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.ministryOfFinanceEntity
{
	border: solid 1px gray;
	background-color: greenyellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.mdtaEntity
{
	border: solid 1px gray;
	background-color: mediumpurple;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.solicitorsEntity
{
	border: solid 1px gray;
	background-color: MediumTurquoise;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.homeImprovementEntity
{
	border: solid 1px gray;
	background-color: yellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.termAssurancePolicyEntity
{
	border: solid 1px gray;
	background-color: mediumpurple;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.statutoryBodyEntity
{
	border: solid 1px gray;
	background-color: yellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.employerEntity
{
	border: solid 1px gray;
	background-color: greenyellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.corporateEntity
{
	border: solid 1px gray;
	background-color: yellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

#loanProcessingFlowChartTable div.publicEntity
{
	border: solid 1px gray;
	background-color: yellow;
	padding: 8px 3px 8px 3px;
	text-align: center;
}

