@charset "utf-8";
/* CSS Document */




* {
        padding:0;
        margin:0;
 }
body {
	padding:0;
	margin:0;
	background:url(../images/inner_bg.gif) repeat-x top #f5f9ed;
	font-family:Tahoma, Verdana, Arial;
	color:#666666;
	font-size:11px;
}
h1 {/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
	  
}
h2 {
	font-size:25px;
	font-family:"Trebuchet MS";
	color:#b30800;
	margin-bottom:5px;
	
}
h2 span {
	color:#b30800;
	font-weight:bold;
	margin:0px 0px 2px 0px;
}
h3 {
	font-size:19px;
	font-family:"Trebuchet MS";
	color:#9a0007;
	margin:0 0 4px  0;
}
h1, h2 {
	/* top & bottom margin based on font size */
	margin:0 0 10px  0;
}
h1, h2, h3, h4, h5, h6 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:normal; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style:none;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:0em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
fieldset {
	/*so things don't run into each other*/
	margin-bottom:.4em;
}
p {
	padding:7px 0px 5px 0px;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a { 
	text-decoration:none;
	font-weight:bold;
}

a:hover { 
	color: #666666;
	text-decoration:underline;
	font-weight:bold;
}
a:active { 
	color: red; 
}
a:focus {
	outline: 0;
}
.image_border
{
width:538px;
height:328px;
float:left;
border:2px solid #ba8b42; 
position:relative;
margin:0px;
padding:0px;
}
.image_zoom
{
 width:21px;
 height:20px;
 background:url(../images/zoom.png) no-repeat;
 position:absolute;
 z-index:9999999;
 left: 250px;
 bottom:0px;
 padding:0px;
 display:block;
}
/*------------------- Layout <<--------------------------*/
#inner_container {
	width:100%;
	background:url(../images/main_inner_bg_3.jpg) no-repeat  top center ;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
#inner_container01 {
	width:100%;
	background:url(../images/main_inner_bg_2.jpg) no-repeat  top center ;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
#inner_container02 {
	width:100%;
	background:url(../images/main_inner_bg_1.jpg) no-repeat  top center ;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
#inner_container03 {
	width:100%;
	background:url(../images/main_inner_bg_4.jpg) no-repeat  top center ;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
#main_warp {
	padding:0px 0px 0px 0px;
	margin:0px auto;
	width:951px;
	/*background:url(../images/banner_bg.jpg) no-repeat;*/
}
.clear{
	clear:both;
}
/*------------------- Header <<--------------------------*/

#header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:117px;
	background:url(../images/top_bg.gif) no-repeat;
	clear:both;
}
#logo {
	background:url(../images/logo.gif) no-repeat bottom;
	width:201px;
	height:109px;
	float:left;
	padding:0px 0px 0px 0px;
	text-indent:-9999px;
}
#logo a{
	width:201px;
	height:78px;
	display:block;
	padding:0px;
	margin:25px 0px 0px 0px;
}
#header_right {
	width:680px;
	float:right;
	padding:17px 0px 0px 0px;
}
#header_top {
	height:17px;
	text-align:right;
	color:#6b6b6b;
	padding-right:15px;
}
#header_top a{
	color:#6b6b6b;
	text-decoration:none;
	padding:0px 2px;
}
#header_top a:hover{
	color:#6b6b6b;
	text-decoration:underline;
	padding:0px 2px;
}
#menu {
	height:46px;
	float:left;
	width:100%;
}
#menu ul{
	margin:0px;
	padding:22px 0px 0px 0px;
}
#menu li{
	margin:0px;
	padding:0px 5px;
	float:left;
	height:24px;
	list-style:none;
	text-transform:uppercase;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	line-height:24px;
}
#menu a {
	margin:0px;
	padding:0px 10px;
	height:24px;
	font-weight:bold;
	color:#161616;
	float:left;
}
#menu a:hover {
	margin:0px;
	padding:0px 10px;
	height:24px;
	background:url(../images/menu_bg.gif) repeat-x left bottom;
	color:#fff;
	text-decoration:none;
}
#active {
	background:url(../images/menu_bg.gif) repeat-x left bottom !important;
	color:#fff !important;
}
/*------------------- Middle Container <<--------------------------*/

#inner_middle_container {
	margin:0px 0px 0px 0px;
	padding:252px 0px 0px 0px;
	clear:both;
	/*border-left:2px solid #e6e6e6;
	border-right:2px solid #e6e6e6;*/
}
#inner_content_area {
	/*background:url(../images/content_boxbg.jpg) repeat-x;*/
	padding:20px 0px 25px 0px;
}
/*------------------- Left Container <<--------------------------*/
#left_container {
	float:left;
	width:622px;
	padding-bottom:8px;
}
#welcom_container {
	padding:0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
}

