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

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin:0;
padding:0;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
}

html {
background:url(images/background-black.jpg);
}

#wrapper {
background:#FFFFFF;
overflow:hidden;
width:800px;
margin:0 auto;
padding:0px 40px 0px 40px
}

#main {
clear:both;
overflow:hidden;
}

/* Header */

#header {
clear:both;
overflow:hidden;
}

#header h1 {
padding:10px 0px 10px 0px;
margin:0;
}

#logo {
float:left;
width:400px;
}

#header-tel {
float:right;
width:200px;
background-image:url(images/tel-top.jpg);
background-repeat:no-repeat;
height:50px;
padding:3px 30px 0px 0px;
color:#FFFFFF;
text-align:right;
font-size:14px;
background-position:right top;
}

/* Menu */

#menu {
background-image:url(images/menu-back.jpg);
background-repeat:repeat-x;
height: 27px;
}

#menu ul {
list-style-type:none;
padding:0;
margin:0;
}

#menu li {
float:left;
}

#menu li a {
display:block;
color:#FFFFFF;
text-decoration:none;
font-size:14px;
padding:4px 15px 0px 15px;
border-right: 1px solid white;
height:25px;
}

#menu li a:hover {
display:block;
color:#FFFFFF;
text-decoration:none;
background-image:url(images/menu-back-light5.jpg);
background-repeat:repeat-x;
}

/* Content */

#left-col {
width:200px;
float:left;
}

#left-col h3, #right-col h2 {
font-size:16px;
color:#CB0B22;
}

#right-col {
width:450px;
float:right;
}

#right-col input, #right-col textarea {
padding:7px;
border:1px solid #CB0B22;
font-size:14px;
color:#CB0B22;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}

#right-col textarea  {
width:400px;
}

#map_1 {
border:6px solid #CB0B22;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


/* Boxes */

.box-red, .box-grey {
width:390px;
float:left;
color:#FFFFFF;
padding:0px 10px 0px 0px;
margin-top:10px;
}

.box-red {
background-image:url(images/info-box-red.jpg);
background-repeat:no-repeat;
}

.box-grey {
background-image:url(images/info-box-grey.jpg);
background-repeat:no-repeat;
}

.box-left {
width:215px;
float:left;
padding-left:10px;
}

.box-left img {
border:4px solid white;
}

.box-left img:hover {
border:4px solid #333333;
}

.box-right {
width:160px;
float:left;
}

.box-red h3 {
font-size:18px;
font-weight:normal;
border-bottom:1px solid #E15361;
padding-bottom:5px;
margin-bottom:0;
}

.box-grey h3 {
font-size:18px;
font-weight:normal;
border-bottom:1px solid #999999;
padding-bottom:5px;
margin-bottom:0;
}

.box-right p {
padding:10px 0px 14px 0px;
margin:0;
}

.button-red a {
background-image:url(images/button-red.jpg);
background-repeat:no-repeat;
display:block;
height:20px;
padding:1px 2px 2px 5px;
color:#CB0B22;
font-weight:bold;
font-size:14px;
text-decoration:none;
}

.button-red a:hover {
background-image:url(images/button-grey.jpg);
background-repeat:no-repeat;
color:#333333;
}

.button-grey a {
background-image:url(images/button-grey.jpg);
background-repeat:no-repeat;
display:block;
height:20px;
padding:1px 2px 2px 5px;
color:#333333;
font-weight:bold;
font-size:14px;
text-decoration:none;
}

.button-grey a:hover {
background-image:url(images/button-red.jpg);
background-repeat:no-repeat;
color:#CB0B22;
}

.offer {
background-image:url(images/red-gradiant.jpg);
background-repeat:repeat-x;
font-size:14px;
padding-left:5px;
padding-top:10px;
padding-bottom:30px;
line-height:2em;

}

/* Footer */

#footer {
clear:both;
padding:20px 0px 20px 0px;
}

#footer-links {
width:550px;
margin:0 auto;

}

#footer-links ul {
list-style-type:none;
padding:0;
margin:0;
}

#footer-links a {
display:block;
font-size:11px;
float:left;
padding:0px 10px 0px 10px;
border-right: 1px solid #CCCCCC;
color:#999999;
text-decoration:none;
}

#footer-links a:hover {
color:#CB0B22;
text-decoration:none;
}

#footer-info {
clear:both;
color:#999999;
width:550px;
margin:0 auto;
text-align:center;
line-height:2em;
padding:10px 0px 10px 0px;
font-size:11px;
}


/* Fonts */

p {
line-height:1.6em;
}

a:link {
text-decoration:none;
color:#CB0B22;
}

a:visited {
text-decoration:none;
color:#CB0B22;
}

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

/* Open Realty */

.result_row_1 td {
background:#595959;
color:#FFFFFF;
padding:10px;
border-right:1px solid #707070;
border-bottom:1px solid #707070;
}

.result_row_0 td {
background:#CB0B22;
color:#FFFFFF;
padding:10px;
border-right:1px solid #D22D41;
border-bottom:1px solid #D22D41;

}

.result_row_1 img, .result_row_0 img {
border:3px solid #FFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.result_row_1 img:hover, .result_row_0 img:hover {
border:3px solid #CCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


.result_row_1 a, .result_row_0 a {
color:#FFFFFF;
font-weight:bold;
padding:5px;
}

td {
padding-bottom:5px;
}

.browse_tool_table td {
padding:5px 10px 5px 0px;
}

#listing-main {
width:100%;
overflow:hidden;
padding-bottom:20px;
}

#listing-left {
float:left;
width:250px;
}

#listing-left img {
padding:0;
margin:0;
}

#listing-right {
float:left;
width:500px;
}

.top-left {
padding:10px;
background:#F3F3F3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.top-right {
padding:10px 0px 10px 10px

}

.table-center {
padding:10px 0px 10px 10px;
border-top:1px solid #F3F3F3;
border-bottom:1px solid #F3F3F3;
}

.feature1 {
padding-top:10px;

}

.feature2 {

}

.table-info {
width:240px;
float:right;
margin-left:20px
}

.table-info ul {
padding:0;
margin:0;
list-style-type:none;
}

.table-info a {
padding:5px;
border-bottom:1px solid #CCCCCC;
display:block;
width:250px;
}

.table-info a:hover {
padding:5px;
background:#CB0B22;
border-bottom:1px solid #CCCCCC;
display:block;
width:240px;
}

#agent-info {
line-height:1.7em;
background:#F3F3F3;
padding:10px;
color:#666666;
width:200px;
float:left;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#viewed {
clear:both;
padding-top:20px;
font-size:11px;
}

img {
border:0;
}

input, textarea {
padding:7px;
border:1px solid #CCC;
font-size:14px;
color:#CB0B22;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
margin-left:20px;
}

input {
padding:7px;
border:1px solid #CB0B22;
font-size:14px;
color:#CB0B22;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;

}
select {
padding:7px;
border:1px solid #CB0B22;
font-size:14px;
color:#CB0B22;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;

}