body{
	color: #ddd;
	background: url(../images/pagebg.png) #000 no-repeat top;
	font: normal 13px/16px Arial, Helvetica, Tahoma, sans-serif;
	line-height: 20px;
	margin: 0px 0px;
}

#page {
	width: 960px;
	margin: 0px auto;
}

#topdiv {
	width:auto; 
	height: 100px;
}

#logo {
	float: left;
	width: 500px;
	height: 65px;
	padding-top: 35px;
}

#phonenumber {
	float: right;
	padding-top: 48px;
}

#nav {
	position: absolute;
	display: block;
	width: 960px;
	height: 45px;
	background: url(../images/navbg.png) no-repeat;
	z-index: 5;
}

.downarrow {
	margin-bottom: 2px;
	margin-left: 6px;
}


#banner {
	float: left;
	width: 960px;
	height: 320px;
	margin-bottom: 20px;
	margin-top: 70px;
}

#banner-left {
	float: left;
	width: 280px;
	height: 320px;
	border-right: 1px solid #000;
}

#banner-right {
	float: left;
	width: 679px;
	height: 320px;
}

#spacer{
	float: left;
	width: 960px;
	height: 60px;
}

#main{
	float: left;
	width:960px;
	display: block;
	padding: 5px 0px 20px;
}

#halfleft {
	float: left;
	width: 520px;
	margin-right: 40px;
}

#halfright {
	float: left;
	width: 400px;
	overflow: visible;
}

#listleft {
	float: left;
	width: 200px;
	border-top: 1px solid #333;
}

#listwideright {
	float: left;
	width: 750px;
	margin-left: 10px;
}
	
#listmid {
	float: left; 
	width: 550px;
	margin-top: -30px;
	margin-left: 10px;
}

#listright {
	float: left;
	width: 200px;
}

#listleft ul {
	list-style-type: none;
	margin-left: -40px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#listleft li {
	float: left;
}

#listleft li a {
	width: 180px;
	height: 20px;
	display: block;
	padding: 7px 0px 7px 20px;
	border-bottom: 1px solid #333;
	color: #fff;
}

#listleft li a:hover {
	background: #111;
	text-decoration: none;
	color: #fff;
}



#wideleft {
	float: left;
	width: 600px;
	margin-right: 40px;
}

#wideright {
	float: left;
	width: 220px;
}

#contactleft {
	float: left;
	width: 680px;
	margin-right: 40px;
}

.c1 {
	float: left;
	width: 155px;
	margin-right: 20px;
}

.c2 {
	float: left;
	width: 155px;
}

.c1 img, .c2 img {
	margin-bottom: 10px;
}

#contactright {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 300px;
	margin-right: 40px;
}

#middle {
	float: left;
	width: 300px;
	margin-right: 40px;
}

#right {
	float: left;
	width: 280px;
	margin-right: 0px;
}

#footer {
	float: left;
	width: 960px;
	padding-top: 20px;
	margin-bottom: 20px;
	height: 50px;
	background:url(../images/footer_bg.jpg) no-repeat;
}

#footerleft {
	float: left;
	width: 450px;
	font-size: 10px;
}

#footerright {
	float: right;
	width: 450px;
	text-align: right;
	font-size: 10px;
}

a{
	color: #fff;
	text-decoration: underline;
	border: 0px;
}

a:hover{
	color: #fff;
	text-decoration: none;
}


input,select,textarea {
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}

select{
	padding: 0;
}

img.floatleft {
	float: left;
	padding-right: 10px;
}

h2	{
	font-size: 20px;
	font-family: Palatino Linotype, Times New Roman, serif;
	color: #fff;
	margin: 0px 0px 20px 0px;
	font-weight: lighter;
}
	
h3 {
	font-size: 16px;
	font-family: Arial, Verdana;
	color: #fff;
	margin-top: 0px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-family: Arial, Verdana;
	color: #fff;
	margin-top: 0px;
	font-weight: normal;
}

img {
	border: 0px;
}

.bold {
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
}

.whiteborder {
	border: 1px solid #000;
}

