@charset "UTF-8";

#eyecatch {
	width: 100%;
	margin-bottom: 10px;
}

#consultant {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#consultant ul li {
	display: inline;
	width: 170px;
}

#consultant a {
	text-decoration: none;
}

#whatsnew {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	font-size: 100%;
}

#whatsnew ul li {
	background-image: url(../img/list_div.png);
	background-position-x: 0%;
	background-position-y: 100%;
	background-repeat: no-repeat;
}

#whatsnew a {
	display: block;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}


#whatsnew a:hover{
	color:#536C23;
	background-color:#FFFF99;
}

#whatsnew .date {
	color: #536C23;
	border-bottom: 1px dotted #ccc;
}

#whatsnew .description {
	padding-left: 20px;
	color: #536C23;
}

#letscalc {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 10px;
	padding-left: 50px;
	text-align: left;
	font-size: 100%;
}

#letscalc ul li {
	background-image: url(../img/list_div.png);
	background-position-x: 0%;
	background-position-y: 100%;
	background-repeat: no-repeat;
}

#letscalc a {
	display: block;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}


#letscalc a:hover{
	color:#536C23;
	background-color:#FFFF99;
}

#letscalc .company {
	margin-right: 150px;
}

#letscalc .companylist {
	margin-right: 150px;
}


#topics {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 10px;
	padding-left: 50px;
	text-align: left;
	font-size: 100%;
}

#topics ul li {
	background-image: url(../img/list_div.png);
	background-position-x: 0%;
	background-position-y: 100%;
	background-repeat: no-repeat;
}

#topics a {
	display: block;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}

#topics a:hover{
	color:#536C23;
	background-color:#FFFF99;
}

#topics .date {
	margin-right: 20px;
}

div.news {
	text-align: left;
	margin-left: 60px;
	margin-bottom: 30px;
}

div.news h2 {
	font-size: 100%;
	font-weight: normal;
	color: #004359;
}

div.news ul {
	margin-left: 20px;
}

div.news ul li {
	list-style: disc;
	font-size: 85%;
	font-weight: normal;
	margin-bottom: 10px;
}