/*------------------- Right Container <<--------------------------*/
#right_container {
	float:right;
	width:289px;
	padding:2px 0px 0px 0px;
}
.qucik_linkbox {
	padding:0px 0px 12px 0px;
}
.walk_through {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/walk_through.jpg) no-repeat;
	height:95px;
	text-indent:-9999px;
}
.walk_through a{
	height:95px;
	width:289px;
	display:block;
}
.txt_Work {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
.services {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/jairaj_health_services.gif) no-repeat;
	height:87px;
	text-indent:-9999px;
}
.services a{
	height:87px;
	width:290px;
	display:block;
}
.blog {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/blog.gif) no-repeat;
	text-indent:-9999px;
}
.blog a{
	height:55px;
	width:288px;
	display:block;
}

/*------------------- Footer Container <<--------------------------*/
#footer {
	width:100%;
	background:url(../images/footer_bg.gif) repeat-x;
	height:151px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#737373;
}
#footer ul{
	padding:0;
	margin:0;
}
#footer li{
	padding:0 0 6px 10px;
	margin:0;
	background:url(../images/dotte.gif) no-repeat left 5px;
	float:left;
	list-style:none;
}
#footer a{
	color:#737373;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover{
	color:#737373;
	text-decoration:underline;
}
#footer_inner {
	width:951px;
	margin:0px auto;
}
#footer_left {
	float:left;
	width:240px;
	padding:17px 0 0 0;
}
#footer_right {
	float:right;
	width:600px;
	padding:9px 0 0 0;
}
#footer_logo {
	background:url(../images/footer_logo.gif) no-repeat;
	height:41px;
	width:113px;
}
.box_01 {
	width:118px;
}
#footer span {
	font-size:13px;
	color:#bd3909;
	font-weight:bold;
	display:block;
	padding-bottom:20px;
}
/*------------------- Article_details <<--------------------------*/
#left_inner_container {
	float:left;
	width:643px;
	background:url(../images/right_line.gif) no-repeat right top;
	min-height:390px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.sub_head{
	float:left;
	width:100%;
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	font-weight:normal;
	padding:0px 0px 10px 0px;
}
.mortage{
	float:left;
	width:203px;
	height:45px;
	background:url(../images/mortage.gif) left no-repeat;
	margin:0px 0px 0px 0px;
	padding:42px 0px 0px 87px;
	color:#5e6229;
	font-weight:normal;
	cursor:pointer;
}
.mortage A{
	text-decoration:none;
	color:#5e6229;
	font-weight:normal;
	cursor:pointer;
}
.mortage A:hover{
	text-decoration:none;
	color:#5e6229;
	font-weight:normal;
	cursor:pointer;
}
.testimonial{
	float:left;
	width:203px;
	height:40px;
	background:url(../images/testimonial.gif) left no-repeat;
	margin:13px 0px 0px 0px;
	padding:47px 0px 0px 87px;
	color:#5e6229;
	font-weight:normal;	
	cursor:pointer;
}
.testimonial A{
	text-decoration:none;
	color:#5e6229;
	font-weight:normal;
	cursor:pointer;
}
.testimonial A:hover{
	text-decoration:none;
	color:#5e6229;
	font-weight:normal;
	cursor:pointer;
}
	.back1 {
	background:transparent url(../images/icon_1.gif) no-repeat left;
	background-position:0px 3px;
	color:#C90B00;
	float:right;
	font-family:Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 10px;
	}
	.back1 a{
	font-weight:bold;
	color:#c90b00;
}
.back1 a:hover{
	font-weight:bold;
	color:#c90b00;
}
.back{
	float:right;
	background:url(../images/icon_1.gif) no-repeat left;
	background-position:0px 6px;
	padding:0px 0px 0px 10px;
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	color:#c90b00;
}
.back a{
	font-weight:bold;
	color:#c90b00;
}
.back a:hover{
	font-weight:bold;
	color:#c90b00;
}
/*------------------- Aboutus <<--------------------------*/
.sub_head_2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#c4443b;
}
.list_1{
	float:left;
	width:100%;
	padding:17px 0px 20px 0px;
}
.list_1 ul{
	margin:0px;
	padding:0px;
}
.list_1 li{
	margin:0px 33px 11px 0px;
	padding:7px 0px 0px 9px;
	list-style:none;
	background:url(../images/list_bg_1.gif);
	width:265px;
	height:29px;
	cursor:pointer;
	float:left;
	color:#636b51;
}
.deluxname{
	background:url(../images/icon_2.gif) no-repeat left;
	background-position:0px 2px;
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	padding:0px 0px 0px 23px;
}
.deluxname a{
	color:#636b51;
}
.fieldset_02{		
	border: 2px solid  #e5ecd7;
	padding:0px 15px 15px 15px;
	display:block;
	margin:0px 0px 5px 0px;
	line-height:normal;
	float:left;
	width:587px;
	line-height:18px;
}
.indruduction_middle p{
	margin:0px 0px 0px 0px;	
}
legend {
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	font-weight:normal;
	color:#636b51;
	padding:0px 12px 0px 12px;
	text-decoration: none;
	padding-bottom:10px;
	margin:0px 0px 0px 0px;
}
.field_head{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
.indruduction_middle{
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#3f403f;
}
/*------------------- Articles <<--------------------------*/
.fieldset_03{		
	border: 2px solid  #e5ecd7;
	padding:0px 15px 15px 15px;
	display:block;
	margin:0px 0px 15px 0px;
	line-height:normal;
	float:left;
	width:587px;
	line-height:18px;
}
.fieldset_03 a{
	font-weight:bold;
	color:#d71921;
	text-decoration:underline;
}
.fieldset_03 a:hover{
	font-weight:bold;
	color:#d71921;
	text-decoration:none;
}
/*------------------- Buyers_tips <<--------------------------*/
.field_head_2{
	float:left;
	width:100%;
	margin:0px 0px 8px 0px;
	color:#b30800;
	font-weight:bold;
}
.field_text_3{
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#636b51;
}
.field_text_3 span{
	font-weight:bold;
	font-family:Verdana, Arial;
	font-size:12px;
}
.field_head_3 p{
	margin:0px 0px 5px 0px;
}
.field_text_3 a{
	font-weight:bold;
	color:#d71921;
	text-decoration:underline;
}
.field_text_3 a:hover{
	font-weight:bold;
	color:#d71921;
	text-decoration:none;
}
.bottom_line{
	float:left;
	width:100%;
	border-bottom:1px solid #d4dec1;
	margin:5px 0px 10px 0px;
}
/*------------------- Buyerstips_details <<--------------------------*/
.field_head_2 span{
	font-family:Tahoma, Arial;
	font-size:11px;
}
.fieldform{
	width:100%;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0px 20px 2px;
}
.fieldform span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textfield_1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	border:1px solid #d2dac1;
	height:18px;
	padding:2px 0px 2px 2px;
	margin:0px 0px 5px 0px;
	color:#696969;
}
.textaria_1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	border:1px solid #d2dac1;
	height:115px;
	padding:2px 0px 2px 2px;
	margin:0px 0px 5px 0px;
}
.form_btn{
	float:left;
	width:90px;
	height:26px;
	line-height:26px;
	margin:15px 8px 0px 0px;
	padding:0px 5px 0px 0px;
	border:0px;
	color:#ffffff;
	font-family:Tahoma, Arial;
	font-size:13px;
	font-weight:bold;
	background:url(../images/form_btn.gif) no-repeat ;
	cursor:pointer;
}
/*------------------- careers-1 <<--------------------------*/
.field_text_4{
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#636b51;
}
.tab_bg{
	float:left;
	width:612px;
	height:43px;
	margin:0px;
	background:url(../images/tab_bg.gif) no-repeat;
	padding:6px 0px 0px 8px;
}
.tab_bg ul{
	margin:0px;
	padding:0px;
}
.tab_bg li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	padding :0px 2px 0px 0px;
}
.tab_bg li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#626e4c;
}
.tab_bg li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#626e4c;
	text-decoration:none;
}
.tab01 {
	display:block;
	width:205px;
	height:43px;
	text-align:center;
	line-height:43px;
	padding :0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
.tab01_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#cd1910 !important;
	width:205px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	background:url(../images/tab_active_1.gif) no-repeat left;
	background-repeat:no-repeat;
	padding :0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
.tab02 {
	display:block;
	width:166px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	padding :0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
.tab02_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:166px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	background:url(../images/tab_active_2.gif) no-repeat left;
	background-repeat:no-repeat;
	padding :0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

.tab03 {
	display:block;
	width:130px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	padding :0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
.tab03_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:130px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	background:url(../images/tab_active_3.gif) no-repeat left;
	background-repeat:no-repeat;
	padding :0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
#tab_content{
	width:100%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:34px 0px 0px 0px;
	background-position:top;
	background-image:url(../images/tab_middle_bg.gif);
	background-repeat:repeat-y;
}
h4{
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	color:#636b51;
	float:left;
	width:100%;
}
.tab_cont_1{
	padding:20px 0px 25px 0px;
	float:left;
	width:100%;
}
#contact{
	float:left;
	width:100%;
	margin:0px;
	padding:20px 0px 20px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
}
#contact span{
	color:#636b51;
	font-weight:bold;
}
#contact a{
	color:#b30800;
	text-decoration:underline;
}
#contact a:hover{
	color:#b30800;
	text-decoration:none;
}
#contact p{
	margin:12px 0px 0px 0px !important;
	padding:0px;
	float:left;
}
.contact_left{
	width:318px;
	float:left;
	line-height:18px;
}
.contact_right{
	width:288px;
	float:left;
	line-height:18px;
}
.text_2{
	float:left;
	width:100%;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}
