body {
    font-family:Tahoma, Geneva, sans-serif;
}
	#header {
                background-color: #66b266;
                
		}
	
        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: #082eff; /*text boxes*/
    color:#000000; /*text*/
}
.menubar1 > a:hover{
    background: #edf3e4;
    color:#FFF; 
}

div.dropmenus {
    background:#66b266;
}

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

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


     /*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: ;
}
.toggle input,select {
        color: ;
	background: ;
}



