/*-------------------------*//* print stylesheet *//*---------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background:white;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:16pt;
}

h2{
	font-size:15pt;
}

h3{
	font-size:14pt;
}

h4{
	font-size:13pt;
}

h5{
	font-size:12pt;
}

h6{
	font-size:11pt;
}
	
/*link specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a:link, a:visited{
	color:#666;
	background:transparent;
	font-weight:bold;
	text-decoration:none;
}
	
/*css 3 styles for gecko browsers*/
#content a:link:after, #content a:visited:after{
	content:" ("attr(href)")";
}
	
#content a[href^="/"]:after{
	content:" (http://www.greattangleymanor.co.uk"attr(href)")";
}
	
/*content specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#container, #content{
	width:auto;
	border:0;
	margin:0;
	padding:0;
	float:none!important;
	color:black; 
	background:transparent;
}

div#content{
	margin-left:2%;
}
	
/*hidden page sections */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
	
.skip{
	display:none;
}

#navNew,
.subNav,
#brochureSection {
	display:none;
	}

#nav_sub{
	display:none;
}

#footer dd, #footer a{
	display:none;
	}
#footer li#kyan {
	display: none;
	}
.hereBeFlashPlayer {
	display: none;
	}
.nonVisual {
	border: 1px dashed #ccc;
	padding: 16.2pt;
	}

	
/*footer specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	font-size:9pt;
	margin:20px 0 0;
}

/*	logo
--------------------------------------------- */

/*

<div id="header">
	
	<a href="/" id="logo" title="View the homepage"><img src="/images/great_tangley_manor_logo.jpg" alt="Great Tangley Manor logo" width="194" height="92" /></a>
	
</div><!-- /header -->

*/

#header a img {
	display: none;
	}
#header img#logoPrint {
	display: block;
	}





































