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

body {
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f1;
}

img {outline:none; border:none;}

a {
	outline:none;
	color: #93a641;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

p { 
	font: 13px Helvetica, Tahoma, sans-serif;
	color: #433c06;
}

h1 {
	color: #93a541;
	font: 24px Helvetica, Tahoma, sans-serif;
	font-weight:bold;
	margin:0px;
}

h2 {
	color: #433c06;
	font: 18px Helvetica, Tahoma, sans-serif;
	font-weight:bold;
	margin:0px;
}

/* outermost content block... margin property offsets the entire page div 50px from the top of the screen */
#outerdiv { 
	width: 920px;
	margin: 30px auto; 
	display: block;
}

#outerdiv .top { 
	height: 20px;
	width: 100%;
	display: block;
	background: url(../images/outerdiv_top.jpg) no-repeat; /* top edge image slice */
}

#outerdiv .middle {
	width: 100%;
	display: block;
	background: url(../images/outerdiv_middle2.jpg) repeat-y; /* middle slice, repeated vertically */
}

#outerdiv .home {
	background: url(../images/outerdiv_middle.jpg) repeat-y; /* middle slice, repeated vertically */
}

#outerdiv .bottom { 
	height: 20px;
	width: 100%;
	display: block;
	background: url(../images/outerdiv_bottom.jpg) no-repeat; /* bottom edge slice */
}

/* inner content block with 3px black border */
#innerdiv {
	width: 868px;
	padding: 0px auto;
	border: 6px solid #dba55e;
	margin: auto;
	background: url(../images/innerdiv_background.jpg) top no-repeat;
	position: relative;
}

#leftcol {
	width: 260px;
	margin: 0px;
	float: left;
	display: block;
	position: relative;
}

#home_intro {
	position:relative;
	z-index:2;
	width:410px;
	top:175px;
	margin-left:20px;
}

#leftcol .sidebarImg {
	margin-top:200px;
	margin-left:31px;
	position:relative;
}

.rightcol {
	width: 608px;
	float: right;
	display: block;
	position: relative;
}

#menubar {
	width: 568px;
	height: 40px;
	border-bottom: 1px solid #d8debc;
	margin: 55px auto 30px 0px;
	text-align: center;
}

#menubar a {
	margin: 10px;
	font: 12px Helvetica, Tahoma, Geneva, sans-serif;
	color: #d69745;
	text-decoration: none;
	position: relative;
	top: 10px;
}

/* sets color for menu item for current page */
#menubar a.currentPage { 
	/*color: #93a641;*/
	text-decoration:underline;
	font-weight: bold;
}

#menubar a:hover { 
	text-decoration: underline;
}

#slides_outer {
	width: 399px;
	height: 342px;
	display:block;
	background: url(../images/home_frame.jpg);
	position:relative;
	float:right;
	margin: 0px 20px 20px 20px;
}

#slides {
	width:290px;
	height:236px;
	display:block;
	position:relative;
	top:68px;
	left:70px;
}

#slides img {
	width:260px;
	height:206px;
}

#footer {
	height: 48px;
	width: 868px;
	display: block;
	text-align: center;
	background:url(../images/footer_graphic.jpg);
}

#address p { 
	font-size: 11px;
	padding:0px;
	margin:4px;
	text-align: center;
	color:#6b6853;
}

#pageContent { padding: 0px 37px 0px 0px; margin-bottom:25px;}