﻿#HomeSplash {
  background-image: url(/Images/HomePage/Splash_BG.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  height: 382px;
  padding: 0 0 0 40px;
  width: 732px;
}

#HomeSplash h1 {
  background-color: Transparent;
  color: #3C3D3E;
  font-size: 14pt;
  font-weight: normal;
  line-height: 19pt;
  margin: 0;
  padding: 20px 0 0 0;
}

#HomeSplash h4 {
  background-color: Transparent;
  color: #999;
  font-size: 9pt;
  font-weight: normal;
  line-height: 14pt;
  margin: 0 0 20px 0;
  padding: 0;
}

#HomeSplash h4 b { 
  background-color: Transparent;
  color: #3C3D3E;
}

#HomeSplash ul { float: left; list-style-type: none;  margin: 0; padding: 0; }
#HomeSplash ul li { margin-bottom: 5px; }
#HomeSplash ul li a { 
  background-image: url(/Images/HomePage/HomePage_Item_BG.jpg); 
  background-position: left top; 
  background-repeat: no-repeat;
  color: #51545A;
  display: block;
  height: 54px;
  text-decoration: none;
  width: 294px; 
}

#HomeSplash ul li a:focus, #HomeSplash ul li a:hover {
  background-position: left bottom; 
}

#HomeSplash ul li a b { font-size: 12pt; }
#HomeSplash ul li a span { display: block; padding-top: 7px; }
#HomeSplash ul li a img { border: solid 1px #fff; float: left; margin: 7px 10px 0 5px; }

#HomeSplash #Images { float: left; padding-left: 20px; }