@charset "utf-8";
a:link {
	color: #99cc33;
	text-decoration: none;
}
a:visited {
	color: #99cc33;
	text-decoration: underline;
}
#navbar a {
	background-color: #FFF;
	color: #99cc33;
	font-size: small;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	z-index: 100;
	display: block;
	padding: 0px;
	height: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
#navbar a:hover {
	color: #FFF;
	background-color: #99cc33;
	z-index: 100;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 100;
}
#navbar ul li {
	float: left;
	width: 166px;
	text-align: center;
	z-index: 100;
	overflow: visible;
	height: 25px;
}
#side p {
	font-size: 12px;
	margin-left: 10px;
}
#side p a {
	color: #597c44;
	margin-left: 30px;
	text-decoration: none;
}
#side ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#side ul li a {
	color: #666;
	font-size: 12px;
	list-style-image: url(../img/img_home/f_nav01.gif);
	list-style-type: disc;
}
#side ul li {
	margin-top: 20px;
	list-style-type: square;
	list-style-image: url(../img/img_home/point.gif);
}

#side ul .blue {
	color: #999;
}
#navbar ul li .blue {
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#footer p img {
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#workscontents table tr td {
	padding-right: 20px;
	padding-bottom: 20px;
}
