/* ~~~~~~~~~~~~ SITEMAP ~~~~~~~~~~~~ */
ul.mainlist {
	margin-top:4px;
	list-style-type:square;	
}
ul.sublist {
	margin-top:0px;
	list-style-type:circle;
}
ul.mainlist li, ul.sublist li {
	margin-top:4px;
}
a.sitemap {

}
a.sitemap:hover {

}
a.sitemapsub {

}
a.sitemapsub:hover {

}

/* ~~~~~~~~~~~~ SEARCHRESULTS ~~~~~~~~~~~~ */
span.showurl {
	color: green;
}
span.search_hl {
	background-color: yellow;
}
/* ~~~~~~~~~~~~ FORMS ~~~~~~~~~~~~ */
#contactfo {
 margin:16px 0px;
}
.fonorm {
	width:260px;
	margin:4px 0px;
}
.fobig {
 	width:400px;
	margin:4px 0px;
}
#contactfo label {
	display:block;
	width:120px;
	color: #666666;
	float:left;
	text-align:left;
	margin-top:4px;
	margin-right:12px;
	padding-top:2px;
}
#contactfo br {
	clear:left;
}
