
#home-left{
	width:634px;
	margin:0 0 0 16px;
	float:left;
}
#home-left h1{
	margin-top:32px;
}

#home-sidebar{
	width:320px;
	float:right;
	position:relative;
	top:-200px;
	z-index:5000;
	margin-right:16px;
}
#home-sidebar .tab-content{
	height:176px;
}

img#featured {
	margin-top: 32px;
	margin-left: 50px; 
}

#home-cities{
	position: relative;
	top: 32px;
	left: 20px;
	margin-bottom: 68px;
}


.home-city{
	width: 228px;
	height: 180px;
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
	position: relative;
}

.home-city .cc-info {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.home-city-inner {
	cursor: pointer;
	font-family: 'Bree Serif';
	width: 228px;
	height: 180px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.home-city-inner:hover {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 80%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(80%,rgba(0,0,0,0.6))) !important;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 80%) !important;
	background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 80%) !important;
	background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 80%) !important;
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 80%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ) !important;
		
}

.home-city-inner .cityname {
	color: white;
	font-size: 25px;
	padding: 16px;
	text-shadow:  2px 2px 2px #000;
	
}

.home-city-inner .citycontent {
	display: none;
	color: white;
	text-shadow: 1px 1px 2px #000;
	padding-left: 16px;
	font-size:15px;
	line-height:18px;
	width: 198px;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
.home-city-inner .citycontent a{
	color:#85c1ea;
}


#start-cityguide-form .btn-orange:hover{
	background-position: 0 0;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	background: #ffa22a;
	background: -moz-linear-gradient(top, #ffa22a 0%, #ff9000 50%, #ec8500 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa22a), color-stop(50%,#ff9000), color-stop(99%,#ec8500));
	background: -webkit-linear-gradient(top, #ffa22a 0%,#ff9000 50%,#ec8500 99%);
	background: -o-linear-gradient(top, #ffa22a 0%,#ff9000 50%,#ec8500 99%);
	background: -ms-linear-gradient(top, #ffa22a 0%,#ff9000 50%,#ec8500 99%);
	background: linear-gradient(to bottom, #ffa22a 0%,#ff9000 50%,#ec8500 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa22a', endColorstr='#ec8500',GradientType=0 );
	background-repeat: repeat-x;
}
#start-cityguide-form span{
	cursor:default;
}
#start-cityguide-form .start-cityguide-text{
	display:inline-block;
	padding-top:6px;
}
#start-cityguide-form #start-cityguide-submit{
	color:#fff;
	padding-left:4px;
	cursor:pointer !important;
}

#home-cta-dropdown{
	font-size:18px;
	border: 1px solid #bbb;
	color: #333;
	/*font-weight: bold;
	width: 146px;*/
	height: 30px;
	margin: 0px 0 0 5px;
	padding: 0px 0 0 3px;
	vertical-align: middle;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E2E2E2));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E2E2E2 100%);
}
