﻿body
{
    background-color: #ccebfc;
    margin: 15px 0px 0px;
    font-family: 'Arial Narrow' , Arial;
}

p
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.Heading
{
    width: 100%;
    height: 117px;
    margin: 0px;
    background-image: url(./images/background.png);
    background-repeat: repeat-x;
}

.Heading a img
{
    display: block;
    float: left;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    vertical-align: middle;
}

.Heading ul
{
    list-style-type: none;
    list-style-position:inside;
}

.Heading ul li
{
    float: left;
    vertical-align: top;
    font-weight: bold;
    font-size: 26px;
    color: #004fa3;
    font-style: italic;
    font-family: 'Times New Roman' , Arial;
    background-position: left center;
    background-image: url(./images/menubullet.png);
    margin: 0px 0px 0px 30px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-left: 40px;
    height: 70px;
}

.SubHeading
{
    width:800px;
}

a
{
    text-decoration: none;
    color: #004fa3;
}

a:hover
{
    text-decoration:underline;
    color: #ef3e33;
}

.required
{
    color: #ef3e33;
    font-weight: bolder;
    font-style: italic;
}

h2
{
    font-weight: bold;
    font-size: 36px;
    color: #004fa3;
    font-style: italic;
    font-family: 'Times New Roman' , Arial;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
}

.emph
{
    color: #ef3e33;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman' , Arial;
}

.LeftColumn .contactdetails
{
    color: #ef3e33;
    font-weight: bolder;
}

.LeftColumn ul
{
    color: #ef3e33;
    list-style: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2em;
    font-size: 20px;
    font-style: italic;
}

/*---*/

fieldset {
  margin-bottom: 10px;
  border:none;
}
legend {
  padding: 0 2px;
  font-weight: bold;
}
fieldset ul
{
    margin: 0;
    padding: 0;
    border-top: blue 2px solid;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

fieldset li.enquiry {
  list-style: none;
  padding: 5px;
  margin: 0;
  border-top: blue 2px solid;
  border-bottom: blue 2px solid;
  height:100px; 
}

fieldset ul li label 
{
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
}

fieldset ul li label sup
{
  padding-left:5px;
}

fieldset ul li input
{
    position:absolute;
    left:350px;
    width:300px;
}

fieldset ul li textarea
{
    position:absolute;
    left:350px;
    width:300px;
    height:95px;
}

#buttons 
{
    position:absolute;
    left: 675px;
    top:520px;
}

#buttons ul
{
    border:none;
}

#buttons ul li input
{
    left:0px;
    position:absolute;
    width:75px;
    
}

#legend
{
    position:absolute;
    left:675px;
    top:215px;
    width:150px;
}

