/* -------------------------------------------------------------
MAIN BODY CONTENT AND PANELS
------------------------------------------------------------- */ 
.contentServices {
	width: 222px;
	height: 321px;
	background-image: url(../images/bg_facility.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}
.contentHistory {
	width: 396px;
	background-image: url(../images/history_panel_red.gif);
	float: left;
}
.contentLocation {
	width: 432px;
	background-image: url(../images/location_panel_gray.gif);
	float: left;
}


/* -------------------------------------------------------------
TITLE PANELS AND COLORS
------------------------------------------------------------- */ 
.titleLogo {
	padding: 42px 0px 0px 0px;
	width: 253px;		/* max 253 */
}
.titleServices {
	padding: 18px 0px 0px 20px;
	width: 202px;		/* max 222 */
	height: 39px;
	background-image: url(../images/titlebar_facility_yellow.jpg);
}
.titleHistory {
	padding: 24px 0px 0px 14px;
	width: 382px;		/* max 396 */
	height: 44px;
	background-image: url(../images/titlebar_history_red.gif);
	color: #FFFFFF;
}
.titleLocation {
	padding: 24px 0px 0px 20px;
	width: 412px;		/* max 432 */
	height: 44px;
	background-image: url(../images/titlebar_location_gray.gif);
	color: #FFFFFF;
}


/* -------------------------------------------------------------
TEXT AREAS
------------------------------------------------------------- */ 
.textMessage {
	padding: 20px 12px 0px 0px;
	width: 241px;		/* max 253 */
	text-align: justify;
}
.textServices {
	width: 222px;
}
.textHistory {
	padding: 0px 0px 0px 14px;
	width: 370px;		/* max 396 */
	min-height: 179px;
	color: #FFFFFF;
}
.textHistory a:link { 
	color: #FFFFFF;
}
.textHistory a:visited { 
	color: #D3D3D3;
}
.textHistory a:hover { 
	color: #e6e6e6;
}
.textHistory a:active { 
	color: #FFFFFF;
}
.textLocation {
	padding: 0px 0px 0px 20px;
	width: 400px;		/* max 432 */
	min-height: 179px;
	color: #FFFFFF;
}

.textLocation a:link { 
	color: #FFFFFF;
}
.textLocation a:visited { 
	color: #D3D3D3;
}
.textLocation a:hover { 
	color: #e6e6e6;
}
.textLocation a:active { 
	color: #FFFFFF;
}

/* -------------------------------------------------------------
BOTTOM CAPS
------------------------------------------------------------- */ 
.capHistory {
	width: 396px;
	height: 19px;
	background-image: url(../images/history_panel_cap_red.gif);
}
.capLocation {
	width: 432px;
	height: 19px;
	background-image: url(../images/location_panel_cap_gray.gif);
}