@charset "utf-8";
/* CSS Document */
@import "jquery.zweatherfeed.css";
* {
	margin:0;
	padding:0;
}
body {
	position:relative;
	font:11px Verdana, Geneva, sans-serif;
	color:#58585a;
	
}


a { color:#6d6969; text-decoration:none;}
a:hover { color:#5c8c1b; text-decoration:underline;}

.home_slideshow{position:relative;width:100%;overflow:hidden;z-index:-1;top:-10px;}
.home_slideshow .slide{width:100%;height:100%;background-position:center top;background-repeat:no-repeat;}

.inner_slideshow{position:relative;width:100%;overflow:hidden;z-index:-1;top:-10px;}
.inner_slideshow .slide{width:1606px;height:100%;background-position:center top;background-repeat:no-repeat;}

#wrapper {
	width:980px;
	margin:auto;
}

#top {
	background:url(../images/top-backl.png) no-repeat center;
	/*height:109px;*/
	height:85px;
}

.logo {
	float:left;
	/* margin-top:13px; */
	margin-top:2px;
	margin-left:-4px;
}
.top-nav {
	float:right;
	margin-top:30px;
}

#page {
	background:url(../images/bgback.jpg) top repeat-x;
	position:relative;
	padding-top:35px;
	top:-10px;
		
}
#page .pginner {
	width:980px;
	margin:auto;
	/*padding-bottom:55px; */
	padding-bottom:10px;
}
.pgleft {
	width:690px;
	float:left;
	border-top:5px solid #cccccc;
	padding-top:15px;
}
.pgright {
	float:right;
	width:270px;	
	background:#eef2f2;height:250px; 
}
h1.welcome {
	color:#58585a;
	font:19px Verdana, Geneva, sans-serif;
	padding-top:10px;
	margin-bottom:10px;
	/* border-top:1px solid #CCCCCC; */
	
	
}
h1.welcome span {
	color:#223762;
	font-size:22px;
	line-height:22px;	
}
#page p {
	margin:0px 0px 15px 0px	;
	line-height:18px;
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:left;
}

#page h2 {
	font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#48484d;
	margin:5px 0px 5px 0px;
	
}

#news span {
	color:#58585a;
	font:15px "Trebuchet MS";
	font-weight:bold;
		
}

.divRight ul { list-style:none; float:left; margin-bottom:10px;}
.divRight ul li { list-style:none; float:left; list-style-image:url(../images/bullet.gif); line-height:18px; width:370px; margin-left:-8px; margin-top:5px; margin:5px 0px 0px 0px; font-size:13px; font-family:"Trebuchet MS";}


#footer {
	background: url(../images/footer-arrows.png) no-repeat left #eaebea;
	padding:10px;
	width:980px;
	margin:5px auto 5px;
		
}

#footer a { color:#6d6969; text-decoration:none;}
#footer a:hover { color:#5c8c1b; text-decoration:underline;}
/*
#nav {
	width:980px;
	margin:auto;
	position:absolute;
	margin-left:250px;
	top:485px;
	left:50px;

}
#nav img {
	float:left;
	margin-right:5px;

}
*/


/*________________________ dp css _________________________*/

#nav {
	width:980px;
	margin:auto;
	position:absolute;
	/* top:474px; */
	top:451px;
	margin-left:-20px;
	/* margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4); */
} 

#nav img { opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */}

#nav li {
	width:238px;
	margin: 0 2px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	/* background: #000;
	color: #fff; */
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
/*	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1); */
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #818a93 url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	width:238px;
	display: none;

	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	left: 20px;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	z-index:1;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

/*________________________ dp css end ______________________*/

/* #navinner {
	width:980px;
	margin:auto;
	position:absolute;
	margin-left:250px;
	top:312px;
	left:37px;

}
#navinner img {
	float:left;
	margin-right:5px;

}
 */
/*________________________ inner dp css _________________________*/

#insidecontainernav { width:980px; margin:0 auto;}

#navinner {
	width:980px;
	margin:auto;
	position:absolute;
	top:281px;
	margin-left:-20px;
	/* margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4); */
} 

#navinner img { opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */}

#navinner li {
	width:238px;
	margin: 0 2px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#navinner a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#navinner a:hover {
	/* background: #000;
	color: #fff; */
}

/* main level link hover */
#navinner .current a, #navinner li:hover > a {
/*	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1); */
}

/* sub levels link hover */
#navinner ul li:hover a, #navinner li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#navinner ul a:hover {
	background: #818a93 url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#navinner li:hover > ul {
	display: block;
}

/* level 2 list */
#navinner ul {
	width:238px;
	display: none;

	margin: 0;
	padding: 0;
	position: absolute;
	top: 54px;
	left: 20px;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	z-index:1;
}
#navinner ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#navinner ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#navinner ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#navinner ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#navinner ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#navinner:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navinner {
	display: inline-block;
} 
html[xmlns] #navinner {
	display: block;
}
 
