﻿
/**** Print-specific rules -- these override similar rules in the main.css style sheet ****/

/* The following rule hides elements that we don't want to see printed */
#primaryNav, #subdomainNav, #breadCrumb, #contextBox, .weCanAssist, 
#footer span, #footer a, #footerLinks
{
	display: none;
}

body
{
	background: #fff;
	text-align: left;
}

body, td, select, input
{
	font-family: Times New Roman, Verdana, Arial;
}

#wrapper
{
	margin: 0;
	background: #fff;
	border: none;
	padding-top: 10px;
	width: 700px;
}

#primaryNav .testimonialSet
{
	border-top: 1px solid #c0c0c0;
}

#rightSide
{
	float: none;
	padding: 0;
	width: 700px;
}

#header
{
	float: none;
	display: block;
	width: auto;
}

body.homePage #rightSide
{
	width: 776px;
}

#mainContent
{
	display: block;
	float: none;
	margin: 20px;
	width: 700px;
	overflow: visible;
}

#propertyList .floatColumn
{
	visibility: hidden;
}

#articleContent div
{
	display: block;
}

#footer
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	width: 660px;
	border: none;
	border-top: 1px solid #c0c0c0;
}

#footer #copyright
{
	margin: 0;
}

