div#text-container {
	position: relative;
	overflow: hidden;
	left:0;
	margin:0;
	padding:0;
	width: 535px;
	height: 165px;
}
div#text-content {
	position: absolute;
	padding:5px;
	margin-top:3px;
	width: 525px;
/* 	height: auto; */
	font-size: x-small;
	line-height: 1.4em;
}
div#text-content p {
	margin: 3px 0;
}
div#text-content ul {
	margin: 0;
	margin-bottom: 10px;
	list-style-type: none;
}
h2 {
	width: 535px;
	height: 355px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 1px;
	text-indent: -1000px;
}
div#text-content h3 {
	font-size: x-small;
	line-height: 1.2em;
	margin: 0;
}
div#text-content h4 {
	font-size: x-small;
	line-height: 1.2em;
	margin: 0;
}
div#text-content address {
	margin: 0;
	font-style: normal;	
}
div#text-content dl {
	display: block;
	width: 48%;
	float: left;
}
div#text-content dt {
	margin-bottom: 8px;
	font-style: italic;
}
div#text-content dd {
	font-weight: bold;
	margin: 0;
	margin-bottom: 8px;
}
div#text-content a, div#text-content a:link {
	color: #333;
	text-decoration: none;
}
div#text-content a:visited {
	color: #555;
}
div#text-content a:hover {
	color: #c60;
	text-decoration: none;
}
div#text-content a:active {
	color: #ddd;
}
div#text-content div.services-packages {
	margin-top: 10px;
	margin-left: 10px;
}
div#text-content div.services-packages ul {
	list-style-type: square;
	margin-left: 25px;
}