/* CSS Document */

body{
	font-family: "Myriad Pro", arial, verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
}

h1, h2, h3, h4{ color: #000; margin-top: 0px; padding-top: 0px;}
h1{
	font-size: 24px;
	border-bottom: dotted 2px #EC1C23;
}
h2{ font-size: 22px; }
h3{ font-size: 20px; }
h4{ font-size: 18px; }

a{
	color: #EC1C23;
	text-decoration: none;
}

a img{
	border: none;
}

a:hover{
	text-decoration: underline;
}

.redbar{
	width: 100%;
	background: #EC1C23;
	font-size: 0em;
	height: 5px;
}

.wrapper{
	width: 886px;
	margin: 0 auto;
}

.top{
	background: url("images/topbg.png") repeat-x;
	width: 100%;
	height: 96px;
	overflow: hidden;
}

.top ul{
	margin: 60px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	width: 520px;
	float: left;
}

.top ul li{
	display: inline;
}

.top ul li a{
	color: #000;
	font-weight: bold;
	height: 22px;
	display: inline-block;
	font-size: 0.9em;
	padding-left: 7px;
}

.top ul li a span{
	padding: 0px 7px 0px 0px;
}

.top ul li a:hover{
	text-decoration: none;
}

.top ul li.current a{
	background: url("images/menu_current_left.png") no-repeat top left;
}

.top ul li.current a span{
	background: url("images/menu_current_right.png") no-repeat top right;
	display: inline-block;
	padding-right: 7px;
	padding-top: 3px;
	height: 19px;
}

.logo{
	width: 305px;
	float: right;
	margin-right: 20px;
}

.banner{
	height: 192px;
	overflow: hidden;
}

.submenu{
	width: 100%;
	height: 24px;
	overflow: hidden;
	background: url("images/submenu.gif") no-repeat;
}

.submenu ul{
	margin: 3px 0px 0px 208px;
	padding: 0px;
	list-style: none;
}

.submenu ul li{
	display: inline;
	padding: 0px 3px 0px 11px;
	background: url("images/menu_split.gif") no-repeat left center;
}

.submenu ul li:first-child{
		background: none;
}

.submenu ul li a{
	color: #FFF;
	font-weight: bold;
}

.container{
	width: 100%;
	overflow: hidden;
}

.sidebar{
	width: 168px;
	padding: 15px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background: url("images/sidebar.gif");
	float: left;
}

.sidebar h2{
	border-bottom: solid 1px #666;
}

.sidebar ul.newslist
{
	list-style: none;
	padding: 0; 
	margin: 0;
}

.sidebar ul li{
	margin-bottom: 15px;
}

.sidebar .newsdate{
	display: block;
}

.sidebar .newstitle{
	display:block;
	float: left;
	width: 168px;
	font-weight: bold;
}

.sidebar .newsteaser, .sidebar .newsteaser:hover{
	color: #000;
	text-decoration: none;
}

.sidebar .contentbox{
	padding-top: 20px;
}

.content{
	width: 646px;
	float: left;
	padding: 20px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

.content ul.newslist li span.newsheadline{
	font-weight: bold;
	display: block;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.content ul.newslist li span.newsdate{
	display: block;
	border-bottom: solid 1px #ab1f23;
	font-weight: bold;
	margin-bottom: 2px;
}

.content.small{
	width: 400px;
	float: left;
	padding: 20px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
.slideshow {
	width: 240px;
	float: right;
	padding-top: 20px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
