#sitePageHeader {
	position:relative;
	z-index:2;
	height:150px;

	margin-bottom:10px;
	padding-bottom:0;

	border-top:2px solid #002644;
	border-bottom:2px solid #002644;
	background:url(images/services_page_header_bg.jpg) top left repeat-x;
}

#mainContent .column,
#mainContent .item {
	background:none;
}

#mainContent .item {
	overflow:hidden;
}

#sitePage {
  	margin-bottom:0 !important; /* Override dotted line space */
}

#sitePageContent {
	border-top:none !important; /* Override dotted line space */
	border-bottom:none !important; /* Override dotted line space */
}

#services a {
	font-size:x-small;
	font-weight:normal;
}

.items .item {
	font-size:x-small;
	font-weight:normal;
	color:#000;
}

#services .items {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	margin-left:10px;
	border:none;
}

#services .item {
	width:304px;
 	height:100px;
	border:1px solid #eee;
}

#services .item h2 {
	color:#000;
	font-size:x-small;
	font-weight:bold;

	margin-left:120px;
	margin-right:10px;
}

#services .item p {
	color:#000;
	font-size:x-small;

	margin-left:120px;
	margin-right:10px;
}

#services .item img {
	margin-top:-2.5em;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#services .item ul {
	list-style:none;
	list-style-position:outside;
	margin-bottom:0;
}

#services strong {
	background-color:yellow;
}


