/*
  CSS for Melbbourne Testing Services Website
  Author: David Wilkie (dwilkie@gmail.com)
  todo:
  */

body
{
  background-color: #f3f0f0;
  font-family: Arial, Helvetica, sans-serif;
}


div.content
{
  margin-top: 3em;
  margin-left: 6em;
}

h1
{
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #663300;
}

h2
{
  font-size: 2em;
  font-weight: bold;
  color: #663300;
}

/* successful submission */
p.success
{
  font-weight: bold;
  border: 2px solid green;
}

/* errors in submission */
div.errors
{
  font-weight:bold;
  border: 2px solid red;
}

/* successful submission */
form.feedback p
{
  margin-top: 1em;
}

/* feedback criteria text e.g. 1. friendliness of staff */
form.feedback p.feedback_criteria
{
  font-style: italic;
  font-weight: bold;
}

/* label text for customer details form elements e.g. contact name */
form.feedback label.text
{
  width: 7.5em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  font-weight: bold;
  font-style: italic;
}

/* feedback rating labels for radio buttons e.g. n/a */
form.feedback label.button
{
  font-style: normal;
  font-weight: normal;
}

/* ensures a gap between form inputs */
form.feedback input
{
  margin-bottom: .5em;
}

/* style for main fieldset */
form.feedback fieldset.main
{
  margin-top: 2em;
  border: 5px solid #663300;
  padding: 1em;
}

/* style for legend on form */
form.feedback fieldset.main legend
{
  font-weight: bold;
  color: #000;
  background: #008cc6;
  border: 1px solid #663300;
  padding: .5em .5em;
}

/* navigation bar */
div.navex ul
{
  list-style-type: none;
  padding: 0em;
  margin: 0em;
  margin-top: 7.5em;
  position: absolute;
  /* following line needed to make internet explorer work */
  left: 0.5em;
}

div.navex ul li
{
  background: #e1e1e1;
  margin: 5px 0px;
  padding: 0px;
  border-right: 10px solid #008cc6;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  text-align: center;
  color: #663300;
}

div.navex ul li a
{
  text-decoration: none;
}

div.navex ul li a:link
{
  color: #663300;
}

div.navex ul li a:visited
{
  color: #663300;
}

/* footer */
div.footer
{
  margin-left: 6em;
  text-align: center;
  font-size: 0.8em;
  clear: both;
}

/* needed to remove underline from css and html validation images in ie6 */
div.footer a.validate
{
  text-decoration: none;
}

div.thumbnail
{
  float: left;
  width: 200px;
  height: 300px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 1em;
  text-align: center;
}

div.thumbnail img
{
  border: none;
}

div.logos
{
  padding-bottom: 2em;
}

div.logos img.mts_logo
{
  float: left;
  border: none;
  height: 125px;
}

div.logos img.nata_logo
{
  border: none;
  float: right;
  height: 125px;
}

/*Style for image of lab */
#factory_front
{
  float: left;
  margin-right: 1em;
}

/*Style for Google Map integeration */
#map_canvas
{
  float: left;
  width: 400px;
  height: 400px;
}


