
/*------------------------*/
/*------- TSU | Home Page Specific CSS*/

td.MainContent {} /* encompasses from branding image through news/events, ends before footer, has 100% width, sections inside have fixed */
#fixedcontentarea {
	 background: url('/images/system/homecontent_shadow.gif') no-repeat 0 bottom;
	 padding-bottom:25px;
}
#homebrandingimage {float:left;} /* this is really only here to get rid of 3 pixel gap in IE 6 and 7 */

/*-------------------*/
/*-----audience navigation*/

#audiencecontent {
	 background: url('/images/system/bgAudienceNav.gif')  top left repeat-x;
	 height: 53px;
	 width:938px;
	 clear:both;
}
ul#audiencenav {
	 list-style: none;	 
	 text-align:center;
	 margin:0 auto;
	 margin: 0 0 0 40px; /* pads on left so items are centered */
}
ul#audiencenav li {
	 float:left;
	 display:block;
	 height:53px
}
ul#audiencenav a:link, ul#audiencenav a:visited {
	 background: url('/images/system/bgAudienceButtons.gif') no-repeat 50% top;
	 height: 38px;
	 display: block;
	 color: #fff;
	 font-weight: bold;
	 padding:15px 45px 0px 45px;
	 width:80px; /* 170 minus 90 */
	 font-size: 9pt;
	 border-left: 1px solid #E2E8ED;
	 float:left;
	 text-transform:uppercase;
	 text-decoration:none;
}
ul#audiencenav li#audiencelast a {
	 border-right: 1px solid #E2E8ED;
}
ul#audiencenav a:hover {
	 background-position: 50% -53px;
}

/*--------------------*/
/*----------Home Page Main Content Area (News & Events)*/

#homemaincontent { /* content area containing news and events */
	 background:url('/images/system/audienceshadow.gif') no-repeat 0 0;
}
#homenewswrapper {
	 width:300px;
	 float: left;
	 padding-top:30px;
}
#homeeventswrapper {
	 width:300px;
	 float: left;
	 padding-top:30px;
         margin-left: 25px;
}
#homemaincontent h1 {
	 color: #36598A;
	 font-size: 16pt;
	 font-family: georgia;
	 font-weight: normal;
	 padding:3px 0 5px 30px;
	 position:relative;
	 text-transform:uppercase;
}
#homenewswrapper h1 {
	 background: url('/images/system/homenews_bg.gif') no-repeat top left;
}
#homeeventswrapper h1 {
	 background: url('/images/system/homeevents_bg.gif') no-repeat top left;
}
.homerssicon {	
	 position:absolute;
	 top:5px;
	 right:0;
}

#homenewswrapper p {
	 color:#2d2d2d;
	 width:100%;
	 float:left;
	 line-height:1.2;
}
#homeeventswrapper p {
	 line-height:1.2;
}
#homemaincontent ul {
	 list-style: none;
	 margin: 15px 0 0 0;
}
#homenewswrapper li, #homeeventswrapper li {
	 margin-bottom:10px;
	 clear:both;
}
#homerightwrapper {
 width: 300px;
 float: right;
 margin-top: 30px;
}
#homemaincontent a {
	 text-decoration: none;
	 font-weight:bold;
}
#homemaincontent a:hover {
	 text-decoration: underline;
}
#homemaincontent a.viewalllink {
	 background: url('/images/system/viewmorebg.gif') no-repeat top right;
	 width: auto;
	 float: left;
	 margin:10px 0 0 0;
	 text-decoration: none;
	 font-size: 7pt;
	 clear: both;
}
#homemaincontent a.viewalllink:hover {
	 text-decoration:underline;
}
#homemaincontent a.viewalllink span {
	 background: url('/images/system/viewmoreleftcap.gif') no-repeat top left; 
	 display: block;
	 padding: 5px 20px 6px 20px;
}
#homemaincontent .homenewslistimage {
	 float: left;
	 padding: 4px;
	 margin: 0 15px 0 0;
	 border: 1px solid #919191;
}


/* --- Custom home page footer (with shadow) ----- */
#footerwrapper {
	 background:#fff;
}
#footercontent {
	 padding: 15px 0 0 0;
	 font-size:8pt;
	 line-height:1.2;	 
}
