@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: 100% arial,sans-serif; 
	  height: 100%;}
/* p {margin:0 10px 10px} */
/* a {display:block;color: #981793; padding:10px} */ 
div#header h1{height:50px; line-height:43px; margin: 0 0 -16px 0;
	padding-left:24px; color: #FFFF33; font-size: 3em;
	text-transform: lowercase; overflow: hidden; text-overflow: ellipsis;
}

div#header h1{
    background: #009900; /* Old browsers */
background: -moz-linear-gradient(left, #1a722f 0%, #52b252 23%, #83c783 49%, #008a00 80%, #005800 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1a722f), color-stop(23%,#52b252), color-stop(49%,#83c783), color-stop(80%,#008a00), color-stop(100%,#005800)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #1a722f 0%,#52b252 23%,#83c783 49%,#008a00 80%,#005800 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #1a722f 0%,#52b252 23%,#83c783 49%,#008a00 80%,#005800 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #1a722f 0%,#52b252 23%,#83c783 49%,#008a00 80%,#005800 100%); /* IE10+ */
background: linear-gradient(left, #1a722f 0%,#52b252 23%,#83c783 49%,#008a00 80%,#005800 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a722f', endColorstr='#005800',GradientType=1 ); /* IE6-9 */
}
.black {color: #000000; }			

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;
}

/* beginning of the NEW Horizontal Navigation menu */ 
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 1.1em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
/* End of the NEW Horizontal Navigation code */


/*
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: 620px;
	margin: 0px 0px 0px 35px;
	/*border: 1px solid #FF00FF;*/}

/*.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>

