@import url('../../Default/global/Global.css');

/* ############################################################################
   ## 
   ##  OneCol1
   ##
   ############################################################################ 

   | Header                               |
   |______________________________________|
   | TrailNav               PageFunctions |
   |______________________________________|
   |                                      |
   | Primary                              |
   |                                      |
   |______________________________________|
   | Secondary                            |
   |______________________________________|
   | PageFunctions                        |
   |______________________________________|
   |                                      |
   | Footer                               |
   
   <Align>
       <Template>
           <AccessibilityToolbar />
           <Header />
           <Content>
               <Page>
                   <TrailNav />
                   <PageFunctionsTop />
                   <PageContent>
                       <Primary />
                       <Secondary />
                   </PageContent>
                   <PageFunctionsBottom />
               </Page>
               <Tertiary />
           </Content>
           <Footer />
       </Template>
   </Align>
*/

/* ####################################
   Custom Design Options
   
   ADD RULES HERE. 
   
   ################################# */

#Page {
}
#PageInner {
}
    
    #PageInner #TrailNav {
        position: relative;
        padding: 0;
        left: 0;
    }
    
    #PageInner #PageFunctionsTop {
        margin-top: -3.25em;
        margin-right: 20px;
    }

    #Page #PageContent {
        padding: 20px;
    }
    #Page #PageContentInner {
    }
    
    
        #Page #PageContent #Primary {
        }
        #Page #PageContent #PrimaryInner {
        }

            #Page #PageContent #Primary #PageBody {
            }
            
            #Page #PageContent #Primary #SubContainers {
            }

            #Page #PageContent #Primary #SubArticles {
            }

        #Page #PageContent #Secondary {
        }
        #Page #PageContent #SecondaryInner {
        }
        
            #Page #PageContent #Secondary #SecondaryContent {
                margin: 2em 0 0;
                padding: 1.5em 0 0;
                border-top: #e0e0e0 1px solid;
            }

/* ####################################
   Fixed 1 Column Design Elements
   
   DON'T CHANGE.
   
   ################################# */

#Content {
    position: relative; 
    float: left;                    /* A float or a width is required to fix invisibility problems in IE6, but good practise in any case. */
    width: 100%;                    /* Ensures consistent page layout in IE7, IE6, FF, otherwise they all treat the page width slightly differently. Note: Could cause problems if margin/padding/border is placed on this element. */
}

#Tertiary {
    display: none;
}

/*
Known Issues
-------------------
Last Updated: 2008-08-27

- This is a minimal style sheet. Adding position/floats to the various page elements could cause problems. (E.g. adding a float to #ContentInner causes invisibility problems in IE6.) However adding such settings might be necessary to achieve certain designs. In that case this style sheet might end up looking more like the threecols1.css file. 

*/
    