/* Front page stuff */
  /* actually, it's usually in layout.css */


/* Maps */

.map_wrapper {
    width: 652px; 
    height: 522px; 
    border: 2px solid #C3E6FE; 
    background-color:#C3E6FE; 
    margin-right: 20px;
}

.map_wrapper form {
  margin: 0px;
}

.map_select {
  background-color: #C3E6FE; 
  font-style: italic;
  margin: 0px;
}

.map_option_instruction {
  background-color: #C3E6FE; 
  font-style: italic;
}
.map_option_selected {
  background-color: #DFD; 
  font-weight: bold;
}
.map_option {
  background-color: #FFF; 
  font-weight: normal;
}

.map_container {
  margin-right: 10px; 
  width: 651px; 
  height: 500px;
}

.app_page_image { 
  width: 230px;
  margin: 0px 0px 10px 6px;
  clear: right;
  float: right;
}

.app_page_image > p { 
  font-style: italic;
  font-size: 0.9em;
}


