@charset "utf-8";
/* CSS Document for Cobbs Hill Farm */
/* written by Global Prospect */

html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:normal;
	margin:0;
	padding:0;
	background-color:#99ccff;
}
table,tr{
	border:0;
}
td{
	border:1px dashed #ddd;
	padding:3px;
}
#container{
	position:relative;
	width:1000px;
	margin:0 auto;
	height: auto;
	background-color: #FFFFFF;
}
.header, .header a img{
	height: 125px;
	border: 0;
}
.headerImg {
	height: 301px;
}
.headerImgShadow {
	height: 22px;
	border: 0;
	padding: 0;
}
#pageHolder{
	background-position: center top;
	height: auto;
	color:#003366;
	background-color: #fff;
}
.pageLeft{
	float: left;
	padding: 0px;
	margin: 0px;
	height: auto;
	font-size: 100%;
	line-height: 1.7em;
	width: 701px;
	position: relative;
	border-right: 1px solid #ddd;
}
.pageLeftInner{
	padding: 0 10px 10px 10px;
	margin: 0;
	display: block;
	margin-bottom:25px;
}
.pageRight{
	float: left;
	height: 100%;
	width: 298px;
	position: relative;
	display: block;
}
.boxLink {
	display: block;
	color: green;
	margin-bottom: 3px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 15px;
	height:12px;
}
.boxLink a.boxLinkOn {
	display:block;
	text-decoration: none;
	color:#003366;
	font-weight:bold;
}
.boxLink a.boxLinkOff {
	display:block;
	text-decoration: none;
	color: green;
}
.boxLink a:hover {
	display:block;
	text-decoration: none;
	color:#003366;
	font-weight:bold;
}


#footer {
	background:url(img/footer-header.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	height: 170px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #99CDFF;
}
.footerInner {
	padding: 20px;
}
.footLinks {
	width: 650px;
	float: left;
}
.footerRight {
	color:#003366;
	font-size: 90%;
	width: 290px;
	float: left;
}
.footLinks a {
	font-size: 90%;
	color:#003366;
	text-decoration: none;
}
.footLinks a:hover {
	font-size: 90%;
	color: #000;
	text-decoration: none;
}
.credit, .credit a {
	color:#003366;
	font-size: 90%;
	text-decoration: none;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 25px;
}
