@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #605a20;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #605a20;
}
.thrColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #faf7ce;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixLtHdr #header { 
	background: 0;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	padding: 65px 0 20px 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: 2pt;
	font-weight: normal;
}
.thrColFixLtHdr #menugraphic {
	float: left; /* since this element is floated, a width must be given */
	width: 5px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 115px;
	background: #faf7ce; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 0 0 40px;
	background-image: url(menu-graphic.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}
.thrColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #faf7ce; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding: 5px 0 0 8px;
	letter-spacing: 1px;
}

#sidebar1 ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#sidebar1 li {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#sidebar1 a {
	color: #605a20;
	text-decoration: none; 
}	
	
#sidebar1 a:hover {
	color: #bd6229; 
}	
.thrColFixLtHdr #mainContent { 
	margin: 100px 0 100px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a {
	color: #FFFFFF;
	text-decoration: none; 
}	
	
#mainContent a:hover {
	color: #bd6229; 
}	
.thrColFixLtHdr #footer { 
	padding: 0 0 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#605a20; 
} 
.thrColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	text-decoration: none;
	color: #faf7ce;
}
#footer a:hover {
	color: #bd6229;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style2 {font-size: 70%}
.style3 {color: #faf7ce}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18pt;
}
.style5 {color: #faf7ce; font-size: 60%; }
.style6 {
	font-size: 80%;
	line-height: 10pt;
	letter-spacing: 0px;
}	
	
	
a {
	color: #605A20;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #bd6229;
}
	
	
/* Portfolio Styles */	

#portfolio ul {
	list-style: none;
	margin: 0;
	margin-left: 50px;
	padding: 0;
}
#portfolio li {
	float: left;
	margin-left: 0;
	margin-right: 50px;
	margin-bottom: 10px;
	font-size: 80%;
	text-align: center;
}
#portfolio img {
	display: block;
	margin-bottom: 2px;
	border: 4px #605a20 solid;
}
#portfolio a {
	text-decoration: none;
}

/*Pop-Ups:  Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
position: relative;
z-index: 0;
}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background: #605a20;
width: 408px;
padding-bottom: 10px;
left: -1000px;
visibility: hidden;
text-decoration: none;
text-align: center;
font-size: 120%;
font-weight: bold;
color: #faf7ce;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -205px;
top: -174px; /*position where enlarged image should offset horizontally */

}


/* End Portfolio Styles */	


/* Current Project Styles*/

.thumbnailCP {
position: relative;
z-index: 0;
font-size: 90%;
}

.thumbnailCP:hover {
background-color: transparent;
z-index: 50;
}

.thumbnailCP span { /*CSS for enlarged image*/
position: absolute;
background: #605a20;
width: 408px;
padding-bottom: 10px;
left: -1000px;
visibility: hidden;
text-decoration: none;
text-align: center;
font-size: 120%;
font-weight: bold;
color: #faf7ce;
}

.thumbnailCP span img { /*CSS for enlarged image*/
	border: 4px #605a20 solid;
}

.thumbnailCP:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 130px; /*position where enlarged image should offset horizontally */
}
