/*styles for Capen Cabin and Smith Tree Farm*/

body {
	font-size:12px;
	}

p {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	}

.mybuttons {
	text-align:center;
	}

h2, h3 {
	text-align:center;
	}



/*Capen Cabin particulars*/

div#maincapen {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/CapenFerns.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:12px;
	}

div#capencontent {
	width:400px; height:480px;
	position:absolute;top:20px;left:60px;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	overflow: auto;  
	}

#cabinimage {
	margin-left:40px;
	border:1px solid black
	}


div#capendirections {
	display:none;
	width:250px;height:230px;
	position:absolute;top:120px;left:490px;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	overflow:auto;
	}

/*Smith Tree Farm particulars*/

div#maintreefarm {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/treefarmfield.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:12px;
	}

div#maintreefarmdim {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/treefarmfielddim.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:12px;
	}

div#treefarmcontent {
	width:440px; height:480px;
	position:absolute;top:20px;left:310px;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	overflow: auto;  
	}

div#treefarmmoviediv {
	width:320px; height:256px;
	position:absolute;top:120px;left:210px;
	z-index:1;
	background-color:#efefef;
	border: 8px solid #583229;
	overflow: auto;  
	}



div#treefarmdirections {
	display:none;
	width:250px;
	height:440px;
	position:absolute;top:40px;left:30px;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	overflow:auto;
	}

#treefarmplant {
	float:right;
	border: 1px solid black;
	margin:5px;
	}

#treefarmtractor {
	float:left;
	border: 1px solid black;
	margin:15px;
	}

#treefarmentrance {
	border:1px solid black;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	}


