body {
	background: #fff;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color: #28323c;
}

#background-image {
  width: 1000px;
  overflow: visible;
  height: 540px;
  margin: 0px auto;
  position: relative;
  top: 40px;
}

#background-image img {
  position: absolute;
  top: 0;
}

.site-container {
	width: 100%;
	overflow: visible;
	margin-top: -540px;
	z-index: 30;
}

.site {
	background: none;
	width: 950px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	z-index: 30;
}

.logo {
  position: absolute;
	width: 120px;
	height: 102px;
	overflow: hidden;
	right: 0px;
	top: 55px;
	z-index: 2000;
}

.logo img {
  border: none;
}

/* -------------------------------------------------------------------- */

.portal {
	width: 1000px;
	height: 540px;
	overflow: hidden;
	position: relative;
}

.portal .claim {
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 100;
}

.portal .logo2 {
  overflow: hidden;
  position: absolute;
  right: 35px;
  bottom: -10px;
  z-index: 100;
}

.container {
	width:980px;
	height:201px;
	overflow:hidden;
	position: absolute;
	left: 20px;
	top: 370px; 
	z-index: 100;
}

.container .one {
	background: url('../images/portal_nav_bg.png') left top no-repeat;
	width:190px;
	overflow: hidden;
	height:135px;
	padding-top:5px;
	float:left;
	line-height: 120%;
}

/*
.menu-wrapper {
  position: relative;
  width: 200px;
  margin-left: 50px;
  z-index: 1;
  border: solid 1px;
  border-color: #000;
}
*/
.container .one ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
/*  border-color: #99C;
  border: solid 1px;
  background-color: #def;
*/

}

.container .one li {
  margin: 0px 0 0px 0;
  padding-left: 15px;
}

.container .one li a {
/*  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  font-style: italic;*/
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 3px;
  padding-top: 5px;
  padding-left: 20px;
  text-align: left;
  color: #edb;
  background: url('../images/menu-a-bg.png') left top no-repeat

}
.container .one a:hover {
/*  background-color: #853;*/
  background: url('../images/menu-a-bg2.png') left top no-repeat;
  color: #fff;
}

.wideslidebox {
	float:left;
	width:350px;
	height: 140px;
	margin-left: 30px;
	margin-bottom: 5px;
	overflow:hidden;
	color: #1E4B82;

}

.wideslidebox h4 {
	font-size: 13px;
	color: #642;
	text-decoration: none;
	margin: 0;
}

.wideslidebox .image {
  position: relative;
	float:left;
}

.wideslidebox .image img{
  position: absolute;
  top: 0;
  left: 0;
}

.wideslidebox .text {
	background: url('../images/text-white-bg.png') left top no-repeat;
	width: 180px;
	padding: 4px 15px 8px 15px;
	height: 100px;
	float:left;
	line-height: 14px;
	text-align: justify;
	color: #28323c;
}

.wideslidebox .text p {
	padding:0;
	margin:0;
}

.wideslidebox .content {
	float:right;
	width:210px;
	height:112px;
}

.wideslidebox .top.minus {
  background: url('../images/text-top-bar2.png') left top no-repeat;
	float: right;
	width: 195px;
	position:relative;
	padding: 5px 0px 0px 15px;
	height: 23px;
	overflow:hidden;
}

.text-normal {
  text-decoration: none;
  color: #28323c; 
}

.text-normal-h {
  text-decoration: none;
  color: #642; 
}

