@charset "utf-8";

div.centerPage {
	background-color: #C6C6C6;
	background-image: url(/static/images/infoBlockBG.png);
	background-repeat: repeat-x;
	color: #555;
	padding: 10px;
}

h2.content {
	background-color: #555;
	background-image: url(/static/images/infoBlockNotSelectedBG.png);
	background-repeat: repeat-x;
	color: #EEE;
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	text-decoration: none;
	margin: 15px 0px 2px 0px;
	padding: 10px;
}

.contact {
	background-image: url(/static/images/tabbg_contact.gif);
}

.globe {
	background-image: url(/static/images/tabbg_globe.gif);
}

.infrastructure {
	background-image: url(/static/images/tabbg_infrastructure.gif);
}

.tabBG {
	background-position: bottom right;
	background-repeat: no-repeat;
}
