@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

body, input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5A3D1B;
}

img {
	border: 0;
}

h2 {
	padding-bottom: 5px;
}
body {
	margin: 0;
	font-size: 80%;
	background: #a3bfbf url(images/img_bg_main.gif) repeat-x;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 900px;
	background: #f0eeee;
	color:#5A3D1B;
}

ul {
	list-style: square;
	margin: 0 0 0 25px;
}
#header {
	margin: 16px auto 0 auto;
	width: 900px;
	height: 197px;
	background: url(images/img_header_top.jpg) no-repeat;
}
#header_bottom {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 41px;
	background: url(images/img_header_bottom.gif) no-repeat;
}
#menu {
	padding: 25px 0 0 0;
	width: 230px;
	clear: both;

}
#header .toplevelnav {
	list-style: none;
	float: right;
	padding: 22px 20px 0 0;
	clear: right;
}
#header .toplevelnav li {
	display: inline;
	padding: 0 0 0 8px;
	font-size: 80%;
}
#header .toplevelnav a {
	color: #669999;
	text-decoration: none;
}
#header .toplevelnav a:hover {
	color: #669999;
	text-decoration: none;
}

#header .toplevelnav a.divider {
	background: url("images/img_divider_topnav.gif") right no-repeat;
	padding: 0 14px 0 0;
}
#header .toplevelnav .selected {
	color: #669999;
	font-weight: bold;
}

#container_single {
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width: 880px;
}
#container_left {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 226px;
	float: left;
}
#container_left a {
	display: block;
}
#left_image {
	margin: 0 auto 0 auto;
	width: 200px;
	height: 200px;
	border: 1px solid #E4D0D1;
}

#left_text {
	margin: 0 auto 5px auto;
	padding: 5px 5px 5px 5px;
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #E4D0D1;
	font-size: .9em;
}
#container_right {
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	width: 650px;
	float: right;
	border-left: 2px solid #E4D0D1;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 8px 0 0 20px;
	background: #dad4d4;
	color: #999999;
	height: 25px;
	width: 880px;
	font-size: .8em;
	clear: both;
}
#bio_container {
	margin: 0 auto 0 auto;
	width: 640px;
	height: 370px;
	padding-left: 10px;
}
#bio_image {
	float: left;
	border:	1px solid #E4D0D1;
	width: 220px;
	height: 220px;
	margin-right: 5px;
}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 1.2em;
	background: #D2E0E6;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
#horiz_line_long {
	margin: 5px auto 2px auto;
	width: 648px;
	height: 2px;
	background-color:#e5cfd0
}
