/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#0066cc;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 15px;
	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: none;
	color: #000;
}
.top-nav a  {
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height: 35px;
	background: url(../images/top-menu-bg1.gif);
}
.top-nav a:hover  {
	font-size:12px;
	color:#fff;
	background: url(../images/top-menu-bg.gif);
}
.left-navigation a  {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	padding-left:25px;
	line-height:22px;
	background:url(../images/lnavi.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	border-bottom-width: thin;
}
.left-navigation a:hover  {
	color:#0066cc;
	text-decoration: underline;
	font-weight: normal;
	background:url(../images/lnavi.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.copyright a  {
	font-size: 11px;
	color: #999;
	text-align: right;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	}
.map {
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-transform:capitalize;
	text-decoration:none;
	line-height:25px;
}
.map a  {
	color:#62C400;
	text-decoration:none;
}
.map a:hover  {
	color:#333;
	text-decoration:underline;
	}
.bottomlink {
	font-size:11px;
	color:#999;
	text-decoration:none;
	text-align: justify;
	line-height: 15px;
	}
.bottomlink a  {
	color: #62C400;
	text-decoration:none;
	}
.bottomlink a:hover {
	color:#62c400;
	text-decoration:underline;
}
.bottomnav {
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	line-height:18px;
}
.bottomnav a {
	color:#999;
	text-decoration:none;
}
.bottomnav a:hover {
	color:#000;
	text-decoration: none;
}
.cgery {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bolder;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
	line-height:35px;
}
/*------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;	
}