﻿/*
LONGFIELD COUNTRY MARKET
Coded by Andrew Roberts 29-Jun-08
*/

html{
	overflow-y: scroll; 

}

body {
	text-align: center;
	margin: 10px 10px 10px 10px;
	background-image: url('images_lay/background_main.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	background-color: #E9EDCB;
}

#site{
	margin: 0px auto;
	text-align:center;
	width:900px;
	padding:10px;
	background-color:white;
}

#container {
	width: 900px;
	text-align: left;
	padding: 0px;
	background: #FFFFFF;
}

#header{
	background-image: url('images_lay/header_bg.jpg');
	background-repeat: repeat-x;
	width: 898px;
	height: 160px;
	margin: 2px 0px 3px 0px;
	border-top: 4px solid #009900;
	border-bottom: 2px solid #009900;
	border-left: 1px solid #009900;
	border-right: 1px solid #009900;
}
#logo{
	width: 300px;
	height: 120px;
	padding-top: 20px;
	padding-left: 25px;
	float: left;
}
#logo img{
	border:none; 
}
#details{
	width: 400px;
	height: 70px;
	float: right;
	padding-top: 70px;
	padding-right: 25px;
}
#details td{
	color: #009A1E;
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	text-align: right;
}
#wrapper{
	margin: 0px 0px;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	padding: 10px 0px;
	background-image: url('images_lay/wrapper_bg.jpg');
	background-repeat: repeat-y;
	width:100%;
	overflow:hidden;
}
#footer{
	margin: 3px 0px 0px 0px;
	border-top: 2px solid #009900;
	padding: 5px 10px 0px 10px;
	text-align: center;
}
#footer table{
	width:880px;
	text-align:center;
}
#footer td{
	font-family: Arial;
	font-size: 9pt;
	color: #009900;
}
#footer a:link , #footer a:visited, #footer a:active{
	color: #009A1E;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	background-color: #FFFF66;
}

#menu{
	width: 175px;
	float: left;
	display:inline;
	margin-top: 6px;
}
#content{
	width: 520px;
	float: left;
	padding: 5px 15px;
}
#images{
	width: 175px;
	float: right;
	display:inline;
}

/* Menu CSS */

#menu dl {
	margin: 4px 0px;
	padding: 0px;
	border: 1px solid #00991B;
	text-align:left; 
}

#menu .active {
	margin: 10px 0px !important;
	border-left: solid 3px #00991B;
}
#menu .active_menu{
	border-bottom:1px solid #00991B;
}

#menu dt {
	margin: 0px 0px;
	padding:3px; 
	padding-left: 8px;
	font-size: 14px; 
	font-weight:bold; 
	background: #DFFFDF;
	color: #00991B;
	text-transform: uppercase;
	font-family: Times;
}

#menu dt a {
	text-decoration:none;
	color: #00991B;
}

#menu dt:hover, #menu dd:hover, #menu a:hover{
	text-decoration: none;
	background: #FFFF66 !important;
	cursor: pointer;
}

#menu dd {
	border-bottom:1px solid #00991B;
	margin: 0px 0px 0px 5px;
	padding:3px;
	padding-left:2px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	background-image: url('images_lay/menu_bg.jpg');
	background-repeat: repeat-y;
}

#menu dd a{
	text-decoration:none;
	color: #000000;
		
}

/* Images CSS */

#images dl {
	margin: 10px 0px;
	padding: 0px;
	border: 1px solid #00991B;
	text-align:left; 
	position:relative;
	background: #FFFFFF;
}

#images dd {
	border-top:1px solid #00991B;
	margin: 0px 0px;
	padding:3px;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 13px;
	color: #00991B;
	background: #DFFFDF;
	text-transform: uppercase;
	text-align:center;
}
#images a img{
	border:none; 
	display: block;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
}
#images a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	color: #000000;
}

#content p{
	line-height: 18px;
	font-family: Arial;
	font-size: 10.5pt;
	margin: 0px 0px;
	padding: 7px 0px;
}
#content ul li{
	line-height: 19px;
	font-family: Arial;
	font-size: 10.5pt;
}

#content h1{
	line-height: 0.5cm;
	margin-bottom: 10px;
	margin-top: 0.7em;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 25px;
	color: #FF0000;
	font-weight: normal;
	padding-bottom:20px;
	border-bottom:1px red solid;
}
#content h2{
	line-height: 0.7cm;
	margin-bottom: 0.3em;
	margin-top: 0.8em;
	font-size: 19px;
}
#content h3{
	line-height: 0.5cm;
	margin-bottom: 0.4em;
	margin-top: 0.8em;
	font-size: 17px;
	text-indent:20pt;
}
#content a:link , #content a:visited, #content a:active{
	color: #009A1E;
	text-decoration: none;
}
#content a:hover {
	color: #009A1E;
	text-decoration: none;
	background-color: #FFFF66;
}
#content table.diary {
	border-collapse:collapse;
	border-bottom:1px #009A1E solid;
	margin: 3px 0px;
}
#content table.diary td {
	border-top:1px #009A1E solid;
	padding: 6px 10px;
	font-family: Arial;
	font-size: 10.5pt;
	vertical-align:top;
}
#content td.vertical-line {
	border-right: 2px #009A1E solid;
	width:80px;
}

#content table.ellenor {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	margin: 15px 0px;
}

#content table.ellenor td {
	padding: 9px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}

#content img {
	border: 0px;
}

iframe#google-maps{
	width:500px;
	height:300px;
}

#redline{
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	font-size:1pt;
	border-bottom:1px red solid;
}

#content form{
	padding:0px;
	margin:0px;
}

#content fieldset ul{
	list-style:none;
	margin-top:5px;
}
#content fieldset ul li{
	display:block;
	float:left;
	width:100%;
	height:1%;
}
#content fieldset ul li label{
	float:left;
	padding:0px;
}
#content fieldset ul li input, fieldset ul li textarea{
	float:right;
	margin-right:10px;
	border:1px solid #CCCCCC;
	padding:2px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	width:70%;
	font-size:11pt;
}
#content fieldset ul li input.formerror, fieldset ul li textarea.formerror{
	border:1px solid red;
}

#content fieldset li input:focus, fieldset li textarea:focus{
	border:1px solid #000000;
}
#content fieldset{
	padding:5px 10px 10px 0px;
	border:1px solid #009900;
	width:490px;
	overflow:auto;
	margin: 10px 0px 10px 10px;
}
#content fieldset legend{
	color:#009900;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	margin: 0px 10px;
	padding:10px 0px;
}
#buttons{
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

#buttons input#Reset, #buttons input#Submit{
	padding:2px 10px;
}

