/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 Oklahoma State University
  http://okstate.edu

  Author: 
  Lex Meyer - lex.meyer@okstate.edu
---------------------------------------------------------------- */


/* GLOBAL RESET
***************************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Arial, Helvetica, Tahoma;
    vertical-align: baseline;
}



/* Template
***************************************************************************** */

body
{
    font-family: Arial, Helvetica, Tahoma;
}

#user1, #user2, #user3, #user4, #info-footer
{
    display: none;
}


/* header
***************************************************************************** */

.printHeader
{
    display: block;
}

.header
{
    display: none;
}

.logo
{
    display: none;
}

#branding
{
    display: none;
}

#search
{
    display: none;
}

#search-text
{
    display: none;
}

#cse-search-box
{
    display: none;
}

.pageHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    color: #999999;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    padding: 0px;
    margin-top: 24px;
    display: block;
    margin-bottom: 18px;
}

/* menubar
***************************************************************************** */

#dropList
{
    display: none;
}

.menubar
{
    display: none;
}



/* main
***************************************************************************** */

#container
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#slideshow
{
    display: none;
}

#content
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#info
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#banner
{
    display: none;
}

#contact
{
    display: none;
}

#sidebar1
{
    display: none;
}

#sidebar2
{
    display: none;
}




/* bottom
***************************************************************************** */

.bottom
{
    display: none;
}

#footer
{
    display: none;
}

#library
{
    display: none;
}

#copyright
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 10px;
    text-align: center;
}



