/*
    Services specific styling
    
    www.humancapitalalliance.com.au
    August 2006
    Dane & Will
    
    
    (c) Meep Pty Ltd 2006
  
*/

#creating {
    background-color:#669933;
}

ul li {
	font-size: 11px;
	margin-bottom: 5px;
}

#services_list {
	margin-bottom: 20px;
}

table.service {
	border: 2px ridge gray;
	font-size: 11px;
	width: 100%;
}

table.service td {
	padding: 5px;
	border: 2px ridge gray;
}

em {
	font-style: italic;
	color: black;
	font-weight: normal;
}

ul.normal_list {
	margin-left: 40px;
	list-style-type: disc;
}

div.centre {
	text-align: center;
}
