/*
***************************************
** DIVS THAT WILL NOT BE PRINTED OUT **
***************************************
*/

#header, #footer, #subNav {display: none;}
#contentBanner, #contentBannerNoPhoto {display:none}
#breadCrumbs{display:none}
#tertiaryNav{display:none}
#actions{display:none}
#searchZone{display:none}
#ucShortResult_pnlShowSearch{display:none;}
#sectionAds{display:none;}
.footerLinks { display: none; }

/*
*************************************
** DIVS RESTYLED FOR PRINT VERSION **
*************************************
*/

/* ---------------------------------------------------- STYLES FOR ALL PAGES */

body {background: #FFF;}

p, td, ul{font:13px/16px Arial,Helvetica,sans-serif;padding-bottom: 5px;}

li{font:13px/16px Arial,Helvetica,sans-serif;}

a:link,a:visited {text-decoration:underline;}


#uber {width: 100%;}

#content {background:none; width:100%;}

#contentLeft, #contentLeftWide {background:none; width:100%;}

#footer {
	color: #000;
	background-image: none;
	padding:0px;
	margin:0px;
}
#Form{
	clear:both;	
}
#footer ul{
	padding:0px;
	margin:10px 0 0 0;
}
#footer li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#content img{
	margin-left: 12px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	padding:2px;
	float: right;
}
.heading{
	font-size: 18px;
	color: #4777A7;
	border-bottom: solid 1px #cccccc;
	margin: 10px 0px 20px 0px;	
}
.subheading{
	font-size:15px;
	font-weight:bold;
	color: #4777A7;
}
.tertiaryheading{
	font-weight:bold;
	color: #4777A7;
}
.tableborder{
	border-collapse:collapse;
}
.tableborder td{
	border:1px solid  #666666;
}
.searchResult{
	border-top:1px solid #505050;
	padding:10px 0 0 0;
	margin-top:10px;
	position:relative;
}
.searchResult p{
	padding:2px;
	margin:0;
}
.searchResult a{
	font-size:13px;
	margin:0;
}
.searchResult p{
	padding:2px;
}
.searchResultTitle{
	font-weight:bold;
}
.imageleft {
	margin-right: 12px;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

.imageright {
	margin-left: 12px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: right;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}

#printLogo{
	margin-bottom:30px;	
}

#printAddress{
	border-top:1px solid #CCCCCC;
	margin-top:20px;
}
#printAddress img{
	float:left;
	margin-right:10px;
}




/* ---------------------------------------------------- STYLES FOR HOME PAGE ONLY */
