/* REMOVE ALL PADDING AND MARGINS */
* {
   padding:0;
   margin:0;
}

body {
	text-align: center;
	background-image:  url(images/back_light.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 0.8em;
	}

a, a:active, a:visited {
	color: #9B5A02;
	text-decoration: none;
	}

a:hover {
	color: #9B5A02;
	text-decoration: underline;
	}



#container {
	margin: 10px auto 0px auto;
	border-left: 1px solid #967348;
	border-right: 1px solid #967348;
	padding: 0px;
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
	overflow:hidden;
	}

#header {
	width: 100%;
	padding-bottom: 20px;
	}

#header a img, #header a:active img, #header a:visited img, #header a:hover img {
	border: none;}

#topmenu {
	width: 750px;
	background-image:url(images/menutopband.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	overflow: hidden;
	}

#topmenutext {
	float: right;
	}

#topmenutext p {
	margin-right: 50px;
	background-color: #F4ECE6;
	border-bottom: 10px solid #E0D5C5;
	font-size: 0.9em;
	color: #B4A694;
	padding: 5px;
	}

#topmenutext a {
	text-decoration: none;
	color: #000000;	
	}

#topmenutext a:hover {
	text-decoration: underline;
	color: #89755F;
	}

a#topmenutext_current {
	color: #89755F;
	font-weight: bold;
}

#bodywrapper {
	float: left;
	background-color: #E5E0D3;
	overflow: auto;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	width: 750px;
	margin: auto;
	padding: 10px 0 40px 0;
	}

#leftmenucontainer {
	float: left;	
	padding-left: 40px;
	padding-top: 15px;
	}

#leftmenutop {
	background-color: transparent;
	}

#leftmenu {
	width: 145px;
	padding: 0.4em 1em;
	background-image:url(images/orangemenu_02.gif);
	background-repeat:repeat-y;
	background-color: transparent;
	font-weight: bold;
	}

#leftmenu h1 {
	font-size: 0.95em;
	}

#leftmenu ul {
	list-style-type: none;
	padding: 0.6em 0.6em 0.6em 0;

}

#leftmenu li {
	font-size: 0.8em;
	padding: 0.1em 0;
	}

#leftmenu a, #leftmenu a:active, #leftmenu a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dashed #CC9966;
	padding-bottom: 0.5em;
	}

#leftmenu a:hover {
	text-decoration: underline;
	color: #9B5A02;
	}

#leftmenucurrent {
	text-decoration: underline;
	color: #9B5A02;
	}

#textbody, #projectsbody {
	float: left;
	background-color: transparent;
	padding-left: 30px;
	}

#projectsbody {
	padding-top: 20px;
	}

#projectsbody h1{
	font-size: 1em;
	border-top: 1px solid #95887B;
	border-bottom: 1px solid #95887B;
	background-color: #E0D5C5;
	padding: 2px 5px;
	text-align: right;
	}

#textbody h2, #projectsbody h2{
	font-size: 1em;
	padding: 20px 0 0 0;
	}

#textbody table {
	width: 450px;
	text-align: right;
	}

#projectsbody table {
	width: 480px;
	text-align: left;
	}

#projectsbody img {
	margin-top: 20px;
	}

p.projectdescription {
	text-indent: 4em;
	padding-top: 2em;
	}

#textbody table td {
	padding-left: 5px;
	padding-top: 5px;
	}

#projectsbody table td {
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: bottom;
	}

div#textbody_intro {
	padding-right: 40px;
	padding-bottom: 20px;
	width: 130px;
	font-size: 0.8em;
	font-weight: bold;
	}

div#textbody_intro a {
	color: #9B5A02;
	text-decoration: none;
	}

div#textbody_intro a:hover {
	color: #9B5A02;
	text-decoration: underline;
	}
	

#footer {
	font-size: 0.8em;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	}

#credit {
	font-size: 0.8em;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	}

/* SLIDESHOW FORMATTING */
#legendDiv {
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: left;
	width: 80px;
	}

p#myLegend {
	font-size: 0.8em;
	color: #7E705F;
	font-weight: bold;
	}

p.enlarge {
	font-size: 0.8em;
	color: #7E705F;
	font-weight: bold;
	text-align: left;
	}

.slidedirection, .slideimage {
	text-align: center;
	width: 270px;
	margin-left: 100px;
	}

.slidedirection a, .slidedirection a:visited, .slidedirection a:active {
	padding: 0 3px;
	background-color: #E0D5C5;
	color: #000000;
	font-size: 0.8em;
	}

.slidedirection a:hover {
	background-color: #95887B;
	color: #FFFFFF;
	text-decoration: none;
	}

.slideimage a img, .slideimage a:visited img {
	border: 1px solid #E0D5C5;
	text-decoration: none;
	}

.slideimage a:hover img {
	border: 1px solid #95887B;
	}

a.disabledarrow {
	visibility: hidden;
}	

