<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'fre';
	src: url('../fonts/fre.ttf');
	src: local('fre'), local('fre'), url('../fonts/fre.ttf') format('truetype');
}
@font-face {
	font-family: 'frenk';
	src: url('../fonts/frenk.ttf');
	src: local('frenk'), local('frenk'), url('../fonts/frenk.ttf') format('truetype');
}
@font-face {
	font-family: 'utsaah';
	src: url('../fonts/utsaah.ttf');
	src: local('utsaah'), local('utsaah'), url('../fonts/utsaah.ttf') format('truetype');
}
@font-face {
	font-family: 'ben';
	src: url('../fonts/ben.ttf');
	src: local('ben'), local('ben'), url('../fonts/ben.ttf') format('truetype');
}

*
	{
		margin:0px;
		padding:0px;
	}
body
	{
		margin:0px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#000;
		background:url(../images/bg.jpg) left top repeat-x;
		background-color:#4D6EB3;
	}
#wrapper
	{
		float:left;
		margin:0px;
		padding:0px;
		width:100%;
	}
#home_outer
	{
		float:left;
		margin:0px;
		padding:21px 0;
		width:100%;
		background:url(../images/bg_top.jpg), url(../images/top_shade.png);
		background-position: left top, left bottom;
		background-repeat:repeat-x;
		position:relative;
		z-index:1;
	}
#home_inner
	{
		margin:0 auto;
		padding:0px;
		width:1000px;
	}
#home
	{
		margin:0px;
		padding:0 20px;
		width:960px;
		float:left;
	}
#home h1
	{
		margin:-7px 0 -3px 0;
		padding:0px;
		width:180px;
		float:right;
		font-family: 'fre', Arial, sans-serif;
		font-size:30px;
		color:#FFF;
		font-weight:normal;
	}
#home .phone
	{
		margin:0 12px 0 0;
		padding:0px;
		float:right;
	}
#header_outer
	{
		float:left;
		margin:-9px 0 0 0;
		padding:0px 0;
		width:100%;
	}
#header_inner
	{
		margin:0 auto;
		padding:0px;
		width:1000px;
	}
#header_main
	{
		margin:0px;
		padding:0px;
		width:1000px;
		float:left;
		background-color:#FFF;
	}
#header
	{
		margin:0px;
		padding:20px;
		width:960px;
		float:left;
	}
#header .header
	{
		margin:0px;
		padding:0px;
		float:left;
	}
#top_outer
	{
		float:left;
		margin:0px;
		padding:10px 0;
		width:100%;
		background:url(../images/toplink_bg.png), url(../images/top_shade.png);
		background-position: left top, left bottom;
		background-repeat:repeat-x;
		position:relative;
		z-index:5;
	}
#top_inner
	{
		margin:0 auto;
		padding:0px;
		width:1000px;
	}
#top
	{
		margin:0px;
		padding:0 20px;
		width:960px;
		float:left;
	}
#main_outer
	{
		float:left;
		margin:-9px 0 0 0;
		padding:0px 0;
		width:100%;
	}
#main_inner
	{
		margin:0 auto;
		padding:0px;
		width:1000px;
	}
#main_main
	{
		margin:0px;
		padding:0px;
		width:1000px;
		float:left;
		background-color:#FFF;
	}
#main
	{
		margin:0px;
		padding:20px 20px 10px 20px;
		width:960px;
		float:left;
	}
#header1
	{
		margin:0px;
		padding:0px;
		width:960px;
		float:left;
	}
#header_left
	{
		width:244px;
		margin:0 24px 0 0;
		padding:0px;
		float:left;
	}
#header_left ul
	{
		margin:0px;
		padding:0px;
		width:244px;
		float:left;
		list-style-type:none;
	}
#header_left ul li
	{
		margin:0px;
		padding:0;
		float:left;
		list-style-type:none;
		width:244px;
		background:url(../images/left_btn_bg.png) left top no-repeat;
	}
#header_left ul li:hover
	{
		background:url(../images/left_btn_bg_h.png) left top no-repeat;
	}
#header_left ul li a
	{
		margin:0 0 4px 0;
		padding:20px 20px;
		float:left;
		font-family: 'utsaah', Arial, sans-serif;
		color:#FFF;
		font-size:23px;
		text-decoration:none;
		text-transform:uppercase;
		width:244px;
		height:19px;
	}
#header_left ul li a.current2
	{
		background:url(../images/left_btn_bg_h.png) left top no-repeat;
		color:#FFF200;
	}
#header_right
	{
		width:692px;
		margin:0px;
		padding:0px;
		float:left;
		box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
		-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
		-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	}
#news
	{
		margin:0px;
		padding:8px 40px;
		width:920px;
		float:left;
		background-color:#0D6201;
		position:relative;
		z-index:3;
	}
