body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { 	border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {	list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/* SHARED STYLES */

body { 
  font-size: 14px;
  color: #D2D2D2;
  line-height: 19px;
  font-family: verdana;
  background-image: url(/images/background_body.gif);
}

#wrapper {
  margin: 10px auto;
  width: 900px;
}

#header {
  position: relative;
  background-color: #fff;
  height: 150px;
}

#header h1 {
  height: 114px;
  width: 307px;
  background: #fff url(/images/logo.gif) no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}

#header h1 span, #header h2 {
  display: none;
}

#main {
  background-color: #595959;
  padding-right: 40px;
  border-top: 1px solid #595959;
}

#menu {
  float: left;
  width: 175px;
  font-size: 12px;
  margin-top: 25px;
}

#menu li a {
  color: #fa5d39;
  display: block;
  text-decoration: none;
  padding: 5px 0 5px 35px;
  margin-bottom: 4px;
  font-weight: bold;
}

#menu li a:hover {
  background: url(/images/background_menu_link.gif) no-repeat;
  color: #404040;
}

#content {
  margin: 10px 0 15px 190px;
}

#content h1 {
  color: #FA5D39;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 10px 0;
}

#content h2 {
  color: #F58565;
  margin: 5px 0 10px 0;
  font-weight: bold;
}

#content p {
  margin-bottom: 10px;
  text-align: justify;
}

#content a {
  color: #F58565;
}

#content a:hover {
  color: #FA5D39;
}

#content strong {
  font-style: italic;
  color: #FA5D39;
  font-size: 1.1em;
}

#content address {
  margin-bottom: 15px;
}

.spacer {
  margin-top: 10px;
  background: url(/images/background_spacer.gif) no-repeat top right;
  padding: 15px 15px 0 15px;
}
.rightImage { float: right; margin: 0 0 10px 20px;}
.centreImage { text-align: center; margin: 20px 0;}

#content .rightImage p, #content .centreImage p {
  color: #f15b3f;
  font-style: italic;
  font-size: 1.1em;
  padding-top: 5px;
  text-align: center;
}

#footer {
  clear: both;
  text-align: right;
  font-size: 0.8em;
  padding: 15px 3px 3px 0;
}

#footer p span a {
  color: #D2D2D2;
}

#contact_details {
  float: right;
  width: 48%;
  padding-left: 10px;
}

#contact_details h2 {
  margin: 8px 0 5px 0;
}

#contact_details dt {
  font-weight: bold;
  display: block;
  float: left;
  width: 50px;
}

form .formRow {
  padding: 3px 0;
}

form .formRow label {
  display: block;
  float: left;
  width: 100px;
  font-size: 12px;
  text-align: right;
  margin-right: 20px;
}

form .formRow input {
  border: 1px solid #A4A4A4;
  background-color: #4D4D4D;
  width: 180px;
  color: #D2D2D2;
  padding-left: 2px;
}

form .formRow textarea {
  border: 1px solid #A4A4A4;
  background-color: #4D4D4D;
  width: 180px;
  height: 100px;
  color: #D2D2D2;
}


form .submitRow input {
  margin: 8px 0 0 203px;
}

#map {
  height: 300px;
  width: 300px;
  margin: 35px 0 10px 0;
  float: right;
  border: 1px solid #A4A4A4;
}

.info dl dt {
  font-weight: bold;
  margin: 10px 0;
  color: #F58565;
}

.info dl dd ul {
  list-style-type: disc;
  margin-left: 30px;
}

.info dl dd li {
  padding: 2px 0;
}

#frontPageFlash {
  border: 1px solid red;
  height: 415px;
  width: 640px;
}