body {
	background-color:#D2E2AE;
	text-align:center;
	margin-top:20px;
	font-size:13px;
}

body, div, a {
	font-family:"Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color:#000000;
}

a img {
	border:none;
}

form {
	margin-top:0px;
}

/*------------------------------------------------------------------------
 *=HEADERS
 ------------------------------------------------------------------------*/

h1 {
	font-size:22px;
	font-weight:normal;
	margin-top:0px;
}

h2 {
	font-size:18px;
	font-weight:normal;
}

h2.silver, h2.orange, h2.green {
	font-size:15px;
	font-weight:normal;
	line-height:31px;
	padding-left:5px;
	margin-top:0px;
}

h2.silver {
	background-image:url(../images/silver_background.jpg);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	color:#666666;
}

h2.orange {
	background-image:url(../images/orange_background.jpg);
	background-repeat:repeat-x;
	border:1px solid #E0730F;
	color:#FFFFFF;
}

h2.green {
	background-color:#95AA4F;
	color:#FFFFFF;
}

h2.green a {
	color:#FFFFFF;
}

h3 {
	font-size:15px;
	font-weight:normal;
}

/*------------------------------------------------------------------------
 *=STRUCTURE
 ------------------------------------------------------------------------*/

#shadow {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#container {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px 10px 50px 10px;
	background-color:#FFFFFF;
	border:1px solid #AFBB92;
}

/*------------------------------------------------------------------------
 *=HEADER
 ------------------------------------------------------------------------*/

#header {
	height:180px;
}

#logo {
	float:left;
	margin-bottom:10px;
}

#header_right {
	width:550px;
	float:right;
	text-align:right;
}

#header_right #slogan {
	color:#535143;
	font-size:15px;
}

/*------------------------------------------------------------------------
 *=NAVIGATION
 ------------------------------------------------------------------------*/

#navigation {
	height:31px;
	border:1px solid #00ADEF;
	background-image:url(../images/navigation_background.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation ul li {
	list-style-type:none;
	display:inline;
	height:31px;
}

#navigation ul li a {
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	font-size:15px;
}

#navigation ul li a.selected {
	background-color:#66CCFF;
}

#navigation ul li a:hover {
	background-color:#66CCFF;
}

#breadcrumb {
	float:left;
	font-size:13px;
}

#date {
	float:right;
	font-size:13px;
}

/*------------------------------------------------------------------------
 *=CONTENT
 ------------------------------------------------------------------------*/

#content {
	margin-top:5px;
}

#menu {
	float:left;
	width:150px;
}

#menu select {
	width:140px;
	margin-bottom:5px;
}

#menu h2 {
	margin-bottom:10px;
}

#menu label {
	display:block;
	padding-bottom:5px;
}

#main {
	float:right;
	width:767px;
}

#main_left {
	float:left;
	width:500px;
	background-image:url(../images/content_background.gif);
	background-positon:top center;
	background-repeat:no-repeat;
}

#main_right {
	float:right;
	width:250px;
}

/*------------------------------------------------------------------------
 *=LISTINGS
 ------------------------------------------------------------------------*/
.listing {
	margin-bottom:25px;
}

.listing h2 {
	margin:0px 0px 5px 0px;
	background-color:#D2E2AE;
	padding:0px 5px 0px 5px;
	line-height:30px;
	font-size:15px;
}

.listing h2 span {
	display:block;
	float:left;
	width:160px;
}

.listing .image {
	float:left;
}

.listing .image img {
	width:160px;
	height:120px;
}

.listing .summary {
	float:right;
	width:325px;
}

.listing .summary p {
	margin-top:0px;
}

.listing .summary a {
	margin-right:15px;
}

/*------------------------------------------------------------------------
 *=DETAILS
 ------------------------------------------------------------------------*/
#title {
	float:left;
}

#price {
	float:right;
}

#details {
}

#details h1 {
	margin-bottom:5px;
}

/*------------------------------------------------------------------------
 *=SLIDESHOW
 ------------------------------------------------------------------------*/

#slideshow {
	margin-bottom:15px;
}

#slideshow #info {
	width:488px;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-bottom:5px;
	text-align:center;
}

#slideshow #info #previous {
	float:left;
}

#slideshow #info #next {
	float:right;
}

#slideshow #image {
	width:500px;
	height:390px;
}

#slideshow #switcher {
	width:488px;
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:center;
}

#slideshow #switcher #previews img {
	width:75px;
	height:60px;
	margin:0px 5px 5px 0px;
	float:left;
}

/*------------------------------------------------------------------------
 *=LATEST
 ------------------------------------------------------------------------*/
.latest {
	padding-bottom:10px;
	margin-top:13px;
	border-bottom:1px solid #CCCCCC;
}

.latest .image {
	float:left;
	width:100px;
}

.latest .image img {
	width:100px;
	height:80px;
}

.latest .summary {
	float:right;
	width:375px;
}

.latest .summary a {
	margin-right:15px;
}

.latest .summary h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}

/*------------------------------------------------------------------------
 *=FEATURED_PROPERTY
 ------------------------------------------------------------------------*/
.featured_property {
	padding:5px;
	margin-bottom:25px;
}

.featured_property img {
	width:240px;
	height:190px;
	border:1px solid #333333;
}

/*------------------------------------------------------------------------
 *=ARTICLE
 ------------------------------------------------------------------------*/
