* {
  margin: 0;
  padding: 0;
}
body {
  background: #374536 url(images/img02.gif) ;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #666666;
}
h1, h2, h3 {
  color: #ffffff;
}
h1 {
  font-size: 1.75em;
  font-weight: bold;
}
h2 {
  font-size: 1.25em;
  text-align: center;
}
h3 {
  font-size: 1em;
  font-weight: bold;
}
p, blockquote, ul, ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  line-height: 2em;
  color: #ffffff;
}
a {
  font-weight: bold;
  color: #ddeeff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #ccccff;
}
img {
  border:  none;
}
img.left {
  margin: 0 1em 0 0;
  float: left;
}
img.right {
  margin: 0 0 0 1em;
  float: left;
}
.centeredImage {
	text-align:center;
  margin-top:2em;
  margin-bottom:2em;
  padding:0px;
}
.bluebackground {
  background: #556688;
  color: #000000;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  border: solid;
  text-align: center;
}
.greenbackground {
  text-align: center;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  background: #84aa84;
  border: solid;
}
.whitebackground {
  background: #ffffff;
  color: #000000;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  border: solid;
  text-align: left;
}
#wrapper {
}
#logo {
  background: transparent url(images/img05.jpg) repeat-x scroll 0% 50%;
  width: 92px;
  height: 116px;
  float: left;
}
#header {
  padding: 2em ;
  margin-right: 92px;
}
#header h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.75em;
}
#menu {
  margin: 0 auto;
  background: transparent url(images/img03.gif) repeat-x scroll 0% 50%;
  width: 55em;
  height: 2.5em;
}
#menu ul {
  margin: 0;
  padding: 0;
  background: transparent url(images/img04.gif) no-repeat scroll right top;
  height: 2.5em;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: normal;
}
#menu li {
  display: inline;
}
#menu a {
  padding: 1em 1.5em 0;
  background: transparent url(images/img04.gif) no-repeat scroll 0% 50%;
  display: block;
  float: left;
  height: 1.75em;
  text-decoration: none;
  font-size: 85%;
  color: #ddeeff;
}
#submenu {
  margin: 0 auto;
  background: transparent url(images/img03.gif) repeat-x scroll 0% 50%;
  width: 55em;
  height: 1.5em;
}
#submenu ul {
  margin: 0em 2.5em 0;
  padding: 0;
  background: transparent url(images/img04.gif) no-repeat scroll right top;
  height: 1.5em;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: normal;
}
#submenu li {
  display: inline;
}
#submenu a {
  padding: 0.25em 1em 0;
  background: transparent url(images/img04.gif) no-repeat scroll 0% 50%;
  display: block;
  float: left;
  height: 1.25em;
  text-decoration: none;
  font-size: 75%;
  color: #ddeeff;
}
#page {
  margin: 0 auto;
  width: 80em;
}
#leftsidebar {
  padding: 3em 0.5em 0.5em 0;
  float: left;
}
#leftsidebar ul{
  margin-left: 1em;
  margin-top: -1em;
}
#leftsidebar li{
	font-size: 0.75em;
}
#rightsidebar {
  padding: 5em 0 5em 1.25em;
  float: right;
  width: 11em;
}
#rightsidebar a {
  font-size: 0.825em;
  color: #cccccc;
}
#rightsidebar a:hover {
  font-size: 0.825em;
}
#rightsidebar h2 {
  padding: 1em 0;
  background: transparent url(images/img06.gif) repeat-x scroll left bottom;
  margin-bottom: 1.25em;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 1.125em;
  font-style: italic;
}
#centre {
  color: #000000;
  background: #84aa84 none repeat scroll 0%;
  float: right;
  width: 55em;
  min-height: 35em;
}
#centre h1{
  text-align: center;
  margin: 2em 1em 0.25em 1em;
}
#centre h2{
  color: #000000;
  margin: 1em 1em 1em 1em;
}
#centre p, blockquote, ul, ol {
  margin-left: 2em;
  line-height: 1.25em;
  margin-bottom: 1em;
  color: #000000;
  margin-right: 2em;
}
#centre a {
  color: #111188;
  text-decoration: none;
}
#centre a:hover {
  text-decoration: underline;
}
table {
  text-align: center;
}
#table_border2 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  border: 2px solid;
}
#table_border2 td {
  border-bottom: 2px solid;
  border-left: 2px solid;
}
#table_border2 th {
  border-bottom: 2px solid;
}

#table_border {
  text-align: center;
}
#table_border table {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  border: 1px solid;
}
#table_border th{
  text-align: center;
  border: 1px double;
  padding:0.5em 0.5em 0.5em 0.25em;
}
#table_border td{
  text-align: center;
  border: 1px solid;
  padding:0.25em 0.25em 0.25em 0.25em;
}
table#table_wide {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
table#table_medium {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
table#table_narrow {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
th {
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
}
td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}
#footer {
  margin: auto;
  padding: 1.5em;
  background: transparent url(images/img06.gif) repeat-x scroll 0px 1px;
  clear: both;
  width: 70em;
  text-align: center;
  font-size: 0.85em;
}
#footer p {
  margin: 0;
  line-height: normal;
}
#footer a {
  color: #cccccc;
}
.gmapStyle1 {background-color:#ffffff;border:2px #006699 solid;text-align: center;margin:1px
}
#map1 {
	margin: 1em 1em 1em 1em;
}
#map2 {
	margin: 1em 1em 1em 1em;
}
#map3 {
	margin: 1em 1em 1em 1em;
}
#route {
	margin: 1em 1em 1em 1em;
}
