/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/**
 * CSS styles for generic elements throughout site
 * 
 * LICENSE: Some license information
 *
 * @copyright   2008 Hebrew Immigrant Aid Society
 * @version     Release: @package_version@
 * @link        http://
 * @author      Cory Collier <cory@hydrastudio.com>
 * @author      Michael Parler <mike@hydrastudio.com>
 * @since       December 26, 2008
 */

#mast h1 a {

	background: url('/img/layout/generic/logo.jpg') top left no-repeat;

}

#mast h1 #flash_logo {

    width: 297px;
    height: 91px;
    margin-left: -10px;
    margin-right: 10px;
    padding: 0;

}

#mast h2 {
    color: #798BAD;
}

a {
	
    color: #0071CE;
    
}

#nav_secondary {

    background: url('/img/layout/generic/nav_secondary.gif') repeat-x 0px 9px;

}

#nav_secondary a:hover,
#nav_secondary .active {
    
    background: url('/img/layout/generic/nav_secondary_hover.gif') repeat-x !important;
    text-decoration: none !important;
    
}

#nav_main ul ul a:hover,
#nav_main ul ul a.active {
    background: transparent !important;
}

#nav_main .submenu li a
{
    font-family: Arial,Verdana,Sans-serif !important;
}

#nav_main .submenu li a:hover {
	display: block;
	background: #00008B !important;
	text-decoration: none;
}

.menu li a:hover {
    background: #0067AB;
    color: #FFF;
}

.menu.no_links a:hover {

    color: #0067AB;

}

.contact_subject {
    display:none;
}


/*
 * Local variables:
 * tab-width: 4
 * c-basic-offset: 4
 * c-hanging-comment-ender-p: nil
 * End:
 */

