@charset "iso-8859-1";
/*
 ----------- Misc. Global Styles - common to all web pages -----------
*/
/* ********************************************************************************
 HTML styles
   ******************************************************************************** */
body{
    
   
    background-color: #;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 100.1%; /* font sizing approach recommended by Dave 
                          Silvester on the css-discuss list. "the 
                          .1 is important." */
    min-width: 750px;
    
}
h1, h2, h3, h4, h5, h6{
 margin: 0;  /* specifically define this for Opera's sake,
        and also for better consistency across 
        all platforms  */
}

ol{
  line-height:1.5em;
}

/*
 Time to try and get all the heading elements to the same size 
 regardless of browser. (IE seems to put them a bit bigger
 than Mozilla, typically.)
*/
h1{
 font-size: 170%;
 color: #;
}
h2{
 font-size: 165%;
 color: #;
}
h3{
 font-size: 150%;
 color: #;
}
h4{
 font-size: 136%;
 color: #;
}
h5{
 font-size: 120%;
 color: #;
}
h6{
 font-size: 110%;
 color: #;
}
/*
---------- Program Summary and Legend Definitions --------
*/
.ProgramSumLegend{
    border: 1px solid #000000;
    padding: 2px 10px;
    color: #;
    background: #;
    }
.FacStaffLegend{
    BORDER-LEFT: #6e6e6e 1px solid;
    BORDER-RIGHT: #6e6e6e 1px solid;
    BORDER-TOP: #6e6e6e 1px solid;
    BORDER-BOTTOM: #6e6e6e 1px solid;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    PADDING-TOP: 2px;
    PADDING-BOTTOM: 2px;
    COLOR: #;
    BACKGROUND-COLOR: #;
}




a, a:visited, a:link{
 text-decoration: none;
 font-family: Verdana, Arial, Helvetica, Sans-Serif, Geneva;
 color: #00287A;
}
a:hover{
 text-decoration: underline;
}
table, tr, td, th{
 padding: 0;
 margin: 0;
}



A.NavLinksB { font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva; font-size: 10px; color: #00287a; ; font-weight: bold}
A.NavLinksB:hover {
 font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva;
 font-size: 10px;
 color: #00287A;
 ;
 font-weight: bold;
 text-decoration: underline;
}
A.NavLinksB:visited,A.NavLinksB:active { font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva; font-size: 10px; color: #00287a; ; font-weight: bold}


/* ******************************************************************************** */

/* ********************************************************************************
 Global page structure ID styles
   ******************************************************************************** */
#PageWrapper{
    table-layout: fixed;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;  /* added 5/19 /2007 */
    
}

#Masthead{
    width: 100%;
    background: #00337F url(http://www.fgcu.edu/BrandingBar.jpg) no-repeat;
}

#Masthead{
    position: relative;
}


#ContentColumn{
    font-size: 75%;
    width: auto;
    background:    ;
}

#ContentColumnBig{
    font-size: 100%;
    width: auto;
}

html>body #Footer{
 padding-bottom: 1.01em; /* this is to fix a bug in mozilla that results
          in a 1px line of white below the footer when
          the document gets very long. extremely long
          documents may generate the bug again. if
          you experience that, increasing this value
          may help. i think this is related to moz's
          off-by-one troubles as the bug does not
          occur in any other browser */
}
#Footer{
 position: relative;
 text-align: center;
 font-size: 85%;
}
#Footer .Inside{
 font-size: 90%;
}
.IEWidthFix{
 border: solid 0px #000;
 width: 750px;
 font-size: 1%;
 height: 1px;
}
#IEWidthFixTwoCol{
 border: solid 0px #000;
 width: 750px;
 font-size: 1%;
 height: 1px;
}
#IEWidthFixOneCol{
 border: solid 0px #000;
 width: 750px;
 font-size: 1%;
 height: 1px;
}
/* ******************************************************************************** */

/* ********************************************************************************
 Branding Bar
   ******************************************************************************** */
#BrandingBar{
    height: 57px;
    color: #FFFFFF;
    font-size: 75%;
}

/* Fix the branding bar height in IE \*/
* html #BrandingBar{
    height: 56px;
}
/* Fix the branding bar height in IE */

#BrandingBar a img{
 float: left;
 border-width: 0;
 position: relative;
 top: 0;
 left: 0;
}
#BrandingBar ul{
 text-align: right;
 list-style-type: none;
 line-height: 1.25em;
 margin: 0;
 margin-right: .75em;
 margin-top: -.25em;
 padding: 0;
 padding-bottom: 3px;
}

