



/*Redesign | CSS - Home Page*/
td.MainContent {
 padding: 10px;
}
#contentwrapper1 {
 height: 228px;
 width: 772px;
 margin-bottom: 10px;
}
#informationforwrapper {
 background: url('/images/system/bg_informationfor.gif') no-repeat top left;
 float: left;
 width: 246px;
 height: 228px;
}
#informationforwrapper h1 {
 color: #ffe9c1;
 font-family:Georgia;
 font-weight:normal;
 padding: 0;
 margin: 20px 20px 8px 35px;
 font-size: 18px;
}
#informationforwrapper ul {
 margin: 0 0 0 7px;
 width:238px;
 padding: 0;
 list-style: none;
}
#informationforwrapper li {
 width:238px;
 height:29px;
}
#informationforwrapper li#fac { /* last one in the list has 1 pixel extra line */
 height:30px;
}
#informationforwrapper a:link, #informationforwrapper a:visited {
 color: #fff;
 font-size: 13px;
 width:181px; /* 238px minus padding on left */
 height:23px;
 display:block;
 text-decoration:none;
 padding: 6px 0 0 50px;
}
#informationforwrapper a:hover {
 text-decoration: none;
}
#informationforwrapper li#stud a:link, #informationforwrapper li#stud a:visited {
 background:url('/images/system/infofornavbg.png') no-repeat 0 0;
}
#informationforwrapper li#stud a:hover {
background:url('/images/system/infofornavbg.png') no-repeat -238px 0;
}
#informationforwrapper li#alum a:link, #informationforwrapper li#alum a:visited {
 background:url('/images/system/infofornavbg.png') no-repeat 0 -29px;
}
#informationforwrapper li#alum a:hover {
background:url('/images/system/infofornavbg.png') no-repeat -238px -29px;
}
#informationforwrapper li#parents a:link, #informationforwrapper li#parents a:visited {
 background:url('/images/system/infofornavbg.png') no-repeat 0 -58px;
}
#informationforwrapper li#parents a:hover {
background:url('/images/system/infofornavbg.png') no-repeat -238px -58px;
}
#informationforwrapper li#vis a:link, #informationforwrapper li#vis a:visited {
 background:url('/images/system/infofornavbg.png') no-repeat 0 -87px;
}
#informationforwrapper li#vis a:hover {
background:url('/images/system/infofornavbg.png') no-repeat -238px -87px;
}
#informationforwrapper li#fac a:link, #informationforwrapper li#fac a:visited {
 background:url('/images/system/infofornavbg.png') no-repeat 0 -116px;
 height:24px;
}
#informationforwrapper li#fac a:hover {
background:url('/images/system/infofornavbg.png') no-repeat -238px -116px;
}
#homebrandingwrapper {
 float: right;
 width: 526px;
 height: 228px;
 background: url('/images/system/branding1.jpg') no-repeat top right;
}
#homespotlightwrapper {
 width: 100%;
 margin: 10px 0 10px 0;
 overflow:hidden;
 clear:both;
 height: 91px;
}
#homespotlightwrapper img {
width:59px;
height:59px;
padding:2px;
background:#fff;
border:1px solid #000;
margin:0 10px 12px 12px;
float:left;
}
#homespotlightwrapper h1 {
font-size:9pt;
font-family:Georgia;
font-weight:bold;
text-transform:uppercase;
margin:0 0 5px 0;
padding-right:10px;
color:#fff;
}
#homespotlightwrapper p {
color:#fff;
text-align:right;
padding:0 20px 0 0;
text-decoration:underline;
}
#homespotlightwrapper a {
width:246px;
height:91px;
display:block;
text-decoration:none;
}
#homespotlightwrapper a:hover {
text-decoration:none;
}
#spotlight1, #spotlight2, #spotlight3 {
 float: left;
 width: 246px;
 height: 79px;
 padding-top:12px;
}
#spotlight1 {
 background: url('/images/system/bg_spotlight1.gif') top left no-repeat;
}
#spotlight2 {
 background: url('/images/system/bg_spotlight2.gif') top left no-repeat;
 margin-left: 16px;
}
#spotlight3 {
 background: url('/images/system/bg_spotlight3.gif') top left no-repeat;
 margin-left: 17px;
}

/*==== Bottom content areas in 3 columns ==== */
#insideub, #latestnews, #upcomingevents {
 width: 246px;
 float: left;
}
#latestnews {
 margin-left: 16px;
}
#upcomingevents {
  margin-left: 17px;
}
#insideub h1, #latestnews h1, #upcomingevents h1 {
 font-size: 12pt;
 font-weight: bold;
 color: #393939;
 background-color: #f4f4f4;
 margin: 0 0 10px 0;
 padding: 5px 0 5px 9px;
}
#insideub h1 {
padding-left:15px;
}
#latestnews h1 a { /*--- this is the rss feed link area --*/
 padding-left: 70px;
}
#upcomingevents h1 a {
 padding-left: 30px;
}
.homerss {
 font-size: 8pt;
 font-weight: normal;
 background: url('/images/system/icon_rss.gif') right no-repeat;
 padding-right: 17px;
}
.homerss a:link, .homerss a:visited {
 text-decoration: none;
}
#insideub img {
margin-left:15px;
width:208px;
height:71px;
}
#insideub p {
padding:10px 15px 7px 15px;
}

a.morelink:link, a.morelink:visited {
 background: url('/images/system/icon_smallarrow.gif') no-repeat 3px ;
 border-top: 1px solid #e9d6ff;
 margin: 10px 10px 0 0;
 padding: 5px 15px 5px 15px;
 display:block;
}
.morelink a:hover {
color:#000;
text-decoration:underline;
}
ul#homeNews, ul#homeEvents {
list-style:none;
margin:0;
padding:0 9px;
}
ul#homeNews li, ul#homeEvents li {
padding:5px 0;
}


