/*************** PROJECTS GALLERY SCRIPTS STYLING START ****************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*************** END PROJECTS GALLERY SCRIPTS STYLING ****************/


body {
	margin: 0;
	padding: 0;
	background: #CCCC99 url(images/body_bg_fade.jpg) repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color:#321f17;
	font-size:14px;
	}
#container {
	margin: 0 auto;
	padding: 0;
	width: 820px;
	background: url(images/container_bg.png) repeat-y;
	}
#header {
	height:89px;
	padding-top:105px;
	background: #FFFFFF url(images/header.jpg) no-repeat;
	}
#contactinfo {
	margin-left:550px;
	line-height:120%;
	font-size:14px;
	margin-bottom:10px;
}
/*************** TYPE STYLES ****************/
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#4A6238;
	margin-top:0px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #4a6238;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #A5A882;
}
h3 .sidehead {
	float:left;
	font-weight:normal;
	width:5em;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
}
.centered {
	text-align:center;
	padding-top:15px;
	}
.special {
	color:#4a6238;
}
.special_bold {
	color:#4a6238;
	font-family:"Graublau Web","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.question  p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#322017;
}
#welcome {
	font-size:36px;
	line-height:90%;
}
/*************** LINK STYLES ****************/
a, a:link, a:visited {
	color:#7d5039;
	text-decoration:none;
}
a:hover {
	color:#7a895c;
	text-decoration:none;
}
a:active {
	color:#7D5039;
	text-decoration:none;
}
/*************** FLOATS, CLEARS & CLASSES ****************/
.clear {
	clear:both;
}
#clear1 {
	clear:both;
	height:70px;
}
#clear2 {
	clear:both;
	height:20px;
}
.float_left { 
	float:left;	
}
/***************NAVIGATION****************/

#nav {
	height:50px;
	}
div#navigation ul {
	padding:0;
	list-style-type:none;
	margin:0;
	}
div#navigation ul li {
  position:absolute;
  text-indent:-5000px;
	}
div#navigation ul a {
  text-decoration:none;
  display:block;
  height:auto;
  color:#FFFFFF;
	}
div#navigation ul li#home {
	width:148px;
	margin-left:0px;
	margin-top:0px;
	}
div#navigation ul li#home a, div#navigation ul li#home a:visited {
  width:148px;
  height:50px;
  background: url(images/nav_home.gif) 0 0 no-repeat;
  }
div#navigation ul li#home a:hover {
  width:148px;
  height:50px;
  background: url(images/nav_home.gif) 0 -50px no-repeat;
  }
div#navigation ul li#home a:active {
  width:148px;
  height:50px;
  background: url(images/nav_home.gif) 0 -100px no-repeat;
  }
  
div#navigation ul li#process {
  margin-left:147px;
  margin-top:0px;
	}
div#navigation ul li#process a, div#navigation ul li#process a:visited {
  width:148px;
  height:50px;
  background: url(images/nav_process.gif) 0 0 no-repeat;
	}
div#navigation ul li#process a:hover {
  width:148px;
  height:50px;
  background: url(images/nav_process.gif) 0 -50px no-repeat;
	}
div#navigation ul li#process a:active {
  width:148px;
  height:50px;
  background: url(images/nav_process.gif) 0 -100px no-repeat;
	}
	
div#navigation ul li#projects {
  margin-left:295px;
  margin-top:0px;
	}
div#navigation ul li#projects a, div#navigation ul li#projects a:visited {
  width:148px;
  height:50px;
  background: url(images/nav_projects.gif) 0 0 no-repeat;
	}
div#navigation ul li#projects a:hover {
  width:148px;
  height:50px;
  background: url(images/nav_projects.gif) 0 -50px no-repeat;
	}
div#navigation ul li#projects a:active {
  width:148px;
  height:50px;
  background: url(images/nav_projects.gif) 0 -100px no-repeat;
	}
	
div#navigation ul li#advice {
  margin-left:443px;
  margin-top:0px;
	}
