<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body {
	background: url(../images/bg.jpg);
	text-align: center;
}
h1 {
	color:#006699;
	font-size:28px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
}

.clear {
	clear:both;
}
.imgbord{
padding:2px;
border:#666666 1px solid;
}
.border img {
	border:solid 3px #000000;
}
.h_dotted_border {
	border-bottom:#666666 dashed 1px;
}
#menubg {
	position:absolute;
	height:41px;
	background:url(../images/menu_bg.gif) repeat-x;
	top: 60px;
	width:100%;
}
#wrapper {
	text-align: left;
	margin: auto;
	padding:0;
	width:1002px;
}
#header {
	position:relative;
	margin:0;
	padding:0;
	height:100px;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	
	
}
#menubar {
	position:absolute;
	height:41px;
	top:55px;
	right:30px;
	z-index:99;
}
#menubar ul {
	list-style:none;
	padding:0px;
}
#menubar li {
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#menubar li a:link, #menubar li a:visited {
	text-decoration:none;
	color:#FFFFFF;
	margin:0px 0px 0px 40px;
	
}
#menubar li a:hover {
	text-decoration:underline;
	color:#FFFFCC;
	text-shadow:1px 1px 3px #fff;
}
#bannerrotate {
	height:400px;
	background-image:url(../images/shadow.png);
	background-position:0px 300px;
	background-repeat:no-repeat;
	margin-bottom:0px;
}
#banner_innerpage{
	height:340px;
	background-image:url(../images/shadow.png);
	background-position:0px 285px;
	background-repeat:no-repeat;
	margin-bottom:0px;
}
#mainbody {
	margin:0px 25px;
	clear:both;
}

#bodycontent {
	width:75%;
	float:left;
}
.article {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	padding:0px 20px;
	margin-bottom:25px;
}
.article h2{
	color:#006699;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	
	
}
.more{
	width:100%; 
	text-align:right;
	padding:2px 20px 0px 2px;
	
	
}
.more a{
	background-color:#535353;
	padding:5px;
	color:#C7C7C7;
	}
.more a:hover{
	color:#FFFFFF;
}

/*SideBar*/
#sidebar {
	width:25%;
	float:right;
	}
.search h2{
	color:#006699;
	font-size:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	padding-bottom:3px;
	margin-bottom:3px;
}

.search{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:20px;
padding-bottom:20px;
color:#666666;
}
.sbox select {
   background: transparent;
   width: 200px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 20px;
   -webkit-appearance: none;
   }
.sbox{
width: 170px;
   height: 20px;
   overflow: hidden;
   background: url(../images/down_arrow.png) no-repeat right;
   border: 1px solid #ccc;
   margin-top:5px;
}

#gallery {
	background-color: #999999;
	padding: 10px;
	width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
/*Projects*/
#projects {
	margin-top:20px;
	padding:0px 20px;
	position:relative;
	height:240px;
}
#carousel {
	float:left;
	position: relative;
	visibility: hidden;
	left: -5000px;
}
#carousel_images li {
	padding: 0px 5px;
}
.prev {
	display: block;
	float: left;
	width: 30px;
	height: 120px;
	text-decoration: none;
	background:url(../images/prev.png) no-repeat left 50px;
	margin: 0px 5px 0px 50px;
}
.next {
	display: block;
	float: left;
	width: 30px;
	height: 120px;
	text-decoration: none;
	background:url(../images/next.png) no-repeat left 50px;
	margin: 0px 15px;
}
#inpdf li{
	display:block;
	background-color:#CCCCCC;
	padding:10px;
	margin:5px;
	width: 50%;
}

#inpdf li a{
font-size:18px;
text-decoration:none;
color:#444444;
}
#inpdf li a:hover{
text-decoration:underline;
padding-left:20px;

}
#eform{
	
}
/*Footer*/
#footer {
	height:80px;
	background:#3e4146;
	margin-top:20px;
}
.coloumn{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	float:left;
	margin-left:25px;
	padding:5px 0px;
	text-transform:capitalize;	
}
.coloumn a:link, a:visited{color:#999999;}
.coloumn a:hover{ color:#FFFFFF;}
.coloumn h3{
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 25px;
	text-shadow:1px 1px 1px #333;
	
}
.divider{
float:left;
border-right:#CCCCCC dashed 1px;
display:block;
width:40px;
height:70%;
margin:5px 20px;
}</pre></body></html>