﻿
@import url(/css/normalize.css);
@import url(/css/layout.css);
@import url(/css/color.css);
@import url(/css/type.css);


/**************************
SECTIONS
**********************/

/*BRANDING*/
div#branding
{
    position : relative;
    padding-top:52px;
}

div#branding h1 
{   
    height : 96px;
    width : 797px;
    text-indent:-9999px;
    margin-bottom:37px;
   
} 

/*NAV MAIN (TABS)*/

div#nav_main ul
{
    position:absolute;
    top:151px;
    left:30px;
    height:33px;
       
}

/*NAV SUB (RIGHT SIDE)*/

div#nav_sub ul
{
    position : absolute;
    right:30px;
    top:155px;
    
}

div.expandedContainer
{
    position : relative;
}

ol.resultsContentContainer li
{
    position : relative;   
}

