/** Kardon Ponds **/

/* Reset */
body,p,a,img,div,span,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,table,tr,th,td {
  margin:0;
  padding:0;
  border:0;
  text-decoration:none;
  font-weight:normal;
  font-family: Arial, Helvetica, Sans-Serif;
}

/* Text */

p { 
  text-align: left;
}

/* Structure */

body {
  background-color: #a9b994;
}

.greenway-perspective, .public-lawn-perspective, 
.victims-memorial-perspective, .view-across-ponds, 
.curved-sidewalk, .mix-unit-building, .ponds-photo,
.lake-drive, .dentin-pa, 
.building-elevation {
	height:225px;
}

.greenway-perspective {
	background: url("/img/greenway-rendering-1024x400.jpg") 50% -150px repeat-x #2b5145;	
}

.public-lawn-perspective {
	background: url("/img/public_lawn_perspective_1024x400.jpg") 50% -125px repeat-x #2b5145;	
}

.victims-memorial-perspective {
	background: url("/img/victims_memorial_perspective_1024x400.jpg") 50% -100px repeat-x #2b5145;	
}

.view-across-ponds {
	background: url("/img/view_across_ponds_1024x400.jpg") 50% -50px repeat-x #2b5145;	
}

.building-elevation {
	background: url("/img/building-elevation-for-header.jpg") 50% -20px repeat-x #2b5145;	
}

.curved-sidewalk {
	background: url("/img/curved_sidewalk_perspective_1024x400.jpg") 50% -120px repeat-x #2b5145;	
}

.mix-unit-building {
	background: url("/img/mix_unit_perspective_1024x400.jpg") 50% -150px repeat-x #2b5145;	
}

.lake-drive {
	background: url("/img/lake-drive-perspective_1024x400.jpg") 50% -75px repeat-x #2b5145;	
}

.dentin-pa {
	background: url("/img/dentin-pa-perspective_1024x400.jpg") 50% -120px repeat-x #2b5145;	
}

#main {
  text-align:center;  
  background: url("/img/main-bg-gradient.jpg") 0 0 repeat-x;
  height:400px;
}

#main #lower-frame {
    width: 1000px;
    text-align:center;
    margin: 0 auto;    
  }

#main-column {
  margin: 0px 0px 0px 340px;
}

#content {
  text-align:left;  
  padding: 20px 0px 0px 20px;
}

  #content p, #content ul li, #content p a, #content li a, #content .source-date {
    font-family: Arial, Helvetica, Sans-Serif;
  }

  #content p {
    font-size:.8em;
    color:#333;
    padding: 6px 0px;
    line-height: 1.4em;
  } 
  
  #content ul {
    margin: 10px 50px;
  }
  
  #content ul li {
    list-style: square;
    font-size: .8em;
    color:#666;
    padding: 2px 10px;
  }
  
  #content h1, #content h2, #content h3 {
  	font-family: Georgia, "Times New Roman", Times, Serif;
  }
  
  #content h1 {
    font-size: 1.4em;        
    color:#465f57;
    padding: 15px 0px 5px 0px;    
  }
  
  #content h2 {
    font-size: 1em;
    color:#465f57;
    padding: 15px 0px 10px 0px;        
  }
  
  #content h3 {
    font-size: 1.1em;
    color:#666;
    padding: 15px 0px 5px 0px;     
  }
  
  #content p a, #content li a {
    color: #33443f;
  }
  
  #content p a:hover, #content li a:hover {
    color:#5a796f;
  }
  
  #content .source-date {
    font-size: .9em;
    font-style:italic;
  }
  
  #content p.note {
    padding: 0 0 10px 0;
    font-size: .7em;
  }
  
#menu {
  height: 30px;        
}

  #menu ul {
    list-style:none;
    padding: 10px 0px 0px 0px;
    height:30px;    
  }
  
  #menu ul li {
    float:left;
  }

  #menu ul li a {
    display:block;
    padding:5px 18px;
    font-size: 1em;
    font-weight:bold;
    color: #1e544a;    
  }
  
  #menu ul li a:hover {
    color:#3e9484;
  }
  
  #menu ul li a.current, #menu ul li a.current:hover {
    background-color:#3e9484;
    color: #dcf3bb;
  }
  
#main .tagline-text {    
  margin:20px auto 0px auto;
  text-align:center;
}

#left-sidebar {
  float:left;
  width: 315px;
  padding: 275px 0px 0px 0px;
  text-align:left;
}

#logo {
  position:absolute;
  margin: -320px 0px 0px 0px;
  height:195px;
  width: 315px;   
  text-align:center;
}

#logo-with-ink {
  position:absolute;
  margin: -220px 0px 0px 0px;
  height:193px;
  width: 350px;   
  text-align:center;
}

#logo .tagline-text {    
  margin: 5px auto 0px auto;    
}
  
  #logo .logo-img {    
    margin: 0 auto;
  }  

.description-text {
	margin: 15px auto 0 auto;
}

#sidebar-boxes {
  text-align:center;
  padding: 10px 0px 0px 0px;
}

#survey-box {  
  width:200px;
  text-align:left;
  margin: 0px auto; 
}

  #survey-box p {    
    color: #333;
    line-height: 1.5em;     
    font-size: .7em;
    margin: 5px 20px 10px 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 0px 10px;
  }
  
  #survey-box #start-survey-form input.textbox {
    border: 3px solid #9fab90;
    background-color: #c0d289;
    width: 120px;
    font-style:italic;
    color: #666;
    width: 110px;
    font-size:.75em;
    padding: 2px 3px;
  }
  
  #survey-box #start-survey-form input.button {
    margin: 0px 0px 0px 5px;
  }   

#footer {
  height: 198px;
  padding: 30px 0px 0px 0px;
}

#footer p {
  font-size: .65em;
  text-align:right;
  color:#1e544a;
  float:right;
  margin: 170px 0px 0px 0px;
}

#elevation-rendering-1 {  
  background: url("/img/elevation-rendering-1-sm.jpg") no-repeat;
  height:198px;
  width:453px;
  float:left;
}

.form {	
	color: #333;
	padding: 5px;
	margin: 15px 20px;
}

.form td {
	width:100px;
	vertical-align:top;
	padding: 5px;
	font-size:.9em;
}

.form input.textbox {
	width: 200px;
}

.form .row {	
	height:35px;	
	margin:5px 0;
}

.form .tall {
	height:100px;
}

.photo-frame {
	border:4px solid #719086;
	padding: 1px;
}

a .photo-frame:hover {
	border-color: #5a796f;
}

.photo-caption, .photo-caption a {
	font-family:Georgia, 'Times New Roman',serif;
}

.photo-caption {
	color:#444;
	font-size:.75em;
	font-style:italic;
	padding: 10px 0;
	vertical-align:top;
}


.photo-caption a {
	color: #33443f;
}
  
.photo-caption a:hover {
    color:#5a796f;
}

.photo-separator {
	padding: 15px 0;
}

.photo-inline {
	margin: 10px;
}

table.photo-table tr td {
	padding-right:10px; 
	padding-left:10px;
}

table.photo-table tr td.photo {
	vertical-align:bottom;	
}

table.photo-table tr td.photo-caption {
	padding-right: 10px;
	padding-left: 10px;
}

