/* Start map*/
#mapContainer {
	 padding:5px;
	 width:160px;
	 height:250px;
}

#mapImage {
	 border:1px solid #CCCCCC;
	 padding:0;
}
#map ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#map ul li{	
	color:#004590;
	font-family: Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin-top:5px;
}
#map ul li a{	
	color:#004590;
	text-decoration:none;
}
#map ul li a:hover {	
	color:#660045909933;
	text-decoration:underline;
}
#map ul ul li{	
	color:#333333;
	font-family: Ariel, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-top:3px;
}

/* info window */
#simple_example_window{
   width: 200px;
}
#simple_example_window_contents{
   background-color: #FFF;
}
#custom_info_window_red_beak{
   width: 28px;
   height: 38px;
   background: url('../infoBox/red_beak.png') top left no-repeat transparent;
}
* html #simple_example_window_beak{
   /* Alpha transparencies hack for IE */
   background-image:none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../infoBox/red_beak.png', sizingMethod='crop');
}
#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
   background-color: #F00;
   height: 2px;
   width: 2px;
}


/* custom red info window */
#custom_info_window_red {
  width: 180px;
}
#custom_info_window_red_contents{
  background-color: #FFF;
}
#custom_info_window_red_tl{
  width: 16px;
  height: 16px;
  background: url('../infoBox/red_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../infoBox/red_tl.png', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('../infoBox/red_t.png') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 16px;
  height: 16px;
  background: url('../infoBox/red_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../infoBox/red_tr.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 3px;
  background: url('../infoBox/red_l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 3px;
  background: url('../infoBox/red_r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 16px;
  height: 16px;
  background: url('../infoBox/red_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../infoBox/red_bl.png', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('../infoBox/red_b.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 16px;
  height: 16px;
  background: url('../infoBox/red_br.png') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../infoBox/red_br.png', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 21px;
  height: 21px;
  background: url('../infoBox/red_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../infoBox/red_close.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 28px;
  height: 38px;
  background: url('../infoBox/red_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../infoBox/red_beak.png', sizingMethod='crop');
}
#custom_info_window_red_contents .section1{
  font-family:Verdana, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color:#004590;
  background-color:#FFF;
  padding:0 5px;
  margin-top:3px;
}
#custom_info_window_red_contents .section2{
  font-family:Arial, sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#333333;
  margin: 0;
  padding: 0 5px;
  background-color: #FFF;
}
#custom_info_window_red_contents .section2 a {
	color:#d5b014;
	text-decoration:none;
}
#custom_info_window_red_contents .section2 a:hover {
	color:#d5b014;
	text-decoration:underline;
}
#custom_info_window_red_contents p{
  margin: 1px 0;
  padding: 3px;
}
#custom_info_window_red_contents .title{
  font-size: 15px;
  text-align:center;
  font-weight: bold;
  color:#FFF;
  background-color:#FFF;
  padding:5px;
  padding:10px 5px 0 5px;
}





