html,body{
background:#ccc;
color:#000;  
font-family:calibri,sans-serif;
}
h1{
  font-size:180%;
  text-align:center;
  color:#000;
}
#bd{
  background:#fff;
  border:5px solid #fff;
  color:#000;
}
body.js #map{
	height:400px;
	width: 100%;
}
body.js #results{
  height:0px;
  overflow:hidden;
}
.yui-carousel-element li {
    width:300px;
    height:350px;
}
.yui-carousel-element li p{
    text-align:left;
    padding:.5em;
}

#map h2{
  font-size:1em;
  margin:0;
  padding:0;
}
#map table p{
  clear:both;
}
.yui-g form{
  margin:0 0 .3em 0;
  background:#369;
  color:#fff;
  padding:.2em;
  font-size:150%;
}
#locations{
  height:300px;
  overflow:auto;
  margin:0;
}
#locations li{
  list-style:none;
  padding:.2em 0;
}
#locations a{
  color:#000;
  text-decoration:none;
}

#ft{
  margin-top:2em;
  color:#999;
}
#ft a{color:#666;}

#map table,#map th, #map td{border:none;padding:0;}
#map table div td{padding:2px;}
