@charset "UTF-8";
/* CSS Document */



 /* *** Home Page *** */ 

html {height:100%;}

body.main {background-color:#c7c7c7;background-image:url(none); height:100%;padding:0;margin:0;}

body.main #pagewidth {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index:0;
	margin-left: -283px; 
	/* Half the width of the DIV tag */
	margin-top: -183px; 
	/* Half the height of the DIV tag */
		width:566px;height:366px;padding:0;background:#fff;border:0px solid #777;
	}


body.main #navigation {
	padding:0;margin:0;position:absolute;top:120px;right:60px;
	z-index:10000;
}

/* Logo 	*/

body.main #logowrap {
	width:288px;
	height:153px;
 	margin: 0;
	position:absolute;
	left:20px;
	top:100px;
}
body.main #logo  {
	position:relative;
	width:288px;
	height:153px;
	padding:0;
	display: inline;
	overflow: hidden;

	}
body.main #logo a {
	float: left;
	padding: 153px 0 0 0;
	overflow: hidden;
	width:288px;
	height: 0px !important; 
	height /**/:288px; /* for IE5/Win */
	background:url(../images/logo-home.gif) 0 0 no-repeat;
}
body.main #logo span {
	margin: 0; 
	padding: 0;
	display: inline;

}


body.main #leftcol {
width:325px;height:366px;padding:0;margin:0;position:absolute;top:0;left:0;
}

body.main #content {
position:absolute;top:0px;right:0px;width:237px;height:366px;background:#333;padding:0;margin:0;
}

body.main #home, body.main #projects, body.main #design-approach, body.main #contact {
  height: 30px!important;
  background-repeat: no-repeat;
  text-indent: -3000px;
  width:141px;

}

body.main #home { display:none;
  background-image: url(../images/hm-home.gif);
}

body.main #projects {
  background-image: url(../images/hm-projects.gif);
}

body.main #design-approach {
  background-image: url(../images/hm-design-approach.gif);
}
body.main 
#contact {
  background-image: url(../images/hm-contact.gif);
}


body.main .album img {border:0px;padding:0;margin:0;}

body.main .album {
	margin:0;
    padding:0 0 5px 0;
	float: left;
	width: 67px;
}

body.main .album .thumb {
height:30px;
overflow:hidden;}


body.main #footer, body.main p.date, body.main h1#headeralbum {display:none;}



/* END HOME STYLES */



 /* *** General *** */ 


html, body{ 
 margin:0; 
 padding:0; 
 background:#333 url(../images/sub-bg.gif) 0% 0% repeat-y;
 } 
 
#pagewidth{ 
 width:975px;  
} 
 
#leftcol{
 width:214px; 
 float:left; 
 position:relative; 
 background-color:#fff;
 padding:0 0 50px 0; 
 }
 
#content{
 float: right; 
 display:inline; 
 position: relative; 
 width:730px; 
 padding:40px 0;
}
 
#footer{
 clear:both;
 margin:0 0 0 244px;
 }
 
 #footer p, #footer a {
 font-size:9px;
 color:#666;
 padding:0 0 10px 0;
 }
 

 
 /* *** Float containers fix:*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  




/* Logo 	*/

#logowrap {
	width:211px;
	height:155px;
 	margin: 0;
}
#logo  {
	position:relative;
	width:211px;
	height:155px;
	padding:0;
	display: inline;
	overflow: hidden;

	}
#logo a {
	float: left;
	padding: 155px 0 0 0;
	overflow: hidden;
	width:211px;
	height: 0px !important; 
	height /**/:155px; /* for IE5/Win */
	background:url(../images/logo-sub.gif) 0 0 no-repeat;
}
#logo span {
	margin: 0; 
	padding: 0;
	display: inline;

}

* {padding:0;margin:0;}
p {padding:10px 30px 10px 0;}

#description p {padding:0;}

#description {
	width:700px;
	clear:both;padding:20px 0 0 0;display:block;position:relative;
}



/* Link Styles
 */
a:link, a:active, a:visited { color: #ccc; }
a:hover, a:focus { text-decoration: underline; color: #ccc; }
a {outline: none;} /* Getting rid of that annoying dotted border in FF	*/

/* Text Styles
 */
body {
	font: normal 12px/150% "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #ccc;
}


h1, h2, h3, h4, h5, h6, * {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}


h1#subhead {
	padding:0 0 5px 0;
	margin: 0;
	font-size:22px;
	color:#ccc;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;

}

h1#headeralbum {
	font-size:26px;
	color:#ccc;
	padding:0 0 12px 0;
	margin: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;


}

p#location {
	font-size:10px;
	padding:0 0 20px 0;
	margin:0;
}

h2 {
	font: 18px "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ccc;
}
h2 a:link, h2 a:visited {
	color: #ccc;
	text-decoration: none;
}
h2 span {
	color: #ccc;
}
h2 a:hover {
	color: #ccc;
	text-decoration: none;
}
h3 {
	font: 110% "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ccc;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }


/* Miscellaneous
 */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}


/* Page Navigation
 */
 
