<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,700);

body {
	/* [disabled]background-image: url(../../images/web/bg_main.png); */
	margin: 0px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.left {
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
	margin-left: 20px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 180px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	box-shadow: 0 0 4px rgba(0,0,0,.3);
}
#sideLogo {
	position: absolute;
	height: 400px;
	width: 125px;
	left: 25px;
	top: 20px;
}
#titleBlock {
	height: 100px;
	width: 800px;
	position: relative;
}
#logoContainer {
	left: 0px;
	position: absolute;
	font-size: 42px;
	font-weight: 100;
}
#topNav {
	position: absolute;
	top: 60px;
	width: 800px;
}
.navCell {
	padding: 5px;
}
#topNav a {
	color: #000;
	text-decoration: none;
}
#topNav a:hover {
	text-decoration: none;
	color: #069;
}
#main {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.strong {
	font-weight: 700;
}
.hlight {
	color: #069;
}
#heroContainer {
	height: 420px;
	width: 800px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.heroImg {
	height: 420px;
	width: 800px;
}
#footerContainer {
	width: 800px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
	font-size: 10px;
	font-weight: 100;
}
.textHolder {
	overflow: hidden;
}
.pageHr {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 10%, rgba(229,229,229,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(10%,rgba(229,229,229,1)), color-stop(90%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 10%,rgba(229,229,229,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 10%,rgba(229,229,229,1) 90%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 10%,rgba(229,229,229,1) 90%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 10%,rgba(229,229,229,1) 90%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.halfPage {
	width: 400px;
	float: left;
}
.subText {
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 10px;
	display: inline;
}
.largeText {
	font-size: 36px;
	font-weight: 100;
}
.smallText {
	font-size: 12px;
	font-weight: 100;
	color: #999;
}
.extraLargeText {
	font-size: 80px;
	font-weight: 100;
}
#homeBody {
	position: absolute;
	width: 1030px;
	left: 0px;
	top: 200px;
}
.pageDiv {
		/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle farthest-corner, #EDEDED 0%, #FFFFFF 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle farthest-corner, #EDEDED 0%, #FFFFFF 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle farthest-corner, #EDEDED 0%, #FFFFFF 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #EDEDED), color-stop(1, #FFFFFF));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #EDEDED 0%, #FFFFFF 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle farthest-corner at center, #EDEDED 0%, #FFFFFF 100%);
}
a.learn:link , a.learn:visited{
	color: #8091F8;
	text-decoration: none;
	font-size: 16px;
}
a.learn:hover {
	text-decoration: underline;
}
#model {
	background-color: rgba(255,255,255,0.9);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	display: none;
}
#popup {
	height: 500px;
	width: 800px;
	margin-top: -250px;
	margin-left: -400px;
	left: 50%;
	top: 50%;
	position: fixed;
	background-color: #FFF;
	z-index: 11;
	display: none;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
#popupX {
	height: 74px;
	width: 74px;
	position: absolute;
	top: -37px;
	right: -37px;
}
#popupBody {
	height: 460px;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 780px;
	padding-right: 20px;
}
#form1 input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#form1 #submit {
	border: 1px solid #999;
	background-color: #FFFFFF;
	font-size: 24px;
	font-weight: 100;
}
</pre></body></html>