﻿* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	font-size:100.01%;
}

body {
	text-align: center;
	min-height: 101%;
	font: 100.01%/130% "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #016369;
	background: #fff url(../media/images/background.png) repeat-x;
}

body * {
	text-align:left;
  margin:0;
}


/* General Link Specification */

a, a:link {
	text-decoration:none;
	color:#0097a0;
	background-color: transparent;
}

a:visited {
	text-decoration:none;
	color:#0097a0;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	text-decoration:none;
	color:#9ecbce;
	background-color: transparent;
}


br.clearer {
	clear:both;
}

/* we have to use that because of shitty Microsoft */
div.clearer {
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}


#container {
	width:770px;
	margin:0 auto;
  background-color:#fff;
}

/* The Header  */

#header {
  margin:0;
  padding:0;
  height:180px;
  background: #fff url(../media/images/header.png) no-repeat;
}

#header h1 {
  padding:80px 0px 0px 50px;
  color:#0097a0;
}

#header h2 {
  padding:15px 0px 0px 50px;
  color:#87BEC2;
}

/* The Navigation */
#navigation {
	float:left;
	width:767px;
	margin:0px 0 0 30px;
  border-bottom: 1px solid #9ecbce;
  background-color:#fff;
}

#navigation ul {
  list-style-type:none;
	margin:0;
	padding:7px 0;
}

#navigation ul li {
	display:inline;
  text-align:left;
  margin:0;
  padding:0;
  color:#dbdc6b;
  font-weight:bold;
}

#navigation a:link, #navigation a:visited {
  padding:9px 23px;
  color:#0097a0;
  text-decoration:none;
}

#navigation a:hover {
  color:#fff;
  background-color:#0097a0;
  text-decoration:none;
}

#navigation #active {
  color:#fff;
  background-color:#9ecbce;
  text-decoration:none;
}


/* The Content */

#content {
  float:left;
	width: 690px;
  background-color:#fff;
  margin:0 0 0 52px;
  padding:0;
}

.mainContent {
  float:left;
  padding:0;
  margin: 0;
  font-size:0.9em;
  line-height:1.5em;
}


.mainContent h3 {
  margin:15px 0 0 0;
  padding:0;
}

.mainContentImage {
  float:left;
  width:320px;
  padding:15px 0;
}

.mainContentImage img {
  border:0;
  padding-bottom:15px;
}

.mainContentText {
  float:left;
  padding:10px 0;
}

.mainContentText p {
  padding:5px 0;
}

.mainContentText ul {
  list-style-type:square;
  padding-left:20px;
  line-height:1.5em;
}

/* The Footer */

#footer {
  float:left;
	width: 710px;
  border-top: 1px solid #9ecbce;
  margin:10px 0 50px 30px;
  font-size:0.8em;
}

#footer p {
  margin:5px 0px 15px 20px;
}

#map {
  width:650px;
  height:450px;
  border: 1px solid #9ecbce;
}


@media (max-width: 600px) {


  body {
    background:none;
  	margin:0px 10px;
  }

  #container {
	  width:100%;
	  max-width:100%;
  }

  #header {
	  width:100%;
	  max-width:100%;
    height:auto;
  	margin:10px 0px;
    background:none;
  }

  #header h1 {
    padding:10px 0px;
  }

  #header h2 {
    padding:0px;
  }

  #navigation {
	  width:100%;
	  max-width:100%;
  	margin:0px;
  }


  #navigation ul li {
    display: block;
    margin:15px 0px;
  }

  #content {
	  width:100%;
	  max-width:100%;
  	margin:0px;
  }

  #footer {
	  width:100%;
	  max-width:100%;
  	margin:0px;
  }

  #footer p {
  	margin:10px 0px;
  }

}

