body  {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.top_menu{
width:100%;
background-color:#000000;
}
a:link,  a:visited{
color:#333333;
text-decoration:underline;    
	}

a:hover{
	color:#999999;
	text-decoration:none;
	}

#header {background-color:#000000;}
.header_nav{
background-color:#000000;
text-transform:uppercase;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;}

.header_nav ul{
list-style-type: none;
padding-left:30px;
margin: 0;
   }
.header_nav li{
height:25px;
float:left;
}

.header_txt{
padding-left:38px;
padding-right:38px;
padding-top:5px;

}


.header_nav a:link, .header_nav a:visited{
color:#FFFFFF;
	text-decoration:none;    
	}

.header_nav a:hover{
	color:#ff1a17;
	text-decoration:none;
	}

.header_img {
background-image:url(images/header.jpg);
width:1005px;
height:177px;
}
#header2{
background-color:#ffffff;
color:#000000;

/*text-transform:uppercase;*/
font-weight:bold;

}



#header2 ul{
list-style-type: none;
padding-left:30px;
margin: 0;
   }
#header2  li{
height:32px;
float:left;
background-image:url(images/button_bg2.jpg);
background-repeat:no-repeat;
width:311px;

}

#header2 .top_nav2_txt{

padding-top:8px;
text-align:center;


}


#header2  a:link, #header2  a:visited{
color:#ffffff;
	text-decoration:none;    
	}

#header2  a:hover{
	color:#000000;
	text-decoration:none;
	}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px;
	padding-left:24px;
	
}
#lhs_bg{
background-color:#d61413;}
.lhs_txt{
padding:18px;
text-align:left;
color:#FFFFFF;
font-size:11px;}
.lhs_txt2{
padding:10px 18px;
color:#FFFFFF;
font-size:11px;}
.lhs_txt2 p{
padding-top:5px;
padding-bottom:5px;
margin:0;}
.red_txt{
color:#FF0000;}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 177px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right:20px;

}
.rhs_floatLeft{
float:left;
padding-right:5px;
padding-bottom:5px;}
.property_info_txt{
padding-top:10px;
font-size:11px;
}
.property_info_txt ul{
margin-left:-20px;}
#mainContent {
padding-left:8px;
width:555px;

float:left;
} 
h2 {
font-size:13px;
font-weight:bold;
color:#000000;}
.floatLeftSec{
float:left;
padding-right:5px;
}
.main_bg{
background-image:url(images/main_bg2.jpg);
height:490px;
width:555px;
}

.main_txt{
padding:20px;
text-align:justify;
color:#515151;
font-size:11px;}
.main_txt_border{
border-left:1px solid #c0c0c0;
border-right:1px solid #c0c0c0;
padding-top:10px;
padding-left:20px;
padding-right:20px;
text-align:justify;
color:#515151;
font-size:11px;
}
.main_bg2{
background-image:url(images/main_bg3a.jpg);
background-repeat:no-repeat;
height:237px;
width:515px;
background-position:bottom right;
padding-left:20px;
padding-right:20px;
text-align:justify;
color:#515151;
font-size:11px;

}
.main_bg_footer{
background-image:url(images/main_box_bellow.jpg);
background-repeat:no-repeat;
height:7px;
width:555px;
}
.tbl_no_border td, .tbl_no_border th{
padding-left:2px;
padding-right:2px;}
.white_hori{
background-image:url(images/white_dot.jpg);
width:170px;
height:1px;
}
#footer {
text-align:center;
} 
#footer1{

background-color:#000000;
color:#FFFFFF;
height:27px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


#footer1 ul{
list-style-type: none;
padding-left:250px;
margin: 0;

   }
#footer1 li{
height:27px;
float:left;
padding-left:10px;
padding-right:10px;
padding-top:2px;
}

.footer_txt{
padding-left:10px;
padding-right:10px;
padding-top:2px;

}


#footer1 a:link, #footer1 a:visited{
color:#FFFFFF;
	text-decoration:none;    
	}

#footer1 a:hover{
	color:#ff1a17;
	text-decoration:none;
	}


#footer2{
background-color:#d3d5d6;
color:#000000;
height:21px;
font-size:11px;
padding-top:5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
   
}
