<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 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
img {
	border:none;
}
h1 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-size: 40px;
	font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #999;
}
h2 {
	margin:25px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:30px;
	font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #999;
}
.container {
	width:100%;
	margin: 0px auto 0px auto;
	box-shadow: none;
}
.div1 {
	height: 130px;
	background-color: #414141;
}
.div1Logo {
	float:left;
	margin: 30px 0px 0px 20px;
	width:250px;
	color:#E80000;
	text-shadow: 0px -10px 2px #999999;
	font-size:50px;
	line-height:60px;
	font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
}
.div1Details {
	margin:30px 20px 0px 0px;
	color:#fff;
	float:right;
	font-size:18px;
	font-weight:800;
	text-align:right;
}
.div1DetailsSmall {
	margin:10px 0px 0px 0px;
	font-size:14px;
	font-weight:200;
	text-align:right;
}
.div2 {
	display: none;
	height:60px;
	margin: 0px auto 0px auto;
	width:1000px;
}
.div2 ul {
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.div2 li {
	display:inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.div2 a:link, .div2 a:active, .div2 a:visited {
	padding: 0px 17px 0px 17px;
	margin: 0px 0px 0px 0px;
	display:block;
	line-height:60px;
	float:left;
	text-decoration:none;
	font-size:14px;
	color:#300;
	border-right:#ccc solid 1px;
}
.div2 a:hover {
	background-color:#CCC;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F7F7F7 50%, #DBDBDB 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F7F7F7 50%, #DBDBDB 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #DBDBDB 0%, #F7F7F7 50%, #DBDBDB 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(0.5, #F7F7F7), color-stop(1, #DBDBDB));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F7F7F7 50%, #DBDBDB 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #DBDBDB 0%, #F7F7F7 50%, #DBDBDB 100%);
}
.div3 {
	margin: 0px auto 0px auto;
	width:1000px;
}
.div4 {
	padding: 40px 0px 60px 0px;
}
.div4lastMessage {
	font-family: 'Nothing You Could Do', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:26px;
	margin: 30px 0px 0px 0px;
	text-shadow: 2px 2px 2px #999;
}
.div4Left {
	float:none;
	width: 100%;
	font-size:20px;
}
.div4Full {
	float:none;
	width: 100%;
}
.div4LeftIntro {
	float:none;
	width: 100%;
	margin: 0px 0px 20px 0px;
	font-size:25px;
	line-height:24px;
	font-weight:600;
}
.div4LeftIntroFull {
	width:880px;
}
.div4LeftNewsDate {
	width:80px; 
	height:70px; 
	float:left;
	clear:left;
	margin: 0px 10px 0px 0px;
	text-align:center;
	font-size:20px;
	border:#333 solid 1px;
}
.div4LeftNewsDateMonth {
	width:80px; 
	height:30px; 
	line-height:30px;
	background-color:#383B8C;
	color:#FFF;
}
.div4LeftNewsDateDay {
	width:80px; 
	height:40px;
	line-height:40px;
}
.div4Right {
	display: none;
	float:right;
	width:300px;
}
.div4RightBox {
	width:300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: #CCC solid 1px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.div4RightBox h2 {
	background-color: #414141;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 7px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-shadow: none;
	color:#CCC;
}
.div4RightBox img {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:block; 
}
.div4RightBox a {
	display:block;
	width:300px;
	height:150px; 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.div4RightBoxText {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
.div5 {
}
.div6 {
	margin-top:30px;
	height: 372px;
	clear: both;
	background-color:#414141;
	padding: 0px 0px 0px 20px;
}
.div6Quarter {
	width: 230px;
	height: 300px;
	margin:5px;
	float:left;
}
.div6Quarter h2 {
	color: #fff;
	display:block;
	border-bottom:#777 solid 1px;
	padding-bottom:10px;
	margin-right:20px;
}
.div6Quarter ul {
	width: 180px;
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}
.div6Quarter ul li {
	width: 158px;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/image005.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.div6Quarter ul li a, .div6Quarter ul li a:link, .div6Quarter ul li a:active, .div6Quarter ul li a:visited {
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.div6Quarter ul li a:hover {
	color: #fff;
}
.div6QuarterIcons ul li {
	background-repeat:no-repeat; 
	background-position:left;
	padding-left: 25px;
	margin-left: 0px;
}
.div7 {
	display:none;
}
.caseStudiesIcon {
	width:150px; 
	height:150px; 
	float:left;
	text-align:center;
	margin: 10px 14px 20px 0px;
	background-position:center;
}
.caseStudiesIcon a:hover {
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
.galleryMenuItemPic {
	width:150px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background-position:center;
}
.galleryMenuItemPic a:hover {
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
.contactTable tr {
	line-height:25px;
	padding: 0px 2px 0px 2px;
}
.contactTable tr:nth-child(odd) {
	background-color:#eee;
}
.contactTable tr:nth-child(even) {
	background-color:#fff;
}
.formMailBox {
	background-color:#CCCCCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:10px;
	width:450px; 
	margin-left:auto;
	margin-right:auto;
	background-color:#6F9CC6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#6F9CC6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#6F9CC6)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #000,  #6F9CC6); /* for firefox 3.6+ */
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.formMailBox table {
	margin: 0px auto 0px auto;
	width:450px;
	color:#FFF;
	font-size:18px;
}
.formMailBox tr {
}
.formMailBox td {
}
.formMailBox input {
	width:300px;
	height:30px;
	border:#D70000 solid 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height:18px;
	font-size:18px;
}
.formMailBox textarea {
	width:300px;
	height:80px;
	border:#D70000 solid 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height:18px;
	font-size:18px;
}
.formMailBox input[type=submit] {
	background : url("../images/submit.png") no-repeat center center;
	width : 150px;
	height :40px;
	border : none;
	color : transparent;
	font-size : 0px;
}
.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#F5F5F5; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666 ));
	background:-moz-linear-gradient(top, #ccc, #666 );
	background:-o-linear-gradient(top, #ccc, #666 );
}
.triangle-isosceles:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#666 transparent;
}
.pcDontShow {
	display:none;
}
.dontPrint {
	display:none;
}
.printOnly {
	display:block;
}</pre></body></html>