/* css for leeds map pages */

/*** START: Access Keys ***/
.hide_tab
{       
        background-color: #cecece;
	position: absolute;
	left: -40000px;
	overflow:hidden;
	width: 165px;
	width: 0;
}

.hide_tab:active, .hide_tab:focus 
{
    text-decoration: none;
    text-align: center; 
    font-weight: bold;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    width:300px;
    z-index:1000;
    font-size:medium; 
}

#access_keys 
{
	float: left;
}

#access_keys ul, #access_keys li 
{
    margin: 0;
    padding: 0;
    list-style:none;       
}
/*** END: Access Keys *****/

body
        {
         width: 100%;
         margin-left: auto;
         margin-right: auto;
         margin-top: -5px;
         background-color: #ffffff;
        }

#header
        {
         height: 40px;
         background-color: #bbb;
         border-bottom: 1px solid #014a6f;
         padding-left: 15px;
        }
        
#banner
        {
         background-color: #73afcb;
         border-bottom: 1px solid #014a6f;
        } 
        
#crest
        {
         position: absolute;
         top: 45px;
         right: 50px;
        }

.headerImage
        {
         border-style: none;
         vertical-align: middle;
        }
        
h1
        {
         font-family: verdana, arial, helvetica, sans;
         color: #014a6f;
         font-size: small;
         font-weight: bold;
         margin-bottom: 0;
        }
         
/*.......................................................................................leeds.gov Nav....*/
       

#headerLink
        {
         font-family: verdana, arial, helvetica, sans;
         font-size: 10pt;
         color: #fff;
         font-weight: bold;
         position: absolute;
         top: 10px;
         right: 50px;
        }  


#headerLink a:active
        {
         text-decoration: none; color: #fff;
        }

#headerLink a:visited
        {
         text-decoration: none; color: #fff;
        }

#headerLink a:link
        {
         text-decoration: none; color: #fff;
        }

#headerLink a:hover
        {
         text-decoration: underline; color: #fff;
        } 


/*.......................................................................................Top Nav......*/
       

#topNav
        {
         background-color: #e4eff5;
         font-family: verdana, arial, helvetica, sans;
         font-size: x-small;
         font-weight: bold;
         color: #014a6f;
         border-bottom: 1px solid #014a6f;
         padding: 5px 50px 5px 50px;
        }   
        
#topNav a:active
        {
         text-decoration: none; color: #014a6f;
        }

#topNav a:visited
        {
         text-decoration: none; color: #014a6f;
        }

#topNav a:link
        {
         text-decoration: none; color: #014a6f;
        }

#topNav a:hover
        {
         text-decoration: underline; color: #014a6f;
         /*background-color: #e4c895;*/
        }
 

/*.......................................................................................Content Style....*/ 


#content
        {
         background-color: #fff;
         font-family: verdana, arial, helvetica, sans;
         color: #014a6f;
         font-size: small;
         padding-top: 5px;
         padding-bottom: 5px;
         margin-left: 50px;
         margin-right: 50px;
        }    


/*.......................................................................................Content Nav.....*/


#contentNav
        {
         background-color: #fff;
         font-family: verdana, arial, helvetica, sans;
         font-size: small;
         font-weight: bold;
        } 

#contentNavDetail
        {
         padding: 5px 0 5px 20px;
         border-bottom: 20px solid #fff;
         background-color: #e4eff5;
        }
        
#contentNav a:active
        {
         text-decoration: none; color: #014a6f;
        }

#contentNav a:visited
        {
         text-decoration: none; color: #014a6f;
        }

#contentNav a:link
        {
         text-decoration: none; color: #014a6f;
        }

#contentNav a:hover
        {
         text-decoration: underline; color: #014a6f;
        }


/*.......................................................................................pdf style....*/
   

.pdfImage
        {
         border-style: none;
         vertical-align: middle;
        }

/*........................................................................................footer....*/


#footer
        {
         background-color: #bbb;
         font-family: verdana, arial, helvetica, sans;
         font-size: small;
         /*font-weight: bold;*/
         color: #014a6f;
         border-top: 1px solid #014a6f;
         border-bottom: 1px solid #014a6f;
         padding: 5px 0 5px 50px;
        }
       
#footer a:active
        {
         text-decoration: none; color: #014a6f;
        }

#footer a:visited
        {
         text-decoration: none; color: #014a6f;
        }

#footer a:link
        {
         text-decoration: none; color: #014a6f;
        }

#footer a:hover
        {
         text-decoration: underline; color: #014a6f;
         /*background-color: #e4c895;*/
        }
        
        
/* jm 27.11.07 */
