* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
html,body,form { margin: 0px; padding: 0px; }
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-size: 11px;
	color: #666666;
    background: #ffffff;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.subheader {
  font-size: 15px;
  font-weight: bold;
}

.page_title {
border-bottom:1px solid #dedede;
  margin:0px;
  font-size:14px;
  font-weight:bold;
}

hr {
  border: 0;
  height: 1px;
  color: #666666;
  background: #666666;
}

#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}


#content ul {
	margin: 0px;
	padding:0px;
	list-style-position: inside;
	list-style-type: square;
}


#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
.form_element {
	font-size: 11px;
	color: #666666;
}

.small_white {
	font-size: 11px;
	color: #FFFFFF;
}

.bg_home_left {
	background-image: url('/images/bg_home_left_fade.jpg');
	background-repeat: repeat-y;
	background-position:  left 50%;
	background-color: #999999
}


.td_padding {
	padding-top: 5px;
}
.box {
	background-image: url('/images/bg_box.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #E9E9E9;
}


.cms_module, .cms_position { text-align: left; }
.soldTrue {
  background: url(/images/sold.jpg) top right no-repeat;
  }
.soldYes {
  background: url(/images/sold.jpg) top right no-repeat;
  }
	
.bigger {
	font-size:13px;
}
.navy {
	color:#003366;
}
.paleblue {
	color:#527597;
}
.green {
	color:#009800;
}
.darkgreen {
	color:#006400;
}
.red {
	color:#990000;
}
.titlebar {
	border-bottom:1px solid #527597;
	background: #87a2bc url('/images/titlebar.gif') top repeat-x;
	color:#ffffff;
	font-weight:bold;
}
.shaded {
	background-color:#f1f1f1;
}
.plainbox {
	padding:20px;
	margin:0 auto;
	text-align:center;
	border:1px solid #cccccc;
}
.featuredbox {
	border:1px solid #e9e9e9;
	text-align:center;
	padding:2px;
}
