﻿/* BODY  */
body
{
 text-align: center;
 font-family: Helvetica Neue, Serif;
}

.tab-table h2 {
  margin: 0.1em 0px;
}

.tab-table h3 {
  margin: 0.1em 0px;
}

#contact-us1 p,
#contact-us2 p,
#contact-us3 p {
  margin: 0.1em 0px;
}

#contact-us1 td ,
#contact-us2 td ,
#contact-us3 td {
  width: 220px;
  vertical-align: baseline;
  text-align: left;
}


#contact-us1 td p,
#contact-us2 td p,
#contact-us3 td p{
  padding: 0 10px;
}

#contact-us1,
#contact-us2,
#contact-us3 {
  width: 100%;
  background-color: #FFF;
}

#contact-us-h1 {
  color: #bb0011;
}

#contact-us-h2 {
  padding: 5px 0;
  text-align:center;
  color: #FFF;
  background-color: #bb0011;
}

#contact-us-h3 {
  padding: 5px 0;
  text-align:center;
  color: #FFF;
  background-color: #ee5500;
}

#contact-us-h4 {
  padding: 5px 0;
  text-align:center;
  color: #FFF;
  background-color: #227700;
}

div.masterFooter a { color: #111; font-family: Arial,Sans-Serif; font-size: 10px; font-weight: normal; }
div.masterFooter a:link     { color: #111; font-family: Arial,Sans-Serif; font-size: 10px; font-weight: normal; }
div.masterFooter a:visited  { color: #111; font-family: Arial,Sans-Serif; font-size: 10px; font-weight: normal; }
div.masterFooter a:hover    { color: #111; font-family: Arial,Sans-Serif; font-size: 10px; font-weight: bold; }
div.masterFooter a:active   { color: #111; font-family: Arial,Sans-Serif; font-size: 10px; font-weight: normal; }

.compulsory {
  padding-top: 1px;
  list-style-type:none;
  padding-left: 20px;
  background: transparent url(/images/checked.png) no-repeat top left;
  /*background-position:top;*/
}

.optional {
  padding-top: 1px;
  list-style-type:none;
  padding-left: 20px;
  background: transparent url(/images/uncheck.png) no-repeat top left;
  /*background-position:top;*/
}

.optional-inner {
  font-size: smaller;
}

div.innerContent {
 filter:alpha(opacity=90);
 opacity:0.9;
 -moz-opacity:0.9;
}
