.home #content{
  margin: 0;
  width: 100%;
}

#homepageSplash{
  position: relative;
  width: 960px;
  height: 308px;
}

#homepageSplash #goPrev{
  position: absolute;
  top:130px;
  left:-30px;
  width: 30px;
  height: 30px;
  background: url("../img/larrow.png") no-repeat;
}

#homepageSplash #goNext{
  position: absolute;
  top:130px;
  right:-30px;
  width: 30px;
  height: 30px;
  background: url("../img/rarrow.png") no-repeat;
  cursor: pointer;
}

#homepageSplash #splash{
  width: 960px;
  height: 308px; 
  overflow: hidden;
}

#homepageButtons{
  position: absolute;
  z-index: 99999;
  bottom:30px;
  left:100px;
}

#homepageButtons .servePubOptions{
  width: 250px;
  left:52px;  
  bottom:48px;
}

#homepageButtons .serveProOptions{
  width: 300px;
  left:370px;
  bottom:48px;
}

#homepageButtons .multipleOptions{
  position: absolute;
  display: none;
  border:1px solid #fff;
  border-bottom:0;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  background: #EEEEEE;
  z-index: 999;
}

#homepageButtons .multipleOptions ul{
  padding: 0;
  margin: 0;
}

#homepageButtons .multipleOptions li{
  list-style:none;
  padding: 5px;
  margin: 0;
  border-bottom:1px solid #999;
}

#homepageButtons .multipleOptions li:last-child{
  border:0;
}

#homepageButtons .multipleOptions li a{
  color: #1982d1;
  font-size: 14px;
  font-weight: bold;
  line-height: inherit;
  font-style: normal;
  display: inline;
  float:none;
  font-family: arial;
  padding: 0;
  margin: 0;
}

#homepageButtons a{
  text-decoration: none;
}

.allowScroll{
  overflow:scroll;
  overflow-x:hidden;
  overflow-y:scroll;
  height: 200px;
}

.allowScroll ul{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


/* Main menu overrride */

#access ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 35px;
  left: 0;
  width: 188px;
  z-index: 99999;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  background: #eee;
}

#access ul ul ul{
  left: 100%;
  top: 0;
}

#access ul ul a {
  background: none !important;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  height: auto;
  line-height: 1.4em;
  padding: 10px 10px;
  width: 168px;
  text-shadow: none;
}

/*
#access ul ul.sub-menu{
  width: 500px;
}*/

#access ul ul li:last-child a{
  border:0;
}

.home #main{
  background: url("../img/homePageTopBg.jpg") 50% 0 no-repeat #eee;
}
