@charset "UTF-8";
/* CSS Document */
body{
	color:#FFF;
}
a, a:visited{
	color:#aaf5f3;
}

.upcase{
	margin:5px;
	text-transform:uppercase;
	font-size:12px;
}

#container{
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header{
	background:url(../images/header.gif) top left no-repeat;
	height:118px;
}

#container-body{
	background:url(../images/bg_tile.jpg) #BCBEC0;
	height:2500px;
	color:#000000;
}

#lft-col, #cntr-col, #rt-col{
	float:left;
	margin:17px;
}

#lft-col{
	width:18%;
	color:#FFF;
	line-height:18px;
}

#cntr-col{
	width:50%;
	margin:20px;
}

#rt-col{
	float:right;
	width:19%;	
	cursor:pointer;
	text-align:left;
	color:#FFF;
	line-height:18px;
}
#new_header {
	padding-top: 88px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	margin: 0px;
}

#wrapper {
	height: 100px;
	width: 100%;
}

#sub_head {
	color:#FFF;
	line-height:10px;
	font-size:14px;
}
	
#eval{
	text-align:center;
	cursor:pointer;
}

div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}

#header {
  overflow: hidden;
}

#home_banner_container {
  width: 1024px;
  clear: both;
}
.text_banner {
  width: 1024px;
}

#home_banner {
  position: relative;
  height: 40px;
  overflow: hidden;
/*  top: 12px; */
}

#home_banner div.scrollableArea * {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.text_banner {
  top: 0px;
  padding-top: 10px;
  background: none;
  color: white;
}

.scrollEl {
  height: 47px;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}

.scrollEl img {
  width: 20px;
  height: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top:0px;
}

