@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}

p{
	margin-top:21px;
	}

/* Images */
img{border:0;}

/* Links */
a:link{
	color:#8C6239;
	text-decoration:none;
	}
a:visited{
	color:#8C6239;
	text-decoration:none;
	}
a:hover{
	color:#A67C52;
	text-decoration:underline;
	}
a:active{
	color:#A67C52;
	text-decoration:underline;
	}



#banner{
	margin:0;
	padding:0;
	background:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#utility{
	padding-top:20px;
	padding-bottom:45px;
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#8C6239;
}

#utility ol{
	margin:0px;
	padding:0px;
	}

#utility li{
	padding:0px 10px 0px 5px;
	display:inline;
}
	
	
#container{
	width: 1012px;
	background:url(images/left_repeat.gif);
	background-repeat:repeat-y;
}

#leftCol{
	width:218px;
	float: left;

}


#rightCol{
	padding:0px 0 0 20px;
	width:774px;
	float: right;

	background:url(images/content_bg1.gif);
	background-repeat:no-repeat;
}

#footer{
	clear:both;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	color:#60340B;
	padding-top:10px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	color:#02AFBD;
	padding-top:10px;
	padding-bottom:0px;
}

.bodyText{
	margin-left:5px;
	width:700px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#4D4D4D;
	line-height:16pt;
}

/* FIRST PROJECT ONLY (NEW VERSION) */

.top .projectImg{
	width:400px;
	float:left;
}

.top .projectThumbs{
	width:84px;
	float:left;
}

.top .projectContent{
	background:url(images/project1_textlines.gif);
	background-repeat:no-repeat;
	padding-right:20px;
	width:266px;
	float:right;
}


/* SUBSEQUENT PROJECTS */
.subseq .projectImg{
	padding-top:50px;
	width:400px;
	float:left;
}

.subseq .projectThumbs{
	padding-top:50px;
	width:84px;
	float:left;
}

.projectThumb{
	padding-left:7px;
	padding-bottom:7px;
}

.subseq .projectContent{
	background:url(images/project_textlines.gif);
	background-repeat:no-repeat;
	padding-right:20px;
	width:266px;
	float:right;
}

.projectText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#4D4D4D;
	line-height:16pt;
}



.proj1title{}

.proj2title{
	padding-top:50px;
	background:url(images/cloud.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.proj3title{
	padding-top:50px;
	background:url(images/mushrooms.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.proj4title{
	padding-top:50px;
	background:url(images/buttons.gif);
	background-position:right;
	background-repeat:no-repeat;
}




