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

html, body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-color: #e7e6e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #484848;
	background-position: center top;
}

#container {
		min-height:100%;
		position:relative;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 181px;
	width: 876px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#nav_strip {
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	height: 332px;
	overflow: hidden;
}

	
#nav_cont {
	height: 332px;
	width: 876px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	padding-left: 10px;
	width: 214px;
	float: left;
	padding-top: 15px;
}

ul#navigation {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 17px;
	margin: 0px;
}
ul#navigation li {
	padding-left: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#navigation li a {
	color: #293E28;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	margin: 0px;
	padding-top: 11px;
	display: block;
	width: 169px;
	line-height: 17px;
	background-image: url(images/nav_off.png);
	background-repeat: repeat;
	height: 29px;
	padding-left: 45px;
}
ul#navigation li a.on {
	background-image: url(images/nav_on.png);
	background-repeat: no-repeat;
	color: #293E28;
	text-decoration: none;
	padding-top: 11px;
	padding-left: 45px;
	width: 169px;
	height: 29px;
	font-family: Helvetica, Arial, sans-serif;
}
ul#navigation li a:hover {
	background-image: url(images/nav_on.png);
	background-repeat: no-repeat;
	color: #293E28;
	text-decoration: none;
	padding-top: 11px;
	padding-left: 45px;
	width: 169px;
	height: 29px;
	font-family: Helvetica, Arial, sans-serif;
}


#slideshow {
	width: 610px;
	height: 332px;
	float: right;
}


#body {
	padding-bottom:132px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 876px;
	height: auto;
	background-image: url(images/body_bg.png);
}
#content {
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 15px;
	background-image: url(images/body_top.png);
	padding-right: 20px;
	padding-left: 20px;
}
#left {
	float: left;
	width: 585px;
}
#left blockquote {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#left iframe {
	border: 5px solid #CCCCCC;
}

#left ul {
	margin-top: 5px;
}

#right {
	width: 205px;
	float: right;
	padding-top: 10px;
}
#right iframe {
	border: 5px solid #CCCCCC;
}

#right ul {
	margin-top: 4px;
	padding-left: 18px;
}


#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:132px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	}
#footer    p   {
	width: 901px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	margin-top: 5px;
}
#footer a {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
#footernav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	margin-top: 25px;
}





/*----- Classes--------*/

.item {
	margin-left: 7px;
	padding: 10px;
	background-color: #F7F9FB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #D8E1EB;
	border-left-color: #D8E1EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8E1EB;
}
.itemheader {
	background-color: #EDF0F3;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCD5DD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 16px;
}

.item ul {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.item li {
	list-style-image: url(images/carat.gif);
}
.itemblock {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.contact tr td {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #E2E2E2;
	background-color: #F8F8F8;
}
.contact .input {
	color: #666666;
	padding: 2px;
}

.picright {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.picleft {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.header{
	font-size:26px;
	font-weight:normal;
	color:#293E28;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	line-height: 30px;
}
.subheader{
	font-size:20px;
	font-weight:normal;
	color:#293E28;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	line-height: 22px;
}
.testimonial {
	padding-right: 10px;
	padding-left: 10px;
}

.locations {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
	padding: 5px;
	background-color: #F7F9FB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBF0F5;
	border-right-color: #D8E1EB;
	border-bottom-color: #D8E1EB;
	border-left-color: #EBF0F5;
}
.locationsCopy {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}


.image {
	float: right;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(images/picbg.png);
	background-repeat: no-repeat;
	padding: 9px;
}
.logo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
.sig {
	display: block;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}


.clear{clear:both;}
a.gallery:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #8B0000;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}
a.gallery:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #D50000;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}
a.gallery:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #EC0000;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #660000;
	font-style: italic;
}
a.gallery:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #8B0000;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC3300;
	font-style: italic;
}

/*------------ Elements -------------*/

h1 {
	font-weight:normal;
	font-size:14px;
	display:inline
}



h2 {
	font-weight:normal;
	font-size:14px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:14px;
	display:inline
}
h4 {
	font-weight:normal;
	font-size:14px;
	display:inline
}

img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link{
	color:#49453c;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#49453c;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
tr td {
 vertical-align:top;
}

img {
border:none;
}.imageCopy {
	float: left;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 1px;
}
.imageCopy2 {
	float: right;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #999999;
}

.port {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}.port img {
	border: 3px solid #FFFFFF;
}
#right ol {
	margin-top: 4px;
	padding-left: 18px;
}

.noshow {
    display:none;
}
.contact  table {
    width:90%;
    border-collapse:collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.contact td {
    color:#333333;
    padding:0.5em;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.contact .input {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
}
.contact .textarea {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
    height:100px;
}
.input {
    border:1px solid #666;
}</pre></body></html>