@import url( default.css );

/*-- { Turn off stuff for print } -- */

body, #body, #top, .content, .contentGeneral, .contentRight, .footer, h2
{
	background: none !important;
}

#body, .content, .contentGeneral, .contentRight, .contentRight
{
	!width: auto !important;
}

.contentLeft
{
	!height: 500px !important;
}

#body {
	border: none !important;
}

#topLinks, .menu, .submenu {
	display: none !important;
}

.footer a {
	display: none;
}

a {
	color:black !important;
	text-decoration: none !important;
}

/*--  specific pages --*/
.locations div {
	float: none !important;
	padding: 5px 0 !important;
	width: 100%;
	border-left: none !important;
	border-bottom: thin solid #ccc;
}

.list dl dt { 
	padding-left:20px !important; 
}


.list .title, .list .email, .list .phone, .list .vcard { 
	width: 200px !important;
}

.home h2 {
	color: black !important;
}

h2 > a {
	color: black !important;
}

/* turn on logo display for print */
img#logo {
	display:block !important;
}