/* Import the slideshow styles */
@import url("slideshow.css");

/* Import the content styles */
@import url("content.css");

/* Import the poll styles */
@import url("poll.css");

/* Import the Project CROWNWeb Updates styles */
@import url("updates.css");

h4 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	line-height: auto;
}

.right h4 {
	margin-top: 10px;
}

.right p {
	text-align: left;
}

div.newsButtons {
	height: 15px;
	width: 620px;
	margin: 0px 10px 0px 70px;
	display: none;
}

.js div.newsButtons {
	display: block;
}

a.news {
	display: block;
	width: 290px;
	height: 15px;
	top: 0px;
	font-size: .9em;
	line-height: 15px;
	font-family: sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #131313;
}

a.older {
	float: left;
	padding-left: 20px;
	background: url(../../images/content/newsOlder.gif) no-repeat left center;
}

a.newer {
	float: right;
	text-align: right;
	padding-right: 20px;
	background: url(../../images/content/newsNewer.gif) no-repeat right center;
}

a.newer:hover, a.older:hover {
	opacity: .75;
	text-decoration: underline;
}