.article {
	margin-bottom:25px;
}

.article h2, .article h1 {
	margin-bottom:5px;
	margin-top:0px;
}

.article h2 a {
	text-decoration:none;
}

.article .image {
	float:left;
	width:145px;
	margin-top:5px;
	padding-top:10px;
}

.article .image img {
	width:135px;
	height:100px;
	border:1px solid #666666;
}

.article .description {
	float:right;
	width:350px;
}

.article .note {
	color:#666666;
}

.article .comment {
	margin-bottom:10px;
}

.article #comments {
	margin:0px;
	padding:0px;
}

.article #comments li {
	list-style-type:none;
}


/*------------------------------------------------------------------------
 *=HOMEPAGE
 ------------------------------------------------------------------------*/

#introduction {
	float:left;
	width:350px;
}

#quicklinks {
	float:right;
	width:135px;
}

.paragraph_links {
	margin-top:5px;
}

.paragraph_links a {
	margin-right:20px;
}

.popular_properties {
	padding:5px;
}

.popular_properties div {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:0px 5px 10px 5px;
	line-height:20px;
}

/*------------------------------------------------------------------------
 *=FOOTER
 ------------------------------------------------------------------------*/

#footer {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:left;
	color:#535143;
	font-size:11px;
	margin-bottom:50px;
}

#footer h2 {
	font-size:11px;
	margin-bottom:5px;
	font-weight:bold;
}

#footer a {
	font-size:11px;
	color:#535143;
}

/*------------------------------------------------------------------------
 *=BANNERS
 ------------------------------------------------------------------------*/

.banner_468x60, .banner_120x200, .banner_120x60 {
	border:1px solid #CCCCCC;
	margin-bottom:15px;
}

.banner_120x200, .banner_120x60 {
	margin-left:auto;
	margin-right:auto;
}

.banner_468x60 a.advertise, .banner_120x200 a.advertise, .banner_120x60 a.advertise {
	display:block;
	text-align:center;
	color:#999999;
}

.banner_468x60 {
	width:468px;
	height:60px;
	margin-left:auto;
	margin-bottom:15px;
}

.banner_468x60 a.advertise {
	margin-top:20px;
}

.banner_120x200 {
	width:120px;
	height:200px;
}

.banner_120x200 a.advertise {
	margin-top:80px;
}

.banner_120x60 {
	width:120px;
	height:60px;
}

.banner_120x60 a.advertise {
	margin-top:20px;
}

/*------------------------------------------------------------------------
 *=PAGER
 ------------------------------------------------------------------------*/

.pager {
	padding:2px;
	margin-bottom:50px;
	text-align:center;
}

.pager ul {
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

.pager li {
	display:inline;
	list-style-type:none;
}

.pager a {
	border:1px solid #CCCCCC;
	padding:5px 8px 5px 8px;
}

.pager li.current_page {
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	padding:5px 8px 5px 8px;
	margin-right:5px;
}

.pager li.disabled_page {
	color:#CCCCCC;
}

.paginator {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.paginator span, .paginator a {
	/*float:left;
	display:block;*/
	padding:4px 8px 4px 8px;
	margin-right:5px;
	
}

.paginator .page {
	border:1px solid #CCCCCC;
}
	
.paginator .disabled {
	border:1px solid #CCCCCC;
}

.paginator .next, .paginator .previous {
	border:1px solid #CCCCCC;
}

.paginator .current {
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
}

.paginator_info {
	margin-top:-5px;
	padding-bottom:15px;
	border-bottom:1px solid #EFEFEF;
}

/*------------------------------------------------------------------------
 *=LOCATION_SUMMARY
 ------------------------------------------------------------------------*/
.location_summary {
	padding:5px;
}

/*------------------------------------------------------------------------
 *=SIMILAR
 ------------------------------------------------------------------------*/
.similar {
	margin-bottom:12px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

.similar .image img {
	width:75px;
	height:60px;
}

.similar .image {
	float:left;
	width:75px;
}  

.similar .description {
	float:right;
	width:155px;
}

/*------------------------------------------------------------------------
 *=PRODUCT
 ------------------------------------------------------------------------*/
.products {
	width:100%;
	border-collapse:collapse;
}

.products td, .products th {
	text-align:left;
	padding:5px;
	border:1px solid #CCCCCC;
}

.products td form {
	display:inline;
}

/*------------------------------------------------------------------------
 *=AGENT
 ------------------------------------------------------------------------*/
.agent {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

.agent h2 span {
	float:right;
	padding-right:5px;
}

.featured {
	
}

.agent img {
	border:1px solid #666666;
}

.agent .logo {
	float:left;
	width:130px;
}

.agent .description {
	float:right;
	width:360px;
	margin-left:10px;
}

.agent .description p {
	margin-top:0px;
}

/*------------------------------------------------------------------------
 *=UTILITY CLASSES
 ------------------------------------------------------------------------*/

.link_box {
	width:115px;
	padding:10px;
	background-color:#D2E2AE;
	margin-bottom:10px;
}

.link_box h2 {
	font-size:15px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	color:#535143;
}

.link_box a {
	display:block;
	color:#535143;
}

.center {
	text-align:center;
}

.padded {
	padding:5px;
}

.errorExplanation, .errorExplanation h2, .errorExplanation p, .errorExplanation li {
	color:red;
}

.clear {
	clear:both;
}
