body {
	background-color: #ffffff;
	background-image: url(/images/layout/background.gif);
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	text-align: center;
	color: #363D45;
	font-size: 12px;
	}
	
#main-container {
	border-color: #181D81;
	border-style: solid;
	border-width: 5px;
	margin: auto;
	width: 900px;
	}
	
#inner-container {
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	background-color: #ffffff;
	}
	
img {
	border: none;
	}
	
p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 16px;
	}
	
li {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	}
	
h1 {
	color: #363D45;
	font-weight: bold;
	font-size: 18px;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
h2 {
	color: #363D45;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
h3 {
	color: #363D45;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.imageBorder {
	background-color: #D1D2E5;
	border-color: #363D45;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	}
	
.floatLeft {
	float: left;
	}
	
.floatRight {
	float: right;
	}
	
.clear {	
	clear: both;
	}
	
a:link, a:visited {
	color: #181D81;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #363D45;
	font-weight: bold;
	text-decoration: none;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
	
td {
	text-align: left;
	}

	
/* THESE ARE STYLES FOR THE HEADER SECTION
---------------------------------------------------*/
	
#banner {
	background-image: url(/images/layout/banner.jpg);
	background-repeat: no-repeat;
	width: 898px;
	height: 143px;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	}
	
#logo {
	float: left;
	margin: 15px 0px 0px 15px;
	}
	
#add-this {
	float: left;
	text-align: right;
	width: 260px;
	margin-top: 15px;
	}
	
/* THESE ARE STYLES FOR THE HOMEFINDER SECTION
---------------------------------------------------*/
	
#homefinder {
	float: right;
	margin: 15px 20px 0px 0px;
	width: 260px;
	text-align: left;
	}
	
#homefinder p {
	font-size: 11px;
	}
	
#homefinder fieldset {
	border: none;
	margin: 0px 10px 3px 0px;
	padding: 0px;
	}
	
#homefinder fieldset input {
	border: #363D45 1px solid;
	width: 80px;
	}
	
#homefinder label {
	width: 60px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 3px 3px 0px 0px;
	}
	
#homefinder .login {
	float: left;
	width: 100px;
	vertical-align: top;
	}

#homefinder .login input {	
	padding: 3px 0px 3px 0px;
	margin: 0px ! important;
	border: none ! important;
	}
	
#homefinder a {
	color: #181D81;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin: 3px 0px;
	}
	
td {
	text-align: left;
	}
	
/* THESE ARE STYLES FOR THE NAVIGATION SECTION
---------------------------------------------------*/

.suckertreemenu {
	border-width: 1px 0px;
	border-color: #454348;
	border-style: solid;
	background-color: #7B80B8;
	width: 898px;
	text-align: left;
	
	}
	
.nav-div {
	background-color: #C6C6D2;
	width: 1px;
	height: 29px;
	}

.suckertreemenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
margin: 0px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
border-left-width: 0;
text-decoration: none;
color: #ffffff ! important;
font-weight: normal;
width: 71px;
background-image: url(/images/layout/nav-bg-button.gif);
padding: 7px 7px 0px 7px;
height: 22px;
margin: 0px;
text-align: center;
}

.suckertreemenu ul li a:hover {
background-image: url(/images/layout/nav-bg-over.gif);
	}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 14px; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #DEDFFA;
width: 160px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #464646 ! important;
text-decoration: none;
padding: 4px 0px 1px 0px ! important;
border-style: dashed;
border-color: #464646;
border-width: 0px 0px 1px 0px;
font-size: 12px;
background-image: none;
height: 18px;
margin: 0px ! important;
}

.suckertreemenu ul li ul li a:hover{ 
background-image: none;
color: #ffffff ! important;
background-color: #181D81;
}

.suckertreemenu ul li a:hover{
color: white;

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 14px;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/* THESE ARE STYLES FOR THE FOOTER SECTION
---------------------------------------------------*/

#footer {
	width: 900px;
	margin: 20px auto;
	font-size: 12px;
	}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#footer li {
	display: inline;
	}
	
