@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTabSelected {
	font-weight: bold;
}

.TabbedPanelsContentGroup {
	width: 600px;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


ul {
	list-style-type: none;
}

.newspanel {
	clear:both;
	margin: 0px auto 0px auto;
	width: 900px;
	height:100%;
}
.newspanel h2{
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(img/dots-news.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 0px 3px 26px;
}
.newscategories {
	background-image: url(img/news-categories.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 600px;
	height: 30px;
	padding:0px;
}
.newspanel ul {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}.newspanel li, l.TabbedPanelsTab  {
	float: left;
	padding: 0px 25px;
}.newspanel a,.TabbedPanelsTab a{
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.TabbedPanels {
	width:600px;
	float: left;
}
.post-news {
	width: 600px;
	border-bottom: 1px solid #a7a7a7;
	padding: 10px 0px 0px 0px;
}
.post-news h2{
	background-image:none;
	padding: 0px 0px 3px 24px;
}.post-news h2 a{
	text-decoration: none;
	color:#000000;
}
.post-news small {
	font-size:12px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post-news p {
	font-size:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 20px 10px 24px;
	line-height: 1.5em;
}
