/* aboutUs.css */
div#menu ul li#au a {background-position:0 0;}

/** Services **/
#serviceLinks {
	text-align: right;
	margin-top: 15px;
}
#serviceLinks img {
	padding: 4px 0;
}
/** >>Services<< **/

/** Island Offices **/
.office {
	position: relative;
	clear: both;
	line-height: 135%;
	border-top: 1px dotted #6b6b6b;
	padding: 15px 0;
	font-size: 11px;
}
.office a {
	color: #59a2c5;
	text-decoration: none;
	font-weight: bold;
}
.office a:hover {
	color: #6b6b6b;
	text-decoration: none;
}
.office h5 a {
	color: #49788f;
	text-decoration: underline;
}
.office .links {
	position: absolute;
	top: 35px;
	left: 297px;
}
.office .links a {
	color: #6b6b6b;
	font-weight: normal;
	text-decoration: underline;
}
.office .links a:hover {
	color: #59a2c5;
	text-decoration: none;
}
.office .column {
	float: left;
	width: 128px;
	padding-right: 5px;
	margin-top: 15px;
	font-weight: bold;
}
.last {
	border-bottom: 1px dotted #6b6b6b;
}
/** >>Island Offices<< **/

/** Company News **/
/* News Summary */
.newsSumRow {
	clear: both;
	border-bottom: 1px dotted #6b6b6b;
	padding-top: 12px;
	padding-bottom: 11px;
}
.newsSumRow, .newsSumRow a {
	color: #244a5c;
}
.newsSumRow .date, .newsSumRow .title {
	float: left;
}
.newsSumRow .date {
	width: 83px;
}
.newsSumRow .title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
.newsSumRow .title a:hover {
	color: #6b6b6b;
}
.backToTop {
	border-bottom: none;
}
/* News Details */
h4#newsH4 {
	color: #244a5c;
	position: relative;
}
h4#newsH4 #date {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#newsHeadline {
	margin-top: 18px;
	margin-bottom: 18px;
	font-style: italic;
	font-size: 13px;
	clear: both;
}
#newsHeadline img {
	float: left;
	margin-right: 12px;
}
/** >>Company News<< **/

/** Affiliations **/
.affiliate {
	padding-top: 15px;
	clear: both;
}
.affiliate p {
	position: relative;
	margin: 10px 0 15px;
}
.affiliate p .link {
	position: absolute;
	left: 280px;
	top: -30px;
}
/** >>Affiliations<< **/
