@charset "iso-8859-1";
/* ********************************************************************************
  HTML styles
   ******************************************************************************** */
body {
    
    background-image: url(http://www.fgcu.edu/Icons/960wHomepageBrandingBarBkg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e9ede9;
}
#container16BKG {background: #fff url(http://www.fgcu.edu/Icons/960ContentBkgFGCUHomepage.png) no-repeat;};
#homepage{
    font-size: 12px;
}
#homepage h4{
    font-size: 13px;
    font-weight: bolder;
    margin: 4px 0 4px 4px;
}
h4{
    font-size: 13px;
    font-weight: bolder;
}

.audience h4{
    line-height: 1.1em;
    margin: 4px 0 4px 2px;
}

.description{
 padding-left: 10px;
 font-size: 100%;
 color: #666666;
 margin-top: -8px;
 margin-bottom: 5px;
 line-height: 17px;
}
/* Need to remove the margin and padding from the P tags because some descriptions are
   entered into text fields where P gets used, and some are entered into standard text fields
   where P does not get use.  */
.description p{
 padding: 0;
 margin: 0;
}

/*
 *******************************************************************
 *******************************************************************
*/
.Date {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 font-weight: bold; 
 color: #FFFFFF
}
.EventHeader {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-weight: bold; 
 color: #000000
}
.Announcements p{
 padding: 0;
 margin: 5px 0 5px 0;
}
.MainLinks {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 color: #00287A;
}
.InfoForLinks {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #00287a;
 font-weight: bold;
}
.InfoForHeader {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-weight: bold; 
 color: #FFFFFF;
}
.MainLinksBold {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #00287A;
 font-weight: bold;
}
a.NavLinks {
 font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva; 
 font-size: 10px; 
 color: #00287A; 
}
/*
 a.NavLinks:hover {
  font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva;
  font-size: 10px;
  color: #00287A;
  text-decoration: underline;
 }
 a.NavLinks:visited, a.NavLinks:active {
  font-family : Verdana, Arial, Helvetica, Sans-Serif, Geneva; 
  font-size: 10px; 
  color: #00287A;
 }
 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;
 }
*/

/*
 --------- News in the right sidebar column ---------
*/
.News{
 font-size: 10px;
}
/* IE seems to keep this font size larger. \*/
* html .News{
 font-size: 10px;
}
/* IE seems to keep this font size larger. \*/
.News .NewsItem{
    margin-bottom: .65em;
    font-size: 10px;
    border-bottom: #aab8c9 1px dotted;
}
/*.NewsItem a:hover{
    background-color: #CCCCCC;
}*/
.News h5{
    border-bottom: solid 1px #000000;
    font-size: 12px;
}
.News h5, .News h6{
 margin-bottom: 0;
}
.News h6{
 font-weight: normal;
 font-size: 11px;
 text-indent: -12px;
 line-height: 13px;
 padding: 0 8px 4px 16px;
}
.News.Academic h6{
 font-weight: bold;
}
.NewsItem p{
 padding: 0;
 margin: 0;
 margin-bottom: .5em;
}
.NewsHeader{
 font-size: 12px;
 padding-left: 1em;
 border-bottom: solid 20px #7a91ae;
 margin-bottom: .5em;
}