.text_2 span{
	font-family:Tahoma, Arial;
	font-size:11px;
}
/*------------------- careers-apply online <<--------------------------*/
.tab_cont_2{
	padding:0px 0px 20px 0px;
	float:left;
	width:100%;
	border-bottom:1px solid #d4dec1;
	margin:0px 0px 20px 0px;
}
.tab_cont_2 a{
	color:#c4443b;
	text-decoration:underline;
}
.tab_cont_2 a:hover{
	color:#c4443b;
	text-decoration:none;
}

.filefiled{
	height:20px;
	padding:2px 0px 2px 2px;
	margin:0px 0px 0px 0px;
	width:293px;
}
.smalltext{
	float:left;
	font-family:Tahoma, Arial;
	font-size:11px;
	margin:0px 0px 5px 0px;
}
.sub_head_4{
	float:left;
	width:100%;
	margin:0px 0px 8px 0px;
	color:#b30800;
	font-weight:bold;
	font-family:Tahoma, Arial;
	font-size:11px;
}
/*------------------- mortgage_tools <<--------------------------*/
.interest {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/intrest.gif) no-repeat;
	text-indent:-9999px;
}
.interest a{
	height:87px;
	width:290px;
	display:block;
}

.tab04 {
	display:block;
	width:170px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	padding :0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
.tab04_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:170px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	background:url(../images/tab_active_4.gif) no-repeat left;
	background-repeat:no-repeat;
	padding :0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
.tabouter_2{
	width:100%;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:15px 0px 20px 2px;
}
.listform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	border:1px solid #d2dac1;
	height:22px;
	padding:2px 0px 2px 2px;
	margin:0px 0px 5px 0px;
	color:#696969;
}
.result{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#9e4d4d;
	line-height:25px;
	padding:0px 0px 5px 0px;
}
.tab_cont_3{
	padding:0px 0px 10px 0px;
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
}
.fieldset_04{		
	border: 2px solid  #e5ecd7;
	padding:0px 15px 15px 10px;
	display:block;
	margin:0px 0px 15px 0px;
	line-height:normal;
	float:left;
	width:587px;
	line-height:18px;
}
.fieldset_04 a{
	font-weight:bold;
	color:#d71921;
	text-decoration:underline;
}
.fieldset_04 a:hover{
	font-weight:bold;
	color:#d71921;
	text-decoration:none;
}
.field_text_4{
	float:left;
	width:565px;
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#636b51;
	padding:0px 6px 0px 6px;
}
.field_text_4 p{
	margin:0px 0px 0px 0px;
}
.field_text_5{
	padding:0px 0px 0px 23px;
	margin:5px 0px 5px 0px;
	font-family:Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	background:url(../images/icon_3.gif) no-repeat left;
	line-height:22px;
	color:#636b51;
}
/*------------------- Testimonials <<--------------------------*/
.tab_001{
	display:block;
	width:150px;
	height:43px;
	text-align:center;
	line-height:43px;
	margin:0px;
	padding:0px;
}
.tab_001_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:150px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	background:url(../images/tab_active_5.gif) no-repeat left;
}
.tab_002 {
	display:block;
	width:130px;
	height:43px;
	text-align:center;
	line-height:43px;
	float:left;
}
.tab_002_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:130px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	background:url(../images/tab_active_3.gif) no-repeat left;
}
.tab_003 {
	display:block;
	width:120px;
	height:43px;
	text-align:center;
	line-height:43px;
}
.tab_003_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:120px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	background:url(../images/tab_active_6.gif) no-repeat left;
}
.tab_004 {
	display:block;
	width:110px;
	height:43px;
	text-align:center;
	line-height:43px;
}
.tab_004_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:110px;
	height:43px;
	text-align:center;
	line-height:43px;
	text-decoration:none;
	background:url(../images/tab_active_7.gif) no-repeat left;
}
.testimonial_content{
	padding:0px 0px 25px 0px;
	float:left;
	width:100%;
	font-style:italic;
}
.testim_name{
	border-bottom:5px solid #e7eae0;
	width:100%;
	float:left;
	margin:0px 0px 28px 0px;
	padding:0px 0px 5px 0px;
}
.testim_name span{
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	color:#9e4d4d;
}
.vedio_outer{
	float:left;
	width:605px;
	height:566px;
	background-color:#ebf1df;
	margin:20px 0px 0px 0px;
	padding:27px 0px 0px 0px;
}
.vedio_inner{
	width:451px;
	height:473px;
	background-color:#e4eed1;
	margin:0px auto;
}
.sub_head_6{
	float:left;
	width:436px;
	height:22px;
	margin:0px;
	padding:8px 0px 0px 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/*------------------- Adspot video <<--------------------------*/
.vedio_list_outer{
	width:430px;
	margin:0px;
	padding:12px 8px 0px 10px;
	background-color:#e0e7d2;
	height:64px;
	float:left;
	clear:both;
}
.vedio_list{
	float:left;
	width:377px;
	margin:0px;
}
.vedio_list ul{
	margin:0px;
	padding:0px;
}
.vedio_list li{
	padding:0px 0px 0px 7px;
	list-style:none;
	width:67px;
	float:left;
	margin:0px;
}
.border_2{
	margin:0px;
	border:1px solid #bec3b2;
	padding:1px;
	
}
/*------------------- News&events <<--------------------------*/
.events_images{
	border:1px solid #d6dec7;
	margin:3px 9px 0px 3px;
	padding:4px;
	float:left;
}
.border_3{
	margin:0px;
	border:1px solid #bec3b2;
	padding:1px;
	padding:4px;
	float:left;	
}
.newsdetails{
	float:left;
	width:373px;
	margin:0px;
	padding:0px 0px 0px 17px;
}
.newsdetails span{
	color:#b30800;
	font-weight:900;
}
.newsdetails p{
	margin:19px 0px 0px 0px;
}
.subhead_7{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#636b51;
	float:left;
	width:100%;
}
/*------------------- projectdetails_accessibility <<--------------------------*/
#project{
	float:left;
	width:952px;
	padding:10px 0px 0px 0px;
}
.project_sub_head{
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:18px;
	color:#d71921;
}
#project_details{
	float:left;
	width:100%;
	margin:0px;
	padding:11px 0px 0px 0px;
}
#proj_right{
	width:639px;
	float:right;
	margin:0px;
	background:url(../images/project_right.gif) no-repeat left top;
}
.proj_right_set1{
	float:left;
	width:291px;
	margin:0px;
	padding:11px 0px 0px 18px;
	line-height:20px;
	color:#414141;
}
.proj_right_set1 span{
	font-weight:bold;
}
.proj_right_set2{
	float:right;
	width:275px;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.proj_right_set2 ul{
	width:275px;
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	clear:both;
}
.proj_right_set2 li{
	width:275px;
	margin:0px;
	padding:0px 0px 10px 0px;
	list-style:none;
	clear:both;
}
.project_sub_head_2{
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#505050;
	font-weight:600;
	padding:0px 0px 8px 0px;
}
.projec_righ_bottom{
	float:left;
	width:100%;
	margin:0px;
	padding:22px 0px 0px 20px;
	line-height:17px;
	font-family:Tahoma, Arial;
	font-size:12px;
}
.project_tab{
	width:100%;
	margin:0px;
	padding:20px 0px 0px 0px;
	float:left;
}
.project_tab_list{
	float:left;
	width:100%;
	margin:0px;
}
.project_tab_list ul{
	margin:0px;
	padding:0px;
}
.project_tab_list li{
	margin:0px;
	list-style:none;
	float:left;
	height:44px;
	font-family:"Trebuchet MS";
	font-size:15px;
}
.project_tab_list li a{
	font-family:"Trebuchet MS", Arial;
	font-size:15px;
	color:#505050;
}
.project_tab_list li a:hover{
	font-family:"Trebuchet MS", Arial;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:underline;
}
.project_1 {
	display:block;
	width:107px;
	height:44px;
	text-align:center;
	line-height:44px;
	float:left;
}
.project_1_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:107px;
	height:43px;
	text-align:center;
	line-height:44px;
	text-decoration:none;
	background:url(../images/project01_active.gif) no-repeat left;
}
.project_2 {
	display:block;
	width:107px;
	height:44px;
	text-align:center;
	line-height:44px;
	float:left;
}
.project_2_active {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bd3e33 !important;
	width:107px;
	height:43px;
	text-align:center;
	line-height:44px;
	text-decoration:none;
	background:url(../images/project01_active.gif) no-repeat left;
}
.rates_head_1{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 0px 10px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #ebf0e2;
}
.rates_head_2{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 0px 10px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
}
.rates_head_3{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#808080;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 5px 10px;
	background-image:url(../images/td_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #e4e4e4; border-right:1px solid #e4e4e4;
}
.rates_head_4{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#808080;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 5px 10px;
	background-image:url(../images/td_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
}

#interest_details{
	width:952px;
	padding:0px 0px 0px 0px;
}
.tab1 {
	background:url(../images/tab_img.gif) no-repeat right top;
	height:44px;
	line-height:44px;
	width:96px;
	border-left:1px solid #d7d8d6;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab1_active {
	background:url(../images/tab_img.gif) no-repeat right bottom;
	height:44px;
	line-height:44px;
	width:96px;
	border-left:1px solid #d7d8d6;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}
.tab1_normal {
	background:url(../images/tab_img.gif) no-repeat right ;
	height:44px;
	line-height:44px;
	width:96px;
	border-left:1px solid #d7d8d6;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab2 {
	background:url(../images/tab_img.gif) no-repeat right top;
	height:44px;
	line-height:44px;
	width:93px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab2_active {
	background:url(../images/tab_img.gif) no-repeat right top;
	height:44px;
	line-height:44px;
	width:93px;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}
.tab2_normal {
	background:url(../images/tab_img.gif) no-repeat right ;
	height:44px;
	line-height:44px;
	width:93px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab2_active {
	background:url(../images/tab_img.gif) no-repeat right bottom;
	height:44px;
	line-height:44px;
	width:93px;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}
.tab3 {
	background:url(../images/tab_img.gif) no-repeat right top;
	height:44px;
	line-height:44px;
	width:90px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab3_active {
	background:url(../images/tab_img.gif) no-repeat right bottom;
	height:44px;
	line-height:44px;
	width:90px;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}
.tab3_normal {
	background:url(../images/tab_img.gif) no-repeat right ;
	height:44px;
	line-height:44px;
	width:90px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab4 {
	background:url(../images/tab_img.gif) no-repeat right top;
	height:44px;
	line-height:44px;
	width:109px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab4_normal {
	background:url(../images/tab_img.gif) no-repeat right ;
	height:44px;
	line-height:44px;
	width:109px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab4_active {
	background:url(../images/tab_img.gif) no-repeat right bottom;
	height:44px;
	line-height:44px;
	width:109px;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}
.tab5 {
	background:url(../images/tab_img.gif) no-repeat right top;
	height:44px;
	line-height:44px;
	width:71px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab5_normal {
	background:url(../images/tab_img.gif) no-repeat right;
	height:44px;
	line-height:44px;
	width:71px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab5_active {
	background:url(../images/tab_img.gif) no-repeat right bottom;
	height:44px;
	line-height:44px;
	width:71px;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}
.tab6 {
	background:url(../images/tab_img.gif) no-repeat right top;
	height:44px;
	line-height:44px;
	width:186px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab6_normal {
	background:url(../images/tab_img.gif) no-repeat right;
	height:44px;
	line-height:44px;
	width:186px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab6_active {
	background:url(../images/tab_img.gif) no-repeat right bottom;
	height:44px;
	line-height:44px;
	width:186px;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}
.tab7 {
	background:url(../images/tab_img.gif) no-repeat right top;
	height:44px;
	line-height:44px;
	width:121px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab7_normal {
	background:url(../images/tab_img.gif) no-repeat right ;
	height:44px;
	line-height:44px;
	width:121px;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab7_active {
	background:url(../images/tab_img.gif) no-repeat right bottom;
	height:44px;
	line-height:44px;
	width:121px;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}
.tab8 {
	background:url(../images/tab_img.gif) no-repeat left top;
	height:44px;
	line-height:44px;
	width:101px;
	border-right:1px solid #d7d8d6;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab8_normal {
	background:url(../images/tab_img.gif) no-repeat left top;
	height:44px;
	line-height:44px;
	width:101px;
	border-right:1px solid #d7d8d6;
	color:#505050;
	padding-left:10px;
	cursor:pointer;
}
.tab8_active {
	background:url(../images/tab_img.gif) no-repeat left bottom;
	height:44px;
	line-height:44px;
	width:101px;
	border-right:1px solid #d7d8d6;
	color:#fff;
	padding-left:10px;
	cursor:pointer;
}

/*----------------Accessibility-----------------------*/

#project_details_display{
  margin:0px;
  padding:0px 0px 30px 0px;
  width:949px;
}
#project_details_display ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
#project_details_display li{
  height:27px;
  list-style:none;
  margin:0px;
  padding:0px 0px 0px 0px;
  font-family:Tahoma, Verdana, Arial;
  font-size:12px;
  color:#696969;
  display:block;
  text-decoration:none;
  border-bottom:1px solid #e3e5df;
  clear:both;
  line-height:27px;
}
#project_details_display p {
	width:250px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:bold;
}
#project_details_display h2{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:20px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#414141;
  margin-bottom:15px;
  border-bottom:1px solid #d2d2d2;
  padding-bottom:3px;
}
/*----------------projectdetails_amenities-----------------------*/


#projectdetails_amenities{
	margin:0px;
  	padding:0px 0px 30px 0px;
  	width:949px;
}
#projectdetails_amenities ul{
	margin:0px;
  	padding:0px;
  	width:444px;
	display:list-item;
	float:left;
}
#projectdetails_amenities li{
	margin:0px 0px 0px 20px;
  	padding:0px 0px 10px 15px;
  	width:424px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
	clear:both;
	list-style:none;
	background:url(../images/icon_4.gif) no-repeat left 5px;
	
}

#projectdetails_amenities h2{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:20px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#414141;
  margin-bottom:15px;
  border-bottom:1px solid #d2d2d2;
  padding-bottom:3px;
}
/*-------------projectdetails_Availability---------------*/

.project_availability{
	margin:0px;
	height:31px;
	padding:0px 0px 0px 10px;
	background:url(../images/table_head.jpg) repeat-x bottom #b7c39b;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.project_availability01{
	margin:0px;
	padding:0px 0px 0px 10px;
	height:31px;
	background:url(../images/table_head.jpg) repeat-x bottom #b7c39b;
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.project_availability_list{
	margin:0px;
	height:31px;
	background-image:url(../images/table_in.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#4f4f4f;
	
}
/*------------------projectdetails_specification---------------*/
#projectdetails_specification{
	width:949px;
	margin:0px;
	padding:0px;
}
.project_specification{
	margin:0px;
	padding:0px;
	height:31px;
	border-left:1px solid #CCCCCC;
}

/*--------------Interior Design-----------------*/
#interior_design{
	width:949px;
	margin:0px;
	padding:0px 0px 30px 0px;
}
#interior_design ul{
	margin:0px;
	padding:0px;
}
#interior_design li{
	margin:0px;
	padding:0px 0px 10px 0px;
	float:left;
	list-style:none;
}
#interior_design span{
	display:block;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#787977;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}

.image_border {
	border:1px solid #dce0d5;
	margin:15px 15px 0px 0px;
	padding:0px;
}
.image_spancor {

font-weight:bold;
margin:0px 0px 0px 0px;
}

#interior_design1{
	width:949px;
	margin:0px;
	padding:0px 0px 30px 0px;
}
#interior_design1 ul{
	margin:0px;
	padding:0px;
}
#interior_design1 li{
	margin:0px;
	padding:0px 0px 10px 0px;
	float:left;
	list-style:none;
}
#interior_design1 span{
	display:block;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#787977;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}
/*--------------Floor-----------------*/
#floor_plan span{
	display:block;
	margin:0px 0px 15px 0px;
	font-weight:bold;
	color:#787977;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}
#interior_design h2{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:20px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#414141;
  margin-bottom:15px;
  border-bottom:1px solid #d2d2d2;
  padding-bottom:3px;
}
/*--------------Floor-----------------*/
#floor_plan{
	width:949px;
	margin:0px 0 30px 0;
	padding:0px;
}
#floor_plan h2{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:20px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#414141;
  margin-bottom:15px;
  border-bottom:1px solid #d2d2d2;
  padding-bottom:0px;
}
#floor_plan ul{
	margin:0px;
	padding:0px;
}
#floor_plan li{
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
	list-style:none;
}
#floor_plan span{
	display:block;
	margin:15px 0px 2px 0px;
	font-weight:bold;
	color:#787977;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}
