@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5E6D74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #99DDFF;
	background-image: url(images/colourband.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.PLHIMYFUFUJCDiv {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	float: left;
}
.oneColFixCtrHdr #header {
	position:relative;
z-index:1
	height: 134px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 780px;
	height: 134px;
	z-index: 1;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	top: 0px;
	width: 740px;
	position: relative;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/north_york_farmers_f.jpg);
	height: 75px;
	position: relative;
	top: 0px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#menuprt1 {
	background-color: #FFFFFF;
	position: relative;
	width: 93px;
	left: 0px;
	height: 34px;
	background-image: url(images/country_depot_l2.jpg);
}
#menuprt2 {
	width: 510px;
	left: 93px;
	top: -68px;
	position: relative;
	height: 34px;
	background-color: #FFFFFF;
	float: left;
}
#menuprt3 {
	background-color: #FFFFFF;
	position: relative;
	height: 34px;
	width: 93px;
	left: 686px;
	top: -34px;
	background-image: url(images/country_depot_r2.jpg);
}
h1 {
	color: #284784;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
h2 {
	color: #66ADE7;
}
.north_york_farmer_images {
	background-color: #FFFFFF;
	height: 300px;
	width: 325px;
	left: 677px;
	top: 139px;
	float: right;
	position: static;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#north_york_farmer_photos {
	background-color: #FFFFFF;
	height: auto;
	width: 340px;
	top: -550px;
	float: right;
	position: relative;
	right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
	border: thin solid #999999;
}
#tables {
}
.tablecopy {
	font-size: x-small;
	color: #5E6D74;
	text-align: center;
}
.tabletitle1 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.tablecopy2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
.tablecopytitle2 {
	font-size: medium;
	font-weight: bold;
	color: #3B78C6;
}
.tablelines {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#map {
	background-color: #FFFFFF;
	height: 440px;
	width: 400px;
	left: 0px;
	top: 0px;
	float: right;
	position: fixed;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: medium solid #154CAD;
	margin-top: 70px;
	z-index: 55;
}
.oneColFixCtrHdr #contactContent {
	background: #FFFFFF;
	margin: 0px;
	top: 0px;
	left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 300px;
	position: relative;
}
link {
	color: #FFFFFF;
}
#directions {
	font-size: 14px;
	width: 400px;
	float: right;
	margin-top: -275px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.white_type {
	text-align: left;
}
caption {
	text-align: center;
}
.centre {
	text-align: center;
	color: #FFF;
	font-size: 80%;
}
