/****************************************
* General Formatting
****************************************/
 
body {
 	margin: 0;
	padding: 0;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	font-family: arial, helvetica, sans-serif;
	color: #4B3B2B;
	background: #162f29 url(/gfx/bg.gif) repeat-x left top;
 	}
	
a#logo {
	width: 190px;
	height: 104px;
	display: block;
	background: #162f29 url(/gfx/logo.gif) no-repeat left top;
	border: 0;
	float: left;
	position: absolute;
	left: 0;
	top: 7px;
	}

h1 span {
	width: 529px;
	height: 42px;
	background: #162f29 url(/gfx/tagline.gif) no-repeat left top;
	display: block;
	margin: 45px 0 0 270px;
	}
	
/****************************************
* Main Sections
****************************************/

 
#header {
 	background: transparent url(/gfx/header_bg.gif) no-repeat center top;
	height: 167px;
	width: 900px;
	margin: 0 auto;
	position: relative; 
	}	
 
#wrapper {
 	float: left;
	background: #7ac664 url(/gfx/wrapper_bg.gif) repeat-y center top;
	width: 100%;
	text-align: center;
	}
	
#content {
	background-color: #F1EDE4;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

#page {
	background: #FFFFFF url(/gfx/page_div_bg.gif) repeat-y 512px top;
	float: left;
/*	border: 12px solid #EFE7D2;*/
	margin: 12px;
	display: inline;
	width: 876px;
	}

#maincontent {
	background-color: transparent;
	float: left;
	width: 464px;
	margin: 24px 0 24px 24px;
	display: inline;
	}

#subcontent {
	background-color: transparent;
	float: right;
	width: 350px;
	}

#contact_info {
	background: #FFFFFF url(/gfx/sketch_1.gif) no-repeat 20px 10px;
	clear: both;
/*	width: 876px;*/
	margin: 0 12px 12px;
	height: 185px;
	text-align: center;
	}
	
#footer {
 	float: left;
	background: #162f29 url(/gfx/footer_bg.gif) repeat-x center top;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	color: #829a7a;
	}
	
	
p.address {
	margin-top: -12px;
	}	
	
/****************************************
* Text and List Styles
****************************************/	
 
h1 {
 	text-indent: -4000px;
	}
	
h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #775f48;
	}	
	
h4 {
	font-size: 1.3em;
	padding: 15px 0 10px 15px;
	}		
	
p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 5px 0 10px 0;
	}
	
#subcontent p {
	margin: 5px 12px 10px;
	}	
	
#subcontent p.pdf {
	background: url(../gfx/icon_pdf.gif) no-repeat left top;
	padding: 5px 0 10px 40px;
	margin-top: 14px;
	/*border: 1px solid #f3efe4;*/
	}
	
.intro {
	font-size: 1.6em;
	margin-top: 0;
	}
	
.caption {
	font-size: 1.0em;
	color: #555;
	font-style: italic;
	margin-bottom:0;
	}

.sustainability {
	color: #6d9741;
	}	

.question {
	font-weight: bold;
	}		
	
#subcontent p.caption {
	margin: 5px 12px 10px 14px;
	}	
	
#subcontent h2 {
	margin: 24px 12px 0;
	}
		
span.highlight {
	background-color: #fff;
	padding: 3px;
	}	
	
strong {
	font-weight: bold;
	}	
	
#contact_info h2 {
	padding-top: 75px;
	}
	
#contact_info h2, #contact_info p {
	margin-left: 250px	
	}	
	
#content ul {
	list-style: square;
	margin-top: 6px;
	margin-left: 22px;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
#subcontent ul li {
	margin-left: 11px;
	margin-right: 11px;
	}	
	
#content ul li {
	margin-bottom: 8px;
	}	
	
#content ul li ul {	
	list-style-type: circle;
	margin-top: 6px;
	margin-left: 22px;
	font-size: inherit;
	line-height: inherit;
	}		
	
/****************************************
* Main Nav Styles
****************************************/				

ul#main_nav {
	margin: 17px 0 0 -13px;
	padding: 10px 10px 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 1.3em;
	float: left;
	width: 100%;
	}
	
ul#main_nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	}
	
ul#main_nav li.external {
	float: right;
	background: url(/gfx/external.gif) no-repeat right 55%;
	}
	  
ul#main_nav a {
	float: left;
	display: block;
	padding: 20px 15px 10px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #ccc;
	border: none;
	}

ul#main_nav a:hover {
    color: #FFCC00;
    }
	
ul#main_nav #current {
    background: url(/gfx/tab_left.png) no-repeat left top;
    }
	
ul#main_nav #current a {
    background: url(/gfx/tab_right.png) no-repeat right top;
    color: #483B28;
    }
	
	
/****************************************
* Link Styles
****************************************/			
		
a, a:link {
	color: #345b96;
	text-decoration: none;
	border-bottom: 1px solid #d5e1e8;
	}

a:visited {
	border-bottom-color: #d5e1e8;
	}
	
a:hover {
	color: #5FA1FF;
	border-bottom-color: #5FA1FF;
	}
	
a:active {
	color: #000;
	border-bottom-color: #000;
	}
	
a.img {
	border: none;
	}
	
/****************************************
* Misc Styles
****************************************/			
 
.float_right {
 	float: right;
	}

.view_samples {
 	padding: 1px 6px 0 43px;
	background: transparent url(/gfx/samples.jpg) no-repeat left top;
	float: right;
	font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	}
	
#subcontent .view_samples {
	padding: 3px 6px 3px 43px;
	}
	
#subcontent img.photo {
	margin: 14px 12px 0;
	padding: 7px;
	background-color: #FFF;
	border: 1px solid #DDD;
	}	
	
