@charset "utf-8";
/* CSS Document */
@import url("header.css");
@import url("navigation.css");
@import url("footer.css");
/*html {
	overflow: scroll;
}*/
body {
	font-family: "Trebuchet MS", Verdana, serif;
	background-image:url(../images/background-home.png);
	background-repeat:repeat-x;
	color:#111;
	background-color:#fff;
	margin:0;
	padding:0;
}
/*----LINKS ----*/
a:active, a:link {
	color:#004d83;
}
a:visited {
	color: #666;
}
a:hover {
	color:#600;
}
a#news, a:visited#news { 
	color:#004d83;
}
.indexToggle {
	color:#004d83;
}
/*----MAIN CONTENT ----*/
#content-container {
	width:990px;
	margin:0 auto;
	padding:0;
}
div.infiniteCarousel {
	clear:right;
}
#carousel {
	width:990px;
	height:190px;
	margin:0;
	padding:0;
}
#sections a {
	padding:12px 0 10px 0;
	margin:15px 0 0 0; 
	border-top:1px solid #fff;
	color:#ddd;
	background-color:#555;
	display:block;
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sections a:hover {
	background-color: #C93;
	color:#000;
}
#news p, #alerts p, #alerts td, #quicklinks p, #quicklinks li {
	padding:3px 0px 3px 1px;
	margin:0;
	font-size:75%;
	vertical-align:top;
}
#content p, #content li {
	line-height:150%;
	padding:5px 15px 5px 15px;
	margin:0;
}
#news, #alerts {
	padding-right:25px;
	width:330px;
}
#news span, #alerts span { 
	display: none;
}
#quicklinks {
	width:280px;
}
#news, #alerts, #quicklinks {
	float:left;
}
#alerts td, #news p, #quicklinks p {
	border-top:1px dotted #ccc;
}
#alerts td ol, #alerts td ol li {
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	border-bottom:0;
}
#alerts td.date {
	padding-right:5px;
	font-size:70%;
}
#news a, #alerts a, #quicklinks a {
	text-decoration:none;
}
#news a:hover, #alerts a:hover, #quicklinks a:hover {
	text-decoration:underline;
}
#quicklinks li {
	padding:0 0 3px 0px;
	list-style-type:circle;
}
#news p.sectionheaders, #alerts p.sectionheaders, #quicklinks p.sectionheaders {
	color: #963;
	font-size:120%;
	margin:0;
	padding:7px 0 3px 0;
}
