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

#siteContentWrapper {
	background-image: url(/common/images/home-drop.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 334px;
	line-height: 16px;
	color: #3c3224;
	padding-top: 32px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
}
.homeList {
	float: left;
}
.homeList h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #322a0f;
	padding-bottom: .6em;
}
.homeList ul {
	
	padding-bottom: .8em;
}
.homeList li {
	color: #6b1412;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-bottom: .8em;

}
.homeList a {
	text-decoration: none;
	background-image: url(/common/images/little-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #6b1412;
	padding-left: 8px;
	display: block;
}
.homeList a:hover {
	text-decoration: underline;
}
#homeListTwo {
	margin-left: 25px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCD7CC;
}
#homeListOne {
	margin-left: 15px;
	
}
.more a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #701010;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}
#signUp {
	background-image: url(/common/images/email-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 400px;
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: center;
}
#signUp h1{
	text-align: center;
}
#signUp table{
	text-align: center;
	margin-left: 60px;
	margin-top: 8px;
}
#signUp input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 2px;
	width: 210px;
	border: 1px solid #C3B8A5;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homeColumnTwo {
	float: left;
	width: 450px;
}
