/*

	Main website navigation styles

	Author:		Peter Santos <psantos@esolutionsgroup.ca>
	Date:		November 24, 2008
		
*/
/* Top Nav
***********************************************************************/
a.topNav:link, a.topNav:visited, a.topNav:active, a.topNav:hover {
    font-size: 11px;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 7px 0px 7px;
    text-transform: uppercase;
}
a.topNav:link, a.topNav:visited, a.topNav:active {
    color: #335583;
}
a.topNav:hover {
    color: #be050a;
}

/* Events Column Links
********************************************************************************/
a.eventstab01:link, a.eventstab01:visited, a.eventstab01:hover, a.eventstab01:active,a.eventstab02:link, a.eventstab02:visited, a.eventstab02:hover, a.eventstab02:active {
    color: #335583;
    display: block;
    text-decoration: none;
}
a.eventstab01:link, a.eventstab01:visited, a.eventstab01:hover, a.eventstab01:active {
    padding: 0px 10px 10px 0px;
    border-bottom: solid 1px #abacac;
}
a.eventstab02:link, a.eventstab02:visited, a.eventstab02:hover, a.eventstab02:active {
    padding: 10px 10px 10px 0px;
    
}
/* Footer Nav
********************************************************************************/
a.footernav:link, a.footernav:visited, a.footernav:hover, a.footernav:active {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none; 
    float: left;
}
a.footernav:link, a.footernav:visited, a.footernav:active {
    color: #335583;
}
a.footernav:hover {
    color: #be050a;
}
/* Breadcrumbs Links
********************************************************************************/
a.subNav:link, a.subNav:visited, a.subNav:active, a.subNav:hover{
    font-size: 0.9em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    text-decoration: none;
}
a.subNav:link, a.subNav:visited, a.subNav:active {    
    color: #2d2d2d;
}
a.subNav:hover {
    text-decoration: underline;
}
/* Search Link
********************************************************************************/
a.searchBTN:link, a.searchBTN:visited, a.searchBTN:active {
    height: 24px;
    width: 18px;
    float: left;
    background: url('../images/searchBTN.gif') no-repeat 0px 0px;
}
a.searchBTN:hover {
    height: 24px;
    width: 18px;
    background: url('../images/searchBTN.gif') no-repeat 0px -24px;
}

#searchBox .searchBTN
{
    height: 24px;
    width: 18px;
    float: left;
    background: url('../images/searchBTN.gif') no-repeat 0px -24px;


}

