/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #669900;
	padding-top: 10px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 35px;
}
P {
	font-size: 12px;
	color: #000;
	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: underline;
	color: #669900;
}
p a:hover {
	text-decoration:none;
	color: #333333;
}
.top-nav-home {
	font-size:12px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
	text-transform: capitalize;
	letter-spacing: 1px;
	display:block;
	line-height: 30px;
}
.top-nav-home a {
	background:url(../images/home/menu_small-f.jpg);
	color: #336600;
	text-decoration:none;
	display:block;
	line-height: 30px;
}
.top-nav-home a:hover {
	color:#fff;
	text-decoration: none;
	background-image:url(../images/home/menu_over-f.jpg);
}
.top-nav a {
	font-size:12px;
	color: #336600;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
	text-transform: capitalize;
	padding-left: 13px;
	letter-spacing: 1px;
	display:block;
	line-height: 30px;
}
.top-nav a:hover {
	color:#fff;
	text-decoration: none;
	background-image:url(../images/home/menu_over.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.service-navigation a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 20px;
	line-height: 23px;
	display:block;
	border-bottom: #333333 1px dotted;
	background-image:url(../images/topnav.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.service-navigation a:hover {
	color: #669900;
	text-decoration: underline;
}
.map {
	font-size:12px;
	text-align:left;
	text-transform:capitalize;
	text-decoration:none;
	line-height:25px;
}
.map a {
	color:#333;
	text-decoration:none;
}
.map a:hover {
	color: #669900;
	text-decoration: none;
	}
.bottomlink {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
	line-height: 17px;
	padding-bottom:1px;
	background-image: url(../images/link-p.png);
	}
.bottomlink a {
	color:#CCFF00;
	text-decoration: none;
	text-transform:capitalize;
	}
.bottomlink a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.bottomnav {
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	line-height:18px;
}
.bottomnav a {
	color: #ccc;
	text-decoration: none;
}
.bottomnav a:hover {
	color: #fff;
	text-decoration: underline;
}
.bottom-copyright {
	font-size: 12px;
	font-weight:normal;
	text-align: right;
	color: #fff;
	line-height: 16px;
	padding-right: 5px;
}
.bottom-copyright a {
	color: #ccc;
	text-decoration: none;
	text-transform:capitalize;
}
.bottom-copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
.hh {
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
	color: #669900;
	line-height:25px;
	letter-spacing: 1px;
}

/*------header------*/

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

/********table**********/

.table-bottom {
 	width: 100%;
	height: auto;
	background: url(../images/home/bottom.jpg) repeat-x top;
	background-color: #71ae35;
}
