@charset "utf-8";
/* CSS Document */
<style type="text/css">	
/*  the star trick gets rid of little white border around page  */
* 	{
	margin: 0;
	} 
html,body {margin:0; padding:0}
body {font: 76% arial,sans-serif}
/* p {margin:0 10px 10px} */
/* a {display:block;color: #981793; padding:10px} */ 
div#header h1{ height:50px; line-height:50px; margin:0;
  						padding-left:24px; background: #0a7d2b; color: #FFFF33; font-size: 3.5em; 
						text-transform: lowercase; }
				

div#wrapper {float:left; width:100%}
div#content p{line-height:1.4}
div#content {margin-top: 0;
			margin-right: 5%;
			margin-bottom: 0;
			margin-left: 16%;}
			
/* div#navigation was the key to the ul menu not working */
div#navigation {
	float:left;
	width:120;
	margin-left:0;
	background-color: #FFFFFF; 
	text-transform:lowercase;
}
/*
div#extra {background:#FF8539; float:left; width:10%; margin-left:-10%} */
/*
div#footer p{margin:0;padding:5px 10px}
div#footer {background: #333;color: #FFF}
div#footer {clear:left;width:100%} */

/*.figure {
	float: left;
	width: 120px;
	margin: 0 10px 10px 10px;} */
	
.fadedblue {color: #4B4BDB}

.figure {
	float: left;
	width: 120px;
	margin: 10px 10px 25px 10px;}
	
.large_photo {
	float: left;
	width: 120px;
	margin: 0px 0px 0px 10px;}

/*.photo {
		background: url(drop_shadow.gif) no-repeat right bottom;} */

.photo img {
	border: 0px solid #666;
	background-color: #FFF;
	padding: 0px;
	position: relative;}

.figure p {
	font: 1.1em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	height: 5em;}
	
/* Style for the Unordered List navigation menu */
ul#nav {
    list-style: none;
    margin: 0;
    padding: 10px; }

#nav a {
    display: block;
    width: 100px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; }

#nav a:link, #nav a:visited {
    border-left: #00425E solid 10px; /* this is his blue square */
    color: #00425E; }

#nav a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #00425E;
    color: #fff; }


/* end of Style for the Unordered List navigation menu */

/* Style for the Unordered List INDENTED navigation menu */
ul#nav2 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px; } //this is what changed to get the indent

/* #nav2 a {
    display: block;
    width: 100px;
    padding-left: 10px;
    margin: 3px 0 ;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; }

#nav2 a:link, #nav a:visited {
    border-left: #00425E solid 10px; /* this is his blue square */
    color: #00425E; }

#nav2 a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #00425E;
    color: #fff; }
	
*/

a#here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #0074A5 !important; }
/* end of Style for the Unordered List INDENTED navigation menu */

/* IE 5/6 border erase bug
* html #gallery {
	width: 100%;
}
IE 5 placement bug 
* html #gallery img {
	width: 100%;}       */
</style>
