@charset "utf-8";
.gridContainer.clearfix #Content #content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 95%;
}
#Content ul {
	list-style-type:none;
	margin:0;
	padding:0;	
}
#Content li {
	display:block;
	float: left;	
	width: 100%;
	position: inherit;
	margin-left: 3%;
	display: block;
}

@media screen and (max-width : 480px){
	/*Make dropdown links appear inline*/
	#Content ul {
		position: static;
		display: block;