<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 */

body {
	margin: 0 auto;
	padding: 0 auto;
	background-image: url('../images/bg.jpg');
}

#wrap {
	width: 1078px;
	height: 1900px;
	position: relative;
	background: #FFF;
	margin: 0 auto;
}

.banner-image {
	position: absolute;
	left: 26px;
	top: 8px;
}

#header  {
	height: 101px;
	width: 980px;
	background: #FFF url(../images/logo.png) no-repeat 52px 15px;
} 
#heading {
	height: 30px;
	width: 940px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content {
	height: 1550px;
	width: 1008px;
	margin-top: 50px;
	padding-left: 40px;
}

#contenttext-L {
	height: 1600px;
	width: 460px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	color: #FFF;
	text-shadow:0.05em 0.05em 0 #444;
	float: left;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
}
#contenttext-L table {
	text-shadow: none;
}
.image-L {
	border: medium solid #FFF;
	margin-bottom: 5px;
}

#contenttext-R {
	height: 1600px;
	width: 460px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	float: right;
	color: #7f7f7f;
	font: 12px/16px Verdana, Geneva, sans-serif;
	background: #FFF;
}
.image-R {
	border: medium solid #226594;
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
}


.phone {
	color: #3987ae;
	font: 15pt Verdana, Geneva, sans-serif;
	padding-right: 20px;
	text-align: right;
	padding-top: 13px;
	margin-right: -85px;
}

h1 {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #FFF;
	float: left;
	padding: 10px 3px 3px 0px;
}
h2 {
	font: bold normal 14px Verdana, Geneva, sans-serif;
	color: #FFF;
}
h3 {
	font: bold normal 14px Verdana, Geneva, sans-serif;
	color: #226594;
}
.call {
	font: bold normal 26px Verdana, Geneva, sans-serif;
	color: #226594;
}

#contenttext-L a {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#contenttext-L a:visited {
	color: #999;
}
#contenttext-L a:hover {
	color: #F00;
}
#contenttext-L a:active {
	color: #999;
}


#contenttext-R a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#contenttext-R a:visited {
	color: #999;
}
#contenttext-R a:hover {
	color: #F00;
}
#contenttext-R a:active {
	color: #999;
}
.clear {
	clear: both;
	float: none;
}

#footer {
	height: 38px;
	width: 1045px;
	position: relative;
	background: #f4f4f4;
	border-top: 1px solid #d3d7d9;
	border-bottom: 5px solid #126996;
	margin-top: 10px;
	padding: 3px 3px 3px 30px;
}

h1.title{
    color: #226594;
	font: 13pt Verdana, Geneva, sans-serif;
	text-align: right;
	margin-left: 330px;
	margin-top: 0;
}
ul.footer li{
	float:left;
	list-style-type:none;
	margin:10px 0;
	padding:0 0 0 5px;
}
li.footer{
	border-right: 1px solid #226594;
}
li.last{
	border-style: none;
}
ul.footer li a{
	margin: 4px;
	padding-right: 6px;
}
ul.footer li a:hover {
	text-decoration: underline;
}
a.facebook{
	float: right;
	margin-top: 10px;
	margin-right: 33px;
}
ul.footer{
	float:left;
}
a.footer {
	color: #226594;
	text-decoration: none;
	padding: 0px;
	margin: 4px;
	font: normal 12px Verdana, Geneva, sans-serif;
}
</pre></body></html>