#contentLeft{
 width: 54em; /* 540 px */
 height: auto;
 float: left;
 margin: 1em 0em 0em 0em; /* 10px 0 0 0  */
}

#contentLeftTop{
 height: 2em; /* 20px */
 background-image: url(../images/content/contentLeftTop.jpg);
}

#contentCentre{
 background-color: #333333;
 color: white;
 padding: 0em 1em 0em 1em; /* 0 10px 0 10px */
 margin-bottom: -0.1em; /* 1px */
}  

#contentMain{
 background-color: #242424;
 padding: 3.3em 3.3em 1em 3.3em; /* 33px 33px 10px 33px */
}


#contentMain ul{
 margin-left: 30px;
 padding: 0;
}

#contentLeftBottom{
 height: 2em; /* 20px */
 background-image: url(../images/content/contentLeftBottom.jpg);
}

#contentRight{
 width: 17.5em; /* 175px */
 float: left;
 margin: 1em 0em 0em 2em; /* 10px 0 0 5px */
}


#subNav{
 width: 17.5em; /* 175px */
 background-image: url(../images/content/contentNavBack.jpg);
}

#subNavTop{
 background-image: url(../images/content/contentNavTop.jpg);
 background-repeat: no-repeat;
 width: 17.5em; /* 175px */
 height: 1.1em; /* 11px */
 position: relative;
 z-index: 2;
}

#subNav ul{
 padding:0;
 margin: -1.1em auto 0 auto; /* 11px auto 0 auto */
 width: 14.9em; /* 149px */ 
 
}

#subNav li{
 list-style: none;
}

#subNav ul li a{
 height: 3.1em; /* 31px */
 display: block;
 color: white;
 line-height: 3.1em; /* 31px */
 margin: 0em 0em 0.3em 0em; /* 0 0 3px 0 */
 text-align: center;
 text-decoration: none;
 border-top: 1px solid #262626;
 position: relative;
 z-index: 1;
}

#subNav ul li a:hover{
 text-decoration: underline;
}

#subNavBottom{
 background-image: url(../images/content/contentNavBottom.jpg);
 background-repeat: no-repeat;
 width: 17.5em; /* 175px */
 height: 1.1em; /* 11px */
 margin: -1em 0 1em 0; /* 10px 0 10px 0*/
}

/* CSS Styles for web forms */

div#container {
  margin: 0 auto;
  width: 820px;
  padding: 32px 0;
}

div.fieldContainer {
  clear: both;
  margin-bottom: 1.6em;
  overflow: hidden;
}

div.separatorBefore {
  height: 2.4em;
  border-bottom: 1px #A5ACB2 solid;
  margin-bottom: 1.2em;
  clear: both;
}
div.separatorAfter {
  height: 2.4em;
  border-top: 1px #A5ACB2 solid;
  margin-top: 1.2em;
  clear: both;
}

div.fieldLabel {
  font-size: 1em;
  min-height: 2px;
}

div.fieldLabel span {
  color: #C10000;
}

div.field {
  float: left;
}

div.field input.tField {
  width: 300px;
}

div.field input.rButton, input.cBox {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
div.field input.cBox {
  top: 1px;
}

div.field textarea {
  width: 300px;
  font: 1em Verdana, Arial;
}

div.field div {
  height: 2.2em;
}

div.subButtonDiv {
  margin-top: 2em;
}

div.field span.error {
  color: red;
  padding-left: 0.6em;
}

div.error {
  color: red;
  clear: both;
  margin: 6px 0 12px 0;
  padding: 12px;
  background-color: #E2E2E2;
  height: auto !important;
}

div.error strong {
  font: bold 1em "courier new", courier;
  /*
  padding-top: 0.3em;
  display: block;
  */
  color: #C10000;
  letter-spacing: 2px;
}

div#formSent {
  display: none;
  font-size: 1em;
}

#theForm_18_subButton{
 
}