/* ==========================================================================
   Animal Health Clinic of Wheeling — legacy site recreation
   Adapted from the original wheeling.css. Scoped under .ahcw-legacy-site
   so it can't leak into (or be overridden by) the active theme.
   ========================================================================== */

/* Full-bleed wrapper: breaks the fixed-width design out of the theme's
   content column and fills the full width/height of the browser window. */
.ahcw-page-wrap {
	width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background: #fff !important;
	min-height: 100vh !important;
	box-sizing: border-box !important;
	overflow-x: hidden;
}

.ahcw-legacy-site, .ahcw-legacy-site * {
	box-sizing: content-box;
}

.ahcw-legacy-site {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
	background: #fff;
}

.ahcw-legacy-site .surround {width: 787px; margin-left: auto; margin-right: auto; background: #fff; }

.ahcw-legacy-site .top {height: 103px; width: 787px; background: url(../images/header.jpg); }

.ahcw-legacy-site .container {background: url(../images/topRound.jpg) top no-repeat #BDC49A; width: 719px; padding: 5px 20px 0 20px; margin-left: 14px; }

.ahcw-legacy-site .menu {width: 719px; border-bottom: solid 1px #F3F1E0; margin-bottom: 20px; }
	.ahcw-legacy-site .menu ul {list-style: none; margin: 0 0 0 20px; padding: 5px 0 0 0; }
	.ahcw-legacy-site .menu ul li {background: url(../images/tabRight.jpg) top right no-repeat; float: left; margin-right: 10px; margin-top: 6px; }
		.ahcw-legacy-site .menu ul li.activeli {margin-top: 0px; }
	.ahcw-legacy-site .menu ul li i {background: url(../images/tabLeft.jpg) top left no-repeat; display: block; padding: 6px 10px 0px 10px; font-style: normal; }
		.ahcw-legacy-site .menu ul li i.activei {padding-bottom: 6px;}
		.ahcw-legacy-site .menu ul a {text-decoration: none; color: #506266; font-size: 18px; font-style: normal; display: block; }

.ahcw-legacy-site .leftCol {float: left; width: 220px; margin-right: 20px; }
.ahcw-legacy-site .rightCol {float: left; width: 475px; }

.ahcw-legacy-site h1 {font-size: 22px; color: #79483D; font-style: italic; font-weight: normal; letter-spacing: 1px; margin: 0 0 10px 0; }
.ahcw-legacy-site h2 {font-size: 18px; font-style: normal; margin: 0; margin-bottom: 5px; padding: 0; color: #55626A; }

.ahcw-legacy-site p {margin: 0 0 10px 0; }

.ahcw-legacy-site img {border: none; }

.ahcw-legacy-site td {padding: 0 10px 0 10px; }

.ahcw-legacy-site a {color: #3E6F6F; }
	.ahcw-legacy-site a:hover {text-decoration: none; }

.ahcw-legacy-site .offsides {position: absolute; top: -1000px; left: -1000px; }

.ahcw-legacy-site .mdMargL {margin-left: 14px; }

.ahcw-legacy-site .left {float: left; }
.ahcw-legacy-site .right {float: right; }

.ahcw-legacy-site .clear {clear: both; }

.ahcw-page-wrap .petassure {width: 770px; text-align: right; font-size: 10px; color: #000; margin-left: auto; margin-right: auto; margin-bottom: 10px; margin-top: 5px; font-family: arial, sans-serif; }
	.ahcw-page-wrap .petassure a {text-decoration: none; color: #21344F; letter-spacing: 1px; }
	.ahcw-page-wrap .petassure a:hover {text-decoration: underline; }
