/* The Heavy Hitters */


body {
  margin: -4px 0px 0px 0px;
  padding: 0;
  font-family: verdana, arial, sans-serif;
  font-size: 80%;
}

a {
  text-decoration:  none;
  border: none;
  color: #d80428;
}
a:hover {
  text-decoration:  underline; 
  border: none;
  color: #d80428;
}
 
td {
  vertical-align: top;
}

/* The Specifics */

#header td {
}

#news {
  padding-top: 20px;
  width: 200px;
  vertical-align: top;
}

#content {
  padding-top: 20px;
  padding-left: 10px;
  vertical-align: top;
}

#content .modifydate {
  font-size: 9px;
}

#content .contentheading, .componentheading {
  font-size: 150%;
  font-weight: bold;
}

#content .componentheading_news, .componentheading_blog, .contentheading_branches {
  font-size: 150%;
  font-weight: bold;
}

#content .contentheading_news, .contentheading_blog {
  font-size: 120%;
  font-weight: bold;
} 

#content .blog_corp div {
  border-top: 1px solid black;
} 

#content .componentheading_corp {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
} 

#content .contentheading_corp {
  font-size: 100%;
  font-weight: bold;
} 

#content .contentpaneopen_corp span {
  font-size: 80%;
  font-weight: bold;
} 

#content .contentpaneopen_branches td {
  padding-right: 10px;
  white-space: nowrap;
}

#footer {
  font-size: 10px;
  text-align: right;
  background-color: #ffffff;
  color: black;
}

#footer a {
  color: #f4cb2d;
}

/* Content Classes */

.createdate {
  font-size: 80%;
  font-style: italic;
}

.moduletable_search{
  margin-bottom: 10px;
  text-align: right;
}

.moduletable_right {
  margin-top: 20px;
  font-size: 10px;
}

.moduletable_blog {
  margin: 30px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.moduletable_blog a:hover {
  color: red;
}

#topmenu {
  color: white;
  font-size: 110%;
  white-space: nowrap;
}

#topmenu a {
  text-decoration:  none;
  color: white;
  font-size: 100%;
}

#topmenu a:hover {
  text-decoration:  none; 
  color: #f4cb2d;
}

#topmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topmenu li {
  background-color: #d80428;
  display: inline;
  position: relative;
  width: 12em;
  padding: 5px;
  border-right: 1px solid white;
  white-space: normal;
}

#topmenu li ul {
  display: none;
  position: absolute; 
  top: 26px;
  _top: 27px;
  left: 0;
  background-color: #d80428;
}

#topmenu li:hover ul, #topmenu li.over ul { 
  display: block; 
}

#topmenu li ul li { 
  display: block; 
  border-top: 1px solid white;
}

#emailForm {
  margin-left: 20px;
  margin-top: -50px;
}

#emailForm .inputbox {
  margin-bottom: 5px;
  border-top: 1px solid black;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid black;
}