/****************************************************************************************************
CSS Document
****************************************************************************************************/

body{
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    background:#43B1CC;
    }
    
/****************************************************************************************************
Header Tags
****************************************************************************************************/    
    
h1,h2,h3,h4,h5,h6{
    margin:0px;
    padding:0px;
    }
    
h1{
    color:#129A74;
    font-size:18px;
    font-weight:normal;
    padding-bottom:10px;
    }
    
a{ outline:none;}    

/****************************************************************************************************
Container Header Tags
****************************************************************************************************/
    
#container_header{
    width:958px;
    margin:auto;
    background:#fff;
    border-top:1px solid #129A74;
    border-left:1px solid #129A74;
    border-right:1px solid #129A74;
    vertical-align:bottom;
    }    
    
#container_header_l{
    width:110px;
    height:140px;
    float:left;
    padding:3px 0px 0px 0px;
    background:#ffffff url(../images/bg_logo.jpg);
    vertical-align:bottom;
    border:0px solid #FF0000;
    }
    
*html #container_header_l {
    padding:4px 0 0 0;
}    
    
#container_header_r_main{
    width:828px;
    float:right;
    }    
    
#container_header_m{
    width:618px;
    float:left;
    padding:75px 0px 0px 10px;
    color:#129A74;
    font-size:23px;
    }    

#container_header_r{
    width:180px;
    float:right;
    padding:5px 10px 0px 10px;
    color:#129A74;
    line-height:20px;
    }
    
.borders1 {
    border-top:1px solid #67C3AC;
    border-bottom:1px solid #67C3AC;
    padding:4px 0px 4px 0px;
    margin:0px 0px 5px 0px;
    }
    
.borders1 a{
color:#07b1e2;
text-decoration:none;
    }
    
.borders1 a:hover{
color:#129a74;
text-decoration:underline;
    }    

.search_box{
    height:18px;
    border:1px solid #67C3AC;
    width:118px;
    vertical-align:middle;
    }
    
#top_menu{
    width:828px;
    background:#129A74;
    border-top:1px solid #129A74;
    margin:10px 0px 0px 0px;
    }

#top_menu ul{ 
    margin:0px; 
    padding:0px;
    }
    
#top_menu ul li{
    float:left;
    display:inline;
    margin:0px;
    padding:0px;
    list-style-type:none;
    }
    
#top_menu ul li a{
    text-decoration:none;
    display:block;
    padding:7px 12px 7px 12px;
    color:#fff;
    background:#129A74;
    font-weight:bold;
    }

#top_menu ul li a:hover{
    color:#fff;
    background:#7fd2c2;        
}    
    
#container_body{
    width:958px;
    height:auto;
    margin:auto;
    background:#fff;
    border-top:1px solid #129A74;
    border-left:1px solid #129A74;
    border-right:1px solid #129A74;
    }
    
#container_body_l{
    width:751px;
    float:left;
    padding:0px;
    border-right:1px solid #67C3AC;
    }
    
#container_body_r{
    width:206px;
    float:right;
    padding:0px; 
    color:#129978;
    }    

*html #container_body_r{
    width:204px;
    }
    
.banner_images{
    background:#92d6c7;
    border-bottom:1px solid #67C3AC;
    text-align:center;
    padding:6px 0px 6px 0px;
    }
.patientuk{
    background:url(../images/lz-patientuk.jpg) no-repeat;
    text-align:left;
    padding:45px 16px 34px 10px;
    font-style:italic;
    font-size:11px;
    margin-left:3px;
    height:61px;
    }
    
.banner_images img{ margin-bottom:6px; }    

#navigation_section{
    width:200px;
    float:left;
    }
    
#content_section{
    width:521px;
    float:left;
    padding:10px 15px 10px 15px;
    }    

#menu{
    width:190px;
    padding-left:10px;
    }            
    
#menu ul{
    margin:0px;
    padding:0px;
    }
    
#menu ul li{
    margin:0px;
    padding:0px;
    list-style-type:none;
    border-bottom:1px solid #129978;
    }
    
#menu .head{    
    color:#07b1e2;
    padding:10px 0px 12px 0px;
    font-size:14px;
    font-weight:bold;
    }
    
#menu ul li a{
    background:#fff;
    color:#129978;
    text-decoration:none;
    display:block;
    padding:3px 0px 3px 17px;
    font-weight:bold;
    }
    
