/* CSS Document */
body{
	background:#E8E6DF url(images/bg.gif) repeat;
	text-align:center;
	color:#002B56;
	line-height:1.6;
	font-size:0.7em;
	font-family:"Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
a:link,a:visited{
	text-decoration:none;
	color:#002B56;
	font-weight:bold;
}
a:hover{
	color:#676564;
}
address{
	font-style:normal;
	font-size:1.1em;
}
hr{
	background: url(images/scroll.gif) no-repeat top center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/scroll.gif');
	width: 1px;
	height: 1px;
	border: 0;
}
* > hr{
	width: 430px;
	height: 3px;
}
h2{
	background:url(images/scroll.gif) no-repeat bottom center;
	text-align:center;
	font-size:1.5em;
	font-family:Garamond, "Times New Roman", Times, serif;
	margin:0;
	padding:0 0 10px 0;
}
h3{
	background:url(images/scroll.gif) no-repeat bottom center;
	text-align:center;
	font-size:1.3em;
	font-family:Garamond, "Times New Roman", Times, serif;
	margin:0;
	padding:0 0 10px 0;
}
.case{
	background:#f1f0eb;
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:10px;
}
#container{
	position:relative;
	margin:0 auto;
	width:760px;
	background: url(images/body.jpg) repeat-y;
	text-align:left;
}
#footer{
	clear:both;
	background:url(images/footer.jpg) no-repeat bottom;
	font-size:80%;
	padding:0 0 10px 0;
	color:#676564;
	height:7em;
}
#header h1{
	text-indent:-9999em;
	margin:0;
	overflow:hidden;
}
#header h1 a{
	display:block;
	width:760px;
	height:145px;
}
#home{
	background:url(images/header3.jpg);
	width:760px;
	height:145px;
}
#services{
	background:url(images/header1.jpg);
	width:760px;
	height:145px;
}
#cases{
	background:url(images/header2.jpg);
	width:760px;
	height:145px;
}
#links{
	background:url(images/header4.jpg);
	width:760px;
	height:145px;
}
#conservation{
	background:url(images/header6.jpg);
	width:760px;
	height:145px;
}
#copy{
	float:left;
	width:255px;
	padding:20px 0 0 20px;
}
#copy a{
	color:#999;
}
#legal{
	float:left;
	width:400px;
	text-align:center;
	padding:20px 0 0 0;
	margin-left:45px;
	background:url(images/scroll.gif) no-repeat top center;
}
#left{
	float:left;
	width:255px;
	padding:10px 0 0 20px;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-weight:bold;
}
#main{
	float:left;
	width:430px;
	padding:0 0 20px 30px;
	overflow:hidden;
}
#nav{
	float:left;
	width:750px;
	margin:2px 0 20px 6px;
	padding:0;
	background:#E4E2DB;
	border-bottom:2px solid #D7D7D0;
}
#nav li{
	float:left;
	list-style:none;
}
#nav li a:link, #nav li a:visited{
	display:block;
	padding:5px 0;
	text-align:center;
	width:135px;
	font-weight:normal;
	border-right:1px solid #BDBBB5;
}
#nav li a:hover, #active a{
	background:#D7D7D0;
}
#first{
	margin-left:12px;
	border-left:1px solid #BDBBB5;
}
