﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    position 		: relative;
    margin          : 0 auto;
}

h1 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h2 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h3 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h4 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h5 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h6 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

p 
{
    margin          : 0;
    padding         : .2em 0 1em 0;
    letter-spacing  : normal;
    line-height     : 1.4em;
}

ul 
{
    margin          : 0 2em;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

ol 
{
    margin          : 0 2em;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

li 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

strong 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

em 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

u 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a:visited 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a:hover 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

table 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

tr 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

th 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

td 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding
{
    position        : relative;
    width           : 980px;
    height          : 382px;
    margin          : 0 auto;
    z-index         : 100;
}

div#content
{
    position        : relative;
    width           : 980px;
    margin          : 0 auto;
    overflow        : hidden;
}

div#content_wrapper
{
    position        : relative;
    width           : 980px;
    float           : left;
    margin-right    : -352px;
}

div#content_main
{
    position        : relative;
    margin-right    : 352px;
    padding         : 28px 30px 10px 120px;
}

div#content_sub
{
    position        : relative;
    float           : right;
    width           : 242px;
    padding         : 30px 90px 0 20px;
}
div#si_wrapper
{
    position        : relative;
    margin          : 0 auto;
    width           : 100%;
    height          : 50px;
}

div#site_info
{
    position        : relative;
    width           : 100%;
    text-align      : center;
    height          : 50px;
    clear           : both;
}

div#body_wrapper_sec
{
    width           : 980px;
    margin          : 0 auto;    
}

div#branding_sec
{
    position        : relative;
    width           : 200px;
    float           : left;
}

div#content_sec
{
    position        : relative;
    width           : 773px;
    overflow        : hidden;
}

div#content_wrapper_sec
{
    position        : relative;
    width           : 100%;
    float           : left;
    margin-right    : -238px;

}

div#content_main_sec
{
    position        : relative;
    margin-right    : 238px;
    float           : left;
    padding         : 0 50px 20px 20px;
}

div#content_sub_sec
{
    position        : relative;
    width           : 238px;
    float           : right;
    margin-top      : 60px;
    z-index         : 1;

}

div#site_info_sec
{
    position        : relative;
    width           : 100%;
    text-align      : center;
    height          : 50px;
    clear           : both;
}

div#nav_main
{
    z-index         : 30;
    position        : relative;
}

div.Clear
{
    clear           : both;
}

/*___ SPAN _________________________________________________________________*/

div#ribbon span
{
    position        : absolute;
    display         : block;
    height          : 76px;
    width           : 50%;
    right           : 0;
    margin          : 15.95em 0 0 0;
}

span#spanBrandingLogo
{
    display         : block;
    text-indent     : -9999em;
    width           : 744px;
    height          : 337px;
    margin          : 0 auto;
}

span#noscriptBrandingLogo
{
    position        : relative;
    display         : block;
    text-indent     : -9999em;
    width           : 744px;
    height          : 337px;
    margin          : 0 auto;
}

/*___ H1 _________________________________________________________________*/
div#branding h1
{
    display         : block;
    width           : 980px;
    height          : 382px;
}

div#branding_sec h1
{
    margin          : 0 auto;
    display         : block;
    height          : 225px;
    width           : 207px;
    text-indent     : -9999em;
}

/*___ H2 _________________________________________________________________*/

div#content_main h2
{
    padding-bottom  : 5px;
}

div#content_sub h2,
div#content_sub_sec h2
{
    padding-bottom  : 10px;
}

div#content_main_sec h2
{
    padding         : 105px 0 20px 0;
}

/*___ H3 _________________________________________________________________*/

div#content_main_sec h3
{
    padding-bottom  : 10px;
}

div#content_main_sec h3.h3Calendar
{
    margin-top      : 120px;
}

/*___ H4 _________________________________________________________________*/
div#content_main_sec h4
{
    padding         : 1em 0 1em 0;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

div#site_info blockquote,
div#site_info_sec blockquote
{
   padding-top      : 15px;
}

div#content_main_sec blockquote
{
    padding         : 0 0 1em 2em;
} 

/*___ UL _________________________________________________________________*/

ul.ulQuickLinks
{
    list-style-type : none;
    padding-bottom  : 1em;
}

div#branding ul.ulNav
{
    position        : absolute;
    bottom          : 1.5em;
    left            : 118px;
    width           : 744px;
    text-align      : center;
    margin          : 0;
}

div#content_sec ul.ulNav
{
    margin          : 2em 0 0 10px;
    text-align      : center;
}

ul.ulNav li:hover ul,
ul.ulNav li ul.ulAcademics li:hover ul
{
    display         : block;
    padding-bottom  : 5px;   
}

ul.ulNav ul
{
   display          : none;
   position         : absolute;
   top              : 1.3em;
   left             : -1.1em;
   margin           : 0;
   padding          : .5em 2em .7em 1.2em;
   text-align       : left;
}

div#content_wrapper_sec ul.ulNav ul
{
   top              : 1.2em;
}

ul.ulNav ul.ulAcademics ul
{
   position         : absolute;
   margin           : 6.9em 0 0 14px;
   padding          : 0 2em .7em 4em;
}

ul.ulNav ul.ulAbout
{
    min-width       : 220px;
}

ul.ulNav ul.ulAcademics
{
    min-width       : 115px;
}

ul.ulNav ul.ulAcademics ul
{
    min-width       : 79px;
}

ul.ulNav ul.ulAdmissions
{
    min-width       : 90px;
}

ul.ulNav ul.ulGive
{
    min-width       : 80px;
}

ul.ulNav ul.ulCommunity
{
    min-width       : 160px;
}

ul.ulNav ul.ulNews
{
    min-width       : 160px;
}

div#content_main_sec ul
{
    list-style-type : disc;
    padding         : 0 0 10px 15px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul.ulQuickLinks li
{
    margin-left     : -10px;
    margin-bottom   : 4px;
    padding         : 0 0 4px 12px ;
}

ul.ulNav > li
{
    display         : inline;
    padding         : 0 3px 4px 5px;
    position        : relative;
}

ul.ulForms li
{
    padding         : 3px 0 3px 0;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

div#branding_sec h1 a
{
    display         : block;
    height          : 225px;
    width           : 207px;
}

/*___ CITE _________________________________________________________________*/
div#branding_sec cite
{
    text-align      : center;
    padding         : 20px 0 20px 0;
    display         : block;
    width           : 130px;
    height          : 150px;
    margin          : 0 0 0 3em;
}

/*___ TABLE _________________________________________________________________*/

table.tableFaculty
{
    width           : 100%;
    line-height     : 1.5em;
}

/*___ TR _________________________________________________________________*/

.trInfo:last-child
{
    text-align      : center;
}

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/


table.tableFaculty td:first-child
{   
    text-align      : left;
}
table.tableFaculty td
{   
    padding         : .5em 1em .5em 1em;
}

/*___ IMG _________________________________________________________________*/
div#content_main img,
div#content_main_sec img,
div#content_sub_sec img
{
    padding         : 13px 0 13px 0;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ NOSCRIPT _________________________________________________________________*/

noscript
{
    position    : absolute;
    top         : 0;
    left        : 0;
    width       : 100%;
    height      : 347px;    
}

/*___IFRAME_________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/