p.contactus_phoneaddress{display: none;}

ul.serv{width: 30%;
float: left;
margin-right: 4px;
padding-left: 16px;}
ul.serv + p {clear: both;}
ul.serv li {font-weight: bold; margin-top: .25em}

#rev {
display: block;
position: absolute;
overflow: hidden;
left: -150px;
top: -333px;
height: 282px;
width: 850px;
}

a:link {color: #2b2e3c;}/*Default Link Colour*/
a:visited {color: #2b2e3c;}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #252733;}/*link's color when you Mouse Over it*/
a:active {color: #5e5e5e;}/*Color when link is clicked*/

.bottomLink { 
color: #000 ! important;/*Footer "Site Created By... Links, needed if you want the footer different*/
			   /*from the normal links*/
}


P, span {    
color: #000000;
font-family: Trebuchet MS, Arial;
font-size: 14px; 
}

li {
font-family: Trebuchet MS, Arial;
color: #000000;
font-size: 14px;
}
.PageTitle {
    font-size: 19px ! important;
    color: #00304f;
    font-family: Trebuchet MS, Arial ! important;
}

.ContactUsToday {
    font-size: 14px ! important;
    color: #00304f;
    font-family: Trebuchet MS, Arial ! important;
}

.SubscribeToNewsletter {
    font-size: 14px ! important;
    color: #00304f;
    font-family: Trebuchet MS, Arial ! important;
}.PageTitle { color: rgb(16,37,63); }

.chromestyle ul li a {                  
    padding-top: 12px;/*HOVER SIZE*/
    padding-bottom: 14px;/*Hover Size, also how far Sub Nav Apears from Menu*/}

/*dropped (sub)menu NH options*/
.dropmenudiv { 
     position: absolute;
     top: 0;
     border: 1px solid #2b2b2b; /*border around drop down menu*/
     border-bottom-width: 1px solid #2b2b2b; /*border below drop down menu*/
     font-weight: normal;
     font-size: 11px; 
     font-family: arial;
     line-height: 18px;
     z-index: 1000;
     background-color: #d9d9de; /*NH SubMenu BKG, Drop down menu's background COLOUR*/
     width: 218px;
     visibility: hidden;
}

/*dropped (sub)menu NH options part 2*/
.dropmenudiv a { 
     width: auto;
     display: block;
     text-indent: 0px;
     padding-left: 5px;
     border-bottom: 1px solid #3a3a3a; /*submenu item separator*/ 
     text-decoration: none;
     color: #232432 ! important;/*Submenu text colour*/
}

* html .dropmenudiv a { 
     width: 100%;
}

.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color: #303241;/*Hover Color or Img*/
     color: #fff ! important;/*Hover Text Colour*/
}