/* standard elements */
* {
	margin: 0;
	padding: 0;
	height: auto
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #996633;
	color: #996633;
}
a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #c3976b;
}

body {
	color: #666;
	font-size:9px;
	line-height: 15px;
	font-style: normal;
	font-family: Arial, sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {
	font: normal 2em arial;
	color: #999;
}
h2 {
	font: bold 1.6em arial,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	font: normal 2em sans-serif;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */


/* content elements */
.content .heading {
	color: #996633;
	margin-bottom: 3px;
	font-size:16px;
	font-style:normal;
}
.content .subheading {
	color: #996633;
	margin-bottom: 6px;
	font-size:11px;
	font-style:normal;
	margin-top: 10px;
}
.content .heading .leaf{
	color: #996633;
	margin-top: 3px;
	margin-right:6px;
	font-size:16px;
	font-style:normal;
	float:left;
	
}

.content2 .heading {
	color: #996633;
	margin-bottom: 8px;
	font-size:16px;
	font-style:normal;
	margin-top: 3px;
	
}
.content2 .subheading {
	color: #996633;
	margin-bottom: 6px;
	font-size:11px;
	font-style:normal;
	margin-top: 10px;
}

.sidebar{
	background-color:#f2f8f8;
	border-top: #c2c4c4 1px solid;
	border-right: #c2c4c4 1px solid;
	border-bottom: #c2c4c4 1px solid;
	width:185px;
	float:left;
	height: 328px;
}

.sidebar .heading {
	color: #996633;
	margin-bottom: 8px;
	font-size:14px;
	font-style:normal;
}

.sidebar .heading2 {
	color: #996633;
	margin-bottom: 8px;
	font-size:14px;
	font-style:normal;
}

.sidebar .subheading {
color:#996633; font-size:11px; font-style:italic; margin-bottom:8px;
}

.sidebar .project{
font-size:11px;
text-decoration: none;
}

.sidebar .location{
font-style:italic;
}

.sidebar a {
color: #888;
border-bottom: 1px dotted #888;
}
.sidebar a:hover {
color: #BBB;
border: 0;
}

.hide{
	display: none;
}

.show{
	display: block;
	margin-bottom:15px;
}

/* footer */
.footer {
	color: #666;
	padding: 3% 3% .5%;
	border-top:#996633 1px dotted;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #888; border: 0;}
.footer a:hover {
	color: #BBB;
}

/* bottom */
.bottom {
	color: #888;
	clear: both;
	font-size: 9px;
	text-align:center;
}
.bottom a {color: #888;}

/*nav*/

#navlist
{
	margin: 0;
	padding: 0 0 0px 10px;
	font-size:12px;
	border: 0;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right;
margin: 0 0 0 15px;
text-decoration: none;
border-bottom: 0;
color: #404066;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
background: transparent;
color: #000;
}

#navlist a:hover {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #000033;
}

.navsep{
	border-top:#000033 1px dotted;
	border-bottom:#000033 1px dotted;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top:3px;
	margin-bottom:25px;
	font-size:14px;
	text-align:right;
	color: #000033;
}
