/*

Site Colours:

brown: #b5b301

*/

* {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 100%;
  border: 0px solid;
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.5em Helvetica, Arial, sans-serif;
  color: #000;
  background: #FFF url(/images/buildings.jpg) repeat-y bottom center;
}

a:link img,
a:visited img {
  border: none;
  padding: 0 0;
}


/* basic site typography */

a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #000;
}

a:hover {
  color: #b5b301;
}

em, cite {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ul,
ol {
  list-style: none;
}

h1 {
	display: none;
}

h2 {
	font: normal 17px/1.2em georgia, serif;
	color: #b5b301;
	margin-bottom: 10px;
}

h4 {
  	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	  margin-top: 40px;
	  margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

.pull {
  display: block;
  width: 100%;
  clear: both;
  margin: 30px 0 20px 0;
  font: italic bold 14px/1.2em georgia, serif;
  color: #CCC;
}

.pull em {
  font-style: normal;
  color: #b5b301;
  font-family: arial, sans-serif;
  display: block;
  margin-top: 3px;
}


/* layout */

#container {
	width: 620px;
	margin: 0 auto 250px auto;
	background: #FFF url(/images/bottom.gif) no-repeat bottom center;
	overflow: hidden;
	padding: 0 40px 50px 40px;
	position: relative;
}

#header {
	width: 620px;
	height: 145px;
	background: #FFF url(/images/tewksbury.gif) no-repeat bottom center;
}

#nav {
	width: 200px;
	height: 100px;
	float: left;
	margin: 4.5em 5em 5em 0;
}

#content {
	width: 280px;
	float: left;
	overflow: hidden;
	padding-top: 18px;
	min-height: 400px;
	font-size: 11px;
}

#content ul {
  overflow: hidden;
  margin: 12px 0 10px 0;
}

#content ul li {
  float: left;
  margin-right: 15px;
}

#content.gallery {
	width: 300px;
}

#badge a {
  text-indent: -10000em;
  background: transparent url(/images/sale-badge.png) top left;
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: block;
  position: absolute;
  top:  360px;
  left: 120px;
  
}

* html body #badge a {
    background: #FFF url(/images/sale-badge.gif) top left;
}


/* navigation */

#nav li {
	font-weight: bold;
	text-align: right;
	line-height: 2.25em;
}

#nav ul {
	margin: 0 0 0 0;
}

#nav ul li {
	font-weight: normal;
	text-align: right;
	line-height: 1.5em;
}


/* image gallery */

.gallery #content img {
	border: 4px solid #ccc;
	padding: 1px;
	background: #fff;
	margin-bottom: 5px;
}

span.image-nav {
	display: block;
	margin: 10px 0 10px;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	color: #ccc;
}

#lightbox{
	background-color:#eee;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }






#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}




