#upcomingEventsDiv 
{
    float: left;
    width: 270px;
    margin-left: 1px;
    height: 260px;
    overflow: hidden;
}


#podcastDiv
{
    float: left;
    width: 265px;
    height: 261px;
    background-image: url(images/quicklinkBackground.jpg);
    margin-left: 1px;
}

#topImageDiv
{
    height: 264px;
    width: 797px;
    margin-left: 1px;
}


.ListDataGrid
{
    background-color: #f6f4f0;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px none #f6f4f0;
    color:  #281d10;
}

.ListDate
{
    font-weight: bold;
    font-size: 9px !important;
    padding-left: 10px;
    text-align: right !important;
    letter-spacing: 0px !important;
    white-space: nowrap;
    color:  #281d10;
	vertical-align: middle;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


.ListAlternate
{
    background-color: #dfdfd7 !important;
	height: 23px;
}

.ListNormal
{
     height: 23px;
}

.ListTitle
{
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: 178px center;
	font-size: 9px !important;
    padding-right: 20px;
    padding-left: 2px;
    color:  #281d10;
	vertical-align: middle;
    margin: 0 0 0 0;
}


.ListTitle A
{
    background-image: none;
    color: Black;
	height: 10px;
}

.ListTitle A:hover
{
    color: Red;
    text-decoration: none;
}


#podcastImgDiv 
{
   position: relative;
   background-image: url(images/podCastFull.png);
   width: 180px;
   height: 190px; 
   top: 25px;
   left: 43px;
   cursor: pointer;
   
}

#podcastTitleDiv
{
    background-image: url(images/podcastTitle.png);
    width: 79px;
    height: 11px;
   margin-top: 10px; 
   margin-left: 15px;
}

#podcastLinksDiv
{
   /*background-image: url(images/podcastTxt.png);
   background-repeat: no-repeat;
   width: 135px;
   height: 11px;
   position: relative;
   top: 40px;
   left: 65px;
   cursor: pointer;*/
   display: none;
}

#podcastLinksDiv a:hover
{
    text-decoration: none;
}


#quickLinksDiv
{
    float: left;
    width: 260px;
    background-image: url(images/quicklinkBackground.jpg);
    height: 261px;
    margin-left: 1px;
}

#quickLinkTitle
{
    background-image: url(images/quickLinkTitle.gif);
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 9px;
    height: 20px;
}

.quicklinkButton
{
    margin-left: 10px;
    margin-top: 3px;
    cursor: pointer;
}

#nav {
	position: relative; 
	top: -25px; 
	z-index: 1000; 
	float: right;
	margin-right: 25px;
}

#nav a {
	 border: 1px solid #ccc; 
	 background: #fff;
	 opacity: 0.65;
	 text-decoration: none; 
	 margin: 0 5px;
	 padding: 3px 5px; 
	 color: #000; 
}

#nav a.activeSlide {
	background: #ea0
}

#nav a:focus { 
	outline: none; background: #d90 
}

#serviceTimes {
	position: relative;
	top: -13px;
}

































