#menu ul li a:hover{
    color:#000;
    text-decoration:none;
    }    

.bluetext {
    color:#07b1e2;
    font-size:14px;
    }
    
.bluetext a{
    color:#07b1e2;
    font-size:14px;
    text-decoration:none;
    }
    
.pad1 { padding:10px 0px 0px 10px;}    

.homepage_section{
    padding:0px;
    margin:0px;
    }
    
.homepage_section li{
    list-style:none;
    margin-bottom:15px;
    height:83px;    
    }    
    
.homepage_section .bgcolor1{
    background:#e5f6ed;
    }    
    
.homepage_section li img{
    float:left;
    margin:0px 10px 0px 0px;
    }    
    
#container_footer{
    width:948px;
    margin:auto;
    background:#fff;
    border-top:1px solid #129A74;
    border-left:1px solid #129A74;
    border-right:1px solid #129A74;
    padding:6px 0px 6px 10px;
    font-size:11px;
    }        
    
#container_footer a{
    color:#129978;
    text-decoration:none;
    }
    
#container_footer a:hover{
    color:#000;
    text-decoration:none;
    }    

#breadcrums{
width:520px;
color:#000000;
border-bottom:1px solid #dde1c8;
padding:5px 0px 5px 0px;
}

#breadcrums a{
color:#07b1e2;
text-decoration:none;
}

#breadcrums a:hover{
color:#000;
text-decoration:none;
}

/*-------------------------------------------+
|                                            |
|                MAP STYLES                  |
|                                            |
+-------------------------------------------*/
#pic{
    width: 475px;
    height: 408px;
    position: relative;
    background: url(../images/map-overview.jpg) no-repeat;
}
#pic ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#pic ul li{
    display: inline;
}
#pic a {
    position: absolute;
    width: 20px;
    height: 20px;
    color: #000;
    text-decoration: none;
    border: 1px solid transparent;
}
#pic a .outer {
    display: block;
    width: 18px;
    height: 18px;
}
#pic a .inner{
    display: block;
    width: 16px;
    height: 16px;
}
#pic a:hover{
    border-color: #d4d82d;
}
#pic:hover a .outer, #pic a:hover .outer{
    border: 1px solid #fff;
    cursor:pointer;
}
#pic:hover a .inner, #pic a:hover .inner{
    border: 1px solid #f00;
    cursor:pointer;
}
#pic .michael-hepworth a{
    top: 360px;
    left: 77px;
}
#pic .whitworth a{
    top: 50px;
    left: 187px;
}
#pic .dr-price-surgery a{
    top: 55px;
    left: 410px;
}
#pic .dr-price-surgery-2 a{
    top: 175px;
    left: 33px;
}
#pic .badger-hill a{
    top: 70px;
    left: 392px;
}
#pic .uni-health a{
    top: 174px;
    left: 238px;
}
#pic a .note{
    position: absolute;
    bottom: -3em;
    padding: 0.2em 0.5em;
    background-color:#ffc;
    text-align: center;
    left: -30000px;
    margin-left: -5em;
    z-index:50;
}
#pic a:hover .note{
    left: 50px;
}

.lmor{
color:#07b1e2;
text-decoration:none;
    }
    
.lmor a{
color:#07b1e2;
text-decoration:none;
    }
    
.lmor a:hover{
color:#129a74;
text-decoration:underline;
    }
    
#searchForm{
padding:0px;
margin:0px 0px 0px 0px;
}

*+html #searchForm
{
margin-bottom:9px;
}

.style1 {
    color: #129a74;
    font-weight: bold;
}


.custFeedback {
    font-size: 12px;
    width:164px;
    border:#666 1px solid;
    background:url(../images/feedback.gif) no-repeat;
    background-position:2px 2px;
    font-family:Arial, Helvetica, sans-serif;
    padding:8px;
    margin-left:12px;
}

.custFeedback span {
    padding-left:34px;
    padding-top:4px;
    padding-bottom:10px;
    display:block;
    border-bottom:#07b1e2 1px solid;
    font-size:14px;
    color:#07b1e2;
    font-family:Arial, Helvetica, sans-serif;
}

.custFeedback p  {
    padding:4px 2px;
}

.custFeedback p a {
    color:#F00;
    text-decoration:none;
    text-transform:uppercase;
    
}

.custFeedback p a:hover {
    color:#F00;
    text-decoration:underline;
    
}