html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin:0;
	padding: 0;
	border: 0;
	}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CACB97;
	font-size:100.01%
}

/* CACB97 background  333300 dark green */
/* H color WAS 757642. Now is black */

/* TExt CSS */

p {
	font-size:80%;
	}

h1, h2, h3, h4, h5, h6 {
	color: #555622;
	font-family: Georgia, Times, Times New Roman, serif;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size:110%;
	}
	
h3 {
	font-weight:bolder;
	}

ul .indent_this {
	padding-left: 25px;
	font-size:90%;	
	}

.pagehead_main {
	font-size: 150%;
	font-family: Georgia, Times, Times New Roman, serif;
	margin: 0px;
	padding: 0px;
	color: #555622;
}



.pageheader_sub {
	font-weight: bolder;
	color: #B76831;
}


	
.blockstyle {
	margin-top: 15px;
	}
	
.notes {font-size:larger;
	color:#FF0000;
	font-stretch:expanded;
	}

	
a {color:#660000;}

a:hover {color:#333300;}


.indented {
	padding-left: 45px;
}


a:focus {color:#222200;}

.copyright {
	font-size: 80%;
	color: #333300;
	padding-top: 30px;
	}

/* Setup Divs */



.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	}

.bordergreen {
	border: 5px groove #555622;	
	}
	
	
.leftimage {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	
	}
				
#wrapper {
	width:770px;
	margin: 10px auto;
	text-align: center;
	}

#header {
	height:109px;
	background-image:url(images/header/index_r1_c1.jpg);
	background-repeat:no-repeat;
	text-align: left;
	
	}

		
#mainBody {
	text-align:left;
	margin-right:0px;
	margin-left:80px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	width:650px;
	}
		
#footer {
	width: 770px;
	text-align:left;
	margin-right:2px;
	margin-left:0;
	margin-top:4px;
	margin-bottom: 4px;
	padding: 0;
	border:0;
	float: left;
	clear: left;
	}


	
#navBar {
	text-align:left;
	padding-left:5px;
	width: 70px;
	height: 300px;
	background-image: url(images/header/index_r2_c1.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
}


#serviceNav {
text-align:left;
	width: 70px;
	height: 300px;
	background-image: url(images/header/index_r2_c1.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
}
	
#navBar a, #serviceNav a {
	color: #333300;
	text-decoration: none;
	 }
						

	
#mainBody li {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
	font-size: 80%;
	}


.clickmore {
	text-decoration:none;
	font-size:9px;
	color: #333300;
	font-style: oblique;	
	}


.parenthetical {
	font-size: 75%;
}
.name_highlight {
	font-size: 110%;
	font-weight: bolder;
}

.address_inset {
	font-size: 70%;
	padding-left: 25px;
}

#project {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #9D9C73;
	
}

/* Setups for project pages */

#project .project_name{
	font-weight:800;
	font-size:140%;
	}
	
#project .project_location {
	font-weight:400;
	padding-bottom: 10px;
	text-align:center;
	
	}
	
#project .project_text {
	font-size:80%;
	margin-top:15px;
	margin-left: 260px;
	display: block;	
	}
	
#project .project_text_noimage {
	font-size:80%;
	margin-top:15px;
	}
		
	
#project ul {
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom:15px;
	}

#footerprint {
	display: none;
	}

#footer {
	display: block;
	}	