
/*  @@@@@[  Wrappers  ]@@@@@ */

body {
	background: #f6f1d4 url(images/bkg_top.jpg) repeat-x top;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #6A4C28;
	text-align: center;
	margin: 9px 0px 10px;
}

#wrapper {width: 760px; margin: 0px auto; text-align: left; background: url(images/header.png) no-repeat right top; position: relative;}

/* @@@@@[  Header / Footer  ]@@@@@ */

#footer {background: /*url(../images/footer.png)*/ no-repeat top; padding-top: 26px; padding-bottom: 5px; color: #aca88a; padding-left: 160px; font-size: 9px; line-height: 14px;}
#footer a:link, #footer a:visited, #footer a:active {color: #aca88a; text-decoration: none;}
#footer a:hover {color: #aca88a; text-decoration: underline;}

#redundant {width: 575px; }

/* @@@@@[  Main Page  ]@@@@@ */

#content {
	float: right;
	width: 575px; /* width controls proximity to left column*/
	display: inline;
	margin-top: 120px;
	margin-right: 10px;
	/* height: 380px; /* pushes footer down, so can use to place footer on page-ish */
	overflow: auto;
	padding-right: 15px;
	scrollbar-arrow-color: #f6f1d4;
	scrollbar-base-color: #f6f1d4;
	scrollbar-darkshadow-color: #f6f1d4;
	scrollbar-track-color: #f6f1d4;
	scrollbar-face-color: #dad6b8;
	scrollbar-shadow-color: #dad6b8;
	scrollbar-highlight-color: #dad6b8;
	scrollbar-3d-light-color: #f6f1d4;
	padding-top: 20px;
	}

#content ul {margin: 0px 0px 15px 30px; padding: 0px;}
#content li {
	background: url(images/bullet.gif) no-repeat left 7px;
	list-style: none;
	padding-left: 13px;
	padding-bottom: 10px;
}

#column {background: /*url(../images/bkg_nav.jpg)*/ no-repeat left top; margin-right: 750px; padding-top: 140px; height: 200px;}

/* .clr {clear: both; font-size: 1px; line-height: 1px; margin: 0px; padding: 0px; height: 0px; visibility: hidden;}
.imgright p {margin-top: -19px; font-size: 9px; color: #fff; text-align: center; line-height: 18px;} */


/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */

#content a:link, #content a:visited, #content a:active {color: #BA5E3D; text-decoration: none;}
#content a:hover {color: #BA5E3D; text-decoration: underline; /*background: #DBD6B8;*/}
h1 {
	font: 15px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ba5e3d;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #ba5e3d;
	clear: both;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 17px;
	font-size: 10px;
}
p.floatleft {
	float: left;
	width: 45%;
}

.detail {
	display: none;
}
#content div {
	margin-bottom: 10px;
}

img.right, .imgright {margin-bottom: 10px; margin-left: 13px; float: right;}
img.left {margin-bottom: 10px; margin-right: 13px; float: left;}


/* @@@@@[  Form Elements  ]@@@@@ */

input, textarea, select {font-size: 10px; color: #666; background: #fff; border: 1px solid #939;}
input.clean {border-style: none; background: none;}
.caption {
	font-size: 9px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}

/* Accordion Styling */

* {margin:0; padding:0}

#accordion {width:120px; margin: 0px auto}
.accordion {width:120px; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; color:#6A4C28}
.accordion dt {width:120px; border:0px solid #f6f1d4; padding:5px; font-weight:bold; margin-top:5px; cursor:pointer; /*background:url(../images/slider.gif)*/}
.accordion dt:hover {color:#ba5e3d; /*background:url(../images/slider_over.gif)*/}
.accordion dd {overflow:hidden; background:#f6f1d4}
.accordion span {display:block; width:120px; border:2px solid #f6f1d4; border-top:none; padding-left:15px; }
.accordion a:link {color:#6A4C28;}
.accordion a:hover {color:#ba5e3d;}

#accordion a:link, #accordion a:visited, #accordion a:active {color: #BA5E3D; text-decoration: none;}
#accordion a:hover {color: #BA5E3D; text-decoration: underline; /*background: #DBD6B8;*/}


.menu_italics {
	font-size: 9px;
	font-style: italic;
}
