/*--Load Search Page--*/
#load-search-section {
	background: #fff;
	font-size: 12px;
	text-align: center;
	width: 925px;
	}
#section-header {
	border-bottom: 1px solid #ffb60f;
	margin-bottom: 20px;
	}
#section-footer {
	margin-top: 20px;
	border-top: 1px solid #ffb60f;
	}
#section-footer a {
	color: #000;
	}
#section-footer div {
	width: 400px;
	margin: 10px 140px;
	}
#section-footer div a {
	color: #fff;
	}
#section-footer p {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	}
#map {
	float:left;
	height: 650px;
	width: 925px;
	}
#section-form img {
	float: right;
	}
	
/*--Button Related--*/
.button1, .button2, .button3 {
	background-image: url(../images/button-sprite.gif);
	height: 18px;
	}
.button1 {
	float: left;
	background-position: 0 0;
	width: 121px;
	margin: 0 0 0 10px;
	}
.button2 {
	background-position: 0 -30px;
	width: 87px;
	}
.button3 {
	background-position: 0 -60px;
	width: 173px;
	}
.button1:hover, .button1:active, .button1:focus {
	background-position: -173px 0;
	}
.button2:hover, .button2:active, .button2:focus {
	background-position: -173px -30px;
	}
.button3:hover, .button3:active, .button3:focus {
	background-position: -173px -60px;
	}
	
#section-header a.button3 {
	float: left;
	margin: 0 0 0 260px;
	}
#section-form div.center {
	float: left;
	display: inline; /*-IE67-*/
	background: #fff;
	width: 300px;
	margin: 10px 180px;
	}
div.center input {
	line-height: .6;
	height: 30px;
	margin: 10px 5px 0 0;
	border: 0;
	}

/*--Form Section--*/
#section-form a {
	text-decoration: none;
	}
#section-form a:link, #section-form a:visited {
	color: #fff;
	text-decoration: none;
	}
#section-form a:hover, #section-form a:active, #section-form a:focus {
	color: #fff;
	text-decoration: none;
	}
#section-form {
	float: left;
	display: inline; /*-IE6-*/
	color: #000;
	width: 925px;
	margin: 0;
	padding: 0;
	}