.image_border {
	border:1px solid #dce0d5;
	margin:10px 15px 0px 0px;
	padding:0px;
}
/*--------------locationmap--------------*/
.locationmap{
	background-image:url(../images/locationmap.jpg);
	background-repeat:no-repeat;
	background-position:center;

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

/*--------------our_projects_frame--------------*/

#our_projects{
	width:988px;
	margin:0px;
	padding:0px;
}
h2.our_projects_head{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:26px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#b30800;
  margin-bottom:15px;
  padding-bottom:0px;
}
#our_projects h2{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:26px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#b30800;
  margin-bottom:15px;
  padding-bottom:0px;
}
#our_projects ul{
	margin:0px;
	padding:0px;
}
#our_projects li{
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
	list-style:none;
	background-image:url(../images/our_projects_frame.jpg);
	background-repeat:no-repeat;
	width:326px;
	height:261px;
	
}
#tab{
	background-image:url(../images/Our_Projects_tab.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 35px 10px;
	padding:7px 0px 0px 8px;
	width:955px;
	height:44px;
}
.tab_details{
	width:250px;
	height:225px;
	margin:0px 0px 0px 22px;
	padding:0px;
	margin:10px 0px 0px 26px;
	padding:0px 0px 0px 0px;
}
.commercial_text{
	width:18px;
	height:93px;
	background-image:url(../images/Commercial_text.jpg);
	background-repeat:no-repeat;
	margin:30px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.resi_text{
	width:18px;
	height:93px;
	background-image:url(../images/residential_text.gif);
	background-repeat:no-repeat;
	margin:30px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.text_area{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#c90b00;
	margin:0px;
	padding:0px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.text_area span{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#7e7e7e;
	margin:0px;
	padding:10px 0px 0px 15px;
	font-weight:normal;
}
.tab_image{
	background-repeat:no-repeat;
	margin:15px 0px 0px 0px;
	padding:0px 30px 0px 0px;
	width:180px;
	height:147px;
	float:right;
}
#tab ul{
	margin:0px;
	padding:0px;
}
#tab li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	padding :0px 2px 0px 0px;
}
#tab li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#626e4c;
}
#tab li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#626e4c;
	text-decoration:none;
}

