@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
	color:#F00;
	}
img {text-decoration:none; border:none}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.clear{clear:both}
.wrapper{
	width:858px;
	padding:20px 0px 0px 20px;
}
.logo{
	float:left; 
	width:275px; 
	height:80px
}
.address h1{
	font-size:18px;
	font-weight:normal;
	color:#0E5339;
	line-height:80px;
	text-indent:10px
}
.top_line{
	background:#00644A; 
	height:10px;
}
.nav{text-align:center;list-style:none}
.nav li {
	display:inline;
	line-height:35px;
	border-right:solid 2px #0D5339;
	padding:0px 15px 0px 13px;
}
.nav a{
	color:#0D5339;
	font-size:14px;
}
.nav a:hover{
	color:#F00;
	font-size:14px;
}
#last{border:none}
.content{
	padding:0px 10px 10px 0px;
	float:right;
	width:440px;
}
#contentArea h1{
	font-size:14px;
	color:#0D5339;
}
#contentArea ul{
	margin:0px 15px;
}
/* ----- Home Page Slideshow----- */
.slideshow {
	float:left;
	width:390px;
	height:293px;
}
.pics {  
    height:390px;  
    width:293px;  
    padding:0;  
    margin:0;  
} 
 
.pics img {  
    width:390px; 
    height:293px; 
    top:  0; 
    left: 0;
} 
