/* CSS Document */

a {
	color: #CC0033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	border-bottom: 1px solid #666666;
}

.serviceLeft {
	float: left;
	width: 200px;
}

	#internal_content .serviceLeft h3 {
		text-align: left;
		width: 195px;
	}
	
* html .serviceRight {
	float: left;
	width: 490px;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}

.serviceRight {
	float: left;
	width: 490px;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

#servicing td {
	padding: 5px;
}

#servicing tr {
	background: #f6f6f6;
}

#servicing tr.altrow {
	background: #e0e0e0; 
}

#nolist {
	list-style: none;
}

#nolist li {
	float: left;
	margin-right: 30px;
}

.left {
	float: left;
	width: 450px;
}

.right {
	float: right;
	width: 250px;
}

.clear {
	clear: both;
}

.searchresults {
	text-align: center;
	font-size: 0.9em;
}