body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/********** STRUCTURE VARIABLES **********/
/********** Responsive Styles **********/
/********** Unresponsive Styles **********/
.rowConfig {
  width: 980px !important;
  margin: 0 !important;
}
/********** THEME VARIABLES **********/
/********** Colour Styles **********/
/********** General Styles **********/
.headerSpacer {
  margin-left: 5px;
  padding-left: 5px;
  border-left: #000000 solid 1px;
}
.pieHTC {
  position: relative;
  behavior: url('/site/project/templates/js/PIE.htc');
}
/********** Font Styles **********/
.roboto {
  font-family: 'Roboto', 'Verdana', 'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
}
/********** Image Styles **********/
.imageLeft {
  margin: 15px 20px 15px 0;
  float: left;
  clear: right;
}
.imageRight {
  margin: 15px 0 15px 20px;
  float: right;
  clear: left;
}
.imageCentre {
  margin: 15px auto;
  display: block;
  text-align: center;
  float: none;
  clear: none;
}
.moduleImage {
  max-width: 100%;
  margin: 15px auto;
  display: block;
  text-align: center;
  float: none;
  clear: none;
}
/********** Navigation Styles **********/
.navigationItem {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: inherit;
  text-transform: uppercase;
  font-weight: 600;
}
.navigationDropdownItem {
  line-height: 26px;
  text-transform: none;
}
/********** Table Styles **********/
/* Table <table> Properties */
.responsiveTable {
  width: 100%;
  padding: 0;
  display: block;
}
/* Table Head <thead> Properties */
.responsiveThead {
  display: block;
}
/* Table Head Row <thead tr> Properties */
.responsiveTheadRow {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* Table Body <tbody> Properties */
.responsiveTbody {
  display: block;
}
/* Table Row <tr> Properties */
.responsiveTr {
  display: block;
}
/* Table Cell Header <th> Properties */
.responsiveTh {
  width: 100%;
  display: block;
  float: left;
  clear: left;
}
/* Table Cell <td> Properties */
.responsiveTd {
  width: 100% !important;
  position: relative;
  border: none;
  display: block;
  float: left;
  clear: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Table Cell <td> Properties (:before) */
.responsiveTdBefore {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 5px;
  left: 5px;
  width: 100% !important;
  white-space: nowrap;
}
/********** Form Styles **********/
.formLabel {
  width: 20%;
}
.formMargin {
  margin-left: 20%;
}
.formInput {
  width: 80%;
  padding: 5px 1%;
}
/********** MODULE VARIABLES **********/
.tabHeading {
  margin-top: 15px;
  padding: 5px 15px;
  background: #ffffff;
  font-weight: bold;
  display: inline-block;
}
.tabHeadingBorder {
  border-top: #ffffff solid 2px;
}
.moduleHeading {
  padding: 10px !important;
  background: #6b6b6b;
  color: #ffffff !important;
  font-weight: bold;
  display: block;
  clear: both;
}
.moduleButtonLarge {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  float: none;
  padding: 10px;
  font-weight: bold;
}
/********** NAVIGATION STYLES **********/
#navigationContainer {
  position: relative;
  z-index: 100;
  background: #c8c8c8;
}
#navigationSkin {
  background: #f1f1f1;
  padding: 0 1%;
  width: 98%;
  border-top: #3e3e3e solid 4px;
}
#navigation {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 100;
}
#navigation li {
  position: relative;
  list-style: none;
}
#navigation a {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: inherit;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
#navigation a:link,
#navigation a:visited {
  color: #3e3e3e;
}
#navigation a:hover,
#navigation a:active {
  color: #ed1b24;
}
#navigation li:hover > a,
#navigation li.active_drop > a {
  color: #ed1b24;
}
#navigation ul a {
  letter-spacing: 0;
  text-transform: none;
}
/********** Desktop Navigation (.navigation) Styles **********/
.navigation {
  text-align: justify;
}
.navigation:after {
  width: 100%;
  content: '';
  display: inline-block;
}
.navigation li {
  display: inline-block;
}
.navigation a {
  padding: 15px 0;
}
/***** Desktop Drop Down Menu Styles *****/
.navigation ul {
  width: 300px;
  position: absolute;
  top: 50px;
  /* #navigation li line-height plus #navigation a padding  */
  left: -999999px;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-top: 1px solid transparent;
  z-index: 200;
}
.navigation ul li {
  height: auto;
  padding: 0;
  border: none;
  text-align: center;
  display: block;
  white-space: normal;
}
.navigation ul a {
  padding: 10px 20px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: inherit;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
  text-transform: none;
}
.navigation ul .has_children > a {
  background: url('../grfx/iconArrowBlue.png') no-repeat 97% 50%;
}
.navigation ul ul {
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid transparent;
}
.navigation li:hover ul ul {
  position: absolute;
  top: 0;
  left: -999999px;
  margin-top: -10px;
  padding-top: 10px;
}
.navigation li:hover ul {
  position: absolute;
  left: 50%;
  margin-left: -150px;
}
.navigation ul li:hover ul {
  position: absolute;
  left: 100%;
  margin-left: -1px;
}
.ui-accordion .ui-accordion-header .ui-icon {
  left: 1%;
}
