@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003300;
	background-image: url(images/owensboard&battonpanorama.jpg);
	font-family: Calibri, Arial, sans-serif;
}
#container   {
	width: 760px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #CFDAD4;
}
#slideshowarea {
	clear: both;
	width: 100%;
}
#optiontable {
	margin-left: 20px;
}


#header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
	width: 100%;
}
#header  #Headertext  {
	float: right;
	width: 330px;
	height: 190px;
}
#secondaryheader {
	background: #CFDAD4;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
	width: 100%;
	margin: 0;
}
#mainContentindex {
	font-family: Calibri, Arial, sans-serif;
	background-image: url(images/barnwashedout.jpg);
	font-size: 110%;
	background-repeat: repeat-y;
	padding-top: 0px;
	float: left;
	width: 100%;
	clear: both;
}
#maincopy {
	float: left;
	margin-top: 12px;
	padding-left: 12px;
	width: 450px;
}
#footer a {
	text-decoration: none;
	color: #663300;
}


.imagefloatright {
	float: right;
	margin: 10px 0 10px 10px;
}
#navbar {
	clear: both;
	padding-left: 0px;
}


.imagefloatleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

.imageheader {
	float: right;
	border: solid 1px;
	border-color: #E6B86B;
	margin: 10px 20px 10px 0;
}


#footer {
	clear: both;
	font-size: x-small;
	padding-left: 20px;
	background-color: #CFDAD4;
}
#leftslideshow {
	float: left;
	margin: 0 30px;
}
h1, h2{
	color: #660000;
	padding-left: 12px;
	padding-right: 15px;
}
p {
	padding-left: 12px;
	padding-right: 15px;
}


#testimonials {
	width: 250px;
	float: right;
	border-color: #660000;
	border-left: solid 1px;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 12px;
}
#testimonials h3 {
	text-align: center;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-left: 20px;
}


#rightslideshow {
	float: right;
	margin: 0 30px;
}
#headersecondary {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
	background-image: url(images/archerylogoweb.png);
	width: 100%;
}
#mainContent2 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 110%;
	padding-top: 0px;
	float: left;
	width: 100%;
	clear: both;
	background-color: #CFDAD4;
}



#MenuBar1 {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;


}
