<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'US101Regular';
    src: url('/include/font-us101/us101-webfont.eot');
    src: url('/include/font-us101/us101-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font-us101/us101-webfont.woff') format('woff'),
         url('/include/font-us101/us101-webfont.ttf') format('truetype'),
         url('/include/font-us101/us101-webfont.svg#US101Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ----------------------------------------------------------------------------------------------------
		Reset Browser Styles
------------------------------------------------------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 700;
}

/* ----------------------------------------------------------------------------------------------------
		Standard Main Styles
------------------------------------------------------------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	background: #e4e1d0 url(/images/background.jpg) repeat left top;
	font-family: 'Karla', Arial, Helvetica, sans-serif;
   font-weight: 400;
	font-size: 14px;
	color: #000000;
}

html {
	overflow-y:scroll;
}

.show {
   display: block;
}

.hide {
   display: none;
}

.clear {
   clear: both;
}

a {
   color: #b34622;
   text-decoration: underline;
}

a:hover {
   text-decoration: underline;
}

p {
   padding-bottom: 10px;
}

h1 {
   font-family: 'US101Regular', Georgia, serif;
   font-size: 22px;
   font-weight: normal;
   color: #b34622;
   padding: 10px 0 5px 0;
}

.highlight {
   color: #b34622;
   font-size: 15px;
}

.lead-in {
   color: #b34622;
   font-weight: 700;
}

ul {
   display: block;
   margin-left: 20px;
   margin-top: 0;
   margin-bottom: 0;
   list-style-type: square;
   list-style-position: outside;
   color: #b34622;
}
ul li          { padding-bottom: 10px; }
ul li div      { color: #7D7D7D; }
ul li div span { font-weight: bold; }

#site-position {
   width: 830px;
   position: absolute;
   left: 50%;
   margin: 20px 0 0 -415px;
   padding-bottom: 20px;
}

#site-wrapper {
	background-color: #ffffff;
   padding: 10px 10px 10px 10px;
}

#logo
{
	float: left;
	width: 169px;
	padding: 6px 0 0 15px;
}

#nav-wrap
{
	float: left;
	padding-left: 30px;
	height: 108px;
	background-color: #ffffff;
}

#home-mainimage {
	float: left;
	width: 590px;
	height: 277px;
	background: #ffffff url(/images/tile-floor.jpg) top left no-repeat;
   padding-right: 10px;
}

#home-mainimage img {
	padding-top: 85px;
	padding-left: 120px;
}

#home-text {
	float: left;
	width: 515px;
	padding: 15px 15px 10px 280px;
	background-color: #ede8c7;
}

#home-text p {
	margin: 0;
   padding: 0 0 5px 0;
	color: #544233;
	font-size: 14px;
}

#home-bottom-row {
	padding-top: 10px;
}

#stacked-tiles {
	position: absolute;
	margin-top: 210px;
   margin-left: 5px;
}

#contact-box {
	float: right;
	width: 210px;
	height: 169px;
	padding: 15px 0 0 0;
   margin-top: 10px;
	background: #300000;
	color: #ede8c7;
	font-size: 16px;
}

#contact-box p {
	padding-left: 15px;
   padding-bottom: 20px;
}
#contact-box p.head {
   background: #b34622;
   padding: 10px 5px 10px 15px;
   font-size: 17px;
   margin-bottom: 20px;
}
#contact-box p a { color: #ede8c7; text-decoration: none; }
#contact-box p a:hover { text-decoration: underline; }

#subpage-content {
   float: left;
   width: 568px;
   min-height: 294px;
   padding: 0 0 15px 17px;
	color: #7d7d7d;
}

#footer {
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #333;
}

#footer img {
   float: right;
   margin-left: 10px;
}

#footer a {
	color: #333;
   text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
		Drop-down Menu Styles
------------------------------------------------------------------------------------------------------- */

/* The primary UL tag of the menu */
#navigation {
	margin: 63px 0 0 15px;
   list-style: none;
}

/* The LI tag for each main menu item */
#navigation li {
   background: none;
   float: left;
   text-align: center;
   margin: 0;
   padding: 0;
   position: relative;
   z-index: 900;
}

/* The drop-down list of any sub-menu item list */
#navigation ul {
   background: #fff;
   display: none;
   list-style-type: none;
   position: absolute;
   top: 32px;  /* MAKE SAME AS THE A TAG HEIGHT/LINE-HEIGHT */
   left: 0;
   margin: 0;
   padding: 0;
}

#navigation &gt; ul {
   top: auto;
   left: auto;
}

#navigation li:hover &gt; ul {
   display: block;
}

#navigation li.over ul {
   display: block;
}

/* The LI tag for each sub-menu item in drop-down list */
#navigation ul li {
   background-image: none;
   display: inline;
   float: none;
   margin: 0;
   padding: 0;
}

/* All links in navigation -- both main and sub-menu */
#navigation a:link,
#navigation a:visited {
   display: block;
   float: left;
   margin: 0;
   padding-right: 20px;
   height: 32px;
   line-height: 32px;
   border: none;
   /* font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; */
   letter-spacing: .5px;
   font-weight: normal;
   font-size: 14px;
   color: #544233;
   text-align: center;
   text-decoration: none;
}

/* Hover/Selected state for all links in navigation -- both main and sub-menu */
#navigation a.selected,
#navigation a:hover,
#navigation a:active {
   color: #b34622 !important;
}

/* All links in drop-down sub-menus of navigation */
#navigation ul li a:link,
#navigation ul li a:visited {
   display: block;
   float: none;
   width: 100px;
   margin: 0;
   text-align: left;
   background-color: #fff;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
}

/* Hover state of all links in drop-down sub-menus of navigation */
#navigation ul li a:hover,
#navigation ul li a:active {
   color: Red !important;
   background-color: #eee !important;
}
</pre></body></html>