/********************** List of changes
001 - 25-01-05 - tstn - spread the address and phone column more evenly & add right border to phone column and remove from image column.

*************************************/

#allContent {
	float: left;
	width: 775px;
	background-color:#ffffff;
}

#topContent {
	float:left;
	width:775px;
}

#topContent h2 {
	margin:10px 0px 10px 10px;
	padding:0px;
}

#topContent p {
	width:461px;	
	padding:0px;
	margin:0px 10px 10px 10px;
}

#contentWrapper {
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
}

#officeWrapper{
	float:left;
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}

.topBorder {
	border-top:1px solid #135F58;
	
}

.bottomBorder {
	border-bottom:1px solid #B8CFCD;
}


#location {
	float:left;	
	background-color: #E7EFEE;
	width:147px;
	height:100px;
	margin:0px;
	padding:0px;
}

#location h4 {
	margin:0px;
	padding:10px;
	color:#135F58;
}

/* 001 - made column wider */
#addressList {
	float:left;
	width:245px;
}

#addressList li {
	list-style-type: none;
	margin-left:00px;
	line-height:15px;
}


/* 001 - made column smaller and added border right */
#address {
	float:left;
	width:205px;
	border-left:1px solid #D3D4C0;
	border-right:1px solid #D3D4C0;
}

#address li {
	list-style-type: none;
	margin-left:00px;
	line-height:15px;
}

#address a.arrowLink {
	font-size:120%;
	color:#135F58;
	margin-left:20px;
	width:100px;
	display:block;
	background-image:url(/internet/imagefiles.nsf/Lookup/icon_contactdoublearrow/$file/icon_contactdoublearrow.gif);
	background-repeat:no-repeat;
	background-position:65px 5px;
}

#officeImage {
	float:left;
	width:144px;
	padding-left:10px;
}



