#search {
	float: left;
	width: 217px;
	height: 354px;
	margin-right: 10px;
	background: #91AE37 url('../img/index-search.png');
}

#state {
	position: absolute;
	margin-top: 64px;
	margin-left: 15px;
	width: 135px;
}

#airport {
	position: absolute;
	margin-top: 112px;
	margin-left: 15px;
	width: 184px;
}

#search-button-1 {
	position: absolute;
	margin-top: 143px;
	margin-left: 131px;
	width: 64px;
	height: 24px;
}

#icao {
	position: absolute;
	margin-top: 297px;
	margin-left: 22px;
	width: 65px;
	height: 18px;
	border: none;
	background: white;
	color: black;
}

#search-button-2 {
	position: absolute;
	margin-top: 296px;
	margin-left: 135px;
	width: 64px;
	height: 24px;
}

#slogan {
	float: left;
	width: 444px;
	height: 152px;
	margin-bottom: 9px;
	background: #3085C6 url('../img/slogan.png');
}

#hotel-specials {
	float: left;
	width: 216px;
	height: 193px;
	margin-right: 12px;
	background: #FF9C09 url('../img/hotels.png');
}

#hotel-specials img {
	float: right;
	border: 1px solid #812F07;
	height: 50px;
}

#hotel-specials .name {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #812F07;
	margin-top: 40px;
	padding: 0 10px 0 15px;
}

#hotel-specials .dates-range {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D34D0C;
	position: absolute;
	margin-top: 120px;
	margin-left: 15px;
}

#hotel-specials .rate {
	font-family: trebuchet ms, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #812F07;
	position: absolute;
	margin-left: 14px;
	margin-top: 130px;
}

#moreinfo, #booknow {
	position: absolute;
	width: 79px;
	height: 25px;
}

#moreinfo {
	margin-top: 122px;
	margin-left: 122px;
}

#booknow {
	margin-top: 154px;
	margin-left: 122px;
}

#random-forecast {
	float: left;
	width: 216px;
	height: 193px;
	background: #F26521 url('../img/randomforecast.png');
}

#random-forecast div {
	position: absolute;
	padding-left: 76px;
	color: white;
	background: 20px center no-repeat;
}

#random-forecast .clear {background-image: url('../img/icons/orange-bg/clear.png')}
#random-forecast .mostly-clear {background-image: url('../img/icons/orange-bg/mostly-clear.png')}
#random-forecast .mostly-cloudy {background-image: url('../img/icons/orange-bg/mostly-cloudy.png')}
#random-forecast .cloudy {background-image: url('../img/icons/orange-bg/cloudy.png')}
#random-forecast .drizzle {background-image: url('../img/icons/orange-bg/drizzle.png')}
#random-forecast .rain {background-image: url('../img/icons/orange-bg/rain.png')}
#random-forecast .snow {background-image: url('../img/icons/orange-bg/snow.png')}
#random-forecast .rain-and-snow {background-image: url('../img/icons/orange-bg/snow-and-rain.png')}

#random-forecast .city {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#random-forecast .temp {
	display: block;
	font-family: trebuchet ms, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

#forecast-1 {
	margin-top: 43px;
}

#forecast-2 {
	margin-top: 109px;
}