﻿#slider {
  width: 820px;
  margin: 0 auto;
  position: relative;
  float:left;
}

.scroll {
  height: 350px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
	top: 0px;
	left: 0px;
	width: 790px;
}

.scrollContainer div.panel 
{
  color: White;
  padding: 20px;
  height: 310px;
  width: 770px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

.nav
{
 width:auto;
 height:24px;
}

.nav ul li 
{
	background-color: #284156;
}
 
.nav ul li
{
  float: left;
  display: block;
  border-left: solid 1px #549AC9;
}
.nav ul li a {
  
}
 
.nav ul li a 
{
  height: 24px;
  padding: 0px 5px 0px 5px;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
}
.nav ul li a:hover,
.nav ul li a.selected {
  background-color: #549AC9;
  color: #012F55;
  height:24px;
}

.pageServices
{
	height: 325px;
}
.pageStaff
{
	height: 425px;
}
