/* body */
body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
	background-color: #a30046;
	line-height: 1.4;
}

#header_top_container {
	background-color: #72cdf4;
	padding-top: 10px;
}

#header_top {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 736px;
	height: 46px;
}

h1 {
	width: 736px;
	height:46px;
	padding: 0px;
	margin: 0px;
	background:url(../images/heading.gif) no-repeat;
	position: absolute;
	text-indent: -5000px;
}

#header_menu_container {
	background: url(../images/heading_padding.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}

#header_menu {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 736px;
	height: 46px;
	background: url(../images/heading_menu.gif);
}

#menu {
	margin-left: 250px;
	padding-top: 12px;
}

#menu a {
	color: #a30046;
	background-color: transparent;
	font-size: 14px;
	text-decoration: none;
}

#fmenu {
	width: 736px;
	text-align: center;
	padding-top: 10px;
	line-height: 1.5;
}

#fmenu a {
	color: #a30046;
	background-color: transparent;
	font-size: 10px;
	text-decoration: none;
}

#body_container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 736px;
}

#leftpanel {
	float: left;
	width: 205px;
}

#rightpanel {
	float: left;
	padding: 20px;
	text-align: justify;
	width: 490px;
}

#search {
	background: url(../images/search_box.gif) no-repeat;
	height: 245px;
	width: 205px;
	/*margin-bottom: 5px;*/
	text-align: center;
}

#search-form {
	padding-top: 40px;
}

#search-form label {
	color:#a30046;
	background-color: transparent;
	padding-left:2px;
	line-height: 2;
}

.buttonSubmit {
	padding-top: 10px;
	text-align: center;
}

.search-button {
	background: url(../images/search_button.gif);
	height: 37px;
	width: 122px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.send-button {
	background: url(../images/send_button.gif);
	height: 36px;
	width: 123px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
}

#contact-left {
	float: left;
	padding-top: 30px;
	width: 100px;
}

#contact-right {
	float: left;
	padding-top: 30px;
}

#contact-form label {
	float: left;
	width: 30%;
	font-size: 12px;
	margin-left: 1.2em;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form .txt {
	width: 55%;
	border: 1px solid #72cdf4;
	background-color: #fff;
}

#contact-form .txt_small {
	border: 1px solid #72cdf4;
	background-color: #fff;
}

#contact-form textarea.txt {
	width: 55%;
}

#contact-form .btn {
	border: 2px solid #72cdf4;
	background-color: #a30046;
	color: #fff;
	margin-top: 10px;
	padding: 0.4em;
}

#featured_box {
	margin-bottom: 15px;
	background: url(../images/featured_box.gif) no-repeat;
	height: 172px;
	width: 736px;
}

#latest_left {
	float: left;
	width: 160px;
	height: 115px;
	margin-top: 38px;
	margin-left: 20px;
	/*border: 1px solid red;*/
}

#latest_right {
	float: left;
	width: 160px;
	height: 115px;
	margin-top: 38px;
	margin-left: 25px;
	/*border: 1px solid red;*/
}

#latest {
	float: left;
	width: 320px;
	height: 115px;
	margin-top: 38px;
	margin-right: 28px;
}

.featured_image {
	float: left;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #72cdf4;
}

.featured_image img {
	border: 0px;
}

.featured_text {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	color: #a30046;
	background-color: transparent;
	width:166px;
	line-height: 1;
}

.featured_text a {
	color: #a30046;
	background-color: transparent;
}	

#footer_container {
	background: url(../images/footer_padding.gif) repeat-x;
	height: 77px;
}

#footer_menu {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 736px;
	height: 77px;
	background: url(../images/footer.gif);
}

#footer_bottom_container {
	background-color: #72cdf4;
	padding-bottom: 20px;
	height: 40px;
}

#footer_bottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 736px;
	height: 40px;
	background-color: #72cdf4;
	font-size: 10px;
	color: #a30046;
}

#footer_bottom a {
	color: #a30046;
	background-color: transparent;
	text-decoration: none;
}

#footer_bottom a:hover {
	color: #fff;
	background-color: transparent;	
	text-decoration: none;
}

h2,h3,h4,h5,h6 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.links a {
	color: #72cdf4;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

.links a:hover {
	color: #fff;
	background-color: transparent;	
}

.clearing {
	clear: both;
}

.search_details {
	border-bottom: 1px dotted #72cdf4;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search_img_wrapper {
	float: left;
	width: 139px;
}

.search_img {
	height: 105px;
	width: 135px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #72cdf4;
}

.search_img img {
	border: 0px;
	height: 105px;
	width: 135px;
}

.search_text {
	float: left;
	margin-left: 10px;
	width: 330px;
}

.search_view_button {
	text-align: center;
	padding-top: 10px;
}

.search_view_button img {
	border: 0px;
}

#property_pagination {
	text-align: center;
	padding-top: 10px;
}

#property_pagination a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #a30046;
	text-decoration: none;
}
