@import url(./layout.css);
@import url(./styles.css);

DIV.spacer {
	/* clear: both; */
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
	font-size: 1px;
	height: 1px;
}


DIV.top {
        background: url(../image/common/banner.jpg) no-repeat left;
        height:95px;
}


DIV.identification {
		height: 111px;
        margin-left: 80px;
		margin-top: -12px;

}

DIV.identification H1{
	display: none;
}

DIV.identification H2{
	display:none;
}


DIV.search DIV.informationTypes A.selected, DIV.search DIV.searchForm {
	/* background-color: #CCC; */
}

DIV.results DIV.resultServices DIV H4, 
DIV.resultSet DIV.infoBar {
	/* background-color: #CCC; */
}

DIV.results DIV.resultServices DIV {
	/* border-color: #CCC; */
}

.record:hover {
	background: #f8f6f6;
	border: 1px solid #badeff;
}

