@charset "utf-8";
/* CSS Document */


body { 
background: #eee url(../img/bg-body.jpg) center no-repeat;
font-size: 62.5% 
}

h1 {
font-size: 3.30em;
font-family: Georgia, "Times New Roman", Times, serif;
padding-bottom: 10px;
font-weight: normal;
}

a 
	{ 	
		color: #007540;
		text-decoration: none;
	}
	
a:hover { text-decoration: underline}

/* Structure */
#wrap {
width: 300px;
margin: 10% auto;
text-align: center;
padding: 20px;
background: transparent url(../img/bg-wrap.png) repeat;
color: #000000;
}

#splash {
  padding-bottom: 20px;
}

#splash img {
  margin-bottom: 10px
}

#address {
width: 300px;
font-size: 1.8em;
line-height: 1.5em;
padding-bottom: 10px;
}

p {
font-size: 1.8em;
line-height: 1.5em;
text-align: left;
padding-left: 20px;
}
/* Typography */



/* Contact Form {{{1 */
form p {
  margin-bottom: 10px;
  overflow: hidden;
}

form p label, form p input {
  float: left;
}

form p label {
  width: 75px;
  padding-top: 0px;
  font-weight: bold;
  line-height: 1;
}

form p input, form p textarea {
  width: 180px;
  padding: 0;
}


textarea {
  height: 120px;
}

form #submit {
  margin: 0 0 0 75px;
  padding: 5px;
  width: auto;
}

#contact {
  display: none;
  height: 240px;
}

body.no-js #contact {
  display: block;
}

#contact-handle-wrap {
  height: 5em; 
  margin-top: 5px;
  text-align:center;
}

#contact-handle:hover {
  cursor: pointer;
}

