<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	background: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #40403e;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
}

h1 {
	color: #036;
	font-size:22px;
	line-height:26px;
	font-weight: normal;
}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 1000px;
	background: none;
	margin: 0 auto;
}

.phone {
	float:right;
	width:200px;
	margin-right: 20px;
	margin-top:10px;
	text-align: right;
	font-weight:bold;
	font-size:18px;
	color: #036;
}

.header {
	background: none;
	width: 1000px;
	height: 98px;
	padding:10px;
	text-decoration: none;
	margin: 20px auto 0;

}

.nav {
	background: none;
	width:1000px;
	height: 37px;
	margin: 0 auto;
}


.sidebar1 {
	float: right;
	color: #ffffff;
	width: 230px;
	margin-top:20px;
	margin-right:20px;
	background: #666;
	padding: 10px;
}
.content {
	background: #ffffff;
	padding: 20px;
	min-height:520px;
	padding-right: 280px;
	width: 700px;
	box-shadow: 0px 0px 16px #000;
	-webkit-box-shadow: 0px 0px 16px #000;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

#button {
	color: #FFF;
	background: url(images/button1.jpg);
	font-size: 16px;
	padding-top:10px;
	height:28px;
	display:block;
	float:left;
	border-right: 2px solid #3d2c92;
	border-left: 2px solid #23054a;
	margin-top:1px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-shadow: 0px 0px 7px #333;
	-webkit-text-shadow: 0px 0px 7px #333;
	 /* Safari */

}

 #button:hover {
	color: #FFF;
	border-left: 2px solid #3d2c92;
	border-right: 2px solid #23054a;
	background: url(images/button2.jpg);
	text-shadow: 0px 0px 7px #000;
	-webkit-text-shadow: 0px 0px 7px #000; /* Safari */
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	text-align: center;
	color: #666;
	font-size: 11px;
	background: #FFFFFF;
	position: relative;
	clear: both; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}</pre></body></html>