* html #navinner {
	height: 1%;
}

/*________________________ inner dp css end ______________________*/


.divleft {
	width:193px ;
	padding:5px;	
	float:left;
	margin-left:-19px;
}

.divleft ul {
	list-style:none;
	margin-left:10px;
		
}
.divleft ul li {
	margin-bottom:5px;
}
.divleft ul li a{
	
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#100f0f;	
	text-decoration:none;
		
}
.divleft ul li a:hover{
	
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#689729;	
	text-decoration:underline;
		
}

.divleft .active{
	
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#689729;	
	text-decoration:none;
		
}

/*** .gradient {
	width: 193px;
	min-height:200px;
	
	background: #f2f2f2; /* for non-css3 browsers ***/

/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f3f3f3');  for IE */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f3f3f3));  for webkit browsers */
/*	background: -moz-linear-gradient(top,  #fcfcfc,  #f3f3f3);  for firefox 3.6+ 
} */ 

.divRight {
	width:385px;
	float:left;
	margin-left:25px;	
}
.divRight h1 {
	font:28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2d602a;
	margin:0px 0px 5px 0px;	
}

.divRight h2 {
	font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#48484d;
	margin:5px 0px 5px 0px;
	
}
.divRight p {
	text-align:justify;
	line-height:18px;
}
.divLasst {
	float:left;
	margin-left:10px;	
}

/*** top link css ***/

#topnav ul {
	list-style:none;
	float:left; 
}

#topnav {
	/* width:240px; */
	height:42px;
	float:left;
	font-size:12px;
	font-weight:bold;
	/*position:absolute;
	 top:32px; 
	top:20px;
	right:302px;
	background:url(../images/nav_bg.png) repeat-x; */
	margin-top:20px;
	margin-left:93px;
} 

#topnav ul {
	list-style:none;
	float:left; 
}

#topnav ul li {
	width:40px;
	height:42px;
	padding:0.2em 0em;
	display:block; 
	float:left; 
	text-align:center; 
}

#topnav ul li .a:link, #topnav ul li .a:active, #topnav ul li .a:visited {
	display: block;
	width: 40px;
	height: 42px;
	text-decoration: none;
	background:url(../images/homebtn.gif);
	}

#topnav ul li .a:hover {
	display: block;
	width: 40px;
	height: 42px;
	text-decoration: none;
	background:url(../images/homebtn.gif);
	/*background-position: -40px 0;*/
	}
	
#topnav ul li .b:link, #topnav ul li .b:active, #topnav ul li .b:visited {
	display: block;
	width: 40px;
	height: 42px;
	text-decoration: none;
	background:url(../images/sitemapbtn.gif);
	}

#topnav ul li .b:hover {
	display: block;
	width: 40px;
	height: 42px;
	text-decoration: none;
	background:url(../images/sitemapbtn.gif);
	/*background-position: -40px 0;*/
	}
	
#topnav ul li .c:link {
	display: block;
	width: 40px;
	height: 42px;
	text-decoration: none;
	background:url(../images/contactbtn.gif);
	}

#topnav ul li .c:hover, #topnav ul li .c:active, #topnav ul li .c:visited {
	display: block;
	width: 40px;
	height: 42px;
	text-decoration: none;
	background:url(../images/contactbtn.gif);
	/*background-position: -40px 0;*/
	}
	
#topnav ul li .d:link {
	display: block;
	width: 40px;
	height: 42px;
	text-decoration: none;
	background:url(../images/webmail.gif);
	}

#topnav ul li .d:hover, #topnav ul li .d:active, #topnav ul li .d:visited {
	display: block;
	width: 40px;
	height: 42px;
	text-decoration: none;
	background:url(../images/webmail.gif);
	/*background-position: -40px 0;*/
	}

.displace {
	position: absolute;
	left: -2000px;
	}

/*___________________ table chart ______________________*/

.divRight-chart {
	width:725px;
	float:left;
	margin-left:25px;	
}
.divRight-chart h1 {
	font:28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2d602a;
	margin:0px 0px 5px 0px;	
}
.divRight-chart p {
	text-align:justify;
	line-height:18px;
}


.divRight-chart  ul { width:725px; list-style:none; float:left; }
.divRight-chart  ul li { list-style:none; float:left; width:140px; text-align:center; padding-top:10px; color:#58585a; background:#eaebea; margin-left:1px; height:22px; border:1px solid #cecece; margin-top:5px; padding-bottom:5px;}

#newsblock { border-bottom:1px solid #ccc;}
#newsblock span { 
    color: #58585A;
	font-family:"Trebuchet MS";
	font-size:18px;
    margin-bottom: 0px;
    padding-top: 0px;
}
