html, body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 50px;
	height: 100%;
	overflow: none;
}

a, a:hover, a:focus, a:active, a:visited {
	color: #004489;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

#wrapper {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	overflow-x: hidden;
}

#top {
	height: 92px;
	width: 80%;
	margin-left: 10%;
	padding-top: 20px;
}
#top .left {
	float: left;
}
#top .right {
	float: right;
}

#content {
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
}

#content h1, #content h2, #content h3, #content h4 {
	color: #004489;
}
#content h4 {
	font-size: 130%;
	margin-bottom: 10px;
	font-weight: normal;
}

#content.home .left {
	display: inline-block;
	width: 70%;
	height: 100px;
}
#content.home .right {
	float: right;
	max-width: 25%;
	line-height: 20px;
	border-left: 1px solid #004489;
	padding-left: 30px;
	margin-left: 30px;
}

#content.home .clear {
	display: none;
	clear: both;
}

@media screen and (max-width: 892px) {
 	#content.home .left {
 		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#content.home .clear {
		display: block;
	}
	#content.home .seperator {
		display: none;
	}
	#content.home .right {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 20px;
		padding-top: 10px;
		border-top: 1px solid #004489;
		width: 100%;
		max-width: 100%;
		float: none;
		line-height: 20px;
	}
}