/* @override http://www.winckley.co.uk/stylesheets/features/nov_08.css */

/* Let's begin by using Eric Meyer's universal reset, picked up Sept 2008 */

/* @group Universal Reset ex Eric Meyer */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/* @end */

/* from pembrokefarmstay */
/* the main structural divisions */
.NoShow{
display:none;
}
div#outerContainer {
	width:100%;
	margin-top:-8px;
/*	margin-left:-8px;
*/	float: left;
}

div#innerContainer {
	width:800px;
	margin-top: 137px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 3px solid #003300;
	background-color: #DFFFDF;
}
div#footer {
	width: 100%;
	text-align: center;
	background-color: #DFFFDF;
	clear: both;
	color: #333333;
	font-size: 80%;
	margin-top: -8px;
}
div#footer p{
	margin-top: -8px;
	font-family: Arial, Helvetica, sans-serif;
}
div#footer a{
	background-color: #FFFFFF;
	margin-top: -8px;
	color:#003300;
	text-decoration: none;
}
div#footer ul, div#footer li{
	margin-left: 15px;
	padding: 0;
	display: block;
	float:right;
	list-style-type: none;

}
/* now the colum layout */
div#maincontent {
	padding: 0px;
	text-align: left;
	margin-left:  1%;
	margin-right: 50%;
	margin-top: 0;
}
div#rightcolumn {
	padding-left: 1%;
	padding-right: 1%;
	clear: left;
	float: right;
	text-align: left;
	width: 46%;
/*	border-right: 1px solid #cccccc*/
}
div#thanks{
	border: solid 3px #003300;
	margin: 2em;
	padding: 0.5em;
	background-color:white;
}
#thanks p{
	text-align: left;
	font: 80% Arial, Helvetica;
	text-indent: 0 !important;
}
div#pdfLink p{
	text-align:center;
	font: 80% Arial, Helvetica;
	display:block;
	margin:0.5em 1em o.5em 1em;
	border:solid 1px #003300;
	padding:0.5em 0 0.5em 0;	
}
/* exception - first para no indent */
#maincontent p:first-child, #rightcolumn p:first-child{
	text-indent: 0;
}
#maincontent p, #rightcolumn p{
	text-indent: 1em;
	text-align: justify;
	margin-top:0.4em;
	line-height: 125%;
}
.no-top-margin {
	margin-top: 0px;
}
/* headings */
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight: bold;
	color: #003300;
	margin-top: 0.3em;
}
h4, h5 {
	color: #336600;
}
h1{
	font-size: 140%;
}
h2{
	font-size: 125%;
}
h3{
	font-size: 100%;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}

.headline{
	clear: both;
	color: #003300;
	text-align: center;
	font: bold 200% Verdana, Arial, Helvetica, sans-serif;
}
.subHeadline{
	color: gray;
	text-align: center;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}
.strapLine{
	color: black;
	text-align: center;
	font: bold 125% Verdana, Arial, Helvetica, sans-serif;
}
.byLine{
	display: block;
	margin-bottom: 0.5em;
	color: #003300;
	text-align: center;
	font: italic 100% Verdana, Arial, Helvetica, sans-serif;
}
/* images */
.clearBothFloats {
	clear: both;
}
.clearLeft {
	clear:left;
}

/* @group Image classes */
.headImage{
	display: block;
	float: left;
	width: 50%;
	margin: 0 auto 0 auto;
}
.banner{
	display: block;
	width: 100%;
	float: left;
	margin: 0 auto 0 auto;
	text-align:center;
}
.imageLeftNoBorder{
	display: block;
	margin: 0 0 0 0;
	border:0;
}

.landscapeImageLeft{
	display: block;
	float: left;
	width:  96%;
	margin: 0.5em auto 0 auto;
}
.landscapeImageLeft img{
	display: block;
	border-top: 6px solid #ccc;
	border-bottom: 6px solid #808080;
	border-right: 6px solid #808080;
	border-left: 6px solid #ccc;
	margin: 0 auto 0 auto;
}
.landscapeImageLeft p{
	display: block;
	margin:0.5em auto 0 auto;
	text-align: center !important;
	font: italic 80% Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}
.portraitImageLeft{
	display: block;
	float: left;
	margin: 0.5em 0.5em 0 0;
}
.portraitImageLeft img{
	display: block;
	width: 100%;
	border-top: 6px solid #ccc;
	border-bottom: 6px solid #808080;
	border-right: 6px solid #808080;
	border-left: 6px solid #ccc;
	margin: 0 auto 0 auto;
}
.portraitImageLeft p{
	display: block;
	margin:0.5em auto 0 auto;
	text-align: center !important;
	font: italic 80% Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}
.landscapeImageRight{
	display: block;
	float: right;
	
	margin: 0.5em 0 0.5em 0.5em;
}
.landscapeImageRight img{
	display:block;
	border-top: 6px solid #ccc;
	border-bottom: 6px solid #808080;
	border-right: 6px solid #808080;
	border-left: 6px solid #ccc;
	
}
.landscapeImageRight p{
	display: block;
	margin:0.5em 0 0 0;
	text-align: center !important;
	font: italic 80% Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}


/* @end */

/* page to page navigation */
div#navigation{
	display: block;
	clear: both;
	width: 90%;
	margin: 1em 0.5em 1em 0.5em;
	border: 3px dotted #003300;
	padding: 0.5em;
}
#navigation p{
		text-align: center;
}
ol li{
	list-style:none;
	text-indent: 2.5em;
	font: 80% Arial, Helvetica;
}
.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000066;
	background-color: #FFFFFF;
	display: block;
	width: 50%;
	float:right;
	text-indent: 0 !important;
	text-align: left !important;
	margin:6px;
	padding: 6px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
.birdList {
	display: block;
	font-size:90%;
	margin-left:4em;
	margin-top:-4px;
}

