/* Joomla Template for Bricks and Mortgages Website
 Copyright 2008 All rights reserved
 Produced by Jiet Chong
   */
/* CSS global reset for all browsers */

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #FFFFFF;*/
}
td, tr, div {
	font:  Arial, Helvetica, sans-serif; 
	color            : #222222;
}
p { 
	font: 9pt/14pt Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	color: #222222;
	margin-top: 0px;
	margin-bottom: 12px;
}
p a{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 9pt;
	text-decoration: underline;
	line-height: 14pt;
}
p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9pt;
	text-decoration: none;
	line-height: 14pt;
}

.ajaxMenu{
background-color: #efefef;
}
ul {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul li {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	color            : #5d5e4a;
	background-color: #eeefe1;
	list-style-type: square;
	margin-bottom: 5px;
	padding: 5px;
	text-indent: -5px;	
}
ul.productlist {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
ul.productlist li {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	color            : #5d5e4a;
	background-color: #eeefe1;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 10px;
	width: 200px;
	background-image: url(bullet_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-image: none;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: 0px;
}
ul.productlist li a {
	color            : #990000;
	text-decoration: none;	
}
ul.productlist li a:hover {
	color            : #FF0000;
	text-decoration: none;	
}
ol {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
ol li {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	color            : #5d5e4a;
	background-color: #eeefe1;
	margin-bottom: 5px;
	padding: 5px;
	text-indent: -5px;	
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cf0016;
	display: block;
	background-image: url(h1_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B80014;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}

.pathway {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	margin-bottom: 5px;
}

a.pathway:link, a.pathway:visited {
  color            : #000000;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration   : underline;
}
input {
margin-bottom: 4px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #F5F5F5;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 13px;
	font-weight: bold;
	padding-right: 20px;
	float: left;
 }

a.mainlevel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #f5ccd0;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 13px;
	font-weight: bold;
	padding-right: 20px;
	float: left;
	background-image: url(navbtnrl_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.mainlevel#active_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 13px;
	font-weight: bold;
	padding-right: 20px;
	float: left;
	background-image: url(navbtnrl_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

a.mainmenu:link, a.mainmenu:visited {
    color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a.mainmenu:hover, {
        color: #000000; text-decoration: underline;
        }

a.sublevel:hover {
        color: #000000; text-decoration: underline;
        }

a.sublevel:link, a.sublevel:visited {
        color: #333333; font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
}


table.moduletable {
	margin: 0px;
	width: 100%;
        }

table.moduletable th {
  font-size        : 12px;
  font-weight      : bold;
  color            : #033636;
  width            : 100%;

}



.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}


.sectiontableheader {
  background-color : #CCCCCC;
  color            : #7B8DA1;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}


.small {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {

}

.contentpaneopen {
width: 100%;

}

.contentheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cf0016;
	display: block;
	background-image: url(h1_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.componentheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	display: block;

}
.contentheading-red {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	font-weight      : bold;
	color            : #990000;
	text-align       : left;
}
.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}


.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}


a:link, a:visited {
  font-size        : 9/17pt;
  color            : #990000;
  text-decoration  : underline;
  font-family      : Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #333333;
  text-decoration  : none;
}
/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #7B8DA1;
        text-decoration: underline;
        font-weight: bold;
        }

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
  color            : #7B8DA1;
}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 10pt;
        color : #ff6600;
        text-align: center;
}

/* custom stuff */

#footerbox {
	padding-top: 25px;
}
#footerimg {
	text-align: left;
	background-image: url(footer_bg.jpg);
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 1px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footerimg a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
}
#footerimg a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	text-align: left;
	background-color: #cccccc;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#footernav {
	color: #666666;
	}
#footernav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footernav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20130A;
	text-decoration: none;
}
#gototop {
	float: right;
	height: 11px;
	width: 25px;
}
#gototop a{
	background-image: url(top_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 11px;
	width: 25px;
}
#header {
	display: block;
	height: 175px;
}
#logoheader {
	height: 175px;
	background-image: url(header_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#hiddenheaderimg {
	display: none;
}
#navbox {
	background-color: #FFFFFF;
	background-image: url(nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5ccd0;
	text-align: center;
}
#contentcontainer {
	padding-top: 25px;

     
}
#contentWrapper {
	position: relative;
	width:754px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-right: 23px;
	padding-left: 23px;

}
#contentbox {
	text-align: left;
	vertical-align: top;

}
#leftpanel {
	float: left;
	width: 249px;
	text-align: left;
	vertical-align: top;
