@charset "utf-8";
/* CSS Document */


.homeBanner {
	position: relative;
	width:1000px;
	height:462px;
 	/*!margin-top:-6px;*/
}
	.homeBanner .banner {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.homeBanner .welcome {
		position: absolute;
		top: 185px;
		left: 0;
		z-index: 1000;
		background: transparent url(../images/bg-50-black.png);
		padding: 10px 20px 10px 10px;
		color: #fff;
		padding: 15px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
	}
		.welcome h1, .welcome h2 {
			margin: 0;
			padding: 0;
		}
		
/*======= Home Contents ========*/
.homeContent ul {
	margin:0px;
	padding:0px;
}

.homeContent ul li {
	margin:0px;
	padding:0px;
	background:url(../images/separator.jpg) right no-repeat;
	height:163px;
	display:inline-block;
	float:left;
	width:190px;
	padding:20px 20px 0px 20px;
}
	.homeContent li.first {
		width: 500px;
	}
	.homeContent li.last {
		background: none;
		/*width: 270px;*/
	}
	.homeContent h2 {
		margin:0px 0px 10px 0px;
		color:#f7931e;
	}
	.homeContent p {
		margin:0px;
	}
		.homeContent p.hc {
			margin-top: 8px;
		}

.weatherLeft {
	float:left;
	width:120px;
}

.weatherRight {
	width:64px;
}
	.weatherTemp {
		font-weight:bold;
		font-size:24px;
		letter-spacing:-1px;
		text-align:center;
		display:block;
	}
	.weatherStatus {
		display: block;
	}

.spBadge {
	color: #fff;
	width: 90px;
	height: 90px;
	text-align: center;
	background: url(../images/special-offer-shape.gif) center center no-repeat;
}
.spBadge span {
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	margin-top:18px;
}

.newsletterBox {
	background: none;
}
.newsletterBox #email {
	width: 270px;
	border: 1px solid #999;
	height: 24px;
	color: #999;
	margin-bottom: 5px;
}
.newsletterBox #nlSend {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: url(../images/btn-orange-100.png);
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

