
/*					HOME */
#home {
	height: 800px;
	overflow: hidden;
}

#home div, #home .h1 {
	z-index: 100;
}
#home div.float {
	z-index: 1000;
}
#home div.background {
	height: 800px;
	background: url(images/pomd-house.png) no-repeat center bottom;
	opacity: 0.6;
	background-size: contain;
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	border-bottom: 6px solid #E4D9C9;
}
#home .h1 { 
	margin: 60px 0 30px 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
#home .h1 p {
	line-height: 42px;
}
#home .h1 span.logo {
	display:block;
	width: 579px;
	max-width: 100%;
	height:107px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 120px;
	background: url(images/logo_parkonmydrive.png) no-repeat center center;
}
#home .h1 span.tagline, #home h1{
	font-weight: 300;
	font-size: 36px;
	white-space: nowrap;
	color: #FFF;
	text-align: center;
}
#home form#homepage_search {
	padding-top: 20px;
}
#home .search_box {
	margin: 0 auto;
	width: 1000px;
	max-width:100%;
	/*background: url(images/home_search_bg.png) no-repeat left top;*/
	border-radius: 16px;
	border: 1px solid #ccc;
	
	background: rgba(235,235,235,1);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 16%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(16%, rgba(235,235,235,1)), color-stop(89%, rgba(209,209,209,1)), color-stop(100%, rgba(209,209,209,1)));
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 16%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 16%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 16%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 16%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d1d1d1', GradientType=0 );
}
#home .search_box div {
	display: inline-block;
    vertical-align: middle;
}
#home .search_box div input, #home .search_box div select{
	margin: 1px 0;
}
#home .search_box label {
	margin: 0 8px;
	text-align: center;
	display: inline-block;
}
#home .search_box h2 {
	padding: 8px 0 0 60px;
	display: block;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
#home .search_box input#query {
	width: 220px;
}
#home .search_location {
	
}

.fat_divider {
	width: 100%;
	text-align: center;
}
.fat_divider h2 {
	color: #FFF;
	background: #39464F;
	font-weight: 300;
	line-height: 60px;
	font-size: 32px;
}
.arrow_down {
	width: 0; 
	height: 0; 
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;	
	border-top: 35px solid #39464F;
	margin: 0 auto;
	position: relative;
	display: block;
}

.circles, .banner_links, .popular_locations {
	margin: 24px auto !important;
}


.banner_links div {
	width: 492px;
	height: 82px;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #D5D5D5;
	text-align: center;
	padding: 0;
	vertical-align: top;
	margin-right: 4px;
	overflow: hidden;
}
.banner_links div::last-of-type {
	margin-right: 0px;
}
.banner_links div a {
	line-height:78px;
	height: 100%;
	vertical-align: middle;
}
.banner_links div a img {
	vertical-align: middle;
}

.popular_locations h2 {
	padding: 12px;
}
.popular_locations div{
	width: 100%;
	background: #e8e7e7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.popular_locations ul {

}
.popular_locations li {
	list-style-type: none;
	display: block;
}
.popular_locations li a {
	display: block;
	padding-left: 30px;
	background: url(images/bullet_arrow.png) no-repeat left center;
	margin: 10px 0;
	color: #333;
}

.press h2 {
	padding: 12px;
}
.press img {
	display:block;
	max-width: 100%;
	margin: 1em auto 2em auto;
}