#news h1
	{
		margin:0px;
		padding:0px;
		width:100px;
		float:left;
		font-family: 'ben', Arial, sans-serif;
		font-size:24px;
		color:#FFF;
	}
#news ul li
	{
		color:#fff;
		margin:5px 0 0 0 !important;
	}
#content_outer
	{
		float:left;
		margin:-9px 0 0 0;
		padding:0px 0;
		width:100%;
	}
#content_inner
	{
		margin:0 auto;
		padding:0px;
		width:1000px;
	}
#content_bg
	{
		margin:0px;
		padding:30px 20px;
		width:960px;
		float:left;
		background:url(../images/content_bg.jpg) left top repeat-x;
		background-color:#FFF;
	}
#content
	{
		margin:0px;
		padding:0px;
		width:960px;
		float:left;
	}
#content_left
	{
		margin:0px;
		padding:0px;
		width:670px;
		float:left;
	}
#content_left h1
	{
		margin:0 0 20px 0;
		padding:0px;
		width:670px;
		float:left;
		font-family: 'ben', Arial, sans-serif;
		font-size:36px;
		color:#033074;
		text-transform:uppercase;
	}
#content_left h2
	{
		margin:0 0 10px 0;
		padding:0px;
		width:670px;
		float:left;
		font-family: 'ben', Arial, sans-serif;
		font-size:20px;
		color:#000;
	}

#content_left p
	{
		margin:0 0 20px 0;
		padding:0px;
		width:640px;
		float:left;
		text-align:justify;
	}
#content_right
	{
		margin:0px;
		padding:0 0 0 5px;
		width:285px;
		float:left;
		background:url(../images/right_bg.png) left top no-repeat;
	}
#content_right .right_img
	{
		margin:17px 0px 26px 14px;
		padding:0px;
		float:left;
	}

#footer_outer
	{
		float:left;
		margin:-9px 0 0 0;
		padding:0px 0;
		width:100%;
		background:url(../images/footer_bg.png) left top repeat-x;
	}
#footer_inner
	{
		margin:0 auto;
		padding:0px;
		width:1000px;
	}
#footer
	{
		margin:0px;
		padding:60px 20px;
		width:960px;
		float:left;
		background:url(../images/footer_tarazo.png) right 10px no-repeat;
	}
#footer_link
	{
		margin:0 4px 0 0;
		padding:0px;
		width:423px;
		float:left;
	}
#footer_link ul
	{
		margin:0 33px 0 0;
		padding:0px;
		width:125px;
		float:left;
		list-style-type:none;
	}
#footer_link ul li
	{
		margin:0px;
		padding:0 0 0 15px;
		float:left;
		list-style-type:none;
		border-bottom:1px dashed #FFF;
		width:110px;
		background:url(../images/farow.png) 8px 10px no-repeat;
	}
#footer_link ul li:hover
	{
		background:url(../images/farow_hover.png) 8px 10px no-repeat;
	}
#footer_link ul li a
	{
		margin:0px;
		padding:7px 8px;
		float:left;
		font-family:Tahoma, Geneva, sans-serif;
		color:#FFF;
		font-size:13px;
		text-decoration:none;
		width:125px;
	}
#footer_link ul li a:hover
	{
		color:#F3B900;
	}


#footer_link ul li a.current1
	{
		color:#F3B900;
	}



#footer_si
	{
		margin:0 3px 0 0;
		padding:0px;
		width:250px;
		float:left;
	}
#footer_si .icon
	{
		margin:0 0 4px 0;
		padding:0px;
		width:250px;
		float:left;
	}
#footer_si .icon_img
	{
		margin:0 20px 0 0;
		padding:0px;
		float:left;
	}
#footer_si .icon1
	{
		margin:0px;
		padding:5px 0 5px 5px;
		width:140px;
		float:left;
		border-bottom:1px dashed #FFF;
		color:#FFF;
	}
#footer_design
	{
		margin:0 0 25px 0;
		padding:0px;
		width:280px;
		float:left;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		color:#FFF;
		text-align:right;
	}
.flogo
	{
		float:right;
		margin:0 0 19px 150px;
	}

/******************** header slide ***************/
#slideshow {
    position:relative;
    height:319px;
	width:281px;
	float:left;
	margin:0 14px 0 0;
}
#slideshow IMG {
    position:absolute;
    top:0px;
    left:0px;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
/******************** header slide ***************/





















/****************** toplink css *****************/
#nav {
	margin:0px;
	width:1000px;
	float:left;
	position:relative;
	z-index:10;
}

#nav ul ul {
	display: none;
}

	#nav ul li:hover &gt; ul {
		display: block;
	}