#small-input {
	background: #eee;
	width: 230px;
	height: 17px;
	margin: 0;
	padding: 0;
	display: block;
	font-size:11px;
	color:#909497;
	padding:5px 0 0 10px;
	border: 1px solid #333;
	margin-bottom: 5px;
}

#small-input:focus {
	background: #fff;
	border: 1px solid #666;
	color:#000;
}

#small-multi-input {
	background: #eee;
	width: 230px;
	height: 72px;
	margin: 0;
	padding: 0;
	display: block;
	font-size:11px;
	color:#909497;
	padding:8px 0 0 10px;
	border: 1px solid #333;
	margin-bottom: 0px;
}

#small-multi-input:focus {
	background: #fff;
	color:#000;
	border: 1px solid #666;
}

#submit {
	margin-top: 10px;
	background: #333;
	width: 240px;
	height: 30px;
	cursor: pointer;
	border: 1px solid #666;
	color: #fff;
}

#submit:hover { 
	background: #111;
	border: 1px solid #999;
	color: #666;
}

#image_rotate {
	list-style: none;
	margin: 0px;
	margin-left: -40px;
}

.bordercolor {
	border: 1px solid fff;
	background: #333;
}

.primaryaccentcolor {
	background: #333;
}

.secondaryaccentcolor {
	background: #333;
}

.tablebackgroundcolor {
	background: #111;
}

table {
	margin: 5px; !important
}

td {
	margin: 5px; !important
}

.titleMed {
	font-weight: bold;
	font-size: 15px;
}

.titleSmall {
	font-weight: bold;
	font-size: 13px;
}

/*-- Listing Page Stuff --*/

#listing {
	float: left;
	width: 200px;
	height: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #222;
	padding: 15px;
}

#listing:hover {
	background: #333;
}

#listing a {
	text-decoration: none;
}

#listing {
	text-decoration: none;
}

.listprice {
	float: left;
	height: 20px;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

.listarea {
	float: right;
	height: 20px;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
	color: #fff;
}

.listpic {
	float: left;
	width: 200px;
	height: 130px;
	background: #000;
	margin-bottom: 15px;
}

.listbdrms {
	float: left;
	width: 95px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #fff;
}

.listbaths {
	float: right;
	width: 95px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: right;
	color: #fff;
}

.listdesc {
	float: left;
	height: 50px;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #fff;
}

.listprov {
	float: left;
	width: 150px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 20px;
}
	
.listlogo {
	float: left;
	width: 32px;
	margin-left: 18px;
	height: 30px;
	margin-top: 20px;
}

.listsold {
	position: absolute;
	z-index: 2;
	width: 88px;
	height: 89px;
	background: url(../images/soldoverlay.png) no-repeat;
	margin-left: -1px;
	margin-top: 29px;
}

.listdisclaimer {
	float: left;
	margin-left: 20px;
	width: 730px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCC;
}

#ldwideright {
	float: left;
	width: 730px;
	margin-left: 30px;
}

.ld-topbar {
	float: left;
	width: 700px;
	background: #333;
	padding: 10px 15px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.ld-topbarleft {
	float: left;
}

.ld-topbarright {
	float: right;
	text-align: right;
}

.ld-mainpic {
	float: left;
	width: 400px;
	height: 265px;
	margin-bottom: 20px;
}

.ld-picthumbs {
	float: left;
	width: 330px;
	height: 265px;
	margin-bottom: 20px;
}

.ld-thumb {
	float: left;
	width: 100px;
	height: 65px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ld-thumb img {
	width: 100px;
	height: 65px;
}

.ld-description {
	float: left;
	width: 730px;
	margin-bottom: 20px;
	font: 16px;
}

.ld-statscontainer {
	float: left;
	width: 690px;
	padding: 20px;
	background: #111;
}

.ld-statsleft {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.ld-statsmid {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.ld-statsright {
	float: left;
	width: 210px;
}

.ld-provider {
	float: left;
	width: 690px;
	margin-top: 20px;
	padding: 10px 20px;
	background: #111;
}

.ld-disclaimer {
	float: left;
	width: 750px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCC;
	margin-top: 10px;
}
