/* Print CSS */

body {
color: #000 !important;
background-color:#fff !important;
font-family:arial;
border:0 !important;
}

* {
border:0 !important;
}

.accessibility,
.noprint
 {
display:none !important; 
}

/* remove all width constraints from content area*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
/*div#header,*/
div#header h5 a,div#header h5,
div#phone-number,
div.breadcrumbs,
div#search,
div#social-networking,
div#slideshow,
div#footer,
div#nav-horiz,
div#nav-vert,
div.coda-slider-wrapper,
div#news-list,
div#blog-list,
div#event-list,
div#testimonials,
div.toggler-c,
div.right49,
div.left49,
div.gallery,
div#sidebar-1,
div#sidebar-2  {
display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}