background-color: #FFFFFF;


}
#rightpanel {
	text-align: left;
	vertical-align: top;
	width: 469px;
         float: right;
}
.navbtn {
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	margin-bottom: 20px;
	line-height: 20px;
}
#actionbox {
	margin-bottom: 10px;
}
#actionbox img {
	margin-bottom: 10px;
}
#newspanel {
	background-color: #F5F5F5;
	border: 1px solid #cecece;
	background-image: url(newsbox_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#newsbox {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}
.newsboxheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5F5F5;
	background-color: #333333;
	display: block;
	padding: 8px;
}






	
	
/* --25 steps start-- */
.step-left{
	width:240px;
	height:auto;
	float:left;
padding:10px 0px 0px 10px;

	}
	
	
	
.step-right{
	width:467px;
	height:auto;
	float:left;
	margin-left:10px;
	}
	
.step-row1{
	width:250px;
	height:46px;
	margin:0px 0px 6px 0px
	}
	
.clear{
	clear:both;
	}
	
.step-separator{
	width:6px;
	float:left;
	height:46px;
	}
	
.step-pic{
	float:left;
	}
	
.step-sep2{
	width:250px;
	height:6px;
	}
	
.step2-text{
	font:normal 27px Arial, Helvetica, sans-serif;
	color:#333333;
	padding-left:4px;
	}
	
.step-text2{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#101010;
	padding-top:20px;
	height:155px;
}

.step-text2_others{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#101010;
	padding-top:20px;
	height:auto;
}
	
.next-button{
	margin:0px 0px 0px 300px;
	}
	
*{ border:none;}

/* --25 steps start-- */



/***Disclaimer Pop-Up***/

.disclaimer_pop { 
	position: absolute; 
	z-index: 20; 
	border:1px solid #E8E8E8; 
	background-color:#FFFFFF;
	text-align:center;
	padding:5px;
	width: 120px;
	margin-top:10px;
}
	
	.disclaimer_pop_text {color:#656a6d; font:normal 11px/12px Georgia, "Times New Roman", Times, serif;}

/*/////// calendar  /////////////////////////////////////////////////////////////*/

.calendar_home {}
.calendar_home_padding {}

.calendar_home_content { position:absolute; width:458px; height:183px; overflow:hidden;}
.calendar_home_content_padding {padding: 14px 47px 0 0;}
.calendar_home_title { text-align:right;
	font-size:52px;
	padding:0;
	color: #00497e;
}
.calendar_home_subtitle { text-align:right; padding-top:10px;}
.calendar_home_text {
	color:#1e465c;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
}
.calendar_home_text_padding {padding:10px 0 0 20px; text-align:justify;}/*padding:10px 0 0 158px;*/

.calendar {}
.calendar_padding { padding:0 0 20px 0;}

.calendar_table a { display:block;}

.calendar_pop_home {}
.calendar_pop_inner {}

.calendar_pop { 
float:left;
	width:100px;
	display:table;
	border: 1px solid #338eb4;
	padding:8px;
	position:absolute;
	z-index:10;
	background-color:#FFFFFF;
	margin-top:50px;
	margin-left:-70px;
	cursor:pointer;
}
.calendar_pop_inner .calendar_pop {
	margin-top:0px;
	margin-left:0px;
	border: 1px solid #338eb4;
	float:left;
}
.calendar_pop_step {color:#78056e; font:bold 13px/16px Georgia, "Times New Roman", Times, serif;}
.calendar_pop_text {color:#656a6d; font:normal 13px/18px Georgia, "Times New Roman", Times, serif;}
.calendar_pop_link { color:#17951d; font:normal 13px/22px Georgia, "Times New Roman", Times, serif;}
.calendar_pop a { color:#17951d; text-decoration:underline;}
.calendar_pop a:link {color:#17951d;text-decoration:underline;}
.calendar_pop a:visited {color:#17951d;text-decoration: underline;}
.calendar_pop a:active {color:#17951d;text-decoration: underline;}
.calendar_pop a:hover {color:#17951d;text-decoration: none;}


