body {
    font-family:Tahoma, Geneva, sans-serif;
}
	#header {
                background-color: #FFFFFF;
                height:170px;
                flex-flow: row nowrap;
		}
	
        div#header a img{
               
                
        }
               
         /* controls where index agency words sit*/
        html body span.bWords p{
                margin: 0px 0px 0px 75px;
        }

        /* specfically for AlderKing */
        div#header div#headermenusystem{
       margin-top:188px;
        
        }
        /*Removes homepage button */
        
        body div#header div#headermenusystem  div.menubarHome {order: 0; display:none;}
        
/*Adjusts the distance of the buttons from page top */
.menubar1{ margin-top: -60px;


}
.menubar1 > a{ 
    background-color: #247361; /*text boxes*/
    color:#FFFFFF; /*text*/
}
.menubar1 > a:hover{
    background: #247361;
    color:#FFFFFF; 
}

div.dropmenus {
    background:#FFFFFF;
}

div.dropmenus > a {
    background:#247361;
    color:#FFFFFF;
}

div.dropmenus > a:hover {
    background: #FFFFFF;
    color: #FFFFFF;
}


     /*keeps agents picture in a straight line- home page*/
        div.agency{
            display: inline-block;
        }
/*        css for agents logos etc*/
        html body div.agency img{
            margin: 40px 25px 25px 75px;
           
        }
        span.aWords h3{
            /* positions agents about words*/
            margin-top:90px;
        }
   /* Search table colours */
.myTable tbody tr:nth-child(odd) {
      background-color: #edf3e4;

/*#F3F9DD drop down boxes on search page (towns and with/without parking). */

#signupform div input,select {
        color: ;
	background: #edf3e4;
}
.toggle input,select {
        color: ;
	background: #edf3e4;
}



