@charset "utf-8";
/* CSS Document */

html,body,h1,h2,h3,h4,p,div,span,ul,ol,li,dl,dt,dd,img,a,table,tr,td {
	padding: 0;
	margin: 0;
}
ul,ol {
	list-style-type: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
}
.no_print,
#nav,
#footer p,
.main_image_container,
body#home img,
body#home     #right_col a,
body#cottages #right_col a,
body#location .col_2,
body#activities .col_2,
body#getintouch .two_col_container
{
	display: none;
}

h1 {
	border-bottom: solid 1px #000000;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
h2, h3, p, table, ul, ol, dl {
	margin-bottom: 1em;
}
h4 {
	margin-bottom: 0.5em;
}
a {
	color: #000000;
	text-decoration: none;
}

.two_col_container {
	width: 100%;
}
.two_col_container .col_1 {
	float: left;
	width: 70%;
	margin-right: 4%;
}
.two_col_container .col_2 {
	float: left;
	width: 25%;
}
.three_col_container {
	clear:both;
	width: 100%;
	margin-bottom: 1em;
}
.three_col_container .col {
	float: left;
	width: 30%;
	margin-right: 3%;
}
.three_col_container h3 {
	margin-bottom: 0.5em;
}

#footer {
	clear: both;
	padding-top: 2em;
}
#footer dl {
	width: 100%;
	overflow: auto;
	border-top: solid 1px #000000;
	padding-top: 1em;
}
#footer dt {
	float: left;
	clear: left;
	display: block;	
	font-size: 0.9em;
	font-weight: bold;
	width: 5em;
	margin-right: 1.4em;
}
#footer dd {
	margin-bottom: 0.5em;
}

/* TARIFFS */

table.tariff_table {
	width: 100%;
	border-collapse: collapse;
}
table.tariff_table th {
	text-align: left;
	padding: 0.3em 0.1em;
	border-bottom: solid 1px #000000;
}
table.tariff_table td {
	text-align: left;
	padding: 0.3em 0.1em;
	border-bottom: dashed 1px #cccccc;
}

/* CATTLE */

body#farm dl.cattle_listing {
	overflow: auto;
	padding-left: 1em;
} 
body#farm dl.cattle_listing dt {
	float: left;
	clear: left;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 0.4em;
}
body#farm dl.cattle_listing dd {
	margin-bottom: 0.5em;
}

/* LOCATION */

body#location #google_map {
	width: 610px;
	height: 343px;
	border: 5px solid #cccccc;
	background: transparent url(../images/location/google_map.jpg) top left no-repeat;
	margin-bottom: 1em;
	overflow: auto;
}
body#location .col_1 {
	width: 100%;
}

/* ACTIVITIES */

body#activities .col_1 {
	width: 100%;
}
body#activities .col_1 a {
	font-style: italic;
}
body#activities .col_1 a:after {	
	content: " (" attr(href) ")"
}