/* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {}

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {}
@media print{
body{
	background:none;
}
header.container,footer, .green,.opacity,.post-edit-link,.map,.white,#home_slider,#utility, #splash,#menu-main,#widgets,#home_image,#primary-nav,#utility-nav,.two.columns, img.logo,.footer_nav,.colophon, #social-buttons {
	display: none!important;
}
.ui-tabs .ui-tabs-hide{
    display: block!important;
}

.twelve.columns, .eleven.columns{
	width: 940px;
}
#home_content h1, section h1 {
    color: #237C29;
    font-family: 'MyriadProRegular';
    position: relative;
    z-index: 999;
}
.entry h2, .entry h4 {
    color: #337037;
    padding: 5px 0;
}
#home_content .entry-content {
    margin-bottom: -5px;
    padding-top: 15px;
    word-spacing: -1px;
}
#home_content .entry-content {
    display: block;
    font: 13px/18px Helvetica !important;
    padding-bottom: 10px;
    z-index: 1;
	display: none;
}
#home_content .entry-content.hidden{
	display: block;
}
strong {
    color: #333333;
    font-weight: bold;
}
a:link, a:visited {
	color: #018DA8;
    outline: 0 none;
    text-decoration: none;
}
.entry h5 {
    color: #337037;
}
}
