/* This stylesheet is specifically used for overriding the CSS on the home page */
#body {
	background: #256618;
}

#right {
	background: white;
	padding: 0px 10px 10px 10px;
	float: right;
	width: 240px;
}

#bottom {
	background: #f3edd5;
}

#bottom {
	padding: 10px;
}

#left {
	float: left;
	padding-left: 25px;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul {
	padding: 0 0 11px 89px;
}

#left ul li {
	float: left;
	margin-right: 10px;
}

#left img {
	border: 2px solid white;
} 

#top {
	height: 169px;
	margin-bottom: 10px;
	margin-left: 22px;
	margin-right: 22px;
	padding: 20px 270px 0px 35px;

}

#bottom {
	margin-left: 22px;
	margin-right: 22px;
	position: relative;
	margin-bottom: 13px;
}

#logos {
	position: absolute;
	background: url(/images/application/logos.gif) no-repeat;
	height: 38px;
	width: 219px;
	line-height: 38px;
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 14px;
	bottom: -32px;

	left: 13px;
}

#social_media {
	padding: 0px 10px;
	float: right;
	width: 240px;
}
#social_media span {
	font-weight: bold;
	padding-right: 5px;
}
#social_media img {
	border: none;
	vertical-align: text-top;
	padding-left: 5px;
	margin: 0;
}

#footer {
	background: url('/images/application/footer-home.png') no-repeat;
	padding: 25px 5px 5px 5px;
}

#footer ul {
	margin: 0 0 35px 0;
	padding: 0 20px 0px 20px;
	list-style: none;
}

#footer ul li {
	float: left;
	text-align: center;
	width: 50%;
	line-height: 12px;
}

#footer ul li img {
	border: 0;
}

#footer ul li a {
	color: white;
	font-size: 11px;
}

#left {
	line-height: 16px;
}