/*SEARCH RESULTS PAGE */

#site #content p
{
font-weight: normal;
margin: 0px;
padding: 0px;
}


#site #content h3
{
font-weight: normal;
margin-bottom: 0px;
padding-bottom: 0px;
}

#site #content h3 a:link, #site  #content h3 a:visited
{
background-color: transparent;
color: #1583D5;
}

#site #content h3 a:hover
{
background-color: transparent;
color: #F60;
}

#site #content a:link, #site #content a:visited
{
color: black;
text-decoration: none;
}

#site #content a:hover
{
color: #F60;
}

#site #content .blueText a:link, #site #content .blueText a:visited
{
color: #1583D5;
}

#site #content .blueText a:hover
{
color: #F60;
}

/* the busy searching message in the search functionality */
div.searchInfoBox
{
background-color: #00F;
color: #FFF;
padding: 0px 5px 0px 5px;
font-size: 1.2em;
display: none;
}

/*SEARCH RESULTS PAGE ENDS HERE*/
