/* CSS Document */
*{margin:0;padding:0;}
ul{list-style:none outside none;}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #7D6C5B;
}
#container{
	width: 1024px;
	margin: 0 auto;
	background: url("images/bkg-top.jpg") top left no-repeat;
}
#header{
	height: 147px;
	padding-top: 16px;
}

	#header .pad{
		padding-top: 3px;	
	}
	#header .img-logo{
		float: left;
		height: 100%;
		width: 412px;
		text-align: center;
	}
#menu{
	height: 48px;
	width: 100%;
	background: url("images/bkg-middle.jpg") top left no-repeat;
}
	#menu .inner{
		height: 48px;
		width: 988px;
		margin: 0 auto;
		background: url("images/img-links-bar.png") top left no-repeat;
	}

	.main-menu{
		float: right;
		margin-right: 10px;
	}
	
	.main-menu li{
		float: left;
		padding: 10px;
	}
	
	.main-menu li a{
		color: white;
		text-decoration:none;
	}
	
	.main-menu li a.selected, .main-menu li a:hover{
		color: #B9AB97;	
	}
#content{
	background: url("images/bkg-middle.jpg") top left repeat-y;
}

	#content .pad{
		padding: 5px 12px;
	}
#content-end{
	height: 60px;
	background: url("images/bkg-btm.jpg") bottom left no-repeat;
}
#footer{
	font-size: 11px;
	color: white;
	margin: 10px auto;
	width: 1024px;
	height: 25px;
}

	#footer .footer-text{
		float: left;	
	}

	#footer .footer-menu-wrap{
		float:right;	
	}
	
	#footer .footer-menu{
		overflow:hidden;	
	}
	
	#footer .footer-menu li{
		float: left;
		padding: 0 15px 0 15px;
		border-right:1px solid white;
		margin-right: -1px;
	}
	
	#footer .footer-menu li a{
		color: white;
		text-decoration: none;
	}
	
	#footer .footer-menu li a.selected, #footer .footer-menu li a:hover{
		color: #591615;		
	}
	
.home-table td{ padding: 8px; vertical-align:top; }
.stay-connected-img{ text-align: center; padding: 8px; border-bottom: 1px solid #575148; }
.stay-connected-img img{padding: 2px; }
.service-times{
	font-size: 9px;
	padding: 5px 0 5px 5px;
	line-height: 16px;
}
.service-times h1{ padding: 8px 0 12px 0; font-size: 13px;}
.service-times td{ padding:0 0 10px 0; vertical-align:top;}

.inner{ width: 988px; margin: 0 auto; }

.box-side-links, .box-side-sc{ width: 267px; margin-bottom: 20px; }
.box-side-sc{ }

	.box-side-links .head, .box-side-sc .head{
		width: 267px;
		height: 21px;
		font-size: 14px;
		line-height: 21px;
		text-indent: 20px;
		color: white;
	}
	
	.box-side-links .head{ background: url("images/img-box-side-links-top.png") top left no-repeat; }
	.box-side-sc .head{ background: url("images/img-box-side-connected-top.png") top left no-repeat; }
	
	.box-side-links .mid, .box-side-sc .mid{
		background: url("images/img-box-side-middle.png") top left repeat-y;
	}
	
	.box-side-links .mid{ padding: 13px 0 8px 0; }
	.box-side-sc .mid{ padding: 8px; }
	
	.box-side-links .foot, .box-side-sc .foot{
		height: 10px;
		width: 267px;
		background: url("images/img-box-side-btm.png") top left no-repeat;
	}

.about-menu li a{
	display:block;
	width: 100%;
	height: 20px;
	text-indent: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: black;
	text-decoration: none;
}

.about-menu li a:hover, .about-menu li a.selected{
	background: url("images/img-highlight.png") top left no-repeat;
}

.about-box-e{
	width: 662px;
	height: 455px;
	background: url("images/img-about-box-E.png") top left no-repeat;
	font-size: 12px;
}

	.about-box-e .head{
		height: 23px;
		line-height: 23px;
		text-indent: 20px;
		font-size: 14px;
		color: white;
	}
	.about-box-e table{ width: 98%; margin: 6px auto; }
	.about-box-e td{ padding: 3px; line-height: 17px; }
	
.middle-box{
	width: 662px;
	font-size: 12px;
}

	.middle-box .head{
		height: 23px;
		line-height: 23px;
		text-indent: 20px;
		font-size: 14px;
		color: white;
		background: url("images/img-box-middle-top.png") top left no-repeat;	
	}
	
	.middle-box .mid{
		padding: 15px;
		line-height: 20px;
		background: url("images/img-box-middle-middle.png") top left repeat-y;
	}
	
	.middle-box .foot{
		height: 10px;
		background: url("images/img-box-middle-btm.png") top left no-repeat;	
	}
	
.about-staff td{
	text-align:center;
}
	
.about-list{
	list-style: circle outside none;
	margin-left: 20px;
}

.about-lnk{
	text-decoration: none;
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

.about-text p{margin: 8px 0; line-height: 18px;}
.about-text td{ padding: 3px; }

.about-lnk:hover{
	text-decoration: underline;	
}

.about-list li{ padding: 2px; }

.flash{ float: right; margin-top: -2px; }

