/*
*{padding: 0; margin: 0;}
html {overflow-y: scroll;}

*/
body {
  color: #626262;
  font-family: 'Open Sans', sans-serif;
  background-color:#ffffff;
  font-size: 12px !important;
}
.map_infowindow {
	/*font-size: 12px !important;*/
	overflow:hidden !important;
	padding: 0px !important;
	margin: 0px !important;
	color: black !important;
	font-family: arial,sans-serif !important;	
	line-height: normal !important;
}
.mapiframe {width:600px;border:0px;}
.mapheader {width:600px; border:0px; margin-bottom:10px;}
.mapfooter {float:left; width:600px;overflow: visable;}
h2 {
  font-size:20px;
  font-weight:200;
}
a {
  color:#709b39;
}
a:hover {
 text-decoration:underline;
}

input { border: 1px; text-transform: uppercase; color:#000000; height: 13px;background: #c5c8cd;padding:15px;font-family: 'Open Sans' ;font-weight:600;font-size:14px;margin-top:9px;}
input:hover {background: #cccccc;}

input[type="submit"], input[type="button"] { 
    background: white url(submit_back.jpg) no-repeat center left;  
    padding:5px 5px; 
	height:43px;
	width:89px;
	font-size:14px;
	
}
#address {width:280px;}
#tooltip1 { position: relative; }
#tooltip1 a{ display: block;width: 160px; height: 25px;font-size: 14px; margin-left:50px; margin-right:0px;padding-left: 20px;float:left;padding-top: 10px;background: url(arrow-right-down.png);background-position: 94% center;background-repeat: no-repeat;font-weight:400;border-radius: 5px;-moz-border-radius: 5px;-moz-box-shadow: 0px 1px 2px #c6c2c2;-webkit-box-shadow: 0px 1px 2px #c6c2c2;box-shadow: 0px 1px 2px #c6c2c2;background-color:#8ec548;padding-bottom: 5px;margin-bottom:15px;color:#000000;text-decoration:none;}
#tooltip1 a span { display: none; color: #FFFFFF;z-index:10000;  }
#tooltip1 a:hover span { display: block; position: absolute; width: 315px; background: url(popup_tool.png); height: 96px; left: -10px; top: 30px; color: #FFFFFF; padding-top: 45px; padding-left: 30px;padding-left: 30px;padding-right: 30px; overflow:visible;text-align:left;}

#tooltip2 { position: relative; }
#tooltip2 a{ display: block;width: 220px; height: 25px;font-size: 14px; margin-left:50px; margin-right:0px;padding-left: 20px;float:left;padding-top: 10px;background: url(arrow-right-down.png);background-position: 94% center;background-repeat: no-repeat;font-weight:400;border-radius: 5px;-moz-border-radius: 5px;-moz-box-shadow: 0px 1px 2px #c6c2c2;-webkit-box-shadow: 0px 1px 2px #c6c2c2;box-shadow: 0px 1px 2px #c6c2c2;background-color:#8ec548;padding-bottom: 5px;margin-bottom:15px;color:#000000;text-decoration:none;}
#tooltip2 a span { display: none; color: #FFFFFF;}
#tooltip2 a:hover span { display: block; position: absolute; width: 315px; background: url(popup_tool.png); height: 96px; left: 200px; top: 30px; color: #FFFFFF; padding-top: 45px; padding-left: 30px;padding-left: 30px;padding-right: 30px; overflow:visible;text-align:left;}


li{list-style:none}

#topMenu{display:block;}
#topMenu ul{overflow:hidden;background:#eae9e9; padding:0px; margin:0px; margin-bottom:10px;}
#topMenu ul li{float:left}
#topMenu ul li a{display:block;padding:11px 10px;text-decoration:none;color:#000;font-size:1.2em;font-weight:bold;line-height:1}
#topMenu ul li a:hover{background:#9e1b34; color:#fff;}
#topMenu ul a.current{background:#9e1b34; color:#fff;}