@import url("twocol.css");

#home .splash {
	width: 910px;
	height: 310px;
	margin: 10px 0 10px 20px;
	color: #fff;
	background-image: url(../images/splash/bg_home.gif);
	position: relative;	
}

#home .panel .left {
	float: left;
	width: 460px;
	margin-left: 10px;
	margin-right: 30px;
}

#home .panel .right {
	float: left;
	width: 380px;
	height: 100%;
}

#home .splash h1 {
	display: none;
}

#home .splash h2 {
	font-size: 25px;
	line-height: 2.4em;
	display: inline;
}

#home .splash h3 {
	margin: 20px 30px 0 20px;
	font-size: 35px;
	line-height: 2em;
	display: inline;
}

#home .splash span.subhead {
	font-size: 13px;
	text-indent: 30px;
}

#home .splash span {
	font-size: 14px;
	line-height: .6em;
	display: block;
}

#home .splash .more {
	color: #c8bc79;
}

/* slider */
.splash .navigation {
	display: block;
	height: 20px;
	width: 100%;
}


.splash .navigation ul {
	padding: 8px 0 0 0;
	text-align: center;
	margin-left: 50%;
}

.splash .navigation li {
	float: left;
	list-style: none;
	width: 15px;
}

.splash .navigation li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/splash/graydot.png) no-repeat;		
}

.splash .navigation li a.selected {
	background: url(../images/splash/blackdot.png) no-repeat;		
}

#home .splash .scroll {
  height: 310px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  width: 100%;
}

#home .splash .scrollContainer div.panel {
  padding: 0px 10px 0 10px;
  height: 270px;
  width: 880px;
}

#home .splash .scrollButtons {
  position: absolute;
  top: 0px;
  cursor: pointer;
  height: 310px;
  background-image: url(../images/splash/bg_home.gif);
  width: 20px;
  text-align: center;
}

#home .splash .scrollButtons img {
	position: relative;
	top: 150px;
}

#home .splash .scrollButtons.left {
  left: -20px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;	
  -moz-border-radius-bottomleft: 8px;
}

#home .splash .scrollButtons.right {
  right: -20px;
   -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
}