div#navigation {
	display:block;
	width:139px;
	position:relative;
	text-align:left;
	padding:0;z-index:50000;
	margin:0 0 0 73px;
}

ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink, .albdisabledlink {
	color: #515050;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}

div.albnav {
font-size:11px;font-weight:bold;width:700px;position:relative;border-top: 1px solid #666666; clear:left;margin:0;display:block;position:relative;
}


.albnav a, .albnav p {
	text-decoration:none;
	color:#999999;
}
.albnav a:hover {
	color:#ddd;
}

/* Image Thumbnails
 */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 0px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
}

.imagethumb img {
	background:#fff url(../images/loading-sm.gif) 50% 50% no-repeat;
	border:1px solid #2a2a2a;

}


.imagethumb a:visited {
    border: 0px solid #ccc;
}

.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}





/* Album Thumbnails
 */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 20px 0 0;
	float: left;
	width: 320px;
}


body.index .album {
	margin: 0 12px 8px 0;
    padding: 10px 0 0 0;
	float: left;
	width: 650px;
}


body.index .album h3 a{
    padding-left:20px;
}


.album a img {background:#fff url(../images/loading-sm.gif) 50% 50% no-repeat; }
.album img {border:1px solid #2a2a2a;}

.album .thumb {
    float: left; 
    margin-right: 6px;
}


.album h3 {
	padding:0;
	margin: 0;
	
}

.album p {
	line-height: 12px;
	font-size: 11px;
  	padding: 4px 0px 0px;
  	margin: 0px;
}
.albumdesc h3 {
	color: #ccc;
	font-size:12px;
}

body.index h3 {line-height:45px;}


/* Individual Image Page
 */
#images {
width:702px;
}


.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	width:700px;
	height:auto;
	position:relative;
	margin:0 0 9px 0;
}

#image img {
	padding:0px;
	background:#fff url(/images/loading-lg.gif) 50% 50% no-repeat;
}


img.none, a.none {
display:none;
}

.album img, #image img, .imagethumb img {border:1px solid #2a2a2a;}
.album img, #image img, .imagethumb img {border-top-color:#000;border-left-color:#000;}

#image img:hover, .imagethumb img:hover, .album img:hover  {border: 1px solid #2a2a2a;}
#image img:hover, .imagethumb img:hover, .album img:hover  {border-bottom-color:#000;border-right-color:#000;}


html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background:#c7c7c7 url(none) 0% 0% repeat-y;
 } 

#pagewidth{ 
 width:970px; 
 margin:20px auto 10px auto; 
 border:0px solid #777;
 background:#fff url(../images/sub-bg.gif) 0% 0% repeat-y;
} 

#content, #leftcol {
text-align:left;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* begin forms */

/* Forms */

#contactfrm {display:block;width:500px;float:left;}
#contactfrm #calc {width:200px;display:block;}
#contactfrm .text {margin-bottom:10px;}

#contactfrm p {padding:0;}
#contactfrm .button {clear:both;}
#content textarea {width:470px}
#content .text, #content .select {width:470px;}
#content .text, #content .select  {padding:2px;}

input[type="text"] /* To keep form fields consistent when FireFox overrides them*/
{
background: #fff!important;
}

input[type="textarea"] /* To keep form fields consistent when FireFox overrides them*/
{
background: #fff!important;
}


.inputbox, .textarea, textarea, select, .textinput, .text
 {
	border: 1px solid #ddd;
	background:#fff;
	color:#333;
}


.inputbox, 
	.textarea, textarea,
	select, 
	.textinput, 
	.text, 
	.button 
{
	border: 2px solid #ccc;
	border-right:1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


	textarea:hover, 
	select:hover, 
	textarea:focus, 
	.inputbox:hover, 
	.inputbox:focus, 
	.text:hover, 
	.text:focus, 
	.button:hover 
{
	border: 1px solid #ddd;
	border-right:2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

textarea {height:100px;}
#contactfrm textarea#address {height:50px;font-size:12px;margin-bottom:10px;}

.button {
 	margin: 15px 15px 0 0;
	padding: 5px 7px;
	color: #333;
	background:#ddd;
	border:0px;
	font: bold 14px "Lucida Grande", Arial, Helvetica, sans-serif

}

.button:hover {
	background: #777;
	font-weight:bold;
	color: #fff;
	border:0px;
}




#navlist li a {
text-decoration:none;
color:#999999;
}

#navlist li a:hover {
color:#ddd;
}

#navlist li a:active {
color:#fff;
}


body.residential a.residential,
         body.municipal  a.municipal,
          body.golf-clubhouses a.golf,
          body.recreation-amenity-centers a.recreational,
         body.medical-offices a.medical,
          body.commercial a.commercial,
          body.in-progress a.inprogress
{font-weight:bold;color:#fff!important;}



/*IE workaround*/
/*All IE browsers*/
#navlist li
{
border-left: 1px solid #777;
padding: 0 5px 0 5px;
margin: 0 0 0 -5px;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }



#navcontainer
{
margin: 30px 0 0 0;/*  for listamatic only */
overflow: hidden;
width: 650px;
height:20px;
display:block;
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
font-size:10px;

}

#navlist li
{
border-left: 1px solid #666;
float: left;
line-height: 1.1em;
margin: 0 .5em 3px -.5em;
padding: 0 .5em 3px .5em;
background:none;
}




 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #content{width:100%; float:none;}
}