/*gecko including firefox */
/*no link here*/
#access_fav  {
padding: 2px 0 9px 25px;
background: url(/images/generic/icon_save_01.gif)  no-repeat ;
}

/*too little spacing*/
#pageaccess li {
padding-bottom: 10px;
}

/*tabs are too close to the top*/
.tablink {
padding-top:5px;
display:block;
}

/*on home recent searches was crushed up*/
#homebody_right #search_right #search_right_content ul {
margin-top:15px;
}

#homebody_right #search_right #search_right_content li {
padding-bottom: 7px;
}

/*quicklinks was crushed up*/
#quicklinks ul {
margin-top:14px;
}

#quicklinks li {
padding-bottom: 7px;
}

/*on home the information for section is crushed up*/
#homebody_right #whoiam_right #whoiam_right_content ul {
margin-top:14px;
}

#homebody_right #whoiam_right #whoiam_right_content li {
padding-bottom: 7px;
}

#homebody_right #whoiam_right #whoiam_right_content li a {
color: #3A4972;
}

/*search on homepage is a bit chunky*/
#hometop #homesearch #seek1search {
height: 18px;
font-size:90%;
}



