body {
    font-family:Tahoma, Geneva, sans-serif;
}
	#header {
                background-color: #00007E;
                height:110px;
		}
	
        div#header a img{
                margin: 20px;
        }
               
         /* controls where index agency words sit*/
        html body span.bWords p{
                /*margin: 0px 0px 0px 75px; test remove */
        }
/*Adjusts the distance of the buttons from page top */
.menubar1{ margin-top: 48px;
}
.menubar1 > a{ 
    background-color: #00007E; /*text boxes*/
    color:#FFFFFF; /*text*/
}
.menubar1 > a:hover{
    background: #E1C76B;
    color:#FFF; 
}

div.dropmenus {
    background:#00007E;
}

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

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


     /*keeps agents picture in a straight line- home page*/
        div.agency{
            /*display: inline-block; removed to allow for flexbox added to style*/
            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: #E1C76B;

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

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



