@charset "utf-8";
/* CSS Document */

/* rch: avoid horizontal shifting when clicking on menu tabls because of appearing/disappearing vertical scrollbar */
html, .mls_header{ overflow-y: scroll; }

body{
background-color:#153f0e;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
color:#3c3d33;
}

.top_grad{
background-image:url(images/top_bg.jpg);
background-repeat:repeat-x;
height:20px;
}

.menu_link a {
display:block;
width:132px;
height:27px;
}

.welcome_link a{
background-image: url(images/welcome_.jpg);
}

.saluda_link a{
background-image:url(images/saluda_.jpg);
}

.mls_link a{
background-image:url(images/mls_.jpg);
}

.real_link a{
background-image:url(images/real_.jpg);
}

.rental_link a{
background-image:url(images/rental_.jpg);
}

.contact_link a{
background-image:url(images/contact_.jpg);
}

.menu_link a:hover, .menu_link a:active, .menu_link_highlighted a {
background-position:0px 27px;
}

.menu{
background-color:#b0a579;
}

.menu_bottom{
height:10px;
background-color:#f3f4e6;
}

.container{
padding:10px 10px 6px 10px;
background-color:#f3f4e6;
}

.content{
background-color:#d3d5ae;
}

td.content {
    padding: 20px;
}

.left_col{
padding:10px;
width:490px;
}

.left_col2{
	padding:10px;
	width:100%;
	font-size:12px;
}

.left_col h2,.left_col2 h2{
padding:0 0 5px 0;
display:inline-block;
margin:10px 0 10px 0;
font-family:"Times New Roman", Times, serif;
border-bottom:1px solid #f3f4e6;
font-size: 18px;
font-weight:bold;
}

.left_col h3,.left_col2 h3{
padding:0 0 5px 0;
display:inline-block;
margin:10px 0 10px 0;
font-family:"Times New Roman", Times, serif;
font-size: 16px;
font-weight:bold;
}

.left_col2 h4{
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:bold;
}

.left_col p,.left_col2 p{
padding:0;
margin:10px 0 10px 0;
font-size: 12px;
font-weight:normal;
}

.right_top{
background-image:url(images/right_top.jpg);
width:242px;
height:19px;
background-repeat:no-repeat;
background-position:bottom;
}

.right_bottom{
background-image:url(images/right_bottom.jpg);
width:242px;
height:20px;
background-repeat:no-repeat;
background-position:top;
}

.right_mid{
background-image:url(images/right_bg.jpg);
padding:15px;
background-repeat: repeat-y;
text-align:center;
}

.right_mid li{
list-style:none;
font-size:12px;
display:block;
margin-bottom:8px;
background-image:url(images/tick.jpg);
padding:0 0 0 15px;
background-repeat:no-repeat;
background-position:0% 3px;
text-align:left;
}
.right_mid ul{
margin:10px;
padding:0;
}

.right_col{
padding-top:10px;
}

.footer{
background-image:url(images/footer_bg.jpg);
height:68px;
background-repeat:no-repeat;
font-size:12px;
}

.vert_sep{
width:20px;
}

.mails{
color:#3c3d33;
}


.q1{
padding:5px 20px 0 20px;
background-image:url(images/q1.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.q2{
padding:0 20px 10px 20px;
background-image:url(images/q2.jpg);
background-position: bottom right;
background-repeat:no-repeat;
}

.popup1 {
	POSITION: absolute;
	VISIBILITY: hidden;
	display:none;
	BACKGROUND-COLOR: white;
	LAYER-BACKGROUND-COLOR: white;
	width: 330px;
	BORDER-LEFT: 1px solid #7F7F7F;
	BORDER-TOP: 1px solid #7F7F7F;
	BORDER-BOTTOM: 1px solid #7F7F7F;
	BORDER-RIGHT: 1px solid #7F7F7F;
	PADDING: 4px;
	z-index: 10;
}
