﻿/* */
HR { margin: 0px;}
/*Layout*/
 .leftCol {width: 325px; vertical-align:top; border: solid 1px blue;}     
 .rightCol { vertical-align:top; border: solid 1px blue;}
#msg {position:absolute; display:block; padding:15px; 
     left :100px; top:25px; border: solid 1px blue;
      background: white; width: 200px; color:#466186;}
.msg1stLine { font-style:italic; font-weight: bold;}
.msg2ndLine {font-style:italic;}
.msg3rdLine {font-style:italic;}     
 
 /*Map Canves*/
 #map_canvas_container
 {
     padding:0px; margin:0px; 
     background-color:#000000;
     height: 450px; 
     width: 650px
 }
 #map_canvas
 {
     padding:auto; margin:auto; 
     display:block;
     position:relative;
     background-color:#000000;
     height: 425px; 
     width: 550px
 }
 
/*Search Result for the zip code*/
 .searchResult
 { 
     text-align: left;
     vertical-align: top;
      background-color: #e0f6f8;
      color: #193556;
      height: 500px;
      font-size: 0.9em;
      padding: 10px 5px 10px 5px;
      /*height: 562px;*/
    
      
  }
 /*Paging Footer*/
 dl#paging dt { display:none; }
dl#paging dd {  padding:0; margin:0; }
a.xmenu, a.xmenu:visited, a.xmenuSelected, a.xmenuSelected:visited
{
  display:block; 
  width:1.5em; 
  height:1.5em; 
  text-decoration:none; 
  text-align:center; 
  color:#aaa; 
  float:left;
  vertical-align: middle;
  padding: 5px 0 0 0 ;
  }
a.xmenu:hover, a.xmenuSelected:hover
{ text-decoration:underline;}

a.xmenuSelected { border: solid 1px red;}
 
 /* Image Map*/
#divOhMap
{   display: block;
    width: 600px;
    height: 642px;
    background: url( '../images/imgMap/locations_ohio_map.jpg' );
    position: relative;
    margin: 0 auto 0 auto;
}
#divOhMap a {color:#000; font-family:arial, sans-serif; font-size:0.8em; 
                font-weight :normal;}
a#gmhHosp, a#limaHosp, a#mercer, a#GreenvHosp, a#SpfMiami,
a#ColOhio, a#Newark, a#Barnes, a#Logan, a#Main, a#Wilmi, a#Washin,
a#Nelson, a#Indiana
{   position: absolute;
    display: block;
    width: 0px;
    height: 0;
    padding: 14px;
    overflow: hidden;
    position: absolute;
    background: transparent url(  '../images/imgMap/circle.jpg' ) no-repeat 0 0;
    /*border: solid 2px red;*/
}
a#Indiana
{background: transparent url(  '../images/imgMap/circle_lightblue.jpg' ) no-repeat 0 0;}


* html a#gmhHosp, * html a#limaHosp,* html  a#mercer,* html  a#GreenvHosp,* html  a#SpfMiami,
* html a#ColOhio,* html a#Newark, * html a#Barnes, * html a#Logan,
* html a#Main,* html a#Wilmi,* html a#Washin,a#Nelson, a#Indiana
{height:250px; height:0;}

a#gmhHosp:hover, a#limaHosp:hover, a#mercer:hover, a#GreenvHosp:hover, a#SpfMiami:hover, a#ColOhio:hover,  a#Newark:hover, a#Barnes:hover, a#Logan:hover,
a#Main:hover, a#Wilmi:hover, a#Washin:hover, a#Nelson:hover
{background: transparent url(  '../images/imgMap/circle_large.jpg' ) no-repeat 0 0; overflow: hidden;}

a#Indiana:hover
{background: transparent url(  '../images/imgMap/circle_large_lightblue.jpg' ) no-repeat 0 0; overflow: hidden;}


a#limaHosp  {   left: 125px;  top: 175px; }
a#mercer    {   left: 60px;   top: 211px; }
a#GreenvHosp{   left: 59px;   top: 282px; }
a#SpfMiami  {   left: 167px;  top: 315px; }
a#gmhHosp   {   left: 139px;  top: 365px; }
a#ColOhio   {   left: 281px;  top: 328px; }
a#Newark    {   left: 322px;  top: 312px; }
a#Barnes    {   left: 490px;  top: 345px; }
a#Logan     {   left: 329px;  top: 417px; }
a#Main      {   left: 102px;  top: 463px; }
a#Wilmi     {   left: 142px;  top: 438px; }
a#Washin    {   left: 188px;  top: 414px; }
a#Nelson    {   left: 356px;  top: 441px; }
a#Indiana   {   left: 12px;   top: 606px; }