.submit_button {
	background-image:url(../images/back.gif);
	background-repeat:no-repeat;
	width:60px;
	height:27px;
	cursor:pointer;
	border:0px;
	display:block;
	float:right;
}
.reserve_button {
	background-image:url(../images/reserve.gif);
	background-repeat:no-repeat;
	width:115px;
	height:26px;
	cursor:pointer;
	border:0px;
	display:block;
	float:right;
}
.enquiry_button {
	background-image:url(../images/click_enquiry.jpg);
	background-repeat:no-repeat;
	width:159px;
	height:26px;
	cursor:pointer;
	border:0px;
	display:block;
	float:right;
}
.tab05 {
  display:block;
  width:143px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.tab_bg1{
	float:left;
	width:612px;
	height:43px;
	margin:0px;
	background:url(../images/tab_bg.gif) no-repeat;
	padding:6px 0px 0px 8px;
}
.tab_bg1 ul{
	margin:0px;
	padding:0px;
}
.tab_bg1 li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	padding :0px 2px 0px 0px;
}
.tab_bg1 li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#626e4c;
}
.tab_bg1 li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#626e4c;
	text-decoration:none;
}
.tab055_active {
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#bd3e33 !important;
  width:143px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  background:url(../images/tab_active_8.gif) no-repeat left;
  background-repeat:no-repeat;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tab055 {
  display:block;
  width:143px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tab055_active {
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#bd3e33 !important;
  width:143px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  background:url(../images/tab_active_8.gif) no-repeat left;
  background-repeat:no-repeat;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tab011 {
  display:block;
  width:143px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tab011_active {
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#bd3e33 !important;
  width:143px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  background:url(../images/tab_active_8.gif) no-repeat left;
  background-repeat:no-repeat;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tab022 {
  display:block;
  width:143px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tab022_active {
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#bd3e33 !important;
  width:143px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  background:url(../images/tab_active_88.gif) no-repeat left;
  background-repeat:no-repeat;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tab044 {
  display:block;
  width:145px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tab044_active {
  display:block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#bd3e33 !important;
  width:145px;
  height:43px;
  text-align:center;
  line-height:43px;
  text-decoration:none;
  background:url(../images/tab_active_33.gif) no-repeat left;
  background-repeat:no-repeat;
  padding :0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#ele_location{
	width:949px;
	margin:0px 0 30px 0;
	padding:0px;
}
#ele_location h2{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:20px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#414141;
  margin-bottom:15px;
  border-bottom:1px solid #d2d2d2;
  padding-bottom:0px;
}
#ele_location ul{
	margin:0px;
	padding:0px;
}
#ele_location li{
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
	list-style:none;
}
#ele_location span{
	display:block;
	margin:15px 0px 2px 0px;
	font-weight:bold;
	color:#787977;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}



#projectdetails_spec{
	margin:0px;
  	padding:0px 0px 30px 0px;
  	width:949px;
}
#projectdetails_spec ul{
	margin:0px;
  	padding:0px;
  	width:444px;
	display:list-item;
	float:left;
}
#projectdetails_spec li{
	margin:0px 0px 0px 20px;
  	padding:0px 0px 10px 15px;
  	width:424px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
	clear:both;
	list-style:none;
	background:url(../images/icon_4.gif) no-repeat left 5px;
	
}

#projectdetails_spec h2{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:20px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#414141;
  margin-bottom:15px;
  border-bottom:1px solid #d2d2d2;
  padding-bottom:3px;
}






#projectdetails_avail{
	margin:0px;
  	padding:0px 0px 30px 0px;
  	width:949px;
}
#projectdetails_avail ul{
	margin:0px;
  	padding:0px;
  	width:444px;
	display:list-item;
	float:left;
}
#projectdetails_avail li{
	margin:0px 0px 0px 20px;
  	padding:0px 0px 10px 15px;
  	width:424px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
	clear:both;
	list-style:none;
	background:url(../images/icon_4.gif) no-repeat left 5px;
	
}


#projectdetails_avail h2{
  margin:0px;
  padding:0px 0px 0px 0px;
  font-size:20px;
  font-family:"Trebuchet MS", Tahoma, Arial;
  color:#414141;
  margin-bottom:15px;
  border-bottom:1px solid #d2d2d2;
  padding-bottom:3px;
}
.btn_brochure{
	background-image:url(../images/download_Brochure.gif);
	background-repeat:no-repeat;
	width:274px;
	height:36px;
	cursor:pointer;
	border:0px;
	display:block;
	float:right;
}

/*added on 02 oct 09*/
.vacant{
	float:left;
	margin:0px 0 10px 0; padding:8px;
	width:936px;
	background:#ecf0e2;
	}
.vacant_text{
	font:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px; font-weight:bold;
	margin:2px 0 0 0;
	
	}
.red{
 	width:20px;height:20px; float:left;
	margin:0 6px 0 0;
	background:#d71a21;
	}
.yellow{
 	width:20px;height:20px; float:left;
	margin:0 6px 0 0;
	background:#ffd16f;
	}
	img.zoomable {cursor:url("zoom-in.cur"), -moz-zoom-in; }
/* end  on 02 oct 09*/