/* css3 here */
.Home h1{text-shadow:2px 2px 3px #CCC}
.LocationDataTree h2,.leftcol h2,.topnav li a:hover,.topnav li a.current{text-shadow:1px 1px 1px #000;}
.LocationSubTree .LocationDataList h3,.PageSubHeading,.HomeOutboundLink{text-shadow:1px 1px 1px #666}
.HomeOutboundLink:hover{text-shadow:1px 1px 1px #FFF}

/* webkit hacks here */
.Home h1{-webkit-text-shadow:2px 2px 3px #CCC}
.leftcol h2,.topnav li a:hover,.topnav li a.current{-webkit-text-shadow:1px 1px 1px #000;}
.PageSubHeading,.HomeOutboundLink{-webkit-text-shadow:1px 1px 1px #666}
.HomeOutboundLink:hover{-webkit-text-shadow:1px 1px 1px #FFF}

/* put mozilla only hacks here(older versions) */
.Home h1{-moz-text-shadow:2px 2px 3px #CCC}
.leftcol h2,.topnav li a:hover,.topnav li a.current{-moz-text-shadow:1px 1px 1px #000;}
.PageSubHeading,.HomeOutboundLink{-moz-text-shadow:1px 1px 1px #666}
.HomeOutboundLink:hover{-webkit-text-shadow:1px 1px 1px #FFF}

/* put only safari and chrome hacks here */
@media all and (-webkit-min-device-pixel-ratio:0){
}

/* other hacks here */
.content p,.content h1,.content h2,.content h3,
.content h4,.content h5,.content h6,.content table
{word-wrap:normal;word-wrap:break-word}

/* minimum height for older versions of browsers */
.ReviewCompanyLogo{height:110px;height:inherit!important}
.ToggleBox .InnerToggleBox .OneRow3Boxes{height:150px;height:inherit!important}
.ContactUs{height:1125px;height:inherit!important}