@import "global-style.css";

body {
  background: #b2bb1c url("/images/green/contact-bg.png") repeat-y;
}

#wrapper {
  background: url("/images/green/contact-wrapper-bg.png") no-repeat 960px 365px; 
}

#mainContent {
  background: url("/images/green/contact-content-bg.png") no-repeat right 390px; 
}

#mainContent h2 {
  margin-top: 85px; 
  margin-left: 50px;
  margin-bottom: 35px;
}

#contactContent {
  margin-left: 165px;
  color: #ffffff;
}

#contactContent h3 {
  font-size: 2.0em;
  color: #B2BB1C;
}

#contactContent a {
  color: #ffffff;
  border-color: #ffffff;
}

#contactContent p {
  color: #ffffff;  
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 15px;
}

#contactContent br {
  line-height: 0; 
}

.contactColumn {
  width: 200px;
  float: left;
}

.mapLink {
  cursor: pointer;
}

#mapWrapper {
  display: none; 
}

#mapWrapper.open {
  display: block;
  position: absolute;
  top: 0px;
  left: 160px;
  background-color: transparent;
  width: 800px;
  height: 100%;
}
