/* * * Color Palette * * *
	Lt Green:	#b8d18f
	Torquoise:	#156165
	Green:		#668d78
	Grey:		#929197
 * * * * * * * * * * * * */

html { min-height: 100%; margin-bottom: 1px; }

/* Reset styles */
body,p,ul,li,h1,h2,h3,h4,h5,h6,div,span,img {
	padding: 0; margin: 0; border: 0;
}


/* Core Elements */
body {
        font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background: #fff url('/files/h2architects/i/bg.gif') left 101px repeat-x;
}
a {
	color: #b8d18f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #fff;
	font-size: 24px;
	line-height: 51px;
	font-weight: normal;
	text-indent: 10px;
}

p {
	padding: 5px 0;
}
           
/* Layout */
#wrapper {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	position: relative;
}                    
#projwrapper {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
}                    

#leftwrap { width: 1000px; }
#header {
	display: block;
	float: left;
}                  

#headerimg { margin: 12px 0 0 3px; }

#leftbar {
	float: left;
	width: 117px;
	height: 320px;
	background: url('/files/h2architects/i/bg.gif') left top repeat-x;
}
#imagewrapper {
	margin-left: 4px;
	float: left;
	width: 326px;
	height: 320px;
}
#bodywrapper {
	margin-left: 4px;
	float: left;
	width: 549px;
}
#projbodywrapper {
	margin-left: 4px;
	float: left;
	width: 333px;
}
#subheader {
	margin-bottom: 4px;
	width: 545px;
	height: 51px;
	background: #b8d18f;
	float: left;
}
#subheader.narrow {
	width: 363px;
}

#subheader.heading1 * { text-indent: -9999px; }
#subheader.heading1 { background: url('') top left no-repeat; }
#subheader.heading2 * { text-indent: -9999px; }
#subheader.heading2 { background: url('') top left no-repeat; }
#subheader.heading3 * { text-indent: -9999px; }
#subheader.heading3 { background: url('') top left no-repeat; }
#subheader.heading4 * { text-indent: -9999px; }
#subheader.heading4 { background: url('') top left no-repeat; }
#subheader.heading5 * { text-indent: -9999px; }
#subheader.heading5 { background: url('') top left no-repeat; }
#subheader.heading6 * { text-indent: -9999px; }
#subheader.heading6 { background: url('') top left no-repeat; }
#subheader.heading7 * { text-indent: -9999px; }
#subheader.heading7 { background: url('') top left no-repeat; }

/* SIDE NAVIGATION */

#projectsnav {
	   margin: 5px 2px;
}

#projectsnav li {
	   list-style-type: none;
	   text-indent: -9999em;
}

#projectsnav li a {
      display: block;
      height: 22px;
      margin: 0;
      padding: 0;
      border: 0;
      text-decoration: none;
      background: url("/ezstatic/data/h2architects/i/sidebar-new.gif") top left no-repeat;
}




/* New Vernacular Home */
#projectsnav li#pnb1 a { background-position: 0 0; }
#projectsnav li#pnb1 a:hover { background-position: -112px 0; }

/* Historic Schoolhouse */
#projectsnav li#pnb2 a { background-position: 0 -22px; }
#projectsnav li#pnb2 a:hover { background-position: -112px -22px; }

/* Shingle Style Home */
#projectsnav li#pnb3 a { background-position: 0 -46px; }
#projectsnav li#pnb3 a:hover { background-position: -112px -46px; }

/* Timber Frame Barn */
#projectsnav li#pnb4 a { background-position: 0 -68px; }
#projectsnav li#pnb4 a:hover { background-position: -112px -68px; }

/* Rustic Retreat */
#projectsnav li#pnb5 a { background-position: 0 -90px; }
#projectsnav li#pnb5 a:hover { background-position: -112px -90px; }

/* Hillside Home */
#projectsnav li#pnb6 a { background-position: 0 -112px; }
#projectsnav li#pnb6 a:hover { background-position: -112px -112px; }

/* Seaside Home */
#projectsnav li#pnb7 a { background-position: 0 -134px; }
#projectsnav li#pnb7 a:hover { background-position: -112px -134px; }

