@charset "utf-8";
/* CSS Document */

/* Default values */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000; /* black print */
  background-color: #91915f;  /*khaki */
  
}
html, body, p, th, td, li, dd, dt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
/*  font-family: Arial, Helvetica, sans-serif; */
	font-family: Georgia, serif;
	color:	#343e1c;
	font-weight: bold;
}
h1 { font-size: 1.8em; 
	margin-top: 0;
}
h2 { font-size: 1.7em; }
h3 { font-size: 1.6em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

a:link { color: #476a28 } /* deep green */
a:visited { color: #476a28 } /* deep green */
a:hover { color: #91915f } /* khaki */
a: active { color: #91915f } /* khaki */

/*  End default values area */

/* from about.com's 2column template with header and footer */
html, body { margin: 0; padding: 0; }
#wrapper {
/*	width: 830px;*/
	width: 852px;
	margin: 16px auto 0 auto;
    background-image:url(images/header1.jpg);
    background-repeat:no-repeat;
    background-position:center top;
}
	
#header { 
/*  width: 830px;
  height:220px; */
  width: 852px;
  height: 227px;
  float: left;
/*  background-image:url(images/header1.jpg);
  background-repeat:no-repeat;
  background-position:center;*/
  background-color:#FFFFFF;
}
#maincontainer {
  overflow: hidden ;  /* expanding box solution */
/*  width: 830px; */
  width: 852px;
  float: left;
  background:#FFF;  /* white background for page content */
}
#nav {
/*  position: relative;*/
/*  left: -10px;  /* added to pull navigation elements back to the left - can't find source of centering */
  width: 170px;
  float: left;
  padding-top: 15px;
  font-size: 16px;
}

#nav ul {
	list-style-type:none;
	padding-left: 12px;
	margin-left: 0;
}

#nav li {
	font-family: Georgia, serif;
	font-size:1.2em;
	line-height: 2;
}

#nav li a {
text-decoration: none; 
}

#nav li a:hover {
text-decoration: underline;
}

#contactinfo {
  width: 170px;
  float: left;
  padding-top: 15px;
  font-size: 10px;
}  
#contactinfo p {
  border: dotted 1px;
  border-color: #91915f;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 2px;
  padding-right: 2px;
  background-color:#ede8bb;
}  
	
#main {
  position: relative;
  float: right;
/*  width: 618px;  /* 170 + 20 on left + 20 on right + 2 for border + 618 = 830px page width */
  width: 638px;
  border-left:solid thin #666666 ;
  border-left-color:#91915f;  /*khaki */ 
  padding: 0 20px 5px 20px; 
}

#footer {
 /* width: 830px; */
  width: 852px;
  float: left;
  padding-left: 190px;
  padding-top: 15px;
  background:#FFF;  /* white background for footer area */
} 

/*  New styles relevant to Sustainable Delmarva */

/* Home page styles for photos at page center */
#photo_area {
	width: 600px;
	margin: 9px;
/*	background:#c0bf9e;*/
}
.top_left {
	margin: 10px;
	padding-left:60px;
	padding-top: 10px;
	width: 260px;
}
.bottom_left {
	margin: 0px 10px 10px 10px;
	padding-left:60px;
	width: 260px;
}

.map_on_right {
	float: right;
	padding-right:60px;
	padding-top: 10px;
	margin-top: 10px;
}
#photo_area p {
  position: relative;
  top: -7px;
	font-size:.9em;
	text-align: left;
	font-weight:bold;
}	

/* project page photo styles */
#photo_table {
}
#photo_table p {
	text-align: center;	
 /*   position: relative;
    bottom: 8px;*/
	margin-top: 1px;
	margin-bottom: 5px;
/*	font-size:.9em;*/
	font-weight:bold;
}	

.banner_right {
	float: right;
	padding-top: 10px;
	padding-right: 25px;
}
.banner_right p {
	text-align: center;	
    position: relative;
    top: -8px;
	font-size:.9em;
	font-weight:bold;	
}	
.photo_left {
	padding-top: 10px;
	padding-left: 15px;
	width: 245px;
}
.photo_left p {
	text-align: center;	
    position: relative;
    top: -8px;
	font-size:.9em;
	font-weight:bold;
}	
.caption {
	text-align: center;	
    position: relative;
    top: -8px;
	font-size:.9em;
	font-weight:bold;
}

.map {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 46px;
	margin-right: 25px;
}
.map p {
	text-align: center;	
    position: relative;
    top: -8px;
	font-size:.9em;
	font-weight:bold;	
}	

/* Misc. styles relavant to Sustainable Delmarva */
.par_indent {
  border: dotted 1px;
  border-color: #91915f;
/*  margin-left: 20px;
  margin-right: 20px;*/
  padding-left: 8px;
  padding-right: 8px;
/*  background-color:#FFFFCC;*/
/*  background-color:#dbce7f;*/
  background-color:#ede8bb;
}
.home_heading {
/* the text is just a little too wide to use a normal h1 */
	font-family: Georgia, serif;
	color:	#343e1c;
	font-weight: 500;
	font-size: 1.8em; 
	margin-top: 0;
	text-align:center;
}
