
/* Outer */
#outer
{
}
/* Header */
#header
{
        height: 96px;
        background-image: url(../img/header_bg.jpg);
        background-position: left bottom;
        padding-left: 40px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
}
#header h1 a
{
        color: #fff;
        text-decoration: none;
        font-size: 1.5em;
}
#header h1
{
        font-size: 1.3em;
        vertical-align: top;
        text-indent: 15px;
        font-weight: normal;
}
#header h2
{
        position: relative;
        top: -0.3em;
        color: #CCCCCC;
        font-weight: normal;
        font-size: 1.1em;
        text-indent: 15px;
}
#menu_shadow {
        background-image: url(../img/menu_shadow_bg.jpg);
        height: 14px;
}
#top_menu {
        background-image: url(../img/top_menu_repeat.jpg);
        background-repeat: repeat-x;
        background-position: top;
        text-align: center;
        vertical-align: top;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 130px;
        color: #FFFFFF;
}
#top_menu li {
        display: inline;
        padding: 0px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
}
#top_menu li a {
        text-decoration: none;
        color: #FFFFFF;
}
#top_menu li a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
#top_menu ul {
        list-style-type: none;
}

.serviceTable {
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  background-color: #fafafa;
  border: 1px #6699CC solid;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-top: 0px;
}

.serviceHeader {
  border-bottom: 1px solid #6699CC;
  background-color: #BEC8D1;
  text-align: center;
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  color: #404040;
}

.serviceBody {
  border: 1px #6699CC solid;
}

.listTable {
  background-color: #999999
}

.listTableHeader {
  font-weight: bold; 
  FONT-SIZE: 10px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-align: center; 
  color: #FFFFFF
}

.listTableField {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  background-color: #FFF8DC
}


