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

html, body {
	margin: 0px auto;
	height:100%;
    width:100%;
	background-image:url(images/shire_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-attachment:fixed;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000;
	line-height: 19px;
	font-style: normal;

}
#wrapper {
	width: 1020px;
	margin: 0px auto;
	background-image:url(images/shire_wrapper_background.png);
	background-repeat:repeat-y;
	overflow: visible;
}
#wrap {
	width: 975px;
	margin: 0px auto;
	padding-bottom: 20px;
	min-height: 875px;
	overflow:visible;
}
#left {
	width: 230px;
	float: left;
}
#right {
	width: 730px;
	float: right;
}
#menu {
	width: 730px;
	height: 30px;
	background-color: #39602d;
	position: absolute;
	z-index: 500;
	margin: 0px auto;
	top: 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
ul {margin:0;padding:0;}
li {}
.menu {
	margin: 0px auto;
	list-style: none;
	width: auto;

}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
.menu li {
	list-style: none;
	background-repeat: no-repeat;
	padding: 3px 12px;
	margin: 0px;
	margin-top: 0px;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #fff;
	padding: 3px;

}
.menu li a:hover, .menu li:focus {
	display: block;
	text-decoration: none;
	color: #39602d;
	background-color: #fff;
	padding: 3px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.menu li {
	float: left;
	text-transform:uppercase;
}
.menu li.active a,  li.active a:hover {
	color: #39602d;
	background-color: #fff;
	padding: 3px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.menu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#sidebar_section {
	width: 230px; 
	min-height: 230px;
	margin: 0px auto;
	background-color: #a7b097;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	overflow: hidden;
	/*
	background-image:url(images/sidebar_sectionbg.png);
	background-repeat:no-repeat;
	*/
}
#sidebar_section_b {
	width: 220px; 
	padding-bottom: 10px;
	margin: 0px auto;
	background-color: #a7b097;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	overflow: hidden;
	/*
	background-image:url(images/sidebar_sectionbg.png);
	background-repeat:no-repeat;
	*/
}
#newsletter {
	width: 200px;
	height: 130px;
	background-image:url(images/shirefarms_newsletter.png);
	background-repeat:no-repeat;
	padding: 15px;
}
#main_image {
	width: 670px;
	height: 430px;
	margin: 0px auto;
	margin-top: 0px;
	overflow: hidden;
}
#right_bar {
	width: 730px;
	height: 25px;
	margin: 0px auto;
	background-image:url(images/shirefarms_bar.png);
	background-repeat:no-repeat;
	margin-top: -10px;
	position:relative;
	z-index: 400;
}
#content {
	width: 660px;
	height: 100%;
	min-height: 490px;
	background-image:url(images/contentbg.png);
	background-repeat:repeat-y;
	
	/*
	background-color: #fff;
	opacity:0.8;
	filter: alpha(opacity=80);
	*/
	padding: 20px 10px;
	margin: 0px auto;
	margin-top: -10px;
	overflow-y:visible;
	margin-bottom: 20px;
}
#content_left {
	width: 260px;
	float: left;
}
#content_right {
	width: 420px;
	float: right;
}
#footer {
	background-color: #e8d6c1;
	/*
	opacity:0.8;
	filter: alpha(opacity=80);
	*/
	width: 999px;
	height: auto;
	min-height: 140px;
	overflow: hidden;
	margin: 0px auto;
	padding: 10px 0px;
	clear: both;
	margin-left: 11px;
}
.footer {
	margin: 0px auto;
	list-style: none;
	width: auto;
	margin-left: 20px;
}
.footer li {
	list-style: none;
	width: 120px;
	background-repeat: no-repeat;
	padding: 0px 5px;
	margin: 0px;
	margin-left: 0px;
	float: left;
}
#footer_right {
	width: 300px;
	float: right;
	margin-right: 20px;
	font-size: 11px;
	text-align:right;
	color: #39602d;
	font-weight:bold;
}
h1,h2,h3,h4,h5,h6,h7,p {
	margin:0px;
	font-size: 12px;
	color: #000;
}
h1 {
	font-size: 60px;
	color: #39602d;
	text-transform:uppercase;
}
h2 {
	font-size: 30px;
	color: #39602d;
	text-transform:uppercase;
}
h3 {
	width: 220px;
	height: 20px;
    background-color: #39602d;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size: 14px;
	text-align:center;
	text-transform:uppercase;
	padding: 5px;
	color: #fff;
	}
h4 {
	font-size: 14px;
	text-transform:uppercase;
}
h5 {
	font-size: 11px;
	margin-bottom: 2px;
	text-transform:uppercase;color: #39602d;

}
h6 {
	font-size: 18px;
}
.hr_p {
	width: 90%;
	text-align:center;
	height: px;
	border-top: 3px dotted #a7b097;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hr_q {
	width: 90%;
	text-align:center;
	height: 1px;
	border-top: 1px solid  #39602d;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
a:link, a:visited, a:active {
	color: #39602d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #a7b097;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom:2px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
.sidebar ul {
	list-style:none;
	list-style-type: none;
	
}
.sidebar ul li{
        width: 195px;
        height: 100%;
	margin: 0px auto;
        line-height: 17px;
        color: #39602d;
        font-size: 12px;
		list-style:none;
	list-style-type: none;
}
.sidebar li{
        width: 200px;
        margin: 0px auto;
        color: #000;
        font-size: 12px; 
        margin-top: 0px;
        border-bottom: 1px #39602d solid;
        padding: 5px;
		list-style:none;
	list-style-type: none;
}
.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #000;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: none;
	color: #39602d;
}
input, textarea, select { 
	padding:5px; 
	border:1px solid # #39602d; 
	font: 12px Arial, Helvetica, sans-serif; 
	width: 180px; 
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin-bottom: 2px;
}
select { 
	height:35px; 
}

input[type=submit], input.submit { 
	width:auto; 
	border:1px solid #39602d;
	background-color: #39602d;
	color:#fff; 
	font-weight:bold; 
	cursor:pointer; 
	font-size:10px;
	width:auto; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	padding:2px; }

input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus { background:#a7b097; color:#fff; }
label {
	width: 170px;
	height: 20px;
	float: left;
	text-align: left;
	display: block;
	line-height: 14px;
	font-weight:bold;
	padding-top: 5px;
	color:  #39602d;
}
.label2{
	width: 170px;
	height: 15px;
	float: right;
	text-align: right;
	display: block;
	line-height: 14px;
	font-weight:bold;
	padding-top: 0px;
	color: #39602d;

}
.form { 
	padding:5px; 
	border:1px solid  #39602d; 
	font: 12px Arial, Helvetica, sans-serif; 
	width: 285px; 
	margin-bottom: 5px;
}
.form2 { 
padding:2px; 
	border:1px solid #39602d; 
	font: 12px Arial, Helvetica, sans-serif; 
	width: 210px; 
	margin-bottom: 5px;

}
img {
	outline:none;
	padding: 0;
	border: 0px;
}
#output {
	width: 500px;
}
#wrapper #wrap #right #content p strong {
	color: #39602d;
}

