/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Tahoma, arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
}

a{
	text-decoration: none;
	color: #cf691e;
}

a img{
	border: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

h1{
	font-size: 1.6em;
	padding-left: 30px;
	background: url(images/h1.gif) no-repeat left center;
}
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1.1em; }


.wrapper{
	width: 907px;
	margin: auto;
	overflow: hidden;
}

.top{
	position: relative;
	width: 907px;
	height: 225px;
}

.banner{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.icons{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}

.menu{
	width: 905px;
	height: 33px;
	border: solid 1px #848589;
	background: #e9e9e9;
}

.menu, .menu *{
}

.menu ul{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style: none;
}

.menu ul li{
	float: left;
	position: relative;
}
.menu ul li a{
	color: #cf691e;
	text-decoration: none;
	padding: 10px 7px;
	display: block;
	font-weight: bold;
}

.menu ul li ul{
	position: absolute;
	top: 34px;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 150px;
	background: #FFF;
	border: solid 1px #848589;
	border-top: none;
	display: none;
}

.menu ul li ul li{
	float:none;
	border-top: solid 1px #EEE;
	display: block;
}

.menu ul li ul li a{
	padding: 5px 10px;
	display: block;
}

.menu ul li ul li:first-child{
	border-top: none;
}

.menu ul li ul li ul{
	position: absolute;
	left: 150px;
	margin: 0px;
	padding: 0px;
	top: 0;
	border: solid 1px #848589;
}

.container{
	padding-bottom: 70px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.container h2{
	font-size: 1.5em;
	padding-left: 30px;
	background: url(images/h1.gif) no-repeat left center;
}
.container h3{
	font-size: 1.4em;
	padding-left: 30px;
	background: url(images/h1.gif) no-repeat left center;
}

.content{
	width: 605px;
	float: left;
}

ul.newslist{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.newslist li{
	margin-bottom: 10px;	
}

ul.newslist li span.newsheadline{
	font-weight: bold;
	display: block;
	font-size: 1.5em;
}

ul.newslist li span.newsdate{
	display: block;
	border-bottom: solid 1px #cf691e;
	font-weight: bold;
	margin-bottom: 2px;
}

ul.newslist li span.newsteaser{
	display: block;
	margin-bottom: 10px;	
}

.sidebar{
	width: 300px;
	float: left;
}

.box{
	width: 285px;
	margin: 17px auto 0px auto;
	color: #000;
}

.box h2{
	color: #FFF;
	font-size: 1.2em;
	margin-bottom: 15px;
	background: none;
	padding: 0px;
}

.box h3{
	background: none;
	padding: 0px;
}

.box a{
	color: #000;
}

.box *{
	margin: 0px;
	padding: 0px;
}

.boxtop{
	width: 100%;
	height: 16px;
	background: url(images/box_top.gif) no-repeat;
}

.boxcontent{
	background: url(images/box_content.gif) repeat-y;
	padding: 0px 15px;
}

.boxcontent ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.boxcontent ul li{
	border-bottom: dashed 1px #000;
	padding: 2px 0px 2px 10px;
	background: url(images/middot.gif) no-repeat 0px 7px;
	width: 235px;
	overflow: hidden;
}

.boxcontent ul li .newsdate{
	float: left;
	width: 150px;
	color: #FFF;
	font-weight: bold;
}

.boxcontent ul li span{
	float: left;
	width: 157px;
}

.boxcontent ul li .newsreadmore{
	float: left;
	width: 157px;
	padding: 5px 0px;
}

.boxcontent ul li .newsimage{
	float: right;
	width: 70px;
	height: 70px;
	margin: 0px 0px 0px 5px;
}

.boxbottom{
	width: 100%;
	height: 16px;
	background: url(images/box_bottom.gif) no-repeat;
}


.bottom{
	width: 100%;
	height: 65px;
	background: url(images/bottom.gif) repeat-x;
}

.bottom ul{
	margin: 0px;
	padding: 8px;
	list-style: none;
	text-align: center;
}

.bottom ul li{
	display: inline;
	padding: 0px 10px;
}
