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

div.dropmenus {
    background:#000000;
}

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

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


     /*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: #3C6C9C;

/*#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;
}