#nav ul {
	margin:0px;
	width:1000px;
	float:left;
	list-style: none;
	position: relative;
	display: inline-table;
}
	#nav ul:after {
		content: ""; clear: both; display: block;
	}

	#nav ul li {
		margin:0 0 0px 0;
	padding:0px;
	list-style-type:none;
	float:left;
	background:url(../images/top_sep.png) right top no-repeat;
			}
		#nav ul li.top_no_sep {
	background:none;
			}
		#nav ul li:hover {
		}
		#nav ul li a {
			display: block; margin:0px;
		margin:0px;
		padding:7px 20px 13px 20px;
		float:left;
		font-family: 'frenk', Arial, sans-serif;
		color:#FFF;
		font-size:24px;
		text-decoration:none;
		text-transform:uppercase;
		}
	#nav ul li a:hover
	{
	color:#FFF200;
	}	
	#nav ul li a.current
	{
	color:#FFF200;
	}	
		
	#nav ul ul {
		background: url(../images/drop_bg.png) left top; 
		border-radius: 0 0 10px 10px; 
		padding: 0 0 15px 0;
		position: absolute; 
		top: 102%; 
		width:195px;
		box-shadow: 0 0 5px rgba(0,0,0,0.9);
		border-bottom:1px solid #FFF;
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
	}
		#nav ul ul li {
			float: none; 
			position: relative;
			 width:150px;
			 
			 
		}
			#nav ul ul li a {
				margin:0 0 0 10px;
				padding: 8px 0 8px 20px;
				color: #fff;
				 width:150px;
				 font-family:Tahoma, Geneva, sans-serif;
				 font-size:14px;
				 border-bottom:1px dashed #FFF200;
				 background:url(../images/drop_arow.png) left 13px no-repeat;
				 text-transform:none;
			}	
				#nav ul ul li a:hover {
					color:#F8C000;
					width:150px;
				}
		
	#nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
/****************** toplink css *****************/
/*#top ul
	{
		margin:0px;
		padding:0px;
		width:960px;
		float:left;
		list-style-type:none;
	}
#top ul li
	{
		margin:0px;
		padding:0;
		float:left;
		list-style-type:none;
		background:url(../images/top_sep.png) right top no-repeat;
	}
#top ul li.top_no_sep
	{
		margin:0px;
		padding:0;
		float:left;
		list-style-type:none;
		background:none;
	}
#top ul li a
	{
		margin:0px;
		padding:7px 20px 13px 20px;
		float:left;
		font-family: 'frenk', Arial, sans-serif;
		color:#FFF;
		font-size:24px;
		text-decoration:none;
		text-transform:uppercase;
	}
#top ul li a:hover
	{
		color:#F3B900;
	}
#top ul li a.current
	{
		color:#F3B900;
	}*/
.ceo
	{
		float:left;
		margin:0 15px 11px 0;
	}
#content_left ul
	{
		margin:0 0 20px 0;
		padding:0px;
		width:650px;
		float:left;
		list-style-type:none;
	}
#content_left ul li
	{
		margin:0px;
		padding:5px 0 5px 20px;
		width:620px;
		float:left;
		border-bottom:1px solid #0D6201;
		background:url(../images/arow.png) 5px 8px no-repeat;
		list-style-type:none;
		text-align:justify;
	}
.table_bg
	{
		color:#FFF;
	}
#table
	{
		float:left;
		font-size:13px;
		margin:0 0 20px 0;
	}
.links
	{
		color:#000;
		text-decoration:none;
	}
.links:hover
	{
		color:#033074;
		text-decoration:underline;
	}
.txt_box_all
	{
		float:left;
		margin:0 20px 20px 0;
		padding:0px;
		width:200px;
	}

.txt_box
	{
		float:left;
		margin:0 0 10px 0;
		padding:5px;
		width:190px;
		border:1px solid #033074;
		box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		-moz-box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		-webkit-box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000;
	}
.txt_area
	{
		float:left;
		margin:0 20px 20px 0;
		padding:5px;
		width:384px;
		height:131px;
		border:1px solid #033074;
		box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		-moz-box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		-webkit-box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000;
	}
.submit
	{
		float:left;
		width:100px;
		padding:5px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#fff;
		border:1px solid #033074;
		box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		-moz-box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		-webkit-box-shadow: 0px 0px 3px 2px rgba(92, 135, 143, 0.75);
		background-color:#618FC5;
	}
.add
	{
		width:640px;
		margin:0 0 20px 0;
		padding:0px;
		float:left;
	}
.add_img
	{
		margin:0 20px 40px 0;
		padding:0px;
		float:left;
	}
.add_img1
	{
		margin:-5px 20px 0px 0;
		padding:0px;
		float:left;
	}
.add_img2
	{
		margin:5px 20px 0px 0;
		padding:0px;
		float:left;
	}
.add1
	{
		width:300px;
		margin:0 20px 20px 0;
		padding:0px;
		float:left;
	}
#map
	{
		margin:20px 0;
		padding:0px;
		float:left;
		width:640px;
		border:1px solid #666;
	}</pre></body></html>