/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
}
h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #006666;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight:bolder;
	text-transform:capitalize;
	text-decoration:none;
	line-height: 20px;
}
P   {
	font-size: 12px;
	color: #006666;
	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: #006666;
}
.top-nav a  {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align: left;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height: 25px;
	padding-left: 90px;
}
.top-nav a:hover  {
	font-size: 12px;
	color: #003333;
	background: url(../images/top_h.png);
}
.left-navi-bold {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: lighter;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	padding-left:20px;
	line-height:50px;
	letter-spacing: 1px;
}
.left-navigation a  {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	padding-left:25px;
	line-height:25px;
	background:url(../images/lnavi.png);
	background-position: left;
	background-repeat: no-repeat;
}
.left-navigation a:hover  {
	color: #000;
	text-decoration: underline;
}
.copyright a  {
	font-size: 11px;
	color: #003333;
	text-align: right;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	padding-right: 5px;
	}
.map {
	font-size:12px;
	text-align:left;
	text-transform:capitalize;
	text-decoration:none;
	line-height:22px;
}
.map a  {
	color:#333;
	text-decoration:none;
}
.map a:hover  {
	color: #003333;
	text-decoration: underline;
	}
.bottomlink {
	border: #66ffff;
	border: none;
	font-size:11px;
	color: #ccc;
	text-decoration:none;
	text-align: justify;
	line-height: 15px;
	}
.bottomlink a  {
	color: #9933ff;
	text-decoration: none;
	}
.bottomlink a:hover {
	color:#9933ff;
	text-decoration: underline;
}
.bottomnav {
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	line-height:18px;
}
.bottomnav a {
	color: #003333;
	text-decoration: none;
}
.bottomnav a:hover {
	color: #003333;
	text-decoration: underline;
}
.tp {
	font-size: 12px;
	font-weight:normal;
	text-align: justify;
	color: #666;
	line-height: 17px;
	padding-left: 0px;
	padding-right: 5px;
	}
.tp:hover {
	color: #000;
	}
.cgery {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bolder;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
	line-height:45px;
}
.hb a {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
	color: #666;
	line-height:20px;
	padding-left: 5px;
}
.read {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: right;
	line-height: 22px;
	padding-right: 2px;
}
.read a {
	color: #333333;
	text-decoration: none;
}
.read a:hover {
	color: #006666;
	text-decoration: underline;
}
.header {
	width: 850px;
	height: 250px;
	background-color: #FFFFFF;
}

/*-----slid show-----*/

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