/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.png);
}
h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #669933;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight:bolder;
	text-transform:capitalize;
	text-decoration:none;
	line-height: 0px;
}
P   {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 17px;
	padding-right: 5px;
	padding-left:10px;
	padding-bottom: 0px;
	text-decoration: none; 
}
p a {
	text-decoration: underline;
	color: #0099ff;
}
.top-nav a  {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height: 40px;
}
.top-nav a:hover  {
	font-size:12px;
	color: #000;
	background: url(../images/top-bg-h.png);
}
.left-navigation a  {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	padding-left:25px;
	line-height:26px;
	background:url(../images/l_nav.png);
	background-repeat: no-repeat;
}
.left-navigation a:hover  {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	background:url(../images/l_nav_h.png);
	background-repeat: no-repeat;
}
.copyright a  {
	font-size: 11px;
	color: #fff;
	text-align: right;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	}
.map {
	font-size:12px;
	text-align:left;
	text-transform:capitalize;
	text-decoration:none;
	line-height:22px;
}
.map a  {
	color:#333;
	text-decoration:none;
}
.map a:hover  {
	color: #99cc00;
	text-decoration: underline;
	}
.bottomlink {
	width: 100%;
	background-color: #333;
	border: #ccc;
	border: none;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	text-align: justify;
	line-height: 15px;
	background-image: url(../images/bottom_link.png);
	}
.bottomlink a  {
	color: #669933;
	text-decoration: none;
	}
.bottomlink a:hover {
	color:#669933;
	text-decoration: underline;
}
.link {
	border: #000;
	border: none;
	font-size:11px;
	color: #000;
	text-decoration:none;
	text-align: justify;
	line-height: 15px;
	}
.link a  {
	color: #9933ff;
	text-decoration: none;
	}
.link a:hover {
	color:#9933ff;
	text-decoration: underline;
}
.bottomnav {
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	line-height:18px;
}
.bottomnav a {
	color: #fff;
	text-decoration: none;
}
.bottomnav a:hover {
	color: #fff;
	text-decoration: underline;
}
.tp {
	font-size: 12px;
	font-weight:normal;
	text-align: justify;
	color: #666;
	line-height: 16px;
	padding-left: 3px;
	padding-right: 3px;
	}
.tp:hover {
	color: #000;
	}
.cgery {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bolder;
	text-transform:uppercase;
	text-align:center;
	color:#669933;
	line-height:35px;
}
.hh {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #666;
	line-height:30px;
	padding-left: 5px;
}
.hb {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	color: #666;
	line-height:20px;
	padding-left: 5px;
}
.read {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: right;
	line-height: 22px;
	padding-right: 2px;
}
.read a {
	color: #333333;
	text-decoration: none;
}
.read a:hover {
	color: #006666;
	text-decoration: underline;
}

/*------header------*/

.header {
	width: 800px;
	height: 255px;
}
ul.slideshow {
	list-style:none;
	width: 100%;
	height: 250px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}
