/* CSS Document */

#title {
	position: absolute;
	top: 65px;
	left: 60px;
	width: 420px;
	height: 20px;
	background-image: url(images/icons/icon-sm-news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-style: italic;
	color: white;
}

#title p {
	position:absolute;
	margin: 4px 0 0 32px;
}

#main-content {
	position: relative;
	width: 788px;
	height: auto;
	padding: 10px 0 5px;
	margin: 0 auto;
	background: url(images/bg2-body.gif) center top repeat-y;
	text-align: left;
}

.newsitem {
	clear: none;
	position: relative;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 550px;
	height: auto;
}

.top-tab {
	position: relative;
	top: 0px;
	left: 9px;
	padding: 0;
	margin: 0;
	width: 541px;
	height: 32px;
	background: url(images/tabs/news-tab-top.gif) no-repeat left top;
}

.top-tab img {
	position: absolute;
	top: 2px;
	left: 134px;
}

.content {
	position: relative;
	left: 9px;
	padding: 5px 0;
	margin: 0;
	width: 541px;
	height: auto;
	background: url(images/bg-news-content.gif) repeat-y left top;
}

.text {
	position: relative;
	top: 0px;
	left: 10px;
	width: 520px;
	height: auto;
	padding: 1px 0 0;
	background: url(images/bg-news-text.gif) no-repeat left top;
}

.text img {
	float: right;
	margin: 0 5px 10px 10px;
	border: solid 0px #00D2FF;
}

.text h1 {
	padding: 0px 10px;
	font-size: 14px;
	color: #00D2FF;
}

.date {
	float: right;
	margin-right: 5px;
}

.text p {
	padding: 0 10px 5px;
}

.clear {
	float: none;
	clear: both;
}

.bottom-tab {
	position: relative;
	left: 9px;
	clear: both;
	padding: 0;
	margin: 0;
	width: 541px;
	height: 29px;
	background: url(images/tabs/news-tab-bottom.gif) no-repeat left top;
}

.bottom-tab p {
	position: relative;
	top: 8px;
	right: 10px;
	font-size: 12px;
	text-align: right;
}

#spiffs {
	position: absolute;
	top: 35px;
	left: 579px;
	padding: 0;
	margin: 0;
	width: 200px;
}

.right-bottom-tab p {
	position: relative;
	top: 8px;
	right: 10px;
	font-size: 12px;
	text-align: right;
}