/* Fix the position of the links in IE/Win \*/
* html #BrandingBar ul{
 margin-top: .75em;
}
/* Fix the position of the links in IE/Win */

#BrandingBar ul li{
 margin: 0;
 padding: 0;
 display: inline;
}
#BrandingBar a{
 color: #FFFFFF;
 text-decoration: none;
 display: inline;
 padding: .25em;
}
#BrandingBar a:hover{
 background-color: #CBB731;
}
#BrandingBar .Search{
 float: right;
 margin-right: .75em;
 font-size: 90%;
 border-top: solid 1px #FFFFFF;
}
#BrandingBar input{
 font-size: 85%;
 border-width: 0;
}
#BrandingBar .text{
 border: solid 1px #000000;
}
#BrandingBar .button{
 margin: 0;
 padding: 0;
 margin-bottom: -4px;
 padding-left: 2px;
}
/* ******************************************************************************** */

/* ********************************************************************************
 Global Navigation Bar
   ******************************************************************************** */
.GlobalNavBar{
 background-color: #E5E9F2;
 border-bottom: solid 1px #000000;
 border-top: solid 1px #000000;
 font-size: 70%;
 padding: .25em;
}
.GlobalNavBar ul{
 text-align: center;
 list-style-type: none;
 line-height: normal;
 margin: 0;
 padding: 0;
}
div>.GlobalNavBar ul{
 padding: .25em;
 margin-left: -.25em;
}
.GlobalNavBar ul li{
 margin: 0;
 padding: 0;
 display: inline;
}
.GlobalNavBar a{
 color: #132A6E;
 text-decoration: none;
 display: inline;
 margin: 0;
 padding: .25em .35em;
}
.GlobalNavBar a:hover{
 background-color: #CBB731;
}
/* ******************************************************************************** */

/* ********************************************************************************
     Page Header
   ******************************************************************************** */
#PageHeader table{
 background-color: #FFFFFF;
}

#PageHeader td table{
 width: 100%;
 margin: 0;
 padding: 0;
 border-bottom: solid 3px #DFE2E7;
    
}

#PageHeader td{
 margin: 0;
 padding: 0;
}

#PageHeader td table tr{
 margin: 0;
 padding: 0;
}

#PageHeader td table tr td{
 margin: 0;
 padding: 0;
 height: 65px;
}

#PageHeader td table tr td img{
 margin: 0;
 margin-left: 5px;
 padding: 0;
}

#PageHeader td table tr td div{
 margin-bottom: -1em;
}

#PageHeader td table tr td div h1{
 position: relative;
}

/* ******************************************************************************** */

/* ********************************************************************************
 Left Column
   ******************************************************************************** */
#LeftColumn{
 background-color: #EAE8D3;
 font-size: 85%;
}

/* ******************************************************************************** */

/* ********************************************************************************
 Right Column
   ******************************************************************************** */
#RightColumn{
    background-color: #EAE8D3;
    font-size: 80%;
    width: 15em;
}
/* ******************************************************************************** */

/* ********************************************************************************
 Footer Navigation
   ******************************************************************************** */
#FooterNav{
 font-size: 95%;
 margin: 0;
 padding: .25em 0;
 background-color: #DFE2E7;
 border-top: solid 2px #000000;
 border-bottom: solid 1px #000000;
}
#FooterNav ul{
 text-align: center;
 list-style-type: none;
 line-height: normal;
 margin: 0;
 padding: 0;
}
div>#FooterNav ul{
 padding: .25em;
 margin-left: -.25em;
}
#FooterNav ul li{
 margin: 0;
 padding: 0;
 display: inline;
}
#FooterNav a{
 margin: 0;
 padding: .25em .35em;
}
/* ******************************************************************************** */

/* ********************************************************************************
 Left Content Column - for a two content-column layout
   ******************************************************************************** */
#LeftContentColumn{
    float: left;
    width: 49%;
}
/* ******************************************************************************** */

/* ********************************************************************************
 Right Content Column -- for a two content-column layout
   ******************************************************************************** */
#RightContentColumn{
    float: right;
    width: 49%;
}
/* ********************************************************************************* */

/* Link Markers -- To automatically display the type of link such as PDF, DOC, Popup, or New Window
 
a[href$='.pdf']:after {
padding:3px; display:inline; vertical-align:middle;
background-color:#FFF; content: url(http://www.fgcu.edu/icons/_icon_pdf.gif);
}
a[href$='.doc']:after {
padding:3px; display:inline; vertical-align:middle;
background-color:#FFF; content: url(http://www.fgcu.edu/icons/_icon_doc.gif);
}
*/
