body {
  position:relative;
}

.wrapper {
  position:relative;
}

.top_image {
  margin:0 0 20px 20px;
}

.top_image img {
  border:1px solid #868686;
}

.main {
  padding-bottom:20px;
}

.content .text {
  float:right;
  width:520px;
  display:inline; /* IE6 */
  margin-right:20px;
}

.content .text h1,
.content .text h2 {
  font-size:1.8em;
}

.content .text h1 {
  margin-top:0;
}

.content .text h2 {
  margin-top:30px;
}


.content .col_1,
.content .col_2 {
  width:250px;
  display:inline; /* IE6 Hack */
}

.content .col_1 {
  float:left;
}
.content .col_2 {
  float:right;
}

.content .images {
  float:right;
  width:150px;
  display:inline; /* IE6 */
  margin-right:25px;
}

.content .images img {
  margin-bottom:20px;
}

.content .navigation {
  float:left;
  width:200px;
  display:inline; /* IE6 */
  margin-left:25px;
}

.content .navigation h2 {
color:#007dc5
}

.content .navigation ul {
  list-style:none;
  margin:0;
  padding:0;
}

.content .navigation li {
  margin:0 0 15px 0;
  padding:0;
}

.content .navigation a {
  font-size:1.2em;
  text-decoration:none;
  color:#868686;
}

.content .navigation a:hover,
.content .navigation li.current_page_item a {
  color:#1a82c5;
}

/* Popups */

#shaded_ground {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:2000;
}

#popup {
  text-align:left;
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:520px;
  width:914px;
  background:#fff;
  z-index:3000;
}

#popup .map_wrapper {
  padding:12px 12px 0 12px;
  background:#fff;
  z-index:4000;
}

#popup p {
  margin-top:18px;
  margin-left:1px;
  font-size:1.3em
}

#popup #close_popup {
  position:absolute;
  top:473px;
  left:830px
}