/* Carriage Barn */
#projectsnav li#pnb8 a { background-position: 0 -156px; }
#projectsnav li#pnb8 a:hover { background-position: -112px -156px; }

/* Current Projects */
#projectsnav li#pnb9 a { background-position: 0 -178px; }
#projectsnav li#pnb9 a:hover { background-position: -112px -178px; }

/* Elegant Farmhouse */

#projectsnav li#pnb10 a { background-position: 0 -200px; }
#projectsnav li#pnb10 a:hover { background-position: -112px -200px; }

/* Lake Champlain Home */
#projectsnav li#pnb11 a { background-position: 0 -222px; }
#projectsnav li#pnb11 a:hover { background-position: -112px -222px; }

/* Just Right Home */
#projectsnav li#pnb12 a { background-position: 0 -244px; }
#projectsnav li#pnb12 a:hover { background-position: -112px -244px; }

/* Modern Cabin */
#projectsnav li#pnb13 a { background-position: 0 -266px; }
#projectsnav li#pnb13 a:hover { background-position: -112px -266px; }

#projectsnav li#pnb14 a { background-position: 0 -288px; }
#projectsnav li#pnb14 a:hover { background-position: -112px -288px; }



div#slideshow { height: 320px; }

.pics a { display: block; width: 326px; height: 320px; top: 0; left: 0; }
.pics img { display:none; }

#content {
	width: 515px;
	min-height: 255px;
	height: auto;
	background: #156165;
	color: #fff;
	padding: 5px 15px;
	float: left;
}
#content.narrow {
	width: 333px;
}
#content.narrow.home {
	width: 333px;
	height: 310px;
}                      
                                  
.testimonial { font-style: italic; }

#sustaindesign p { margin: 0 auto 0 14px; }     

#sustaindesign h3 { font-size: 1em; margin: 10px auto 0 auto; }     

#rightbar {
width: 181px;
    float: left;
    height: 320px;
    color: #fff;
    margin: 0 0 0 35px;
	background: url('/files/h2architects/i/bg.gif') left top repeat-x;
}
                                   
#rightbar .thumbimgmany { float:left; padding: 10px 0 0 10px;  }
#rightbar .thumbimg { padding: 10px 0 0 10px;  }

/* for Internet Explorer, who doesn't respect min-height */
/*\*/
* html #content {
height: 255px;
}
* html #content.narrow.home {
height: 310px;
}
/**/

/* Navigation */
#nav {
	width: 549px;
	height: 25px;
	float: left;
	text-align: left;
	margin: 76px 0 0 4px;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	display: block;
	text-indent: -9999px;
	height: 25px;
	float: left;
	outline: none;
}
#nav li#nb9 {
	display: block;
	text-indent: -9999px;
	height: 25px;
	margin-left: 20px;
}

/*
#nb1 a { width: 31px; background: url('/files/h2architects/i/navbar.png?1') 0 0 no-repeat; }
#nb2 a { width: 55px; background: url('/files/h2architects/i/navbar.png?1') -31px 0 no-repeat; }
#nb3 a { width: 43px; background: url('/files/h2architects/i/navbar.png?1') -86px 0 no-repeat; }
#nb4 a { width: 50px; background: url('/files/h2architects/i/navbar.png?1') -129px 0 no-repeat; }
#nb5 a { width: 62px; background: url('/files/h2architects/i/navbar.png?1') -179px 0 no-repeat; }
#nb6 a { width: 58px; background: url('/files/h2architects/i/navbar.png?1') -241px 0 no-repeat; }
#nb7 a { width: 64px; background: url('/files/h2architects/i/navbar.png?1') -299px 0 no-repeat; }
#nb8 { width: 82px; background: url('/files/h2architects/i/navbar.png?1') -367px 0 no-repeat; }

#nb1 a:hover { width: 31px; background: url('/files/h2architects/i/navbar.png?1') 0 -25px no-repeat; }
#nb2 a:hover { width: 55px; background: url('/files/h2architects/i/navbar.png?1') -31px -25px no-repeat; }
#nb3 a:hover { width: 43px; background: url('/files/h2architects/i/navbar.png?1') -86px -25px no-repeat; }
#nb4 a:hover { width: 50px; background: url('/files/h2architects/i/navbar.png?1') -129px -25px no-repeat; }
#nb5 a:hover { width: 62px; background: url('/files/h2architects/i/navbar.png?1') -179px -25px no-repeat; }
#nb6 a:hover { width: 58px; background: url('/files/h2architects/i/navbar.png?1') -241px -25px no-repeat; }
#nb7 a:hover { width: 64px; background: url('/files/h2architects/i/navbar.png?1') -299px -25px no-repeat; }
*/

