@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	background: url(../images/bodybg.jpg) left top repeat-x fixed #013076;
	/*background: #013076;*/
}
td{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
}
a{
	color: #709516;
	text-decoration: underline;
}
a:hover{
	color: #005de7;
	text-decoration: none;
}

/*Aditi*/
a.here1{
	color: #D6842C;
	text-decoration: none;
}
a:hover.here1{
	color: #D6842C;
	text-decoration: none;
}



/*end*/

/* Code for Main Table */
table.maintable{
	width: 809px;
	height: auto;
	border: 0;
	float: none;
	clear: both;
	margin: 30px auto 0px auto;
}
table.maintable td{
	padding: 0;
}
/* End */

/* Code for Top Navigations */

table.topnav{
	width: 100%;
	height: auto;
	border: 0;
}
table.topnav td{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	*line-height: 20px;
	text-align: center;
}
table.topnav a{
	display: inline;
	padding: 3px 44px;
	background: #01255b;
	color: #c6c7cc;
	text-decoration: none;
}
table.topnav a:hover{
	background: #114a9e;
	color: #FFFFFF;
	text-decoration: none;
}
table.topnav a.here{
	background: #709516;
	color: #FFFFFF;
	text-decoration: none;
}
table.topnav a:hover.here{
	background: #709516;
	color: #FFFFFF;
	text-decoration: none;
}
table.topnav a.logout{
	padding: 3px 36px;
	background: #d54100;
}

/* End */


/* Code for Top Contact Info */

table.contact_info{
	width: 100%;
	height: auto;
	border: 0;
}
table.contact_info td{
	color: #536177;
	line-height: 25px;
}
table.contact_info span{
	color: #242424;
}

/* End */


/* Code for Inside Page Banner */

table.banner{
	width: 100%;
	height: 100px;
	border: 0;
	background: url(../images/banner_inside.jpg) center center no-repeat;
}

/* End */


/* Code for Footer */

table.footer{
	width: 100%;
	height: auto;
	border: 0;
}
table.footer td{
	color: #3365b1;
}
table.footer a{
	color: #000000;
	text-decoration: underline;
}
table.footer a:hover{
	color: #000000;
	text-decoration: none;
}

/* End */


/* Code for Form Structures */

table.form{
	width: 50%;
	height: auto;
	border: 0;
	float: left;
}
table.form td{
	padding: 3px;
}
table.form table td{
	padding: 0;
}

/* End */


/* Code for Property Listings */

table.list{
	width: 100%;
	height: auto;
	border: 0;
}
table.list td{
	padding: 8px 5px;
	border-bottom: 1px solid #d1e2fe;
	vertical-align: top;
}
table.list table td{
	padding: 0;
	border-bottom: 0;
}

/* End */


/* Code for Property Details Box */

table.box{
	width: 80%;
	float: none;
	clear: both;
	margin: auto;
	border: 0px solid #e5e9ec;
}
table.box th{
	padding: 0px 6px;
	background-color: #173e77;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
}
table.box td{
	padding: 8px 5px;
	vertical-align: top;
}
table.box tr.dark{
	background-color: #f3f3f3;
}
table.box td img.property{
	border: 1px solid #004677;
	width: 100px;
	height: 100px;
}
table.box td img.detail{
	border: 1px solid #004677;
	width: 300px;
	height: 200px;
}
table.box table td{
	padding: 0px;
}
table.box table td.info{
	border-bottom: 1px solid #abcdef;
	padding: 3px 3px;
}

/* End */


/* Code for Tab */

table.tab_holder{
	width: 100%;
	height: auto;
	float: left;
	border: 0;
}
.tab{
	text-align: center;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}
