@charset "UTF-8";/* CSS Document */body {	background-color:#FFFFFF;	background-image:url(images/serendipity-b_ground.gif);	background-repeat:repeat;	color: #5A3219;	font-size:12px;	line-height:20px;}/* Sitewide text styling */.title {	font-family:"Times New Roman", Times, serif;	font-size: 20px;	font-weight:600;	font-style:italic;	color: #F15A68;}.subheads {	font-size: 14px;	color: #37A4B8;	text-transform:uppercase;	text-decoration: none;}a {	text-decoration: none;	color:#F68E76;	font-weight:bold;	border:0;}.address {	font-family:"Trebuchet MS", Arial, sans-serif;	font-size: 130%;	font-weight:600;	color: #5A3219;}.hear-from-you {	font-family:"Trebuchet MS", Arial, sans-serif;	font-size: 160%;	color: #289697;	line-height:26px;}.bold-body {font-weight:bold;}.bold-italic {font-style:italic;}.testimonial {	font-family:"Times New Roman", Times, serif;	font-style:italic;	font-size: 18px;	line-height:28px;	}/* Text styling ends *//* Image styling begins */img.floatLeft {     float: left;     margin: 10px;	border-color:#A19365;	border-width:1px; }img.floatRight {     float: right;     margin: 4px; }/* Image styling ends */#photo {float:left;}#wrapper {width:795px;background-color:#ffffff;background-repeat:no-repeat;background-position:bottom left;margin: 0 auto;min-height:600px;border: 2px solid #A19365;}#header {background-color:#FFFFFF;}#logo {}#header-art-right {}#navigation {background-color:#ffffff;float:right;}#content-wide {background-color:#ffffff;text-align:center;}#content-narrow {background-image:none;font-family:"Trebuchet MS", Arial, sans-serif;padding:40px 100px 0 100px;}#sidebar {	width:150px;	float:right;	padding:0px 0px 10px 0px;	margin:20px;	background-color:#ffffff;	border-width:1px;	border-right:#999999;		}#footer {padding:10px;font-weight:bold;text-align:center;vertical-align:bottom;font-family:"Trebuchet MS";font-size:12px;color:#8B5428;}/* Suckerfish nav */#nav, #nav ul { /* all lists */	padding: 0;	margin: 0;	list-style: none;	line-height: 2;	font-family:"Trebuchet MS", Arial, sans-serif;	font-size:12px;	font-weight:bold;	text-align:center;	text-decoration:none;	}#nav a {	display: block;	text-decoration:none;	color:#9F9163;	}#nav li { /* all list items */	float: left;	width: 6em; /* width needed or else Opera goes nuts */}#nav li ul { /* second-level lists */	position: absolute;	background: white;	width: 6em;	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */}#nav li ul ul { /* third-and-above-level lists */	margin: -1em 0 0 10em;}#nav li:hover ul ul, #nav li.sfhover ul ul {	left: -999em;}#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */	left: auto;	color:#006666;}