<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}
html{
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	/*background-color: #f1f1f1;*/
	background-color: #cdcdcd;
	color: #333;
	text-align: center;
	border-top: 10px solid #073129;
}

a{
	color: #e74310;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	background: #fff;
	box-shadow: 0 1px 1px #ccc;

}

#header{	
	text-align: left;
	padding: 40px 0 0px 83px;
	margin-bottom: -30px;
}

#header-contact {
	margin-top: -44px;
}

#footer{
	width: 900px;
	text-align: right;
	margin: 0 auto;
}

#hero{
	background: url("../images/hero.jpg");
	height: 200px;
	width: 900px;
	text-align: center;
	position: relative;
}
.overlay{
	height: 25%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #fff;
	padding: 10px;
	display: block;
	width: 700px;
	font-family: 'Syncopate', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 27px;
	text-transform: uppercase;
	line-height: 50px;
}

#content{
	overflow: hidden;
}

strong{
	font-weight: bold;
}

h2{
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 1em 0;
}

h3{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 1em 0;
}

h4{

}

ul {
	font-size: 10pt;
	line-height: 16px;
	margin: 1em 0;
	font-family: arial;
}

p {
	font-size: 10pt;
	line-height: 16px;
	margin: 1em 0;
	font-family: arial;
}

.left{
	float: left;
}

.left ul, .right ul{

}

.left li, .right li{
	padding-bottom: 5px;
	list-style: disc;
	margin: 0 20px;
}

.right{
	float: right;
	overflow: hidden;
}

.half{
	width: 38%;
	padding: 70px;
}

.contact{
	width: 13%;
	padding: 70px 0 70px 70px;
}

.contact2{
	padding: 62px 70px 0 0;
	width: 70%;
	float:left;
}
.image_left{
	padding: 70px 0px;
}

.image_right{
	padding: 70px 0px;
}

.image_right img{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 70px;
}
.image_left img{
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.center_right{
	padding: 130px 70px;
}


.center_left{
	padding: 90px 70px;
}

.same_height{
	padding-left: 0px;
}
.same_line{
	padding-left: 0px;
	padding-top: 111px;
}

.clear{
	clear: both;
	height: 1px;
	border-bottom: 1px solid #ccc;
}


em{
	float: left;
	display: block;
	width: 80px;
}

#footer {
	
	overflow: hidden;
	color: #e74310;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


p#author {
display: block;
text-align: right;
font-size: 11px;
padding: 14px 0 23px 0;
clear: both;
}

p#author a {
color: #605e5e !important;
text-decoration: none;
}</pre></body></html>