/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Services Page
-----------------------------------------------------------------------------*/
#servicesH1 {
	width:750px;
	height:54px;
	background:url(../img/portfolioH1.jpg) no-repeat;
	position:absolute;
	}
	
.bullet {
	list-style:none;
	background:url(../img/portListBullet.jpg) no-repeat 0 2px;
	padding:0 0 5px 20px;
	}
	
.noBullet {
	list-style:none;
	padding:0 0 5px 0;
	}
	
li {
	list-style:none;
	}
	
.serviceList {
	width:172px;
	float:left;
	margin:0 22px 10px 0;
	}
		
.serviceList a {
	color:#8d5431;
	padding:1px 1px;
	font-weight:bold;
	}

.serviceList a:link, .serviceList a:visited {
	text-decoration:underline;
	}

.serviceList a:hover, .serviceList a:active {
	color:#ffffff;
	background:#8d5431;
	}
	
.serviceListLast {
	width:168px;
	float:left;
	margin:0 0 10px 0;
	}
		
.serviceListLast a {
	color:#8d5431;
	padding:1px 1px;
	font-weight:bold;
	}

.serviceListLast a:link, .serviceListLast a:visited {
	text-decoration:underline;
	}

.serviceListLast a:hover, .serviceListLast a:active {
	color:#ffffff;
	background:#8d5431;
	}
	
.hrSpacing {
	padding:0 0 20px 0;
	}
	

	
	
	
