/* CORE TEMPLATE COMPONENTS */
  
body, img, a, form, fieldset, table, td, h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
img {
  display: block;
  }
  
body {
  background: white url(../images/core/bigTri.gif) 180px 0 no-repeat;
  font-family: Helvetica, Arial, sans-serif;
  color: black;
  text-align: center;
  }
  
body#showcase {  /* for enlarged images in pop-up window */
  margin: 14px 0 0 14px;
  text-align: left;
  background: white;
  }
    
div#main {
  width: 100%;
	font-size: 75%;
	margin-top: 204px;
  padding-top: 66px;
  position: relative;
  }
  
/* CORE TYPOGRAPHY */

a {
  color: #6699e6;
  text-decoration: none;
  background-color: transparent;
  }
  
a:hover, 
a#watershed:hover {
  color: black;
  text-decoration: underline;
  }
  
div, 
h1, h2, h3, 
p, li {
  line-height: 125%;
  }
  
h1 {
  position: absolute;
  top: -4px;
  left: 186px;
  font-weight: 100;
  font-size: 400%;
  color: #a6b2be;
  }
  
h1 img {
  margin: 10px 0 0 4px;
  }

h2 {
  margin-top: 1em;
  font-size: 117%;
  color: #a6b2be;
  }
  
p {
  margin: 0.5em 0 0 0;
  }
  
.large {
  font-size: 125%;}
  
/* BRAND */

img#newhill {
  position: absolute;
  top: -99px;
  left: 25px;
  width: 242px;
  height: 116px;
  }
  
img#house {
  position: absolute;
  top: -204px;
  left: 0;
  width: 186px;
  height: 121px;
  }    

/* HOME PAGE */

div#random {
  position: absolute;
  top: 16px;
  left: 510px;
  width: 230px;
  text-align: left;
  }

/* GALLERY */
  
div#gallery {
  width: 616px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  }
  
div#gallery div {
  text-align: left;
  padding-left: 7px;
  }
  
div#nb {
  color: #a6b2be;
  font-size: 92%;
  }
  
div.thumb {
  float: left;
  width: 140px;
  height: 140px;
  padding: 7px;
  }
  
div.thumb img {
  width: 138px;
  height: 138px;
  }
  
div.thumb a {
  display: block;
  border: 1px solid white;
  }
  
div.thumb a:hover {
  border: 1px solid #6699e6;
  }
  
/* PROSE CONTENT */

div#wrapper {
  width: 100%;
  text-align: left;
  }

div#content {
  text-align: left;
  margin-left: 192px;
  width: 390px;
  }
  
h2#first {
  margin-top: 0;
  }
  
/* LARGE IMAGES */

div.large {
  position: absolute;}
  
div#printBrand {
	display: none;
	}
