/* ---------- HOME PAGE ONLY ---------- */
#flash-home {
	background-image: url(../images/temp-flash.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 438px;
	float: left;
}
#rightcol-home {
	background-image: url(../images/home-rightcol-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 438px;
	width: 270px;
}
#rightcol-home #callouts {padding: 11px 0px 0px 20px; line-height: 0px;}

#rightcol-home #callouts p {line-height: 0px; margin: 0px 0px 5px;}
/* ---------- EMAIL SIGNUP SMALL FORM ---------- */
#home-form-email {
	background-image: url(../images/callout-mail-list_bg.jpg);
	background-repeat: no-repeat;
	width: 224px;
	height: 31px;
	padding: 0px 6px 0px 0px;
	margin: 0px;
	line-height: 16px;
}
#home-form-email a.social-icon {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#home-form-email a.social-icon#sn-facebook {background-image: url(../images/icon-facebook2.gif);}
#home-form-email a.social-icon#sn-twitter {background-image: url(../images/icon-twitter2.gif);}
#home-form-email a.social-icon:hover {background-position: 0px -31px;}
#home-form-email input {
	border: 1px solid #92632C;
	padding: 2px;
	margin: 8px 0px 7px 6px;
	width: 114px;
	height: 11px;
	line-height: 11px;
	font-size: 10px;
	background: url(../images/seach-bg.jpg) no-repeat;
	font-size: 10px;
	color: #999;
	float: left;
}
#home-form-email button {
	border: none;
	width: 29px;
	height: 16px;
	line-height: 11px;
	margin: 8px 0px 7px;
	color: #5D2A10;
	float: left;
	background-color: #B5988C;
	font-size: 10px;
	cursor: pointer;
}
#home-form-email button:hover, #home-form-email button:active {
	color: #B5988C;
	background-color: #5D2A10;
}
