/*---Home page styles --- */

/* home flash */

#flashContent {
	z-index: 1;
}

/* news and calendar */

.newsAndCalendar {
	margin-top: -20px;
	z-index:3;
	position: relative;
	
	padding: 0;
	height:100%;
}

.newsAndCalendar dl a {
color:#622f39;
letter-spacing: normal;
font-size:11px;
text-decoration:none;
font-family: Verdana, Helvetica, sans-serif
}

.newsAndCalendar dl {
margin: 10px 18px 10px 18px;
padding:0;
width: 140px;
}
.newsAndCalendar img {
	margin: 0 18px 0 18px;
}
.newsAndCalendar dt,dd {
margin:0;
}

.newsAndCalendar dd {
font-size:12px;
}

.newsAndCalendar dt {
font-size:10px;
letter-spacing:.91px;
}


a.newsLink {
color:#7f83b2;
font-size:11px;
left:163px;
position:relative;
top:-20px;
width:100px;
}

a.eventsLink {
color:#7f83b2;
font-size:11px;
left:160px;
position:relative;
top:-23px;
width:100px;

}

#newsEvents {
background:#112F61 url(../graphics/newsEventsBg.jpg) no-repeat top right;
position:relative;
}

/* footer */

#footer {
	width: 902px;
	margin: 0 auto;
	font-family: Verdana, Helvetica, sans-serif;
}
address {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	float: right;
	font-size: 11px;
	padding: 4px 0 4px 0;
	margin: 0 0 0 40px;
}
#navFooter {
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
}
#navFooter li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navFooter li a {
	background: url(../graphics/white-divider.gif) no-repeat right;
	color: #fff;
	font-size: 11px;
	padding: 3px 10px;
	text-decoration: none;
}
#footerBar {
	background: none;
	padding: 0 4px 4px 13px;
}
#navFooter .noBg {
	background: none;
}
#footer span {
	margin: 0 10px 0 10px;
}