@charset "utf-8";
/* CSS Document */

body {
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: center;
background-image: url(../layout/pagebg.jpg);
background-color: #5C82A7;
}

img {
border: 0px;
}

a {
border: 0px;
}

#wrapper {
text-align: left;
margin-top: 0px;
background-color: #fff;
}

#balloons {
position: absolute;
z-index: 1;
margin-top: 5px;
margin-left: 8px;
}

#topnav {
position: absolute;
z-index: 5;
margin-left: 650px;
margin-top: 65px;
}

#logo {
position: relative;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
text-align: center;
}

#navigation {
position: relative;
z-index: 1;
width: 880px;
height: 260px;
background-image: url(../layout/navbg.jpg);
background-color: #7D0000;
background-repeat: repeat-x;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
text-align: left;
}

#navigation ul#navlinks {
float: left;
margin: 2px 0 0 20px;
padding: 0;
list-style: none;
}

#navigation ul#navlinks li {
height: 40px;
width: 200px;
margin: 0;
padding: 0 0 0 5px;
border-bottom: 1px solid #cb5353;
}

#navigation ul#navlinks li.lastitem {
border: 0;
}

#slider {
float: right;
z-index: 5;
padding: 8px 8px 8px 0;
}

#content {
position: relative;
text-align: left;
padding-top: 30px;
}

#leftcol {
float: left;
width: 580px;
padding-left: 20px;
padding-right: 10px;
}

#subtext {
text-align: left;
}

#rightcol {
float: right;
width: 275px;
padding-right: 10px;
}

#quicksearchcontainer {
background-color: #1C4167;
height: 70px;
padding-left: 8px;
padding-top: 4px;
}

#featured-property {
padding-bottom: 30px;
}

.featuredtitle {
position: relative;
margin-bottom: -18px;
}

#clearing {
clear:both;
padding-bottom: 10px;
}

#footer {
position: relative;
background-color: #000033;
margin-left: auto;
margin-right: auto;
margin-top: -10px;
}

/*Blog--Index Page*/
.blg_title{
	position:relative;
	bottom:-19px;
}

.blg_rule{
	height: 3px;
	border: 0 none #ffffff;
}

.blg_date_bg{
	position:relative;
	right:-434px;
	top:-10px;
}

.blg_date{
	position:relative;
	text-align:right;
	top:-59px;
	left:-30px;
}

.blg_body{
	position:relative;
	top:-65px;
}

.blg_more{
	position:relative;
	top:-155px;
}