#footer a {
	font-size: 12px;
	}
	
#footer font {
	font-family: helvetica, arial, sans-serif;
	line-height: 16px;
	}
	
/* THESE ARE STYLES FOR THE HOME PAGE
---------------------------------------------------*/

#middle-home {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	text-align: left;
	}

#slideshow {
	height: 273px;
	width: 490px;
	}
	
#curve-layer {
	position: absolute;
	width: 500px;
	text-align: right;
	}
	
#slideshow {
	float: left;
	}
	
#quick-search {
	float: left;
	}
	
#bottom-home {
	border-width: 5px 0px 0px 0px;
	border-style: solid;
	border-color: #242A91;
	padding: 20px;
	}
	
#image-layer script {
	width: 490px;
	height: 273px;
	z-index: 1;
	}
	
#image-layer {
	z-index: 0;
	}
	
#bottom-home h1 {
	font-size: 18px;
	}

	
/* THESE ARE STYLES FOR THE QUICK SEARCH
---------------------------------------------------*/

#quick-search {
	margin: 15px 10px 0px 10px;
	width: 360px;
	text-align: left;
	font-weight: bold;
	}
	
#quick-search label {
	display: block;
	float: left;
	width: 55px;
	margin: 6px 0px 0px 0px;
	}
	
#quick-search fieldset {
	border: none;
	margin: 0px;
	padding: 3px 0px;
	font-size: 11px;
	}
	
#quick-search p {
	display: inline;
	}
	
.label2 {
	display: inline ! important;
	float: none ! important;
	padding: 0px 3px 0px 10px;
	}
	
.qs-submit {
	margin-left: 55px ! important;
	}
	
.qs-submit input {
	display: block;
	margin: 0px 0px 5px 0px;
	}
	
.long-field {
	width: 214px;
	}
	
.med-field {
	width: 150px;
	}
	
.short-field {
	width: 122px;
	}
	
.xshort-field {
	width: 52px;
	}
	
/* THESE ARE STYLES FOR THE FEATURED LISTINGS
---------------------------------------------------*/
	
#feat-listings {
	width: 290px;
	float: left;
	text-align: left;
	}
	
.feat-home {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
.feat-home img {
	background-color: #D1D2E5;
	border-color: #363D45;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	width: 126px;
	height: 95px;
	
	}
	
.feat-home ul {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
.feat-small {
	font-size: 11px;
	}
	
.feat-bold {
	font-weight: bold;
	}
	
/* THESE ARE STYLES FOR THE FEATURED AGENT
---------------------------------------------------*/
	
#feat-agent {
	width: 170px;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 20px;
	}
	
.feat-agent img {
	background-color: #D1D2E5;
	border-color: #363D45;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	float: left;
	}
	
.feat-agent ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	}
	
#feat-agent .feat-bold {
	margin: 0px 0px 20px 0px;
	}
	
/* THESE ARE STYLES FOR THE ATLAS SEARCH
---------------------------------------------------*/
	
#atlas-search {
	width: 360px;
	float: right;
	text-align: left;
	background-image: url(/images/layout/atlas-search.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 220px;
	}
	
/* THESE ARE STYLES FOR THE INTERIOR CONTENT PAGE
---------------------------------------------------*/

#content {
	width: 860px ! important;
	margin: 20px auto;
	text-align: left;
	}
	
.community {
	width: 600px;
	text-align: center;
	margin: auto;
	}

.community li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	}
	
.community img {
	vertical-align: middle;
	border: solid 1px #000000;
	margin: 10px;
	}
	
#openhouses center {
	text-align: left;
	}
	
#openhouses {
	text-align: left;
	}
	
	
.price {
	font-size: 18px;
	}
	
.price a {
	font-size: 12px;
	}
	
.subtitle {
	font-size: 14px;
	}
	
