/* CSS Document */
*{margin:0;padding:0;}
ul{list-style:none outside none;}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	background:#7D6C5B url("images/img-home-bkg.jpg") top center no-repeat;
	line-height: 18px;
}

a.link{
	color: #000;
	text-decoration: none;
}
a.link:hover{
	text-decoration: underline;
}

#container{
	width: 988px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: auto;
}
#header{
	height: 147px;
}

	#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/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{
	height: 488px;	
}

	#content .pad{
		padding: 5px 12px;
	}
#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-box-a{
	height: 452px;
	width: 372px;
	background: url("images/img-home-box-A.png") top left no-repeat;
}

	.home-box-a .content{
		height: 384px;
		padding: 17px 10px;
		font-size: 12px;
	}
	
	.home-box-a p{
		padding: 12px;
		line-height: 20px;
	}
	
	.home-box-a .foot{
		text-align: center;
		color: white;
		font-size: 16px;
		padding: 8px;
	}

.home-box-b{
	height: 288px;
	width: 267px;
	background: url("images/img-home-box-B.png") top left no-repeat;
}

	.home-box-b .head{
		height: 16px;
		padding: 3px;
		margin-left: 16px;
		color: white;
	}
	
	.home-box-b .content{
		padding: 10px;
		font-size: 12px;
	}

.home-box-new{
	height: 143px;
	width: 556px;
	background: url("images/img-home-new.png") top left no-repeat;
}

	.home-box-new .head{
		height: 17px;
		padding: 3px;
		margin-left: 20px;
		font-size: 14px;
		color: white;
	}
	
	.home-box-new .content{
		padding: 8px;
		margin-left: 15px;
		font-size: 11px;
		line-height: 20px;
	}
	
.home-table td{ padding: 8px; }
.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;}
.service-times h1{ padding: 8px 0 12px 0; font-size: 13px;}
.service-times td{ padding:0 0 10px 0; vertical-align:top;}

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


