/* CSS Document */
body {
	margin:0;
    margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px; 
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/bg.gif);
	background-repeat:repeat-x;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#555; 
	padding-left:5px;
	padding-top:0px;
	line-height:20px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
}
P {
	font-size:12px;
	color: #333;
	font-weight:normal;
	text-align:justify;
	padding-right:5px; 
	padding-left:5px;
	line-height: 17px; 
}
.tp {
	font-size:12px;
	color:#333;
	font-weight:normal;
	text-align:justify;
	line-height: 18px;
	padding: 0px;
}
.tp:hover {
	color:#000;
}
.hh {
	font-size: 16px;
	color: #ffcc00;
	font-weight: bold;
	text-align: justify;
	text-transform: capitalize;
	padding: 0px;
	line-height: 35px;
}
.top-nav {
	font-size: 12px;
	width: 97%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
}
.top-nav a {
	color: #fff;
	text-decoration: none;
}
.top-nav a:hover {
	font-size: 13px;
	color: #FFFF00;
	text-decoration:none;
	line-height: 30px;
}
.bottomnav {
	text-align:center;
}
.bottomnav a {
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	text-align:center;
	text-transform:capitalize;
}
.bottomnav a:hover {
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
	text-transform:capitalize;
}
.map a {
	font-size:11px;
	color: #777;
	font-weight: normal;
	text-decoration:none;
	text-transform:capitalize;
	line-height:22px;
}
.map a:hover {
	font-size:11px;
	color:#336600;
	font-weight: normal;
	text-decoration:underline;
	text-transform:capitalize;
	line-height:22px;
}
.maph a {
	font-size:12px;
	color: #777;
	font-weight: bold;
	text-decoration:none;
	text-transform:capitalize;
	line-height:22px;
}
.maph a:hover {
	font-size:12px;
	color: #336600;
	font-weight: bold;
	text-decoration:none;
	text-transform:capitalize;
	line-height:22px;
}
.copy a {
	font-size:12px;
	color:#fff;
	text-align: right;
	text-decoration:none;
	padding-right: 10px;
	font-weight:bold;
	display: block;
}
.bottomlink
{
	font-size: 12px;
	color:#fff;
	text-decoration:none;
	line-height: 17px;
	}
.bottomlink a
{
	color: #FFCC00;
	text-decoration:none;
}
.bottomlink a:hover
{
	color:#ffcc00;
	text-decoration:underline;
}
.link
{
	font-size:12px;
	color: #333;
	text-decoration:none;
	line-height: 16px;
	}
.link a
{
	color: #336600;
	text-decoration:none;
}
.link a:hover
{
	color:#336600;
	text-decoration:underline;
}
.headers {
	width:100%;
	height:225px;
}
.homeh {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	line-height: 30px;
}
.logo {
	background:url(images/LOGO.png);
	background:no-repeat;
	width:80%;
	height:40px;
}
.read {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
}
.read a {
	color: #555;
	text-decoration: none;
}
.read a:hover {
	color: #555;
	text-decoration: underline;
}

/*slidshow*/
ul.slideshow {
	list-style:none;
	width:225px;
	height:275px;
	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;	
}