#imageContainer, #imageContainer img { width:750px; height:150px; margin:0;padding:0; background-color: white;}


div.imageText {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 750px;
	text-align: right;
	position: absolute;
	top: 120px;
	right: 0px;
	font-size: 23px;
	font-family: Trebuchet MS, Tahoma, Arial,sans-serif;
	font-weight: bold;
	color: rgb(225, 120, 0);
	color: white;
	z-index: 20;
}

div.imageTextInner {
	/*background-color: #000080;*/
	padding: 0;
	margin: 0;
	width: 750px;
	height: 30px;
	position: relative;
}

#imageContainerText {
	padding: 0;
	margin: 0;
	position: absolute;
        top: 0px;
        right: 10px;
	height: 30px;
	text-shadow: 1px 1px 4px black; /*#adadf0; */
}

img.hide {
	display: none;
}

div.contentInfo {
	overflow: hidden;
	position: relative;
	float: right;
	font-size: 10pt;
	background-color: #eaeaf5;
	background-color: white;
	width: 720px;
	margin: 0;
	padding: 0px 15px 0px 15px;
	text-align: justify;
	border-top: 1px solid #000080;
	border-color: #eaeaf5;
}

div.contentInfo p {
	width: 495px;
	float: left;
	margin-bottom: 20px;
}

div.contentInfo b {
	font-size: 13pt;
}

div.serviceList {
	overflow: auto;
	border-left: 1px solid #eaeaf5;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 10pt;
	width: 219px;
	height: 100%;
}

div.serviceList h3 {
	margin: 15px 3px 0px 0px;
	padding-left: 10px;
	font-size: 12pt;
}

div.serviceList ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}