html, body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background:#fff url(../images/bg_body.jpg) no-repeat top left;
	color:#514B3F;
	min-width:773px;
}

* html body{
	/* Hide from IE-Mac \*/
	height:100%; /*Keeps the page at a reasonable height in IE.*/
	/* End hide */
}

#container, #blank_container{
	position:relative;
	min-height:100%;
	width:100%;
	background:url(images/content_bkg.jpg) no-repeat bottom right;
}

* html #container, * html #blank_container{
	height:100%;
}

#blank_container,  * html #blank_container{
background:none;
}

#header{
height: 70px;
width:100%;
background:#DFDFDF;
}

#navigation{
position:relative;
height:19px;
width:100%;
background:#9D1B31 url(../images/bg_left_nav.gif) no-repeat 0 0;
color:#fff;
}

#navigation ul{
margin:0 0 0 148px;
padding:0 0 0 0;
height:19px;
width:656px;
}

#navigation ul li{
list-style-type: none;
margin: 0;
padding: 0;
display: block;
float: left;
background:#9D1B31;
color:#fff;
font-size:10px;
line-height:18px;
text-align:center;
width:164px;
height:19px;
}

#navigation a{
text-decoration: none;
display: block;
width:164px;
height:19px;
background:transparent url(../images/a_link.jpg) repeat-x top left;
color: #FFF;
outline:0;
margin: 0;
padding: 0;
}

#navigation li#active a#current, #navigation a:hover { background:url(../images/a_link_hover.jpg) no-repeat 0 0}

#left_column{
position:absolute;
top:89px;
left:0;
width:148px;
min-height:100%;
background:#939393 url(../images/bg_left_column.jpg) repeat-x top left;
color:#fff;
}

/* IE7 HACK */
*+html #left_column{
height:100%;
}

* html #left_column{
/* Hide from IE-Mac (Min-height hack for IE Windows and resolves width issues in everything except IE-Mac) \*/
height:100%;
/* End hide */
}

#left_column p{
font-size:10px;
margin:0;
padding:15px 0 10px 10px;
}

#left_column p a {
color:#fff;
}

#right_column{
clear:both;
margin:0 0 0 148px;
padding:0;
}

#banner{
height:151px;
padding:0 0 0 2px;
margin:0;
width:100%;
background:#DFDFDF;
color:#FFFFFF;
}

#banner img {
margin:0;
padding:0;
}

#content{
padding:20px;
height:auto;
width:616px;
border:solid 0px #f30;
}

#content h1 span {
display:none;
}

h1#profile {
display:block;
background:transparent url(../images/title_profile.gif) no-repeat top left;
width:118px;
height:14px;
border:solid 0px #f30;
margin:0;
padding:0;
}

h1#contact {
display:block;
background:transparent url(../images/title_contact_us.gif) no-repeat top left;
width:78px;
height:14px;
border:solid 0px #f30;
margin:0;
padding:0;
}

h1#search {
display:block;
background:transparent url(../images/title_property_search.gif) no-repeat top left;
width:114px;
height:14px;
border:solid 0px #f30;
margin:0;
padding:0;
}

#content p{
font-size:11px;
color:#514B3F;
line-height:170%;
width:auto;
margin:0;
padding:15px 0 15px 0;
border:solid 0px #f30;
}

p.first_para{
background:#fff url(../images/bg_first_para.gif) no-repeat 232px bottom;
border:0px solid #f30;
}

#content p.contact_details {
font-size:11px;
}

#content p.contact_details span {
text-transform:none;
color:#633A9D;
font-weight:normal;
}

#settle_office{
float:right;
width:154px;
margin:15px 0 0 0;
padding:0 0 5px 5px;
border:solid 0px #f30;
}

#settle_office p{
color:#633A9D;
margin:0;
padding:0;
}

#content p#testimonial{
float:right;
color:#633A9D;
font-size:13px;
font-style:italic;
font-weight:normal;
line-height:170%;
margin:0;
padding:15px 0 15px 0;
}

#footer{
	/*position:absolute;*/
	position:relative;
	float:none;
	clear:both;
	bottom:0px;
	display:block;
	background:#D4D4D4 url(../images/bg_footer.gif) no-repeat bottom left;
	width: 100%;
	min-height:100%;
	border:0px solid #f30;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a:link{background-color:inherit; color: #B7203A;}
a:visited{background-color:inherit; color: #B7203A;}
a:hover{text-decoration: none; background-color:inherit; color: #B7203A;}
a:active{background-color:inherit; color: #B7203A;}


.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


