﻿/* Hide header nav */
#navigationContainer,
div#breadcrumb,
div#print,

/* Hide right column */
#secondaryBodyPanel,

/* Hide footers */
#topFooterContainer,
#btmFooterContainer,

/* Hide pod footers  */
.podBtm
{
	display:none;
}

/* Use full width for primary content */
#bodyContainer #bodyPanel #primaryBodyPanel
{
    width:100%;    
}

/* Reduce width of logo div to allow phone number to come into view for printing in Firefox */
#headerContainer #headerPanel #logoPanel
{
	width:370px;
	overflow:hidden;
}

#headerContainer #headerPanel #secondaryPanel
{
	overflow:hidden;    
}

a
{
    text-decoration:none;
}

.pod
{
    border:1px solid #666;
}