div#navigation ul li#advice a, div#navigation ul li#advice a:visited {
  width:176px;
  height:50px;
  background: url(images/nav_advice.gif) 0 0 no-repeat;
	}
div#navigation ul li#advice a:hover {
  width:176px;
  height:50px;
  background: url(images/nav_advice.gif) 0 -50px no-repeat;
	}
div#navigation ul li#advice a:active {
  width:176px;
  height:50px;
  background: url(images/nav_advice.gif) 0 -100px no-repeat;
	}
	
div#navigation ul li#about {
  margin-left:619px;
  margin-top:0px;
	}
div#navigation ul li#about a, div#navigation ul li#about a:visited {
  width:201px;
  height:50px;
  background: url(images/nav_about.gif) 0 0 no-repeat;
	}
div#navigation ul li#about a:hover {
  width:201px;
  height:50px;
  background: url(images/nav_about.gif) 0 -50px no-repeat;
	}
div#navigation ul li#about a:active {
  width:201px;
  height:50px;
  background: url(images/nav_about.gif) 0 -100px no-repeat;
	}
/*************** RIGHT COLUMN ****************/
#column {
	float: right;
	margin-right: 50px;
	width:230px;
	}
#topcorners {
	background: #FFFFFF url(images/col_top.gif);
	width:229px;
	height:23px;
	}
#middle {
	width:215px;
	border-left: 2px solid #A5A882;
	line-height:1em;
	padding-left:10px;
	padding-bottom: 5px;
	}
#bottomcorners {
	background: #FFFFFF url(images/col_bottom.gif);
	width:229px;
	height:23px;
	}
/*************** CONTENT ****************/
#content {
	width:450px;
	margin-left:50px;
}
.minitree {
	float:left;
	height:53px;
	width:40px;
	background-image:url(images/minitree.jpg);
}
.service_full, .service_full a:link {
	color:#321f17;
}
.service_full p {
	margin-top:10px;
}
.service_full ul {
	margin-left:150px;
}
.stepdivider {
	margin:25px 0;
	height:30px;
	width:136px;
	background:url(images/stepdivider.gif) no-repeat;
}
.question {
	background:url(images/advice_Q.gif) 0 0 no-repeat;
	padding:1px 40px 3px 42px;
	margin-bottom:15px;
	width:350px;
	height:59px;
	/* This must have one pixel of top padding to view correctly. */
}
.question p {
	color:#693;
	padding-left:5px;
	font-size:13px;
}
.answer_top {
	background:url(images/advise_A_top.gif) no-repeat;
	margin-left:30px;
	height:34px;
	width:450px;
}
.answer_tree {
	background:url(images/minitree.jpg);
	float:right;
	height:53px;
	width:40px;
}
.answer_middle {
	background:url(images/advice_A_middle.gif) no-repeat;
	padding:1px 10px 1px 10px;
	margin-left:30px;
	border-left:1px solid #cccc99;
	border-right:1px solid #cccc99;
	width:370px;
}
.answer_middle ul {
	margin-top:-30px;
}
.answer_bottom {
	background:url(images/advice_A_bottom.gif) no-repeat;
	margin-left:30px;
	height:18px;
	width:400px;
}
.gallerythmb {
	float:left;
	margin-left:10px;
	margin-top:20px;
	padding:10px;
	border:1px solid #CCC;
	font-size:11px;
	color:#666;
	text-align:center;
}
img {
	border:none;
	padding:0 10px 5px 0;
}

/*************** FOOTER ****************/
#footer {
	margin:0 auto;
	width:820px;
	padding-top:100px;
	padding-bottom:10px;
	background:url(images/footer.png) no-repeat;
	color: #000000;
	line-height:130%;
	}
#footer a:link, a:visited {
	color:#4A6238;
	text-decoration:none;
}
#footer a:hover {
	color:#7a895c;
}
#footer a:active {
	color:#7D5039;
}