<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper #background-image { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 2; 
}
#main-content-box { 
	position: relative; 
	float: left; 
	width: 360px; 
	min-height: 500px; 
	background: #ffffff; 
	border-left: 1px solid #777777; 
	border-right: 1px solid #777777; 
	padding: 30px; 
	padding-top: 0px; 
	margin: 20px 0px 40px 0px; 
}
#main-content-box #shadow { 
	position: absolute; 
	width: 100%; 
	height: 608px; 
	left: 0px; 
	top:0px; 
}
#shadow #vert-shadow-left { 
	position: absolute; 
	width: 22px; 
	height: 608px; 
	left: 0px; 
	top: 0px; 
	z-index: 10; 
}
#shadow #vert-shadow-right { 
	position: absolute; 
	width: 26px; 
	height: 608px; 
	right: 0px; 
	top: 0px;
	z-index: 10; 
}
#main-content-box .content-box { 
	position: relative; 
	float: left; 
	padding-top: 20px; 
	padding-bottom: 20px; 
}
#form-contactus { display:block; position: relative; float: left; width: 90%; margin: 4%; margin-top: 0px; color: #012549; }
#form-contactus .form-contactus-element { display:block; position: relative; float: left; width: 100%; border: 1px solid #777777; padding: 1%; margin: 4px 0px; }
#form-contactus input[type=submit] { width: 102%;margin-left:1px; color: #012549; }
#form-contactus input[type=submit]:hover { cursor: pointer; color: #012549; }
#contact-success { position: relative; float: left; width: 326px; margin-left: 13px; padding: 4px; color: #333333; background: #eeeeee; font-style: italic; }
.contact-error { color: red; font-style: italic; }

@media only screen and (max-width: 1024px){
	#wrapper {
		width: 1024px;
		margin-left: 0%;
		left: 0px;
	 	overflow: hidden; 
	}
	#body { 
		width: 1024px;
		margin-left: 0%;
		left: 0px;
	}
	#body .box-border{ 
		width: 1024px; 
		margin-left: 0px; 
		left: 0%; 
	}
	#footer { 
		width: 1024px;
		margin-left: 0%;
		left: 0px;
	}
	#footer .box-border{ 
		width: 1024px; 
		margin-left: 0px; 
		left: 0%; 
	} 
}
</pre></body></html>