﻿/* ==================================== */
/*	BASIS HTML							*/
/* ==================================== */
html ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
html body {
  margin: 0;
  padding: 0;
  background: #517493 url(Images/mainBackground.png) repeat-x top;
}
html body #page {
  background: #FFFFFF;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 898px;
  margin-top: 6px;
}
html body #page .c-top-line {
  background: url(Images/top.gif) no-repeat top;
  height: 8px;
}
html body #page .c-header {
  background: url(Images/headerBackGround.gif) no-repeat right 0px;
  height: 147px;
  margin: 0 5px 0 5px;
}
html body #page .c-header .c-logo {
  position: relative;
  top: 25px;
  left: 5px;
  float: left;
}
html body #page .c-header #header-menu {
  margin-left: 50px;
  float: left;
  width: 570px;
}
html body #page .c-header #header-menu ul.c-menu li a {
  background: none;
  color: #333333;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  width: auto;
  text-align: center;
}
html body #page .c-header #header-menu ul.c-menu > li {
  float: left;
  margin-left: 15px;
  margin-top: 6px;
}
html body #page .c-header #header-menu ul.c-menu > li > a {
  display: block;
  height: 22px;
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
html body #page .c-header #header-menu ul.c-menu > li > a.selected {
  color: #FF9914;
}
html body #page .c-header #header-menu ul.c-menu > li > ul.c-submenu {
  z-index: 999;
  margin-top: -5px;
  visibility: hidden;
  position: absolute;
}
html body #page .c-header #header-menu ul.c-menu > li > ul.c-submenu > li {
  text-align: center;
  width: 157px;
}
html body #page .c-header #header-menu ul.c-menu > li > ul.c-submenu > li.c-submenu-header {
  background-image: url('Images/dropDownMenuTop.png');
  height: 22px;
}
html body #page .c-header #header-menu ul.c-menu > li > ul.c-submenu > li.c-submenu-bottom {
  background-image: url('Images/dropDownMenuBottom.png');
  height: 8px;
}
html body #page .c-header #header-menu ul.c-menu > li > ul.c-submenu > li.c-submenu-seperator span {
  height: 1px;
  margin-left: 4px;
  margin-right: 8px;
  display: block;
  background-color: #E6E6E6;
}
html body #page .c-header #header-menu ul.c-menu > li > ul.c-submenu > li > a {
  margin-left: 4px;
  margin-right: 8px;
  background-color: white;
  display: block;
}
html body #page .c-header #header-menu ul.c-menu > li > ul.c-submenu > li > a:hover {
  text-decoration: underline;
}
html body #page .c-header #header-menu ul.c-menu > li > ul.c-submenu > li > a > span {
  display: block;
  width: 145px;
  min-height: 25px;
  padding-top: 5px;
}
html body #page .c-header .c-language-switcher {
  float: right;
  margin: 0px 10px 0 0;
}
html body #page .c-header .c-language-switcher a,
html body #page .c-header .c-language-switcher span.active {
  float: left;
  background-image: url(Images/langButtonBackground.gif);
  width: 25px;
  height: 26px;
  color: #0099CC;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}
html body #page .c-header .c-language-switcher span.active {
  color: #666;
}
html body #page .c-header-image {
  background: url(Images/mainImageBottom.gif) no-repeat left bottom;
  padding-bottom: 7px;
  float: left;
  margin: -59px 0 0 12px;
}
html body #page .c-header-image > a > img {
  width: 670px;
  height: 177px;
}
html body #page .c-searchbox {
  background: url(Images/borderRight.gif) no-repeat;
  float: left;
  margin: -39px 0 0 7px;
  padding: 0 5px;
  width: 203px;
  height: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body #page .c-searchbox .c-search-title {
  font-family: Helvetica;
  color: white;
  font-size: 15px;
  line-height: 19px;
  margin: 45px 0 5px 0;
}
html body #page .c-right-column-line {
  background: #a3a099 url(Images/rightColumnBottom.gif) no-repeat left top;
  height: 4px;
  width: 203px;
  float: left;
  margin: -2px 0 0 7px;
}
html body #page .main-container-inner .c-page-content {
  padding: 0px 15px;
}
html body #page .c-bottom-line {
  width: 898px;
}
html body #page .c-bottom-line div {
  background: url(Images/mainBottomBackgroundWhite.gif) no-repeat -2px top;
  position: relative;
  height: 18px;
}
html body .footer {
  color: #99B1C6;
  padding: 0 0 6px 25px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  width: 898px;
  margin: 0 auto 50px auto;
  height: 20px;
}
html body .footer a {
  color: #99B1C6;
}
html body .clearfix {
  clear: both;
}
/*# sourceMappingURL=Skin.css.map */