/* FCE STYLES BEGIN */



/* TWO COLUMNS EQUAL WIDTH */
.two-equal-cols {
	width: auto;
	margin: 30px 0;
}
.two-equal-cols .col-1 {
	margin-right: 20px;
}
.two-equal-cols .col-1,
.two-equal-cols .col-2 {
	background-image: url(../images/phone_list_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 365px;
}
/* END */



/* PHONE LIST STYLES */
.phone-list {
	border-bottom: 1px solid #AFC3C9;
	padding: 24px 0;
	margin: 0;
}
.phone-list-item {
	padding: 0 20px 2px;
}
#content .phone-list-item h3 {
	border-bottom: 1px dotted #AFC3C9;
	padding: 0 0 2px;
	margin: 0 0 5px;
}
.phone-list-item-image {
	float: left;
	margin: 3px 10px 0 0;
}
.phone-list-item-text p {
	margin: 0 0 11px;
	padding: 1px 0 0;
}
.phone-list-item-text a {
	color: #ED7704;
	text-decoration: none;
}
.phone-list-item-text a:hover {
	text-decoration: underline;
}
/* END */



/* READ MORE LINK ON THE THREE FRONTPAGE BOXES STYLES */
#div-col1 .read-more,
#div-col2 .read-more,
#div-col3 .read-more {
	position: absolute;
	bottom: 15px;
	right: 30px;
}
#div-col1 .read-more a,
#div-col2 .read-more a,
#div-col3 .read-more a {
	color: #ed7704;
	text-decoration:none;
	padding:0 0 0 14px;
	background:transparent url(../images/gotoarchive.gif) left 1px no-repeat;
}
/* END */

.subcontent .read-more a {
	float: right;
	color: #ed7704;
	text-decoration:none;
	padding:0 0 0 14px;
	background:transparent url(../images/gotoarchive.gif) left 1px no-repeat;
}



/* FCE STYLES END */