/*
	HOME PAGE STUFF
*/

#container {
	float: none;
	width: auto;
	margin-left: 0;
}

#homeheader {
	margin-bottom: 21px;
}

#homeleft {
	float: left;
	width: 335px;
	margin-right: 20px;
}
#homeleft h1 {
	font-size: 24px;
	color: #6d6e65;
}
#homeleft p {
	font-size: 12px;
	line-height: 16px;
	color: black;
	margin-bottom: 16px;
}

#homecenter {
	float: left;
	width: 335px;
	margin-right: 20px;
}

#homeright {
	float: right;
	width: 200px;
}

.homecontent {
	background-color: #f3f3ef;
	padding: 16px 10px 0 10px;
}
#homecenter h4, #homeright h4 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	color: #8c0c04;
	text-align: center;
	background-color: #d6d6ca;
}

#homecenter .homecontent .title {
	margin-bottom: 5px;
}
#homecenter .homecontent .title a {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
#homecenter .homecontent .title a:hover {
	text-decoration: underline;
}
#homecenter .homecontent .block img {
	float: left;
	margin: 0 5px 5px 0;
}
#homecenter .homecontent .block p {
	font-size: 12px;
	line-height: 16px;
	color: black;
}

#homecenter .homecontent .readmore {
	text-align: right;
}
#homecenter .homecontent .readmore a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#homecenter .homecontent .readmore a:hover {
	text-decoration: underline;
}


#homeright {
	font-size: 12px;
}

#homeright #joinblock {
	/*background-color: #e7daad;*/
	/*background-color:#fff;
	padding: 10px;*/
	padding:0;
}
#homeright #joinblock h4 {
	color: #6d6e65;
	font-size: 14px;
	line-height: 16px;
	font-family: Helvetica, serif;
	text-transform: none;
	background-color: transparent;
}
/*#homeright #joinblock p {
	font-size: 12px;
	line-height: 16px;
	color: black;
	margin: 0.5em 0;
}*/

#homeright #joinblock form {
	font-size:16px;
	background:#F3F3EF;
}
/*#homeright #joinblock #joinemail {
	height: 16px;
	width: 145px;
	border: 1px solid #8b8078;
	padding: 2px 4px;
	font-size: 12px;
	line-height: 16px;
	color: #8b8078;
}
#homeright #joinblock #joinsubmit {
	vertical-align: bottom;
}*/
#homeright #joinblock #joinprivacy {
	margin: 0 22px;
	width: 135px;
}
