@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEFEFE;
	line-height: 13px;
	height: 100%; 
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#c9d0d1;
}
a {
	color: #52add2;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#container {
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width:936px;
	padding: 0px;
}
.container p {
	margin: 0 10px;
}
#header {
	width:936px;
	height:140px;
	padding:0px;
}
#logo {
	text-align:right;
	width:560px;
	float:left;
}
#nav {
	margin-top:76px;
	text-align:right;
	width:372px;
	float:right;
}
#home_left {
	width:464px;
	float:left;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02161d;
	line-height: 14px;
}
#home_right {
	width:464px;
	float:right;
	background-color: #1f1f1f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
#our_listings {
	width:936px;
	float:left;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02161d;
	line-height: 14px;
}
#listings_content {
	width:720px;
	float:right;
	background-color: #1f1f1f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
#listings_nav {
	width:200px;
	float:left;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02161d;
	line-height: 14px;
}
.content {
	margin-top:6px;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:6px;
}
#footer_left {
	width:490px;
	padding-top:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color:#c9d0d1;
}
#footer_our_listings {
	width:936px;
	padding-top:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#c9d0d1;
}
a.footer_left:hover {
	color: #52add2;
}
#footer_right {
	padding-top:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:right;
	background-color:#c9d0d1;
	color: #02161d;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #52add2;
	font-weight: normal;
	text-decoration: none;
	margin-top:15px;
	margin-bottom:6px;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c7d8df;
	font-weight: normal;
	text-decoration: none;
	margin-top:15px;
	margin-bottom:6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:6px;
}
.title_blue {
	font-size: 11px;
	color: #52add2;
	text-decoration: none;
}
.title_white {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.imgborder {
	border:solid;
	border-color:#d3dadd;
	border-width:3px;
}
.form_style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*begin round corners*/
.roundtop_left { 
	background: url(../images/left_tr.gif) no-repeat top right; 
}

.roundbottom_left {
	background: url(../images/left_br.gif) no-repeat top right; 
}

.roundtop_right { 
	background: url(../images/right_tr.gif) no-repeat top right; 
}

.roundbottom_right {
	background: url(../images/right_br.gif) no-repeat top right; 
}
img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
/*end round corners*/

.error_messages {
    color: #FF0000;
}
.black {
	font-size: 11px;
	color: #02161d;
}
