#threeServices {
	margin:0;
	padding:5px 0;
	list-style-type:none;
	background:#19374f;
	border-top:2px solid #f5e50b;
	overflow:auto;
	font-size:0.8em;
	color:#fff;
	float:left;
	width:100%;
}
	#threeServices li {
		width:32%;
		float:left;
		margin:0;
		padding:0;
	}
	#threeServices .middle {
		border:1px solid #37566b;
		border-width:0 1px;
	}
		#threeServices a {
			float:left;
			width:68px;
			margin:5px 10px 5px 15px;
			color:#fff;
			text-decoration:none;
		}
		
		#threeServices div {
			float:left;
			width:170px;
			margin-bottom:2em;
		}
		
		#threeServices h3 {
			margin:5px 0 0;
			font-size:1.2em;
			color:#fff;
		}
		#threeServices p { margin:1em 0;}
		#threeServices a.moreinfo {
			float:none;
			width:auto;
			margin:0;
		}
			#threeServices a:hover {
				text-decoration:underline;
			}
h2 {
	background:transparent;
	padding-bottom:0;
}

#content ul
{
	list-style-image:url('../img/homebullet.png');
	font-weight:bold;
	font-style:italic;
	padding:15px;
}
	

#contentContainer {
	float:left;
	width:100%;	
	margin-top:1em;;
	border-left:180px solid #f1f1f1; 
	border-right:240px solid #fff; 
	margin-left:-180px;
	margin-right:-240px;
	display:inline;
	
	padding:0;
	overflow:visible;
}

#threeColContainer {
	padding:0 240px 0 180px;
	clear:both;
}

#content {
	border:none; 
	margin:1em 0 2em;
	margin-right:-100%;
}


#subNav{
	margin-left:-180px;
	padding:2em 0;
	float:left;
	width:180px;
	position:relative;
	background:#f1f1f1;
	list-style-image:url('../img/subnavbullet.png');
}

#subSections {
	float:right;
	position:relative;
}