<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	margin: 0px;
}
#container {
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#container a:link {text-decoration: none; color: #0033FF;}
#container a:visited {text-decoration: none; color: #0033FF;}
#container a:hover {text-decoration: none; color: #00CCFF;}


/* Menu rollovers */
#menu {
	color: #000000;
	background-color: #ffffff;
	min-height: 52px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
#menu a:link {text-decoration: none; color: #FFFFFF;}
#menu a:visited {text-decoration: none; color: #FFFFFF;}
#menu a:hover {text-decoration: none; color: #FFFFFF;}
#menu_home {
	display: block;
	float:left;
	width: 192px;
	height: 52px;
	background: url(images/menu.jpg) no-repeat 0 0;
}
#menu_home:hover {
	background-position: 0 -52px;
}
#menu_services {
	display: block;
	float:left;
	width: 192px;
	height: 52px;
	background: url(images/menu.jpg) no-repeat 0 0;
	background-position: -192px 0px;
}
#menu_services:hover {
	background-position: -192px -52px;
}
#menu_gallery {
	display: block;
	float:left;
	width: 192px;
	height: 52px;
	background: url(images/menu.jpg) no-repeat 0 0;
	background-position: -384px 0px;
}
#menu_gallery:hover {
	background-position: -384px -52px;
}
#menu_about {
	display: block;
	float:left;
	width: 192px;
	height: 52px;
	background: url(images/menu.jpg) no-repeat 0 0;
	background-position: -576px 0px;
}
#menu_about:hover {
	background-position: -576px -52px;
}
#menu_contact {
	display: block;
	float:left;
	width: 192px;
	height: 52px;
	background: url(images/menu.jpg) no-repeat 0 0;
	background-position: -768px 0px;
}
#menu_contact:hover {
	background-position: -768px -52px;
}


/* divs */
#contact_box {
	z-index: 100;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	font-size: 20px;
	line-height: 0.5;
	float: right;
	padding-right: 30px;
	padding-top: 20px;
}
#site_map {
	background-color: #424242;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#site_map a:link {text-decoration: none; color: #FFFFFF;}
#site_map a:visited {text-decoration: none; color: #FFFFFF;}
#site_map a:hover {text-decoration: none; color: #00CCFF;}

#brand_footer {
	padding-top: 0px;
	padding-bottom: 15px;
}
#header {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	width: 550px;
}

#imageheader {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-bottom-style:hidden;
	border-top-style:hidden;
}
#body {
	background-color: #FFFFFF;
	padding: 10px;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	border-top-style:hidden;
	border-bottom-style:hidden;
	text-align: left;
	color: #000000;
	line-height: 150%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
}

#body-lhs {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 1.8;
}
#body-feature-image2 {
	background-color: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
	min-height: 255px;
}

/* Button rollovers */
#button_box {
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 16px;
	max-width: 685px;
	padding-top: 10px;
	min-height: 160px;
}
#button_box a:link {text-decoration: none; color: #FFFFFF;}
#button_box a:visited {text-decoration: none; color: #FFFFFF;}
#button_box a:hover {text-decoration: none; color: #FFFFFFF;}

#button_gallery {
	display: block;
	float:left;
	width: 223px;
	height: 160px;
	background: url(images/button-gallery.png) no-repeat 0 0;
}
#button_gallery:hover {
	background-position: 0 -160px;
}
#button_process {
	display: block;
	float:left;
	width: 223px;
	height: 160px;
	background: url(images/button-process.png) no-repeat 0 0;
}
#button_process:hover {
	background-position: 0 -160px;
}
#button_contact {
	display: block;
	float:left;
	width: 223px;
	height: 160px;
	background: url(images/button-contact.png) no-repeat 0 0;
}
#button_contact:hover {
	background-position: 0 -160px;
}
div.button_spacer {
	display: block;
	width: 8px;
	float: left;
	color: #FFFFFF;
}
div.button {
	position:relative; 
	left: 0px;
	text-align: center;
}
div.button a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #000066; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
#body-lhs-box {
	background-color: #A8D8FF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.6;
	float: left;
	max-width: 665px;
	font-size: 14px;
	border: solid;
	border-width: 0px;
	border-color: #000000;
}
#body-feature-image {
	background-color: #FFFFFF;
	float: right;
	margin-top: 14px;
	margin-right: 4px;
	margin-left: 20px;
	margin-bottom: 14px;
}

#body-rhs {
	background-color: #FFFFFF;
	float: right;
}

iframe {
background-color: #FFFFFF;
border: solid;
border-width: 1px; 
border-color: #D8DFEA;
}

div.slideshow {
height: 300px;
overflow: hidden;
}

/* Gallery hover zoom */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


</pre></body></html>