﻿/* 
	M & T Bank
	Print CSS
	Alison Endacott
	1/2009
		
 */
 
 #head 
 {
 	border-bottom: 5px solid #FDB813;
 	height auto;
 }
 
 h1 
 {
 	display: inline;
 	height: auto;
 	float: none;
 }
 
	h1 a 
	{
		height: 0;	
	}
	
		h1 span 
		{
			display: block;
		}
	
	
	h2 
	{	
		color: #076324;
		font-weight: bold;
		font-size: 1.5em;
	}
 
 #navigation,
 #footer ul,
 #options,
 #more-options,
 #login,
 #user-info 
 {
 	display: none;
 }
 
 	body h2 {
		text-indent: 0;
		height: auto;
	}
	
	#property-image,
	#mediumImageDiv,
	#noImageAvailable 
	{
		width: 250px !important;
	}
		#mediumImageDiv img 
		{
			width: 250px !important;
		}
 
 
 
 #footer p 
 {
 	border-top: 2px solid #076324;
 	padding-left: 0;
 }
 
 #footer span 
 {
 	display: inline;
 	text-indent: 0;
 }