@charset "utf-8";
/* CSS Document */
body{
	background-image:url(bgpage.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#422b0c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#WRAPPER{
	margin:0 auto;
	width:950px;
	
}
#NAVIGATION{
	position:relative;
	
}
#menuHolder{
	position:absolute;
	z-index:10;
}
#SUBNAVIGATION{
	float:left;
	width:950px;
	background-image:url(bg.gif);
	
}
#BODY{
	float:left;
	width:950px;
	background-image:url(bgbottom.gif);
	
	
}
.col1{
	float:left;
	width:250px;
}
	.testimonial{
		float:left;
		width:250px;
		height:236px;
		background-image:url(testimonialBG.jpg);
		background-repeat:no-repeat;
	}
	
	.testiContent{
		padding-left:27px;
		padding-top:32px;
		float:left;
		width:195px;
	}
	
	.testiContent p{
		line-height:1.1;
		margin-top:8px;
		color:#d9cab1;
	}
	
	.newsRow{
		color:#190c04;
		padding-left:27px;
		width:200px;
		padding-bottom:20px;
	}
	.newsRow a{
		color:#190c04;
		text-decoration:none;
		font-size:10px;
	}
	
.col2{
	float:left;
	width:450px;
}
	.content{
		color:#322204;
		width:450px;
		float:left;
	}
.content a {
	color: #322204;
	text-decoration: underline;
}
	
	.content p{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:8px;
	line-height: 16px;
	}
	.contentCol
	{
		padding-left:12px;
	}
.contentCol a { color: #000000; }

	.contentCol ul{
		width:50%;
		float:left;
	}
	
	.contentCol ul li{
		margin-top:11px;
		font-size:11px;
	}
.col3{
	float:left;
	width:250px;
	height:625;
}
	.featured{
		font-size:11px;
		float:left;
		width:250px;
		height:625px;
		background-image:url(featured.gif);
		background-repeat:no-repeat;
	}
	
	.featuredContent{
		padding-left:35px;
		padding-top:25px;
		float:left;
		width:195px;
	}
	
	
	.featuredContent p{
		line-height:1.1;
		margin-top:3px;
		color:#d9cab1;
	}
	
#FOOTER{
	background-image:url(foot.jpg);
	background-repeat:no-repeat;
	float:left;
	height:90px;
	width:950px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	
}
.footCol1{
	margin-left:20px;	
	margin-top:65px;	
	width:675px;
	float:left;
}
#FOOTER a{
	color:#000;
	text-decoration:none;
}
.footCol2{
	margin-top:50px;	
	width:230px;
	float:left;
	text-align:right;
}
.seo-footer {
	text-align:center;
	color:#000000;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 16px;
}
.seo-footer span { text-decoration:underline; font-weight:bold; color:#000000;}
.seo-footer a:link, .seo-footer a:visited, .seo-footer a:active {
	text-decoration:none;
	color:#000000;
	font-size: 12px;
}
.seo-footer a:hover { text-decoration:underline; }
