/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/body-bg.jpg);
}
h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#067890;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight:bolder;
	text-transform:capitalize;
	text-decoration:none;
	text-align: left;
	line-height: 35px;
}
P   {
	font-size: 12px;
	color: #056279;
	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: #056279;
}
p a:hover {
	color: #000;
}
.h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#067890;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight:bolder;
	text-transform:capitalize;
	text-decoration:none;
	text-align: center;
	line-height: 35px;
}
.top-nav a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #c0c0c0;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height: 35px;
}
.top-nav a:hover  {
	font-size:12px;
	color: #99ffff;
}
.copyright a  {
	font-size: 11px;
	color: #99ffff;
	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:16px;
}
.map a  {
	color:#333;
	font-weight: normal;
	text-decoration:none;
}
.map a:hover  {
	color:#9cc304;
	text-decoration: none;
	}
.bottomlink {
	font-size:11px;
	color: #000;
	text-decoration:none;
	text-align: justify;
	line-height: 17px;
	}
.bottomlink a  {
	color: #067890;
	text-decoration:none;
	}
.bottomlink a:hover {
	color:#067890;
	text-decoration: underline;
}
.bottomnav {
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	line-height:18px;
}
.bottomnav a {
	color:#99ffff;
	text-decoration: none;
}
.bottomnav a:hover {
	color:#fff;
}
.hh {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
	padding-left: 0px;
	color: #999;
	line-height: 30px;
	letter-spacing: 1px;
	}
.hh :hover {
	color: #9cc304;
}
.tp {
	font-size: 12px;
	font-weight:normal;
	text-align: justify;
	color: #000;
	line-height: 17px;
	padding-left: 0px;
	padding-right: 	0px;
	}
.tp:hover {
	color: #9cc304;
	}
.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;
}

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

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;	
}