body, table
{
  font-family: Arial, Verdana;
  font-size: 12px;
  color: #555;
}

body
{
  background-image: url(/App_Themes/Default/Images/page_background.png);
  background-repeat: repeat-x;
}

li
{
  margin-left:23px;
}

.Carousel
{
  cursor: pointer;
  padding-bottom: 2px;
  width: 18px;
  height: 14px;
  font-weight: bold;
  color: #2050A0;
  font-size: 12px;
  background-color: Transparent;
  border: solid 1px Transparent;
}

.CarouselHover
{
  cursor: pointer;
  padding-bottom: 2px;
  width: 18px;
  height: 14px;
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
  background-color: #2560a5;
  border: solid 1px Transparent;
}

.CarouselSelected
{
  cursor: pointer;
  padding-bottom: 2px;
  width: 18px;
  height: 14px;
  font-weight: bold;
  color: #2560a5;
  font-size: 12px;
  background-color: #EEEEEE;
  border: solid 1px #2560a5;
}
.ProductsAndServicesHeader {
    border-bottom: 1px solid #DDDDDD;
    color: #0070C0;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 4px 5px;
}
.ProductsAndServicesLinks {
    background-image: none;
    border-bottom: 1px solid #CCCCCC;
    color: #555555;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 10px 2px 25px;
}
.ProductsAndServicesLinksHover {
    background-image: url("/App_Themes/Default/Images/lnav_bg-o.gif");
    border-bottom: 1px solid #CCCCCC;
    color: White;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 10px 2px 25px;
}

.IndustriesLinks
{
  color: #555;
  font-size: 11px;
  cursor: pointer;
  padding: 4px 2px 10px 23px;
  background-image: url(/App_Themes/Default/Images/arrow_right-grey.png);
  background-repeat: no-repeat;
}

.IndustriesLinksHover
{
  color: #333388;
  font-size: 10px;
  cursor: pointer;
  padding: 4px 2px 10px 23px;
  background-image: url(/App_Themes/Default/Images/arrow_right-blue.png);
  background-repeat: no-repeat;
}

.ContentPageMenuLinks
{
  cursor: pointer;
  font-size: 11px;
  padding: 3px 2px 7px 23px;
  background-image: url(/App_Themes/Default/Images/arrow_right-grey.png);
  background-repeat: no-repeat;
}

.SiteMapMenu
{
  margin-top: -3px;
  background-color: #F5F5F5;
  border: solid 1px #23649A;
  padding: 0px;
  z-index: 999;
}

.SiteMapMenuItem
{
  color: #555555;
  font-size: 10px;
  text-align: left;
  padding: 3px 12px 3px 12px;
}

.SiteMapMenuItem:hover
{
  color: White;
  background-color: #047ED2;
  color: #FFFFFF;
}

.ContentPageTitle
{
  font-family: Arial, Verdana;
  font-size: 32px;
  font-weight: bold;
  color: #0070C0;
}

.SmallContentPageTitle
{
  font-family: Arial, Verdana;
  font-size: 23px;
  font-weight: bold;
  color: #0070C0;
}

h1
{
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 0;
}

h2
{
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

h4
{
  font-size: 15px;
  font-weight: bold;
}

h5
{
  font-size: 12px;
  font-weight: bold;
}

textarea
{
  font-family: Verdana, Arial;
}

a:link
{
  color: #0060B0;
  text-decoration: none;
}

a:visited
{
  color: #0060B0;
  text-decoration: none;
}

a:active
{
  color: #555555;
}

a:hover
{
  color: #DD7711;
}

ul
{
  margin-left: 15px;
  padding-left: 0px;
}
