@charset "utf-8";
@import url("styles.css");
/* CSS Document */
/* NO CHANGE BELOW */

#office-container {
	height: 50px;
	width: 256px;
	border: thin;
	/*border-style: inset;*/
	border-style: inset;
	border-color: #FFF;
	border-left: none;
	border-right: none;
	border-top: none;
	float: right;
	margin-top: 15px;
}
#office-container p.office {
	margin-top: 0px;
}
#office-container p.time {
	margin-top: 0px;
	padding-left: 13px;
}
.indent-hours {
	padding-left: 136px;
}
#us-office {
	background: url(./images/office_open.jpg) no-repeat;
	height: 47px;
	width: 49px;
	margin-right: 50px;
	float: right;
}
#uk-office {
	background: url(./images/office_closed.jpg) no-repeat;
	height: 47px;
	width: 49px;
	float: right;
	margin-right: 50px;
	clear: right;
}
#uae-office {
	background: url(./images/office_closed.jpg) no-repeat;
	height: 47px;
	width: 49px;
	float: right;
	margin-right: 50px;
	clear: right;
}
#uae-office p, #us-office p, #uk-office p {
	color: #FFF;
	text-align: left;
	margin-left: -115px;
	margin-top: 12px;
	font-weight: bold;
}

/** NO CHANGE ABOVE **/