body.homepage
{
    margin: 10px 0px;
    background-color: #fff;
    background-image: none !important;
    text-align: center;
}
body {
    background-image:url(ug/menutop.jpg);
    background-repeat: repeat-y;

}
h1, h2, h3, p, ul, ol
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

/* Homepage Layout */
#layout
{
    margin: auto;
    width: 800px;
}
#indexheader
{
    width: 800px;
    height: 83px;
}
.indexlogo
{
    width: 215px;
    height: 83px;
    padding-top: 8px;
    background:url(ug/logobg.jpg) no-repeat top left;
    float: left;
}
.indexlogo img
{
    border: 0px;
}
body.homepage #banner, body.homepage #banner em
{
    width: 585px;
    height: 83px;
	background:url(ug/banner.jpg)    
}
body.homepage #banner em
{
    background:url(ug/indexbanner.jpg) no-repeat top left;
}
body.homepage #banner
{
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    overflow: hidden;
}
* html>body #banner em {    /* for ie5.x/mac only */
    margin-bottom: -85px;   /* Required to bring text underneath image. Use the negative height of the image here.*/
}
.replace { 
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.replace em {
	display: block;
	position: absolute;
	top: 0px;
	/*
left: 0;
*/
    z-index: 1; /* for opera5 (?) and o6/mac */
	left: 0px;
	background-image: url(ug/banner.jpg);
	visibility: visible;
}
.replace a {
    cursor: hand;           /* for ie5.x/win, invalid */
    c\ursor: pointer;       /* reset for other browsers */
}
#middlerow
{
    margin: 0px;
    width: 800px;
    float: left;
}
BODY.homepage .menu
{
    width: 219px;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    background-color: #666;
    margin-right: 8px;
    float: left;
}
.photo
{
    width: 565px;
    height: 350px;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    float: left;
}
* html .photo { height: 350px; }
#bottomrow
{
    width: 800px;
    margin: 7px 0px 10px 0px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    padding: 7px 0px;
    float: left;
}
.newscol
{
    width: 230px;
    background:url(ug/dot.gif) repeat-y top right;
    float: left;
}
.content
{
    width: 570px;
    background-color: #fff;
    float: left;
}

/* Index Side Menu */
body.homepage #indexnav
{
    width: 219px;
}
body.homepage #indexnav ul
{
    color: #666;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: bold;
    font-size: 0.80em;
}
body.homepage #indexnav ul li
{
    border-top: 1px solid #fff;
    padding: 0px 0px;
    width: 219px;
}
body.homepage #indexnav ul li#first { border-top: 0px; }
body.homepage #indexnav ul li.highlight
{
    background-color: #900;
    padding: 0px 0px;
}
body.homepage #indexnav ul li.highlight a
{
    padding: 5px 5px;
    font-size: 1em;
    color: #fff;
    display: block;
}
body.homepage #indexnav ul li a, body.homepage #indexnav ul li#first a
{
    text-decoration: none;
    color: #fff;
    padding: 5px 5px;
    margin: 0px;
    width: 209px;
    display: block;
}
#indexnav UL LI:hover, #indexnav UL LI A:visited:hover, #indexnav UL LI A:link:hover { background-color: #999; }
#indexnav UL LI.highlight:hover, #indexnav UL LI.highlight A:visited:hover, #indexnav UL LI.highlight A:link:hover
{
    background-color: #c00;
}

/* News Column */
.newscol h2
{
    font-size: 0.90em;
    color: #900;
    margin: 3px 0px 0px 0px;
    padding: 0px;
}
.newscol ul
{
    margin: 0px;
    padding: 5px 15px 0px 15px;
    font-size: 0.85em;
    color: #000;
}
.newscol ul li { padding-bottom: 10px; }
.newscol ul li a { color: #900; }
.newscol ul li a:hover { color: #900; }
.newscol ul li a:visited { color: #000; }
.content p
{
    margin: 0px;
    padding: 0px 10px 0px 10px;
    font-size: 0.85em;
    color: #000;
    line-height: 1.5em;
}

/* Sublevel Layout */
#header
{
/*/*/
    background:url(ug/backgroundtopbar.jpg) repeat-x;
    height: 85px;
/* NN4 Hidden CSS End */
}
#cumhome { background-image:url(ug/backgroundcorner.jpg); }
#endcap
{
    width: 55px;
    height: 85px;
    background:url(ug/endcap.jpg) no-repeat;
}
#banner,  #banner em
{
    width: 542px;
    height: 85px;
    background:url(ug/banner.jpg) top left no-repeat;
}
.menutop
{
    width: 220px;
    height: 20px;
    background-image:url(ug/menutop.jpg);
}
H1
{
    color: #000;
}

/* Side Menu */
#nav
{
    width: 200px;
}
#nav ul
{
    color: #333;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: bold;
    font-size: 1em;
}
#nav ul li
{
    border-top: 2px solid #900;
    width: 197px;
}
#nav ul li.highlight
{
    background-color: #900;
    border-bottom: 2px solid #fff;
    width: 197px;
}
#nav ul li#first
{
    margin: 0px 0px 0px 0px;
    padding-top: 0px !important;
}
#nav ul li a, #nav ul li#first a
{
    text-decoration: none;
    background-color: #fff;
    color: #333 !important;
    padding: 5px 5px;
    margin: 0px;
    width: 187px;
    display: block;
    border: none;
}
#nav ul li li
{
    border-top: 0px solid #900;
    width: 197px;
}
#nav ul li li a
{
    text-decoration: none;
    background-color: #fff;
    color: #333 !important;
    padding: 0px 5px 5px 10px;
    margin: 0px;
    width: 182px;
    display: block;
    border: none;
}
#nav ul li.highlight a
{
    text-decoration: none;
    color: #fff !important;
    border-top: none;
    background-color: #900;
    padding: 5px 5px !important;
    margin: 0px;
    width: 187px;
    display: block;
    font-size: 1em;
}
#nav UL LI:hover, #nav ul li#first a:hover, #nav UL LI A:visited:hover { background-color: #ccc !important; }
#nav ul li.highlight a:hover, #nav ul li.highlight a:visited:hover { background-color: #c00 !important; }
BODY.homepage DIV#middlerow div.menu div#indexnav UL LI.related
{
    display: none !important;
}
#nav ul li.related
{
    background-color: #fff;
    border: 2px solid #900;
    margin: 20px 12px 20px 10px;
    width: 165px;
    padding: 0px 0px 3px 10px !important;
}
#nav ul li.related span
{
    background-color: #fff;
    width: 155px !important;
    color: #333;
    padding: 7px 0px 3px 0px !important;
    margin: 0px 5px 3px 0px !important;
    border-top: 0px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
#nav ul li.related:hover, #nav ul li.related A:visited:hover { background-color: #fff !important; }
#nav ul li.related span, #nav ul li.related span A:visited:hover { background-color: #fff !important; }
#nav ul li.related ul li
{
    border-top: none !important;
    width: 165px !important;
}
#nav ul li.related ul li a
{
    font-weight: normal;
    padding: 5px 5px 5px 10px !important;
    margin: 0px 0px 0px 0px !important;
    background-color: #fff;
    width: 160px !important;
    display: block;
}
#nav UL LI.related ul li:hover, #nav UL LI.related ul li A:visited:hover { background-color: #ccc !important; }

/* Footer */
BODY.homepage ADDRESS
{
    display: none;
}

#footer
{
    text-align: center;
    width: 100%;
    border-top: 1px solid #000;
    font-size: 0.90em;
    padding: 5px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
}
#footer P
{
    color: #333;
    margin-top: 1px;
    padding: 0px !important;
    text-align: center;
    font-size: 0.90em;
}
#footer P.address
{
    font-weight: bold;
    margin-bottom: 0px;
}
body.homepage #footer
{
    text-align: center;
    width: 100%;
    border: 0px !important;
    font-size: 0.80em;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    line-height: 1.25em;
    clear: both;
}
body.homepage #footer p a
{
    color: #900;
}
 


#marketing, #marketing2
{
    width: 671px;
    margin-top: 0px;
    height: 170px;
    font-family: Arial, Helvetica, sans-serif;
}
#marketing2
{
    width: 835px;
    height: 230px;
}
#marketing .photo1, #marketing .photo2, #marketing .photo3, #marketing .photo4, #marketing2 .photo1, #marketing2 .photo2, #marketing2 .photo3, #marketing2 .photo4, #marketing2 .photo5
{
    text-align: center;
    display: block;
    width: 147px;
}
#marketing .photo1, #marketing .photo2, #marketing .photo3, #marketing .photo4, #marketing2 .photo1, #marketing2 .photo2, #marketing2 .photo3, #marketing2 .photo4, #marketing2 .photo5
{
    margin-right: 20px;
    float: left;
}
#marketing .photo1 a, #marketing .photo2 a, #marketing .photo3 a, #marketing .photo4 a, #marketing2 .photo1 a, #marketing2 .photo2 a, #marketing2 .photo3 a, #marketing2 .photo4 a, #marketing2 .photo5 a
{
    width: 147px;
    height: 100px;
    padding: 47px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #333;
}
#marketing2 .photo1 a, #marketing2 .photo2 a, #marketing2 .photo3 a, #marketing2 .photo4 a, #marketing2 .photo5 a
{ border: 0px !important; color: #000 !important; padding-top: 155px; height: 50px; font-size: 0.85em; }
#marketing .photo1 a { background:url(ug/photo1.jpg)top left no-repeat; }
#marketing .photo1 a:hover { background:url(ug/photo1b.jpg) top left no-repeat; }
#marketing .photo2 a { background:url(ug/photo2.jpg) top left no-repeat; }
#marketing .photo2 a:hover { background:url(ug/photo2b.jpg) top left no-repeat; }
#marketing .photo3 a { background:url(ug/photo3.jpg) top left no-repeat; }
#marketing .photo3 a:hover { background:url(ug/photo3b.jpg) top left no-repeat; }
#marketing .photo4 a { background:url(ug/photo4.jpg) top left no-repeat; }
#marketing .photo4 a:hover { background:url(ug/photo4b.jpg) top left no-repeat; }
#marketing2 .photo1 a { background:url(ug/fyepblc.jpg) top left no-repeat; }
#marketing2 .photo2 a { background:url(ug/fyeresources.jpg) top left no-repeat; }
#marketing2 .photo3 a { background: url(ug/fyeinsight.jpg) top left no-repeat; }
#marketing2 .photo4 a { background: url(ug/fyestudent.jpg) top left no-repeat; }
#marketing2 .photo5 a { background: url(ug/fyeresources.jpg) top left no-repeat; }
#marketing a:hover { color: #fff !important; }
#marketing2 a:hover { color: #900 !important; text-decoration: underline !important; }

