/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #232933;
}
.h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#006699;
	padding: 0px;
	padding-left: 15px;
	font-weight:bolder;
	text-transform:capitalize;
	text-decoration:none;
	line-height: 35px;
}
P   {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 17px;
	padding-right: 0px; 
	padding-left:15px;
	padding-bottom: 0px;
	text-decoration: none; 
}
p a {
	text-decoration: none;
	color: #336600;
}
p a:hover {
	color: #000;
}
.top-nav a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	font-weight: lighter;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height: 38px;
	letter-spacing:inherit;
}
.top-nav a:hover  {
	font-size:12px;
	color: #fff;
	background: url(../images/top-menu-h.png);
}
.left-navigation a  {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	padding-left:25px;
	line-height:29px;
	background:url(../images/l-nav.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
}
.left-navigation a:hover  {
	color:#FFf;
	text-decoration: none;
}
.copyright a  {
	font-size: 11px;
	color: #eee;
	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:25px;
}
.map a  {
	color:#333;
	font-weight: normal;
	text-decoration:none;
}
.map a:hover  {
	color:#e98728;
	text-decoration: none;
	}
.bottomlink {
	font-size:11px;
	color: #ccc;
	background-image: url(../images/bottom-link-bg.png);
	text-decoration:none;
	text-align: justify;
	line-height: 17px;
	}
.bottomlink a  {
	color:#FF9900;
	text-decoration:none;
	}
.bottomlink a:hover {
	color:#0099FF;
	text-decoration: none;
}
.bottomnav {
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	line-height:18px;
}
.bottomnav a {
	color:#999;
	text-decoration: none;
}
.bottomnav a:hover {
	color:#eee;
	text-decoration: none;
}
.hh {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
	color: #555;
	line-height: 25px;
	letter-spacing: 1px;
	}
.tp {
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	color: #000;
	line-height: 19px;
	padding-left: 0px;
	padding-right: 0px;
	}
.tp:hover {
	color: #336600;
	}
.read {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: capitalize;
	padding-right: 10px;
}
.read a {
	color: #999;
	text-decoration: none;
}
.read a:hover {
	color: #333333;
	text-decoration: none;
}
.boxt {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	padding-left: 10px;
	line-height: 16px;
}
.box { 
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
	padding-left: 10px;
	padding-top: 5px;
}
.boxtp {
	color: #999;
}
.boxtp:hover {
	color: #555;
}
.category {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-align:left;
	text-transform:capitalize;
	letter-spacing: 1px;
	color: #000;
	line-height: 25px;
	padding-left: 5px;
}
/*---------header-------*/

ul.slideshow {
	list-style:none;
	width: 700px;
	height: 400px;
	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;	
}
