.sidebar {
	display: none;
}

#content {
	padding-bottom: 0;
	text-align: center;
	width: 100%;
}

#content .wrapper {
	float: none;
	margin: 0 auto !important; /* for centered layouts */
	text-align: left;
	width: 960px; 
}

#content .container {
	clear: both;
	background: #FFF9ED url('images/content-background.png') left top repeat-x;
	margin-top: 20px;
	padding: 20px 0 44px 0;
	width: 100%;
}

#content .service-listings {
	clear: both;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 300px;
}

#content .service-listings ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .service-listings ul li {
	background: url('images/background-services.png') left top no-repeat;
	height: 68px;
	letter-spacing: -.05em;
	overflow: hidden;
	padding-right: 5px;
}

#content .service-listings ul li a {
	color: #897C68;
}

#content .service-listings ul li:hover {
	background: url('images/background-services-on.png') left top no-repeat;
	color: #ffffff;
}

#content .service-listings ul li img {
	float: left;
}

#content .service-listings ul li a h2 {
	clear: none;
	color: #AA101A;
	margin-top: 7px;
}

#content .service-listings ul li:hover h2 {
	color: #ffffff;
}

#content .service-listings ul li:hover a {
	color: #ffffff;
}

#content .service-listings ul li a:hover {
	text-decoration: none;
}

#content .introduction {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 300px;
}

#content .recent-articles {
	float: left;
	overflow: hidden;
	width: 300px;
}

#content .recent-news {
	clear: both;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	padding-top: 15px;
	width: 300px;
}

#content .resources {
	background: url('images/background-resources.jpg') center top no-repeat;
	float: left;
	height: 318px;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 20px 20px 15px 20px;
	width: 300px;
}

#content .resources h2.section-title {
	background: transparent;
}

#content .resources p.intro {
	color: #ffffff;
	height: 125px;
	margin: 14px 140px 0 20px;
	overflow: hidden;
}

#content .resources p.details {
	height: 60px;
	margin: 23px 20px 0 20px;
	overflow: hidden;
}

#content .recent-community {
	float: left;
	overflow: hidden;
	padding-top: 15px;
	width: 300px;
}

#content h2.section-title {	
	background: #ffffff;
	color: #A80E16;
	display: block;
	float: left;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: 1em;
	margin: 0 0 10px 0;
	padding: 10px;
}

#content .post-header h1,
#content .post-header h2 {
	background: transparent;
	font-size: 100%;
	padding: 0;
}

#content .post-header a {
	color: #000000;
}

#content .post-metadata {
	display: none;
}

#content .post {
	margin-bottom: 0;
}

#content .post p a {
	text-decoration: underline;
}

#content .post p a:hover {
	text-decoration: none;
}

a.further-link {
	background: #ffffff url('images/more-arrow.gif') right center no-repeat;
	color: #A83137;
	display: block;
	float: left;
	font-size: 80%;
	font-weight: bold;
	padding: 7px 14px 7px 7px;
	text-transform: uppercase;
}

a.further-link:hover {
	background: #A70F17 url('images/more-arrow-white.gif') right center no-repeat;
	color: #ffffff;
	text-decoration: none;
}

a.more-link {
	background: #ffffff url('images/more-arrow.gif') right center no-repeat;
	color: #A83137;
	display: block;
	float: left;
	font-size: 80%;
	font-weight: bold;
	padding: 7px 14px 7px 7px;
	text-transform: uppercase;
}

a.more-link:hover {
	background: #A70F17 url('images/more-arrow-white.gif') right center no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#content .introduction h2 {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: -.05em;
	margin-top: 0;
}

#content .introduction h3 {
	color: #746552;
	font-size: 100%;
	font-weight: bold;
	margin: 2px 0 1.5em 0;
}

#footer {
	background: #AB0E17 url('images/footer-background.png') left top repeat-x;
	height: 132px;
}