@charset "UTF-8";
/* CSS Document */

/* color palette
red: #da2128
blue: #00649f */

body {
	background-image: url(../images/global/home-bkg2.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: center top;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#flash-header {
	width: 1000px;
	height: 196px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 1;
}
#content {
	width: 534px;
	margin-top: 228px;
	z-index: 10;
	margin-left: 20px;
}
#content a:link, #content a:visited, #content a:active {
	color: #da2128;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0 0 30px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	color: #00649f;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
}
.hr hr {
	display: none;
}
.hr {
	width: 534px;
	height: 1px;
	background-color: #A9B2AF;
	margin-bottom: 15px;
}
#prop-search {
	width: 184px;
	height: 370px;
	position: absolute;
	left: 50%;
	top: 227px;
	margin-left: 88px;
	background-image: url(../images/home/prop-search-box.png);
	background-repeat: no-repeat;
}
#brw-home {
	width: 350px;
	height: 102px;
	position: absolute;
	left: 50%;
	top: 540px;
	margin-left: 88px;
}

#buy-box {
	position: relative;
	top:51px;
	left: 10px;
}

#buy-box label {display: none;}
#buy-box input {margin-right: 40px;}
#lease-box {
	position: relative;
	top: 33px;
	left: 66px;
}
#area-box {
	position: relative;
	top: 90px;
	left: 14px;
}
#area {
	width: 140px;
	height: 65px;
}
#price-from-box {
	position: relative;
	top: 126px;
	left: 15px;
} 
#price-from-box select, #price-to-box select, #area-box select, #agent-area-box select, #name-box select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#price-from {
	width:140px;
}
#price-to-box {
	position:relative;
	top: 131px;
	left: 15px;
}
#price-to {
	width:140px;
}
#agent-search {
	width: 208px;
	height: 370px;
	position: absolute;
	left: 50%;
	top: 227px;
	margin-left: 259px;
	background-image: url(../images/home/agent-search-box.png);
	background-repeat: no-repeat;
}
#name-box {
	position: relative;
	top: 55px;
	left: 38px;
}
#agent-name {
	width: 140px;
}
#agent-area-box {
	position: relative;
	top: 85px;
	left: 38px;
}
#agent-area {
	width: 140px;
	height: 135px;
}
#prop-btn {
	width: 102px;
	height: 27px;
	position: relative;
	top: 126px;
	left: 14px;
}
#agents-btn {
	width: 102px;
	height: 27px;
	position: relative;
	top: 120px;
	left: 37px;
}
#footer {
	width: 920px !important;
	width: 950px;
	height: 22px;
	padding: 50px 30px 0 0;
	position: absolute;
	top: 635px;
	left: 50%;
	margin-left: -484px;
	background-image: url(../images/home/footer.png);
	background-repeat: no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b1b1b1;	
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #b1b1b1;	
	text-decoration: none;
}
#footer a:hover {
	color: #000;	
	text-decoration: none;
}
#footer2 {
	width: 920px !important;
	width: 950px;
	height: 22px;
	margin: 20px auto;
	padding: 50px 30px 0 0;
	background-image: url(../images/home/footer.png);
	background-repeat: no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#footer2 a:link, #footer2 a:visited, #footer2 a:active {
	color: #333333;
	text-decoration: none;
}
#footer2 a:hover {
	color: #000;	
	text-decoration: none;
}
.testimonial-text {
	font-style: italic;
	margin: 0 !important;
}
.testimonial-name {
	margin: 0 0 15px 0 !important;
	text-align: right;
	font-weight: bold;
	font-size: 11px !important;
	line-height: normal !important;
}
#home-tabs {
	width: 543px;
	height: 295px;
	position: absolute;
	left: 50%;
	top: 396px;
	margin-left: -500px;
}

