
/*custom image on main page*/
.welcome
{
	background: #DCE4E6 url(images/dome_wee.jpg) no-repeat scroll left center !important;
}

/*banner*/
.header
{
	background: #FFFFFF url(images/headMain.jpg) no-repeat scroll top left;
	color: #000000;
}

/*fixes headers in FF3*/
legend
{
    height: auto;
    min-height: 1px;
    border: solid 4px #C0C0C0;   
    
}

/*copy availablity area misaligned in FF3 when branch drop down list is turnned off*/
div#ctl00_ContentPlaceCenterContent_copyAvailabilityDisplay

{

    float: left;
    width: 100%;

}

/*hides latest books book images*/
.bookImage
{
    display:none;
}

#ctl00_ContentPlaceCenterContent_BookSearchControl_search1
 
{ 
    display:none;    
} 
    