/*
UPDATED NAVIGATION , MAY 20, 2009 PER JANE, TAKING OUT HOME LINK
IN NAVIGATION AND MAKING THE LOGO BE THE LINK TO THE HOME PAGE.
*/
#nav li#nb1 a {
	position: absolute;
	top: 30px;
	left: 30px;
	display: block;
	width: 270px;
	height: 70px;
}

#nb2 a { width: 37px; background: url('/files/h2architects/i/navbar-new.png?1') 0 0 no-repeat; }
#nb3 a { width: 55px; background: url('/files/h2architects/i/navbar-new.png?1') -37px 0 no-repeat; }
#nb4 a { width: 59px; background: url('/files/h2architects/i/navbar-new.png?1') -91px 0 no-repeat; }
#nb5 a { width: 51px; background: url('/files/h2architects/i/navbar-new.png?1') -149px 0 no-repeat; }
#nb6 a { width: 45px; background: url('/files/h2architects/i/navbar-new.png?1') -200px 0 no-repeat; }
#nb7 a { width: 58px; background: url('/files/h2architects/i/navbar-new.png?1') -245px 0 no-repeat; }
#nb8 a { width: 64px; background: url('/files/h2architects/i/navbar-new.png?1') -303px 0 no-repeat; }
#nb9 { width: 84px; background: url('/files/h2architects/i/navbar-new.png?1') -367px 0 no-repeat; }

#nb2 a:hover { background: url('/files/h2architects/i/navbar-new.png?1') 0 -25px no-repeat; }
#nb3 a:hover { background: url('/files/h2architects/i/navbar-new.png?1') -37px -25px no-repeat; }
#nb4 a:hover { background: url('/files/h2architects/i/navbar-new.png?1') -91px -25px no-repeat; }
#nb5 a:hover { background: url('/files/h2architects/i/navbar-new.png?1') -149px -25px no-repeat; }
#nb6 a:hover { background: url('/files/h2architects/i/navbar-new.png?1') -200px -25px no-repeat; }
#nb7 a:hover { background: url('/files/h2architects/i/navbar-new.png?1') -245px -25px no-repeat; }
#nb8 a:hover { background: url('/files/h2architects/i/navbar-new.png?1') -303px -25px no-repeat; }
/* ~~~~~~~~~~~ END NAVIGATION CHANGE ON 5.20.2009 ~~~~~~~~~~~~~~~~~~ */

/* Design Elements */
.thumbs {
	width: 75px;
	margin-left: 12px;
	float: left;
}
.thumb {
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid transparent;
	margin-top: 12px;
}
.thumb img {
	width: 69px;
	height: 69px;
}
.thumb:hover {
	background: #b8d18f;
	border: 1px solid #b8d18f;
}

/* Tools */
.clearboth	{ clear: both; }
.center		{ text-align: center; }
.white		{ color: #fff; }
.checkmark {
	color: #b8d18f;
	background: url('/files/h2architects/i/checkmark.gif') left bottom no-repeat;
	padding-left: 14px;
}

cite { font-size: 0.85em; }

#address{
position:relative;
top:12px;
left:121px;
display:block;
height:30px;
width:315px;
}

.footerAddress {
color: #8c8a8a;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
font-size: 7pt;
}

.footerAddress a{
color: #8c8a8a;
}

	
/* USM Tag */
#usmtag a {
	width: 262px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin: 0 187px 0 auto;
	outline: none;
	background: transparent url("/ezstatic/data/h2architects/i/usmlogo.png") center bottom no-repeat;
	clear: both;
}

.caption {
clear:both;
padding-left:10px;
padding-top:0px;
}