#subcontent img#last_photo {
	margin-bottom: 15px;
	}	
	
/****************************************
* Homepage Styles
****************************************/		

#design_feature {
	background: transparent url(/gfx/design_bg.jpg) no-repeat left top;
	padding: 22px 0 0 77px;
	margin: 0 0 20px -4px;
	float: left;
	width: 400px;
	}

#construction_feature {
	background: transparent url(/gfx/construction_bg.jpg) no-repeat left top;
	padding: 22px 0 0 77px;
	margin: 0 0 20px -4px;
	float: left;
	width: 400px;
	}	
	
#maintenance_feature {
	background: transparent url(/gfx/maintenance_bg.jpg) no-repeat left top;
	padding: 22px 0 0 77px;
	margin: 0 0 20px -4px;
	float: left;
	width: 400px;
	}
	
#design_feature h3, #construction_feature h3, #maintenance_feature h3 {
	font-weight: normal;
	margin: 0;
	}
 
#design_feature p, #construction_feature p, #maintenance_feature p {
	margin-top: 3px;
 	}
 
#monoSlideshow {
 	background: transparent url(/gfx/slideshow_bg2.gif) no-repeat left top;
	margin-left: 28px;
	padding: 27px 6px 20px;
/*	height: 197px;
	width: 308px;*/
	}
	
.quote {
	background: transparent url(/gfx/orna_top.gif) no-repeat center top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #473A2A;
	text-align: center;
	padding: 30px 20px 0;
	margin-top: 60px;
	}	
	
.quote p {
	background: transparent url(/gfx/orna_btm.gif) no-repeat center bottom;
	padding-bottom: 38px;
	}
	
.quote p em {
	font-size: .9em;
	display: block;
	}	
 
#under_construction {
	text-align: center;
	margin-top: 50px;
	}
	
	
/****************************************
* About Page Styles
****************************************/	

img.img_right {
	float: right;
	margin-left: 10px;
	}

.profile {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #BBB;
	}
	
.profile h3 {
	margin-top: 0;
	}

#about .profile img {
	border: 1px solid #DDD;
	padding: 5px;
	background-color: #FFF;
	float: left;
	margin: 0 12px 0 0;
	}
		
img.photo {
	margin: 14px 12px 5px;
	padding: 7px;
	background-color: #FFF;
	border: 1px solid #DDD;
	}
	
#about #caleb {
	margin-top: 200px;
	}	
	
#about #nicole {
	margin-top: 200px;
	}		
		
/****************************************
* Design Page Styles
****************************************/	

#design h2#page_title {
	background: transparent url(/gfx/design_bg.jpg) no-repeat left top;
	padding: 35px 0 20px 80px;
	margin: -10px 0 0 -10px;
	height: 20px;
	}
	
ul#design_cats {
	margin: 20px 0;
	}

ul#design_cats li {
	display: inline;
	padding: 0 10px 0 10px;
	background: transparent url(/gfx/bullet.gif) no-repeat left 3px;
	}
			
/****************************************
* Construction Page Styles
****************************************/	

#construction h2#page_title {
	background: transparent url(/gfx/construction_bg.jpg) no-repeat left top;
	padding: 35px 0 20px 80px;
	margin: -10px 0 0 -10px;
	height: 20px;
	}		
	
/****************************************
* Maintenance Page Styles
****************************************/	

#maintenance h2#page_title {
	background: transparent url(/gfx/maintenance_bg.jpg) no-repeat left top;
	padding: 35px 0 20px 80px;
	margin: -10px 0 0 -10px;
	height: 20px;
	}				
	
/****************************************
* Work Samples Page Styles
****************************************/		

#samples #page {
	background-image: none;
	}
	
#samples #maincontent {
	width: 100%;
	}	
	
.gallery {
	position: relative;
	width: 100%;
	float: left;
	margin: 10px 0;
	}	
	
#samples .gallery img {
	float: left;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	padding: 4px;
	margin: 0 10px 12px 0;
	}	
	
#samples .gallery img:hover {
	border: 1px solid #AAAAAA;
	background-color: #FFCC00;
	}		
	
/****************************************
* Contact Page Styles
****************************************/			


#contact form ul {
	margin: 20px 0 0 0;
	}

#contact form ul li {
	display: block;
	clear: left;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#contact form ul li#phone span {
	margin-right: 4px;
	}	

form label.field_title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	}

form span {
	display: block;
	float: left;
	margin: 3px 10px 15px 0;
	}
	
form span label {
	clear: left;
	display: block;
	margin-top: 4px;
	color: #8F7D6B;
	font-style: italic;
	}	
	
form textarea {
	width: 99%;
	margin-top: 3px;
	}	
	
form label span {
	color: #ff0000;
	display: inline;
	float: none;
	}
	
form label.error {
	color: #ff0000;
	font-style: italic;
	}
	
#contact #subcontent p {
	font-size: 1.1em;
	}	
	
#contact #subcontent p.pdf {
	font-size: 1.3em;	
	}
		

/****************************************
* Slimbox Jquery Styles
****************************************/		
	
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	}

.lbLoading {
	background: #fff url(/gfx/loading.gif) no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	border: none;
	}

#lbPrevLink {
	left: 0;
	}

#lbPrevLink:hover {
	background: transparent url(/gfx/prevlabel.gif) no-repeat 0 15%;
	}

#lbNextLink {
	right: 0;
	}

#lbNextLink:hover {
	background: transparent url(/gfx/nextlabel.gif) no-repeat 100% 15%;
	}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/gfx/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	border: none;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

#lbCaption {
	font-weight: bold;
	}	
