/* Cascading Style Sheet */

body {
  margin-left: 10%;
  margin-right: 10%;
  padding: 0;
  border-style: solid;
  border-width: 1px;
}

#headerleft {
  float: left;
  width: 17%;
  height: 150px
}

#headerright {
  background-image:url(http://www.infoservemedia.com/design/resources/backgrounds/photos/7wo7362k3s.jpg);
  background-attachment:fixed;
  text-align: center;
  float: right;
  height: 150px;
  width: 83%;
}
#menu {
  clear: both;
}

#content {
  clear: both;
  background: #fff;
  width: 100%;
}

#map {
  clear: both;
  background: #fff;
  width: 100%;
  height: 350px;
}

#footer {
  clear: both;
  width: 100%;
  height: 20px;
  background: #fff;
}

#logo {
  clear: both;
  width: 100%;
  height: 100px;
  background: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}

p {
  color:black;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  margin-left: 20px;
  margin-bottom: 0;
  }

.menu {
  font: bold 105% arial;
  font-size: 16px;
  padding: 3px 0.7em;
  margin: 0;
  background-color: #CC6600;
  text-align: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 0;
  padding-top: .5em;
}

.menu li{
  list-style: none;
  display: inline;
}

.menu li a{
  padding: 0 0.7em;
  text-decoration: none;
  color: black;
  background-color: #CC6600;
  border: 2px solid #CC6600;
 }

.menu li a:hover{
  color: black;
  background-color: #fff;
  border-style: outset;
}

a.link {
  color: #cc6600;
  font-weight: bold;
}

a.headerlink:link {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a.headerlink:visited {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-size: 200%;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-weight: bold;
  height: .5em;
  width: 100%;
  }

h2 {
  font-size: 150%;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-weight: bold;
  height: 0.5em;
  width: 100%;
}

h3 {
  font-size: 28px;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  margin-left: 20px;
  margin-top: 0;
  padding-top: 28px;
}

h4 {
  font-size: 20px;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-weight: bold;
  margin-left: 20px;
}

img.main {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  margin-top: 28px;
  margin-left: 20px;
  margin-right: 15px;
  float: right;
  width: 300px;
  height:250px;
}

iframe.main {
  border-style: solid;
  border-width: 1px;
  width: 350px;
  height: 300px;
  border: 0;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  float: right;
  background: #fff;
}

img.topheader {
  float: left;
  width: 100%;
  height: 150px;
  border: 0;
}

img.topheader2 {
  float: left;
  width: 100%;
  height: 150px;
}

img.logo {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

p.footer {
  text-align:center;
  font-size: 12px;
  margin: 0;
}