.text_FrontEditableHeader, .geoMap_Canvas, .GeoMapLocationListDiv {
	float: right !important;
	margin: 0 !important;	
	width: 675px !important;
}

.text_FrontEditableFooter {
  width: 250px !important;
  margin: 0 !important;
  float: left;
}


.printable-menu a {
    outline: none;/* get rid of dotted borders in FireFox */
    text-indent: -5000px ;/* this move the text outside of the screen area */
    display:block;
    width:284px;
    height:38px;
    background: url("http://insightdesign.com/casey/freddys/ffcwebimages/printable_menu_btn.jpg") 0 0 no-repeat;
    }
.printable-menu a:hover {
    background-position: -568px 0;
    }
.printable-menu a:active {
    background-position: -284px 0;
    }
.printable-menu a:press {
    background-position: 0px 0;
    }
