@charset "utf-8";
body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: medium;
	color: #666666;
}
body {
	background-color:#FFFFCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	color: #336600;
}
h2 {
	font-size: 1.3em;
	color: #336600;
}
h3 {
	font-size: 1.1em;
	color: #336600;
}
div#corner {
	position: absolute;
	top: 7px;
	left: 7px;
	background: white;
	width: 244px;
	height: 137px;
	z-index: 10;
	}
div#navband {
	position: absolute;
	top: 247px;
	left: 0;
	height: 49px;
	width: 100%;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	z-index: 5;
	}
body#port_page div#navband {
	top: 150px;
	}
div#navpic {
	position: relative;
	float: right;
	width: 198px;
	height: 264px;
	}
/* main includes the background image for the page */
div#main {
	position: relative;
	top: 40px;
	padding-top: 30px;
	margin: 0 auto;
	width: 900px;
	height: 700px;
	background-image: url(images/west_elevation.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
	}
body#who_page div#main {
	background-image: url(images/east_elevation2.gif);
	background-position: center;
	}
body#where_page div#main {
	background-image: url(images/map.gif);
	background-position: center;
	}
body#contact_page div#main {
	background-image: url(images/south_elevation2.gif);
	background-position: center;
	}
body#portfolio_page div#main {
	background-image: url(images/starhillthumbs.jpg);
	background-position: center 255px;
	}
/* early american architecture, modern amenities */
div#tagline {
	position: absolute;
	float: right;
	top: 12px;
	left: 265px;
	width: 75%;
	height: 40px;
	vertical-align: middle;	
	background-image: url(images/architecture_amenities.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	z-index: 10;
	}
div.window {
	width: 125px;
	height: 116px;
	float: right;
	top: 15px;
	margin-right: 20px;
	}
/* we promise you quality work */
div#quality {
	width: 699px;
	padding: 15px 15px 15px 5px;
	height: 31px;
	clear: both;
	float: right;
	}
div#quality img {
	margin: 0 auto;
	}
/*  container with background for the navigation images */
div#nav {
	position: relative;
	width: 1040px;
	height: 49px;
	margin: 0 auto;
	/* background-image: url(images/navbg.gif);
	background-repeat: repeat-x; */
	margin-left: 5px;
	overflow: hidden;
	}
/* navigation image styling  */
div#home a, div#who a, div#what a, div#portfolio a, div#where a, div#contact a {
	display: block;
	float: left;
	background-image: url(images/buttons.gif);
	z-index: 12;
	overflow: hidden;
	}
/* one image, positioned variably for each 'button' */
div#home a {
	width: 109px;
	height: 49px;
	background-position: 0 0;
	}
div#home a:hover, body#home_page div#home a {
	background-position: 0 -55px;
	}
div#who a {
	width: 174px;
	height: 49px;
	background-position: -109px 0;
	}
div#who a:hover, body#who_page div#who a {
	background-position: -109px -55px;
	}
div#what a {
	width: 183px;
	height: 49px;
	background-position: -283px 0;
	}
div#what a:hover, body#what_page div#what a {
	background-position: -283px -55px;
	}
div#where a {
	width: 229px;
	height: 49px;
	background-position: -466px 0;
	}
div#where a:hover, body#where_page div#where a {
	background-position: -466px -55px;
	}
div#contact a {
	width: 188px;
	height: 49px;
	background-position: -695px 0;
	}
div#contact a:hover, body#contact_page div#contact a {
	background-position: -695px -55px;
	}
div#portfolio a {
	width: 157px;
	height: 49px;
	background-position: -883px 0;
	}
div#portfolio a:hover, body#portfolio_page div#portfolio a,
body#port_page div#portfolio a {
	background-position: -883px -55px;
	}

div#main div#text {
	width: 850px;
	padding: 20px;
	margin: 0;
	text-align: center;
	position: relative;
	top: 80px;
	clear: both; 
	}
body#portfolio_page div#main div#text h2 {
	text-indent: 55%;
	text-align: left;
	}
/* portfolio image styles: wide and tall */
div#main div.photow, div#main div.photot {
	width: 260px;
	height: 195px;
	float: left;
	margin: 1%;
	}
div#main div.photow img {
	width: 260px;
	height: 195px;
	}
div#main div.photot, div#main div.photot img {
	width: 195px;
	height: 260px;
	}
div.photow img, div.photot img {
	border: #006600 solid 2px;
	}
div#footer {
	width: 100%;
	height: 20px;
	position: relative;
	left: 0;
	top: 0;
	clear: both;
	font: .8em/1em Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-align: center;
	z-index: 100;
	}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active {
	text-decoration: none;
	}
div#footer a:visited {
	color: #666666;
	font-weight: bold;
	}
div#footer a:hover {
	color: #006633;
	font-weight: bold;
	background-color: #FFFF99;
	}
div#footer a:active {
	color: #006633;
	font-weight: bold;
	}
div#corner a:link,
div#corner a:visited,
div#corner a:hover,
div#corner a:active {
	border: 0;
	margin: 0;
	text-decoration: none;
	}
