@charset "utf-8";
/* CSS Document */

#header {
	width:1000px;
	margin-top:25px;
	text-align:right;
	margin-right:20px;
}

#box {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
	background:url(../images/page_bg.png) no-repeat center center;
	height:500px;
}

#minimenu {
	width:35%;
	float:left;
}
	.minibtn {
		display:block;
		margin-left:35px;
		margin-top:17px;
	}
#pagecontent {
	width:64%;
	float:left;
}
	h2 {
		color:#000;
		font-size:2.4em;
		margin-top:25px;
		margin-left:30px;
		margin-bottom:10px;
		text-decoration:underline;
	}
	.locations {
		color:#000;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
		.loccell {
			width:47%;
			height:105px;
			border-bottom:1px #333 solid;
			padding-bottom:10px;
			padding-top:10px;
		}
		.noborder {
			width:47%;
			height:105px;
			padding-bottom:10px;
			padding-top:10px;
		}
		.locdivide {
			width:3%;
			border-right:1px #333 solid;
		}
		.locname {
			font-size:1.6em;
			font-weight:bold;
			display:block;
			padding-bottom:4px;
		}
			.locnum {
				font-size:.82em;
				padding-left:20px;
				text-decoration:none;
				font-weight:normal;
			}
		.locadd {
			font-size:1.3em;
			font-weight:normal;
			display:block;
			line-height:1.3;
			padding-bottom:3px;
			margin-left:8px;
		}
		.loclink {
			font-size:1.3em;
			color:#333;
			margin-left:8px;
			text-decoration:underline;
		}
		.loclink:hover {
			color:#981e32;
			text-decoration:none;
		}
		.lochrs {
			font-size:1.1em;
			display:block;
			padding-top:3px;
			margin-left:25px;
		}
		
.address {
	display:block;
	margin-left:30px;
	line-height:1.0;
	margin-top:10px;
}