@charset "utf-8";
/* CSS Document */

.servicebox a:link {
	color:#999900;
	text-decoration:none;
}
.servicebox a:hover{
	color:#FF3300;
	text-decoration:none;
}
.servicebox a:visited {
	color:#999900;
	text-decoration:none;
}

.servicebox  img {
	vertical-align:middle;
}

.servicebox  h3 {
	margin-bottom:5px;
}


dl.service{
	padding:5px;
}

dl.service dt {
	background:url(../img/border.gif) bottom repeat-x;
	color:#009900;
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
}

dl.service dt a,
dl.service dt h4{
	color:#009900;
	text-decoration:none;
	font-weight:bold;
}
dl.service dt a:hover{
	color:#009900;
	text-decoration:none;
}

dl.service dd {
	margin-bottom:10px;
}

.serviceindex {
	display:block;
	width:610;
	padding:0 5px 10px 5px;
}
