<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}
/* Global properties ======================================================== */
html {width:100%}

body {font-family:Arial, Helvetica, sans-serif;line-height:20px;color:#969696;min-width:980px;background:#141414;font-size:20px;}

.bg {width:100%;background:url(../images/bg-top.jpg) center 0 no-repeat}

.main {
	width:1040px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {color:#969696;outline:none}
a:hover {text-decoration:none}

.clear {clear:both;width:100%;line-height:0;font-size:0}

.col-1, .col-2, .col-3, .col-4 {float:left}
.column-1, .column-2, .column-3 {float:left}  

.wrapper {width:100%;overflow:hidden}
.extra-wrap {overflow:hidden}
 
.container {width:100%}

p {margin-bottom:20px;font-size:18px;;font-family:Arial, Helvetica, sans-serif;}
.p1 {margin-bottom:8px}
.p2 {margin-bottom:15px}
.p3 {margin-bottom:30px}
.p4 {margin-bottom:40px}
.p5 {margin-bottom:50px}

.reg {text-transform:uppercase}

.fleft {float:left}
.fright {float:right}

.alignright {text-align:right}
.aligncenter {text-align:center}

.it {font-style:italic}

.letter {letter-spacing:-1px}

.color-1 {color:#fff}
.color-2 {color:#000}
.color-3 {color:#666}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px}

.spacing {margin-right:35px}
.spacing2 {margin-right:45px}
.spacing3 {margin-right:60px}

.indent-bot {margin-bottom:20px}
.indent-bot2 {margin-bottom:35px}
.indent-bot3 {margin-bottom:45px}

.img-indent-bot {margin-bottom:25px}
.img-indent {float:left;margin:0 20px 0px 0}	
.img-indent2 {float:left;margin:0 13px 0px 0}	
.img-indent-r {float:right;margin:0 0px 0px 20px}	

.img-box {float:left;margin-bottom:20px}	

.prev-indent-bot {margin-bottom:10px}
.prev-indent {float:left;margin:0 17px 0px 0}	
.prev-box {float:left;margin-bottom:8px}	

.border {border:3px solid #000}

.buttons a:hover {cursor:pointer}

.list-1 li a,
.list-2 li a,
.link,
.logo {text-decoration:none}	

/*********************************header*************************************/
header {
	padding:47px 0 17px;
	background:url(../images/header.png) 0 0 repeat-x #c8c8c8;
}
.logo {
	display:block;
	width:400px;
	height:46px;
	text-indent:-5000px;
	background:url(../images/logo1.png) 0 0 no-repeat
}
nav {
	position:absolute;
	right:-66px;
	z-index:20;
	top: 2px;
}

.relative {position:relative;}

.flash-1 {background:url(../images/carousel-bg.jpg) 50% 0 no-repeat #3e3e3e;padding:0px 0 0px;text-align:center;}

/*********************************content*************************************/
#content {padding:47px 0px 56px 0px;
	background-color:#ededed;
	background-image:url(../images/content.png);
	background-position:0 0;
	background-repeat:repeat-x;
	min-height:600px;
}
#page1 #content {
	background-color:#fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fefefe, #ededed); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fefefe, #ededed); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fefefe, #ededed); /* IE10 */
	background-image:      -o-linear-gradient(top, #fefefe, #ededed); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fefefe, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#ededed'); /* IE6â€“IE9 */
}

.tabs .nav li {margin-bottom:4px;border-radius:9px;-moz-border-radius:9px;-webkit-border-radius:9px;font-size:16px;line-height:1.2em;
	background-color: #565656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#292929)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #565656, #292929); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #565656, #292929); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #565656, #292929); /* IE10 */
	background-image:      -o-linear-gradient(top, #565656, #292929); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #565656, #292929);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#565656', EndColorStr='#292929'); /* IE6â€“IE9 */
	position:relative;
	box-shadow:1px 1px 2px #8a8a8a;-moz-box-shadow:1px 1px 2px #8a8a8a;-webkit-box-shadow:1px 1px 2px #8a8a8a;
}
.tabs .nav li a {display:block;color:#fff;text-decoration:none;height:22px;padding:8px 12px;}
.tabs .nav li.item1 a {padding:0 12px;height:38px;}
.tabs .nav li:hover, .tabs .nav li.selected {
	background-color: #028eb8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#028eb8), to(#006c8c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #028eb8, #006c8c); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #028eb8, #006c8c); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #028eb8, #006c8c); /* IE10 */
	background-image:      -o-linear-gradient(top, #028eb8, #006c8c); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #028eb8, #006c8c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#028eb8', EndColorStr='#006c8c'); /* IE6â€“IE9 */
}

.dropcap {float:left;font-size:28px;color:#fff;line-height:1.2em;width:56px;margin-right:19px;text-align:center;padding:11px 0;}
.dropcap.dropcap-1 {background:url(../images/dropcap-1.png) 0 0 no-repeat;}
.dropcap.dropcap-2 {background:url(../images/dropcap-2.png) 0 0 no-repeat;}
.dropcap.dropcap-3 {background:url(../images/dropcap-3.png) 0 0 no-repeat;}
.dropcap.dropcap-4 {background:url(../images/dropcap-4.png) 0 0 no-repeat;}

.spacer-1 {width:100%;background:url(../images/pic-1.gif) 217px 0 repeat-y}
.spacer-2 {width:100%;background:url(../images/pic-1.gif) 460px 0 repeat-y}

h3 {font-size:28px;line-height:1.2em;margin:0px 0 15px;color:#1d1d1d;letter-spacing:-1px;}

h4 {color:#1d1d1d;font-size:18px;font-weight:normal;line-height:1.2em;margin:0 0 25px;}

.scroll {overflow:auto;height:180px;position:relative}
.padding-left {padding-left:12px;}
.padding-left2 {padding-left:40px;}
.padding-right {padding-right:20px}
.padding-top {padding-top:23px !important;}

.border-bot {padding-bottom:15px;border-bottom:1px solid #cdcdcd;margin-bottom:20px;}

.box {}
.box .padding {padding:50px 65px 30px 68px}

.button {display:inline-block;color:#fff;font-size:16px; line-height:1.2em;text-transform:uppercase;text-decoration:none;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:1px 1px 2px #8a8a8a;-moz-box-shadow:1px 1px 2px #8a8a8a;-webkit-box-shadow:1px 1px 2px #8a8a8a;
	padding:9px 13px 10px;
	background-color: #565656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#292929)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #565656, #292929); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #565656, #292929); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #565656, #292929); /* IE10 */
	background-image:      -o-linear-gradient(top, #565656, #292929); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #565656, #292929);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#565656', EndColorStr='#292929'); /* IE6â€“IE9 */
	position:relative;}
.button:hover {
	background-color: #028eb8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#028eb8), to(#006c8c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #028eb8, #006c8c); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #028eb8, #006c8c); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #028eb8, #006c8c); /* IE10 */
	background-image:      -o-linear-gradient(top, #028eb8, #006c8c); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #028eb8, #006c8c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#028eb8', EndColorStr='#006c8c'); /* IE6â€“IE9 */
}

.button1 {display:inline-block;font-size:12px;padding-left:9px;color:#fff;background:url(../images/button-left.png) 0 0 no-repeat}
.button1:hover {color:#24a3ce}

strong {color:#1c1c1c;}

.list-1 li {font-size:14px;line-height:24px;padding-left:12px;vertical-align:top;background:url(../images/list1-marker.gif) 0 8px no-repeat}
.list-1 li a {color:#1799cf}
.list-1 li a:hover {color:#fff}

.list-2 li {line-height:22px;padding-left:12px;background:url(../images/list2-marker.gif) 0 8px no-repeat}
.list-2 li a {color:#fff}
.list-2 li a:hover {color:#1799cf}

.list-3 {list-style:decimal-leading-zero}
.list-3 li {font-size:12px;line-height:16px;color:#fff;padding-bottom:12px;margin-left:25px;list-style-type:decimal-leading-zero}
.list-3 li a {color:#eda202}
.list-3 li a:hover {color:#24a3ce}

.link {color:#1c1c1c;text-decoration:none;}
.link:hover {text-decoration:underline} 

.link-1 {display:inline-block;padding-right:8px;background:url(../images/link.gif) right 8px no-repeat;color:#1c1c1c;text-decoration:none;}
.link-1:hover {text-decoration:underline;} 

.text-1 {font-size:14px} 
.text-2 {font-size:14px;line-height:1.285em}  
.text-3 {font-size:11px;line-height:1.272em}  

dl span {float:left;width:90px}
dl dt {font-weight:bold;color:#1c1c1c;margin:0 0 20px;}

input,textarea {font-size:12px;color:#6b6b6b;font-family:Arial, Helvetica, sans-serif;margin:0;padding:0}

/* Contact form */
#contact-form {position:relative;vertical-align:top;}
	#contact-form fieldset {border:none;padding:0}
		#contact-form .field {overflow:hidden;padding-bottom:6px}
			#contact-form input {width:198px;padding:8px 10px;background:#d3d3d3;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #b7b7b7;border-top:1px solid #b7b7b7;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
			#contact-form .area {overflow:hidden;padding-bottom:15px}
			#contact-form textarea {width:198px;height:62px;background:#d3d3d3;padding:10px;overflow:auto;display:block;line-height:1.2em;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #b7b7b7;border-top:1px solid #b7b7b7;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
				#contact_form a {cursor:pointer;color:#1c1c1c;font-weight:bold;text-decoration:underline;margin:0 16px 0 8px;}
				#contact_form a:hover{text-decoration:none;}
			#contact-form label {color:#F00;overflow:hidden;}
				#contact-form .error {line-height:normal;display:none;}
		.buttons-wrapper {text-align:right}
		.buttons-wrapper a {margin-left:10px}

#map_canvas {width:368px;height:218px;float:left;margin-right:20px;}

/****************************footer************************/
aside {border-top:5px solid #f6f6f6;background:#e2e2e2;padding:57px 0 80px;border-bottom:5px solid #f6f6f6;}
aside li{padding:0 0 16px 9px;font-size:11px;line-height:1.2em;background:url(../images/aside-marker.gif) 0 5px no-repeat;}
aside li a {text-transform:uppercase;color:#1c1c1c;text-decoration:none;}
aside li a:hover {text-decoration:underline;}

/****************************footer************************/
footer {padding:10px 0 10px;overflow:hidden;color:#a0a0a0;text-transform:uppercase;font-size:11px;line-height:1.2em;height:150px;background-color:black;}
footer a {color:#a0a0a0;text-decoration:none;}
footer a:hover {color:#fff;}
.footer-logo{background:url(../images/footer-logo.png) 0 0 no-repeat;width:109px;height:32px;float:right;margin-right:110px;}
footer span,footer span *{color:#ededed;}
.copyright {overflow:hidden;padding-top:8px;}

#easyTooltip {font-size:12px;background:#fff;padding:3px 5px;border:1px solid #000}
</pre></body></html>