@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height: 160px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../Pages/Images/logo_02.gif);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 10px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#toplogo {
	float: left;
	clear: none;
	width: 260px;
	height: auto;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	display: inline;
	width: 75px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 40px;
}

#sidewrapper {
	margin-top: 170px;
	width: inherit;
}


#mainContent {
	margin-top: 10px; 
	float: right;
	height: auto;
	width: 820px;
} 

#mainContent a img{
	border: none;
}
#footer { 
	margin-top: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	display: inline;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	display: inline;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#navcontainer
{
	height: 20px;
	width: 600px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	float: right;
	display: inline;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
letter-spacing: 1px;
}

#navcontainer ul li
{
display: block;
float: right;
display: inline;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 150px;
height: 18px;
border-top: none;
border-left: none;
border-bottom: none;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: #999;
text-decoration: none;
display: block;
text-align: right;
font: normal 14px/22px "Arial", "Sans serif", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #630;
	background: #FFF;
}

#navcontainer li#active a
{
	background: #FFF;
	border: none;
	color: #666;
	font-weight: bold;
}

#navcontainer ul li a img{
	border: none;
}
.projectMenu {
	height: 410px;
	width: 820px;
}
.projectMenu a { display: block; position: relative; float: left; z-index:1;}
.projectMenu img {
	border-style: none;
	margin-top: 20px;
	margin-right: 1px;
}
.projectMenu a span { display: none; color: #000;  }
.projectMenu a:hover { text-decoration: none;}
.projectMenu a:hover span {
	display: block;
	position: absolute;
	width: 204px;
	text-align: center;
	font-size: 12px;
} 

.contactinfo {
	color: #666;
	font-family: "Century Gothic";
	font-size: 0.7em;
}
 
h1{
	color: #036;
	font-weight: normal;
	font-size: large;
	letter-spacing: 1px;
}

h2{
	color: #036;
	font-weight: normal;
	font-size: medium;
}

p {
	font-size: .8em;
}

.direction {
	color: #633;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 250%;
	text-transform: uppercase;
	text-decoration: none;	
}

#projectdescription {
	float: left;
	width: 186px;
	height: auto;
	padding-right: 10px;
}

/* #pane3 {
	overflow: visible;
	height: auto;
	width: 185px;
	padding-right: 5px;
	position: absolute;
	top: 1px;
	left: -2px;
}*/

#pane3 p{
	font-size: 0.7em;
	line-height: 1.3em;
	padding-left: 5px;
	padding-right: 3px;
	text-align: justify;
}

#projectdescription p{
	font-size: 0.7em;
	line-height: 1.3em;
	padding-left: 5px;
	padding-right: 3px;
	text-align: justify;
}

.projecttitle {
	font-size: .8em;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
}

.projecttitle2 {
	font-size: .7em;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
}

.projectlocation {
	font-size: 0.7em;
	color: #000;
	padding-left: 5px;
}

#mainphoto {
	height: 410px;
	width: 615px;
	margin-left: 200px;
	margin-top: 2px; 
}

#mainphoto img{
	display:block; /*allows the element to take auto margins*/
	margin:0 auto; /*centers in compliant browsers*/
	text-align:center; /*centers in old versions of IE*/ 
}

#thumbarea {
	width: 186px;
	bottom: 0px;
	overflow: hidden;
}

#thumbphoto {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 1px;
	margin: 0;
	width: 190px;
}

#thumbphoto li{
	 /* border: 3px solid #fff; */
	 cursor: pointer;
	 display: inline;
	 float: left;
	 height: 35px;
	 opacity: 0.5;
	 /* outline-color: #ddd;
	 outline-style: solid;
	 outline-width: 1px; */
	 width: 35px;
	 margin: 5px;
 }
 
 #thumbphoto li.active, #thumbphoto li:hover {
	 opacity: 0.99;
	 outline-color: #bbb;
 }
 
 .profileimg {
	clear: both; 
	float: left;
	height: auto;
	margin-right: 5px;
	margin-bottom: 10px;
 }
 
#map_area{
	float: right;
	clear: left;
	width: 615px;
	height: 410px;
	margin-top: 17px;
}
#leftdiv{
	float: left;
	width: 400px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#rightdiv{
	float: right;
	width: 400px;
	height: auto;
}

.name{
	font-size: 0.8em;
	line-height: normal;
}
#boathousewrapper{
	margin-top: 18px;
	width: inherit;
}	

#niellowrapper{
	margin-top: 150px;
	width: inherit;
}
	
#barrowswrapper{
	margin-top: 92px;
	width: inherit;
}

#pusdwrapper{
	margin-top: 105px;
	width: inherit;
}

#braunwrapper{
	margin-top: 253px;
	width: inherit;
}

#packardwrapper{
	margin-top: 50px;
	width: inherit;
}

#goodanwrapper{
	margin-top: 193px;
	width: inherit;
}

#waterfrontwrapper{
	margin-top: 1px;
	width: inherit;
}

#merrittwrapper{
	margin-top: 4px;
	width: inherit;
}


#photocredit_niello{
	width: inherit;
	height: 15px;
	text-align: right;
	font-size: .6em;
	color: #999;
}

#principaldiv {
	width: 415px;
	height: 250px;
	clear: none;
	float: left;
}

#principaldivright {
	width: 405px;
	height: 250px;
	float: right;
	clear: none;
}

.regulartext {
	font-size: 0.7em;
}

#toplogo a img {
	float: left;
	border: none;
}

.color630 {
	color: #630;
}

.color900 {
	color:#900
}

#left_main
{
	width: 400px;
	float: left;
	text-align: left;
}

#right_main
{
	width: 400px;
	float: right;
	text-align: left;
	padding-top: 30px;
}

#publication
{
	clear: left;
	float: right;
	width: 400px;
	height: auto;
}

#greenlogo
{
	clear: right;
	float: left;
}
