/* CSS Document *//* ---------- WEB SITE CONTAINER ---------- */#container {	width: 970px;	margin: auto;	text-align: left;}/* ---------- LOGO ---------- */#logo {	float: left;	width: 375px;	height: 50px;	margin: 20px 0px 10px 0px;}/* ---------- TOP AND BOTTOM BAR ---------- */#bar-top {	float: left;	width: 970px;	height: 20px;	background:		url(../graphics/csslayout/bar-top.gif)		repeat-x;}#bar-bottom {	float: left;	width: 970px;	height: 20px;	background:		url(../graphics/csslayout/bar-bottom.gif)		repeat-x;}/* ---------- BODY CONTENT AREA ---------- */#body-container {	float: left;	width: 930px;	padding: 40px 20px 20px 20px;	background:		#EFEBE0;}#panoramic {	float: left;	width: 970px;	height: 475px;}#full-page {	float: left;	width: 890px;	margin: 0 20px;}#columnA01 {	float: left;	width: 340px;	margin: 0 20px;}#columnA02 {	float: left;	width: 510px;	margin: 0 20px;}		#subcolumnA01 {			float: left;			width: 265px;			font-family: Helvetica, "Lucida Grande", Arial, sans-serif;			font-size: 13px;			color: #1B160C;			line-height: 18px;			margin-right: 20px;		}				#subcolumnA02 {			float: left;			width: 225px;			font-family: Helvetica, "Lucida Grande", Arial, sans-serif;			font-size: 13px;			color: #1B160C;			line-height: 18px;		}/* ---------- FOOTER AREA ---------- */#footerA01, #footerA02 {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 10px;	font-weight: bold;	color: #1B160C;	line-height: 17px;	margin: 10px 0px 50px 0px;}#footerA01 {	float: left;	width: 485px;}#footerA02 {	float: right;	width: 215px;	text-align: right;}/* ---------- PHOTOS AND OBJECTS POSITIONING ---------- */#photo-left {	float: left;	clear: left;	margin: 0px 20px 10px 0px;}#photo-right {	float: right;	clear: right;	margin: 0px 0px 10px 20px;}/* ---------- OTHER ---------- */#clear {	clear: both;}/* ---------- PHOTOS ---------- */.mccaskill-staff {	width: 340px;	height: 465px;	text-indent: -7777px;	background:		url(../graphics/csslayout/photo-mccaskill-staff.jpg)		no-repeat;}/* ---------- CONTACT FORM ---------- */#contact-formA01 {	float: left;	width: 85px;	margin-bottom: 3px;}#contact-formA02 {	float: left;	width: 180px;	margin-bottom: 3px;}/* ---------- MAP ---------- */#map-border {	float: left;	border: 1px solid #A67C52;}