@charset "UTF-8";
/* CSS Document */

body
{
	font-family:"Times New Roman", Georgia, serif;
}

/*-------------  Outer Page Container  -------------*/
.page-container 
{ 
	width: auto;
    min-width: 0px; 
    max-width: 100%;
	margin: 0px;
	text-align: left;    
} 

div.feedback
{
    display: none;
}

.page-header .navbar,
.page-header .searchbar .searchbar-content,
.has-sidebar-left .sidebar-left,
.page-header .logobar ul /* hides the links in the header, but leaves the logo */
{
    display: none;
}

.page-header .logobar
{
    text-align: left;
}
.page-header .guidestar-logo
{
    margin-left: -6px;
    float: none; /* links are hidden, so don't float the logo */
}

/* Since we hide the sidebar for printing, we want to widen the page to use that space */
.has-sidebar-left .page-content 
{ 
	margin: 20px 20px;
} 

.searchbar .top-corners,
.searchbar .bottom-corners,
.page-footer .top-corners,
.page-footer .bottom-corners
{
    display: none;
}

.page-footer ul /* hides the list of links in the footer, so only the copyright paragraph shows */
{
    display: none;
}

.page-footer
{
    border-top: 2px solid #00457C;
    background: white;
    color: black;
    text-align: right;
    padding-right: 0px;
}

.searchbar
{
    border-top: 2px solid #00457C;
}

.share-minibar,
.breadcrumb-nav
{
    display: none;
}

/*-------------  Charity Check Print-Friendly  -------------*/
.cc-content 
{
    margin: 0px;
    width: auto;
    min-width: 0px;
    border: 0px;
    padding: 0px;
}

.cc-content .cc-header .information .inline-button { display: none; }

.cc-content .cc-section h2
{
    background: #00457C;
    color: white;
    border-bottom: 1px solid #A6B6CB;
}


/*-------------  Org Print-Friendly  -------------*/

.report-content
{
    margin: auto;
    width: auto;
    min-width: 0px;
    border: 0px;
    padding: 0px;    
}

.report-content .report-head { padding-top: 1px; }

.report-content .report-head .inline-button { display: none; }

.report-content .report-section h3
{
    background: #00457C;
    color: white;
    border-bottom: 1px solid #A6B6CB;
}


/* ---------------------------------------------------------------------------------------- */
/* Styles below this line are special overrides/hacks for deprecated browsers               */
/* These browsers are being phased out and will only be supported for a minimal time period */
/* Please put only browser-specific "hacks" below this line                                 */

/* -- IE7 Hacks -- */

/* -- IE6 Hacks -- */
* html .cc-section h2
{
    background: white;
    color: #00457C;
    padding: 0.5em 1em !important;   
}

* html .cc-section dt
{
    margin: 0px 2% 8px 0.5em !important;
}

* html .cc-section dd
{
    margin: 0px 0.5em 8px 0px !important;
}

* html .cc-section .section-logo
{
    position: relative;
}

* html .cc-section .section-logo img
{
    position: absolute;
    top: 10px !important;
    right: 10px !important;
}

* html .report-content .report-section h3
{
    background: white;
    color: #00457C;
    padding: 0.5em 1em !important;   
}

* html .report-content
{ 
	width: 100% !important; /* Apparently IE 6 is broken and needs special help */
} 

* html .cc-content
{ 
	width: 100% !important; /* Apparently IE 6 is broken and needs special help */
} 
