/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bgc.png);
}
.h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#760101;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	font-weight:bolder;
	text-transform:capitalize;
	text-decoration:none;
	line-height: 25px;
}
P   {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 17px;
	padding-right: 5px; 
	padding-left:8px;
	padding-bottom: 0px;
	text-decoration: none; 
}
p a {
	text-decoration: none;
	color: #760101;
	text-transform:capitalize;
}
p a:hover {
	color: #000;
}
.top-nav a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height: 50px;
}
.top-nav a:hover  {
	font-size:12px;
	color: #760101;
}
.left-navigation a  {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	padding-left:25px;
	line-height:28px;
	background:url(../images/lnavi.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	border-bottom-width: 1px;
}
.left-navigation a:hover  {
	color:#760101;
	text-decoration: none;
	font-weight: normal;
	background:url(../images/lnav-h.jpg);
	background-position: right;
	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:25px;
}
.map a  {
	color:#333;
	font-weight: normal;
	text-decoration:none;
}
.map a:hover  {
	color:#760101;
	text-decoration: none;
	}
.bottomlink {
	font-size: 0.72em;
	color: #eee;
	text-decoration:none;
	text-align: justify;
	line-height: 17px;
	background:url(../images/bottom-link.png);
	}
.bottomlink a  {
	color:#FF9900;	
	text-decoration:none;
	text-transform:capitalize;
	}
.bottomlink a:hover {
	color:#cc0000;
	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;
}
/*---------header-------*/

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