/* Jan 15, 2010 Neo Wang. http://tracking.academyart.edu/browse/WEBSUPPORT-388 */
/* Header & Navigation */
    #breadcrumbs    {
        padding: 0 0 5px 22px;
        color: #ffffff;
        font-weight: bold;
    }
    #breadcrumbs a  {
        color: #ffffff;
        text-decoration: none;
        font-weight: normal;
    }
    #breadcrumbs a:hover    {
        text-decoration: underline;
    }

    #header {
        height: 101px;  
    }
    #logo_container {
        padding: 22px 0 0 7px;
        height: 44px;   
    }
    
    #navbar {
        float: left;
        height: 20px;
        padding: 0;
        margin: 0;
        
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        
        letter-spacing: 1.5px;
    }
    
    .contact_us{
        /* display: block; */
        text-decoration: none;
        color: #cc0017;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .navbutton  {
        font-size: 13px;
        text-align: center;
        float: left;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .navbutton a   {
        display: block;
        text-decoration: none;
        color: #000000;
        text-transform: uppercase;  
        font-size: 13px;
        text-align: center;
        font-weight: bold;
    }
    .navbutton a:hover {
        color: #ffffff;
        background-color: #cc0017;
    }
    
    .navbutton_hover    {
        float: left;
        margin: 0;
        padding: 0;
        vertical-align: top;        
    }
    
    .navbutton_hover a  {
        display: block;
        text-decoration: none;
        text-transform: uppercase;  
        font-size: 13px;
        text-align: center;
        font-weight: bold;

        color: #ffffff;
        background-color: #cc0017;                
    }    
    
    .navbutton_hover a:hover {
      font-size: 13px;
      text-align: center;
    }    
    
    .navbutton_spacer  {
        float: left;
        padding: 0;
        margin: 3px 0 0 0;
        vertical-align: top;
        width: 1px;
        height: 13px;
        background-color: #000000;
     
    }
    #header_search  {
        float: left;
        width: 162px;
        height: 25px;
        margin: 0; padding: 0;
    }
    #header_searchbox   {
        margin: 0 0 0 0;
        padding: 2px 0 0 5px;
        width: 134px;
        height: 15px;
        border: 1px solid #bbbcbd;
        border-right: none; 
        color: #555758;
        display: block;
        font-size: 9px;
    }

    #header_searchbox_wrap  {
        float: left;
        width: 135px;
    }
    #header_searchbutton    {
        float: left;
        width: 22px;
        height: 19px;
        margin: 0;
        padding: 0;
    
        
    }
    /* IE-specific hack to make button line up with input */
    /* IE 7 */
    *:first-child+html #header_searchbutton { padding-top: 1px;}
    /* IE <=6 */
    * html #header_searchbutton { padding-top: 1px;}

    /* dropdown menus */

    .nav_menu_dropdown_outer {
       display: none; 
       position: absolute;
       margin-top: -17px;
       z-index: 100;
       border: 1px solid #d1dadc;
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px;
    }

    .nav_menu_dropdown_inner {
       border: 2px solid #f9f9f9; 
       padding: 15px; 
       background-color: #e9eaec; 
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px;
       font-size: 12px;
       line-height: 20px;
    }

    .nav_menu_dropdown_inner a {
       display: block;
       text-decoration: none;
       color: #525252;
       padding: 3px;
    }

    .nav_menu_dropdown_inner a:hover {
       color: #ffffff;
       background-color: #cacacb;
    }

    .nav_areasofstudy_column {
        float: left; 
        padding-left: 9px;
    }

    .nav_vertical_divider_l {
        float: left;
        width: 1px;
        height: 235px;
        margin-left: 10px;
        vertical-align: middle;
        border-left: 1px solid #ecedef;
        border-right: 1px solid #dfd0d1;
        background-color: #f2f2f4;
    }

   .nav_vertical_divider_r {
        float: left;
        width: 1px;
        vertical-align: middle;
        background-color: #cecfd0;
        height: 235px;
        margin-right: 10px;
    }

    .nav_section    {
        display: none;
        position: absolute;
        margin-top: -17px;
        z-index: 100;
    }
    .nav_dropdown_links {
        font-size: 12px;
        width: 195px;
        padding: 9px 0 0 10px;   
    }
    .nav_dropdown_links a {
        width: 165px;
    }
    
    #who_we_are_menu  {
        margin-left: 0;
        padding: 0;
    }
    #who_we_are_section_link    {
    }
    #majors_menu  {
        font-size: 12px;
        margin-left: 132px;
        padding: 0;
    }
    #majors_section_link  {
        text-align: center;
    }
    #alumni_menu  {
        margin-left: 297px;
        padding: 0;
    }
    #alumni_section_link   {
        text-align: center;
    }

    .nav_section_title  {
        font-size: 12px;
        color: #333333;
        font-weight: bold;
        padding: 3px;
    }
    
    .nav_section a  {
        color: #525252;
        padding: 3px 0 3px 11px;
        text-decoration: none;
        width: 160px;
        display: block;
    }
    .nav_section a:hover    {
        color: #fefefe;
        background-color: #cacacb;
    }
    
    /* For More Info text in footer */
    #footerMoreInfo {
        display: none;   
    }

/* Jul 8, 2009 Neo Wang. Add for hidden field stopping spam */
.special_info {
display:none;
}


.newsssss{
    text-decoration: none;
    color: #838484;
    font-size: 12px;
    }
