/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
}
P   {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 17px;
	padding-right: 5px; 
	padding-left:5px;
	padding-bottom: 0px;
	text-decoration: none; 
}
p a {
	text-decoration: none;
	color: #ff9933;
}
.h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #eee;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-weight:bolder;
	text-transform:capitalize;
	text-decoration:none;
	line-height: 20px;
}
.top-nav a  {
	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: #fff;
	background: url(../images/top_h.png);
	background-repeat: no-repeat;
}
.left-navigation a  {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	padding-left:25px;
	line-height:25px;
	background:url(../images/navigation.png);
	background-position: left;
	background-repeat: no-repeat;
}
.left-navigation a:hover  {
	color: #66ccff;
	text-decoration: none;
	background:url(../images/navigation-h.png);
	background-position: left;
	background-repeat: no-repeat;
}
.copyright a  {
	font-size: 11px;
	color: #3e7687;
	text-align: right;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	padding-right: 5px;
	line-height: 25px;
	}
.map {
	font-size:13px;
	text-align:left;
	text-transform:capitalize;
	text-decoration:none;
	line-height:30px;
}
.map a  {
	color:#ff9933;
	text-decoration:none;
}
.map a:hover  {
	color: #fff;
	text-decoration: none;
	}
.bottomlink {
	font-size:11px;
	color: #999;
	text-decoration:none;
	text-align: justify;
	line-height: 15px;
	}
.bottomlink a  {
	color: #CC3300;
	text-decoration: none;
	}
.bottomlink a:hover {
	color: #993300;
	text-decoration: underline;
}
.link {
	font-size:11px;
	color: #293f5b;
	text-decoration:none;
	text-align: justify;
	line-height: 15px;
	}
.link a  {
	color: #0099FF;
	text-decoration: none;
	}
.link a:hover {
	color:#0099ff;
	text-decoration: underline;
}
.bottomnav {
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	line-height:20px;
}
.bottomnav a {
	color: #3e7687;
	text-decoration: none;
}
.bottomnav a:hover {
	color: #3e7687;
	text-decoration: underline;
}
.tp {
	font-size: 12px;
	font-weight:normal;
	text-align: justify;
	color: #293f5b;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 10px;
	}
.tp:hover {
	color: #000;
	}
.hb a {
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
	color: #293f5b;
	line-height:28px;
	padding-left: 5px;
}
.read {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 22px;
	padding-right: 15px;
}
.read a {
	color: #293f5b;
	text-decoration: none;
}
.read a:hover {
	color: #293f5b;
	text-decoration: underline;
}
.cgery {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	line-height: 35px;
	padding-left: 5px;
	}
.flash {
	width: 330px;
	height: 200px;
}

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

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