.tab a{
	display: block;
	padding: 0px 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #054bb5;
	white-space: nowrap;
	border-bottom: 1px solid #666666;
}
.tab a:hover{
	text-decoration: none;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #709516;
	border-bottom: 1px solid #666666;
}
.tab a.here{
	text-decoration: none;
	line-height: 30px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-bottom: 0px;
}
.tab a:hover.here{
	text-decoration: none;
	line-height: 30px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-bottom: 0px;
}
.tabgap{
	border-bottom: 1px solid #666666;;
}
.tabbedcont{
	background-color: #FFFFFF;
	vertical-align: top;
	height: 150px;
	border: 1px solid #666666;
	border-top: 0px;
	padding: 12px ! important;
}

/* End */


/* Code for List Items */

ul.bullet01{
	list-style-image: url(../images/bullet01.gif);
	*list-style-image: url(../images/bullet01ie.gif);
	padding: 0px 18px;
	margin: 0;
}
ul.bullet01 li{
	padding: 0;
	margin: 0;
}

/* End */


/* Code for Chart Table */


table.chart{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
table.chart th{
	text-align: center;
	font-weight: bold;
	background: #f0f2ec;
	padding: 0px 3px ! important;
}
table.chart td{
	text-align: center;
	padding: 0px 3px ! important;
}


/* End */



/* Code for Chart Table Style2 */


table.chart_02{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
table.chart_02 th{
	text-align: left;
	font-weight: bold;
	background: #f0f2ec;
	padding: 5px 6px ! important;
}
table.chart_02 td{
	text-align: left;
	padding: 5px 6px ! important;
	vertical-align: top;
}




table.chart_03{
	width: 95%;
	height: auto;
	border-collapse: collapse;
}

table.chart_03 td{
	text-align: left;
	padding: 2px 4px ! important;
	vertical-align: top;
}



/* End */


/* Code for Inside Page Additional Images */


span.addl_img{
	width: 232px;
	height: 174px;
	border: 1px solid #01255b;
	/*background: url(../images/img_holder.gif) center center no-repeat;*/
	text-align: center;
	vertical-align: middle;
	float: right;
	margin: 0px 10px;
}
span.addl_img img{
	width: 220px;
	height: 162px;
	border: 6px solid #FFFFFF;
	/*margin: 6px auto;*/
}
	


/* End */

/* Common Codes */
img{
	border: 0;
}
img.thumb{
	border: 1px solid #3c6bb1;
	width: 100px;
	height: 80px;
}
.horz_line{
	background: url(../images/dot.gif) left center repeat-x;
}
.horz_dot{
	background: url(../images/horz_dot.gif) left center repeat-x;
}
.vert_dot{
	background: url(../images/vert_dot.gif) left top repeat-y;
}
.space30{
	height: 30px;
}
.space50{
	height: 50px;
}
.logo{
	background: url(../images/logo01.jpg) center center no-repeat;
}
.rightalign{
	text-align: right;
}

.leftalign{
	text-align: left;
}
a.bt{
	display: inline;
	padding: 2px 15px;
	margin: 0px 1px;
	color: #FFFFFF;
	background: #1d57af;
	text-decoration: none;
}
a:hover.bt{
	background: #063d91;
}
.centeralign{
	text-align: center;
}
.txtbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #abcdef;
	background: #FFFFFF;
	padding: 1px;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	border: 0;
	width: 64px;
	height: 23px;
	background: url(../images/btbg_sm.gif) center center no-repeat;
}
.price{
	color: #dc2f00;
	font-weight: bold;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	padding: 0;
	margin: 0px 0px 8px 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px 5px;
	background: #ebebeb;
	border-bottom: 1px solid #c0bfbf;
	margin: 0px 0px 8px 0px;
}

/* End */



#message{
	width: 100%;
	height: 100px;
	vertical-align: middle;
}
#message table{
	width: auto;
	height: 25px;
	border: 0;
	background: url(../images/msgbg_left.gif) left center no-repeat #f0eaa9;
	float: none;
	clear: both;
	margin: auto;
}
#message table td{
	background: url(../images/msgbg_right.gif) right center no-repeat;
	padding: 0px 25px;
}

.button1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	border: 0;
	width: 110px;
	height: 23px;
	background: url(../images/btbg_sm1.gif) center center no-repeat;
}

