/* styles for home page */

.box-1-6 {
	float: left;
	margin: 0px 0px 20px 10px;
	width: 560px;
	padding-bottom: 10px;
}

p.top-headline {
	font-size: 1.35em;
	line-height: 1.75em;
	padding: 0px 10px;
}

.home-banner {
	margin-bottom: 20px;
}

.home-headline {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 2.15em;
	font-weight: bold;
	color: #003366;
	letter-spacing: -4px;
}

.home-content, .home-content-small {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 1.25em;
	line-height: 1.5em;
}

.home-content-small {
	font-size: .85em;
	line-height: 1.5em;
}

.box-7-8 {
	float: left;
	margin-left: 10px;
	width: 180px;
	padding-bottom: 10px;
}

.box-9-10 {
	float: left;
	width: 180px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.box-blue {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #b5cde7;
	background-image: url(../images/box-blue-background-01.gif);
	background-repeat: repeat-x;
}

.box-blue h1 {
	margin: 0px 0px .25em 0px;
	font-family: 'verdana','arial','helvetica',sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2em;
}

.box-blue p {
	margin: 0px;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 1em;
	color: #ffffff;
	line-height: 1.2em;
}

.box-blue a, .box-blue a:visited {
	text-decoration: none;
	color: #ffffff;
}

.box-blue a:hover {
	color: #ffffff;
}

.box-blue a:active {
	color: #ffffff;
}

.news-headline {
	padding-left: 10px;
	margin: 0px;
	font-family: 'verdana','arial','helvetica',sans-serif;
	font-size: .85em;
	font-weight: bold;
	color: #000000;
}

ul.news, ul.events {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 0px 10px 0px;
	font-size: .85em;
	line-height: 1.25em;
}

ul.news {
	border-bottom: 1pt solid #D7E4F2;
}

ul.news li, ul.events li {
	list-style-type:none;
	margin-bottom: 1em;
}

ul.news li a, ul.events li a,ul.news li a:visited, ul.events li a:visited {
	color: #000000;
}

ul.news li a:hover, ul.events li a:hover {
	color: #ff9900;
}

ul.news li a:active, ul.events li a:active {
	color: #ffffff;
	background-color: #ff9900;
}

.news-date, .event-date {
	font-weight: bold;
}