@import url("main.css");

#showcase {
	margin: 0 0 7px 0;
	padding: 0 0 12px;
	text-align: center;
	background: transparent url("../images/showcase_bg.gif") no-repeat center bottom;
}

	#showcase div {
		margin: 0 3px;
		padding: 6px 0;
		background: #FFF;
	}
	#showcase img {
		border: 0;
	}
	
#info {
	width: 566px;
	margin: 0 auto;
	padding: 4px 3px;
	background: #CBC3B8;
	border: 6px solid #F1F1F3;
}
	#welcome {
		float: left;
		/*width: 566px;*/ /* full width */
		width: 404px; /* width with object */
		height: 270px;		
		
		background: #E1DFDF;
		border-right: #CBC3B8 solid 2px;
	}
		#welcome h3, #welcome p {
			padding: 12px;
		}
	
		#welcome h3 {
			font-size: 1.2em;
			color: #1B356D;
			padding-bottom: 0;
		}
		
		#welcome p {
			color: #2E2B26;
		}
		
			#welcome p strong {
				display: block;
				padding-bottom: 10px;
			}
	
	#info object {
		float: left;
		width: 160px;
		height: 270px;
		overflow: hidden;
		background: #E1DFDF;		
	}
	
	#search {
		float: left;
		width: 191px;
		height: 260px;
		
		background: #E1DFDF;
	}
	
		#search form {
			padding-left: 20px;
		}
			#search label {
				padding: 3px 0;
				font-weight: bold;
				color: #2E2B26;
			}
		
			#search select, #search input {
				background: #E0E0E0;
				font-size: 0.9em;
				width: 90%;
			}
	
		#search label, #search input {
			display: block;
		}
			#search .submit {
				width: 20%;
				margin-top: 10px;
				padding: 3px;
				border: 1px solid #FFF;
				color: #FFF;
				background: #A29B92;
			}
	
	#info h2 {
		height: 37px;
		color: #2E2B26;
		background: #E1DFDF;
		border-bottom: 1px solid #CBC3B8;
		text-indent: -1000em;
	}
		#welcome h2 {
			background: url("../images/welcome_h.gif") no-repeat top left;
		}
		
		#search h2 {
			background: url("../images/search_h.gif") no-repeat top left;
		}

#news {
	width: 566px;
	margin: 10px auto 0;
	padding: 4px 3px;
	background: #CBC3B8;
	border: 6px solid #F1F1F3;
}
	#news-content {
		padding: 10px 10px 5px;
		font-size: 0.9em;
		color: #2E2B26;
		background: #E1DFDF;
	}
		#news-content p {padding: 0 0 5px 0;}
		#news-content a {
			color: #254589;
			background: #E1DFDF;
		}
		#news-content a:hover {	text-decoration: underline;	}

#static, #email-page, #advertise-page {
	padding: 4px;
	color: #45413E;
	background: #CBC3B8;
	border: 6px solid #F1F1F3;
}
	#static h2, #email-page h2, #advertise-page h2 {
		padding: 5px 10px;
		font-size: 1.2em;
		color: #32508C;
		background: #E1DFE0;
		border-bottom: 1px solid #C8C7B3;
	}

	#static div, #email-page div, #advertise-page div {
		padding: 5px 10px;
		background: #E1DFE0;
	}
		p#intro {
			padding-bottom: 5px;
			font-weight: bold;
		}
		#static div div, #email-page div div, #advertise-page div div {
			padding: 0 0 0 5px;
			border: 1px solid #E1DFE0; 
			border-left: 1px solid #44403D;
		}
		
		#static div div#property-details {
			border: 0;
		}
		
		
			#static div div p, #email-page div div p, #advertise-page div div p {
				padding: 0 0 5px;
			}
			
			#static div div h4 {
				font-size: 1.1em;
				padding-top: 10px;
			}
			
			#static div div ul {
				padding: 0 0 5px 15px;
			}
			
			#static div div ol {
				padding: 0 0 5px 20px;
			}
			
			#static div div a {
				color: #32508C;
				text-decoration: underline;
			}
			#static div div a:hover {
				text-decoration: none;
			}

	table#property-list {
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		
		color: #7E786F;
		font-size: 0.9em;
		
		border-spacing: 0;
		
		clear:both;
		
	}
		#property-list th {
			text-align: center;
			background: transparent url( "../images/property_list_th.gif" ) repeat-x bottom left;
		}
		
			#property-list th span {
				display: block;
				padding: 3px 0;
				background: url("../images/table_bg.gif") repeat-y top left;
			}
		
		#property-list td {
			text-align: center;
			padding: 3px 0;
			border-top: 1px solid #B0ADA8;
			border-bottom: 1px solid #C3C0BD;
			background: url("../images/table_bg.gif") repeat-y top left;			
		}
		
			#property-list td img {
				border: 0;
			}
			
			#property-list td a, #property-list th a {
				color: #7E786F;
				text-decoration: underline;
			}
			
			#property-list td a:hover, #property-list th a:hover {
				text-decoration: none;
			}
		
		#property-list .first {
			background-image: none;
		}
		
#details {
	color: #3B3834;
	margin: 0 0 10px 208px;
	font-size: 0.9em;
}
	
	#images {
		float: left;
		width: 210px;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
		#images .thumbnail {
			margin: 3px;
			width: 38px;
			height: 38px;
			border: 1px solid #837E7A;
		}
		

img.property-img {
	margin: 0 3px;
	padding: 3px;
	float: left;
	width: 196px;
	background: #FFF;
	border: 0;
}

#email-page label, #advertise-page label, #static label {
	float: left;
	display: block;
	width: 140px;
}

	#advertise-page label span {
		font-size: 0.75em;
	}

#details label {
		width: 100px;
		font-weight: bold;
	}

#email-page input, #email-page textarea,
#advertise-page input, #advertise-page textarea,
#static input, #static textarea {
	border: 1px solid #44403D;
	padding: 2px;
	width: 200px;
}

#email-page textarea, #advertise-page textarea, #static textarea {
	width: 350px;
	height: 200px;
}

#email-page .submit, #advertise-page .submit, #static .submit {
	padding: 0;
	margin-left: 140px;
	width: 70px;
}
#email-page .error, #advertise-page .error, #static .error {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: red;
}

textarea#etc, textarea#intro, textarea#main {
	width: 100%;
	height: 500px;
}

textarea#intro {
	height: 80px;
}

textarea#main {
	height: 700px;
}

div.shadow {
	margin: 0 3px;
	line-height: 1px;
	font-size: 1px;
	height: 8px;
	background: transparent url("../images/content_bg.gif") repeat-x bottom left;
}

div.shadow2 {
	line-height: 1px;
	font-size: 1px;
	height: 8px;
	background: transparent url("../images/content_bg.gif") repeat-x bottom left;
}