﻿/**
 * while NavigationArts has not created mobile styles
 * for the new templates we have taken measures to 
 * provide a "blank slate" for mobile styles so they 
 * can be created independently in this style sheet
 * without conflict from other pre-determined styles.
 */
html {}
body {}
    #jumplinks {}
    #doc {}
    #branding {}
    #columns {}
        #contentmain {}
            #messaging {}
            #left-rail {}
            #content {}
        #right-rail {}
            #performance {}
    #main-nav {}
    #global-nav {}
    #global-search {}
    #footer {}
/* print and screen only items: hidden.mobile only items:display. */
.p-only,.s-only { display:none; }
.m-only { display:block; }