<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{ font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #FFFFFF;
	font-weight:400;
	color:#444444;
	text-decoration:none;
}

.container{
	position: relative;
	width: 980px;
	margin: 0 auto;
	height:100%;
}

.rFloat{ float: right; }
.lFloat{ float: left; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	padding:0;
	margin:0;
}

.header {height:78px;}
.logo { width: 180px;}

  
nav
{ width: 800px;
  height: 38px;
  margin-top: 40px;
  float: right;}   
  
ul#nav
{ margin:0;
  float: right;}

ul#nav li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  text-align: center;   
 }

ul#nav li a
{ font: bold 110% Arial, Helvetica, sans-serif;
  height: 24px;
  margin: 10px 0 0 20px;
  padding: 6px 10px 6px 10px;
  text-align: center;
  color: #034ea2;
  text-decoration: none;} 
  
ul#nav li.current a, ul#nav li:hover a
{   color: #ffffff;
  background: #034ea2;
  background: -moz-linear-gradient(#034ea2, #0d4ba2);
  background: -o-linear-gradient(#034ea2, #0d4ba2);
  background: -webkit-linear-gradient(#034ea2, #0d4ba2);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;}
  
  
  
  
  
  
  
  
  
  
  
  
  
.bannerBG {background-image:url(../images/bannerBg.png); background-repeat:repeat-x; height:380px; }  

.innertabbg { background-image:url(../images/innerbg.png); background-repeat:repeat-x; height:80px; }  

  
.heading { font-size:26px; font-weight:500; }
.heading2 { font-size:20px; font-weight:500; }
.pageheading { font-size:26px; font-weight:500;   text-shadow: -1px -1px #00ff4b;  }

.subhead { font-size:14px; font-weight:bold; }
.red { color:#034ea2;}
.white { color:#ffffff;}
.black {color:#212121; }
  
.welcome{width:760px; margin-right:20px; } 
.request {width:200px; margin-top:70px;}
 
p{ line-height: 1.5em; font-size: 14px; margin:0px; text-align:justify; }
  
.servicesbg{ background-color:#f7f7f7; background-repeat:repeat-y; height:300px; padding:10px;}
.service {float: left; width: 300px;  margin-right:20px; }
.homeicon { text-align:center; } 
.tabpad { padding-left:10px; padding-right:10px;}
  
h1{ font-size:21px; font-weight:500;}
h2{	font-size:18px; font-weight:500; }
h3{	font-size:16px; }
h4{ font-size:14px; font-weight:normal;  }
h5{ font-size:12px;	font-weight:normal;  }


.footerbg { background-color:#3b444b; background-repeat:repeat-x; height:42px; }
.footerblock1 { width:450px; float:left; }
.footerblock2 { width:300px; float:left; text-align:center;}
.footerblock3 { width:200px; float:right; }


.link{ color:#ffffff; text-decoration:none;}
.link:hover{ color:#ed3d26; text-decoration:none;}



.leftsidebar { 
  float: left;
  width: 230px;
  margin: 0 20px 0 0;
  padding:10px;
  background: #f5f5f5; /* Show a solid color for older browsers */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #1057af;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}

.righcontenthome { 
  text-align: left;
  margin: 0 0 15px 0;
  }
  
.righcontenthome ul { 
  margin: 2px 0 22px 0px;
}

.righcontenthome ul li, .leftsidebar ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.5em;
}

.righcontent { 
  text-align: left;
  width: 700px;
  margin: 0 0 15px 0;
  float: right;
  }
  
.righcontent ul { 
  margin: 2px 0 22px 0px;
}

.righcontent ul li, .leftsidebar ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.5em;
}


.servicelink{ font-size:14px; color:#333; text-decoration:none; font-weight:500;}
.servicelink:hover{ font-size:14px; color:#ed3d26; text-decoration: underline; font-weight:500;}















.slideshow {
  position: relative;
  width: 980px;
  height: 377px;
  margin: 0px auto 0px auto;
  text-align: center;
  z-index:1;
}
.slide {
  position: absolute;
  width: 980px;
  height: 377px;
    overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index:3;
}
.overlay {
  position: absolute;
  width: 980px;
  height: 377px;
  overflow: hidden;
}
.overlay-shadow {
  box-shadow: inset 0px 0px 0px #000;
  opacity: 1;
}
.overlay-highlight {
  opacity: 0.4;
}
.active {
  opacity: 1;
}
.slide img.horizontal {
  max-height: 100%;
  width: auto;
}
.slide img.vertical {
  max-width: 100%;
  height: auto;
}
.slideshow-nav {
  width: 980px;
  margin: -200px auto 0 auto;
  padding: 10px;
  text-align: center;
  position:absolute;
  z-index:2;
}
.nav-link {
  transition: color 0.25s linear;
  padding: 0px 5px;
}
.nav-link:hover {
  color: #222;
}
.previous {
position: absolute;
left: -20px;
z-index: 3;
}
.previous:hover {
position: absolute;
left: -20px;
z-index: 3;
opacity: 0.4;
}

.next {
position: absolute;
right: 0px;
}
.next:hover {
position: absolute;
right: 0px;
opacity: 0.4;
}
</pre></body></html>