/* CSS Document */body {	text-align:center;	font-family:Arial, Helvetica, sans-serif;	font-size: 62.5%; /* At this percentage 1em equates to 10px */	margin: 17px 0 17px 0;	color:#000000;	background-color:#FFFFFF; }* { /* Reset all margins/padding*/	margin:0;	padding:0; }ul, ol { /* Make for consistent list handling across browsers */	padding-left:1em;	margin-left: 10px;	margin-bottom:15px; }/* Typography  ------------------------------------------------------------------------------------------------------ */h1, h2, h3, h4, h5, h6 {	font-family:Arial, Helvetica, sans-serif; }p {	font-family:Arial, Helvetica, sans-serif;	color:#000000;	margin: 0 0 20px 0; }a:link { font-family:Arial, Helvetica, sans-serif;}a:visited { font-family:Arial, Helvetica, sans-serif;}a:hover { font-family:Arial, Helvetica, sans-serif; }a:active { font-family:Arial, Helvetica, sans-serif;}/* Layout Elements  ------------------------------------------------------------------------------------------------------ */#wrapper {	width:100%;	text-align:left;	position:relative;	background-color:#FFFFFF; }#header {	width:100%;	height:110px;	text-align:left;	padding-bottom: 30px;	background-color:#FFFFFF; }#navigation {	display:none; }#content {	width:100%;	text-align:left;	clear:both;	background-color:#FFFFFF;	float:left;	margin-bottom: 5px; }#homecontentleft {	display:none;	background-color:#FFFFFF; }#contentleft {	display:none;	background-color:#FFFFFF; }	#homecontentright {	width:100%;	text-align:left;	float:left;	padding: 0;	line-height: 18px;	background-color:#FFFFFF;  }#contentright {	width:100%;	text-align:left;	float:left;	padding: 0;	line-height: 18px;	background-color:#FFFFFF; }#contentright_left {	width:100%;	float:left;	padding: 0;	background-color:#FFFFFF; }#contentright_right {	width:100%;	padding: 0;	float:left;	background-color:#FFFFFF; }	#footer {	display: none; }#logo {  text-indent: -5000px; overflow:hidden;   display:block; width: 187px; height:81px; text-decoration: none;  background-image:url(/furniture/images/sitewide/logo.gif);   background-repeat:no-repeat;	float:left; }#mainNavigation {	display: none; }#leftNavigation {	display: none; }#search {	display: none; }#news {	display: none; }#homecontentright, #contentright {	font-size: 1.1em; 	background-color:#FFFFFF;}#homecontentright h1, #contentright h1 {	font-size:2.0em;	margin: 0 0 20px 0; }#homecontentright img {	float:right;	padding: 0; }#contentright a:link { color:#000000; text-decoration:none; }#contentright a:visited { color:#000000; text-decoration:none; }#contentright a:hover { color:#d3242e; text-decoration:none; }#contentright a:active { color:#000000; text-decoration:none; }#contentright a.redlink:link { color:#d3242e; text-decoration:none; }#contentright a.redlink:visited { color:#d3242e; text-decoration:none; }#contentright a.redlink:hover { color:#d3242e; text-decoration:none; }#contentright a.redlink:active { color:#d3242e; text-decoration:none; }#contentright h2, #contentright h3, #contentright h4,  #contentright h5 {	padding: 10px 0 20px 0;	clear:both;}#contentright h2 {	font-size:1.5em;	line-height: 24px; }	 #contentright_right img {	border: 2px solid #dbdcdd; }#content table img {	border: 2px solid #dbdcdd; } 	a.viewlarger {	display: none; }a.back {	display: none; }a.apply {	display: none; }a.top {	display: none; }a.viewmap {	display: none; }a.viewvideo {	display: none; }	a.download {	display: none; }a.downloadmap {	display: none; }#contentright_left ul {	padding-bottom: 10px; }ul#SubNavigation, ul#SubSubNavigation {	display:none; }hr {	color: #d3242e;	border: 0;	background-color: #d3242e;	height: 1px;	margin: 10px 0 10px 0;	clear:both; }