@charset "utf-8";
/* CSS Document */
/* ========================================================== */
/* --------------------Begin Page Properties----------------- */

body {
	background-color: #A7BADA;
	background-image: url(../images/header-bkgrnd.jpg);
	background-repeat: repeat-x;
}

/* ---------------------End Page Properties------------------ */
/* ========================================================== */
/* ----------------------Begin Layout Divs------------------- */

#container {
	position: relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	width:817px;
	height:645px;
	z-index:1;
	visibility:visible;
	text-align: left;
}
#header-bkgrnd {
	height: 296px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
}

#header {
	background-image: url(../images/new-header.jpg);
	height: 220px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 829px;
}

#body {
	background-image: url(../images/body.jpg);
	height: 722px;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 144px;
	width: 829px;
}

#nav {
	height: 600px;
	position: absolute;
	z-index: 100;
	left: 466px;
	top: 221px;
	width: 334px;
	overflow: hidden;
}

#btn-01, #btn-02, #btn-03, #btn-04, #btn-05, #btn-06, #btn-07, #btn-08 {
	height: 76px;
	float: right;
	z-index: 150;
}

#address {
	position: absolute;
	z-index: 99;
	left: 310px;
	top: 120px;
	color: #9E284B;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#text {
	height: 600px;
	position: absolute;
	z-index: 99;
	left: 35px;
	top: 170px;
	width:594px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
#text p {
	font-size: 14px;
}
#text h1 {
	font-size: 24px;
	margin: 0px;
	padding-top: 0px;
	top: 0px;
}

#text li {
	font-size: 12px;
}

#footer {
	text-align: center;
	position: absolute;
	top: 700px;
	font-size: medium;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	width: 820px;
	z-index: 101;
}

#subfooter {
	text-align: center;
	position: absolute;
	top: 740px;
	font-size: small;
	color: #666666;
	text-decoration: none;
	width: 820px;
}


/* -------------------End Layout Properties------------------ */
/* ========================================================== */
/* ---------------------Begin Control Divs------------------- */

#home {
	visibility: visible;
	z-index: 88;
	top: 0px;
}

#home p {
	width: 300px;
	text-align: justify;
}

#prescription {
	visibility: hidden;
	z-index: 86;
	top: 0px;
	position: absolute;
}

#prescription p {
	width: 300px;
	text-align: justify;
}

#traditional {
	visibility: hidden;
	z-index: 85;
	top: 0px;
	position: absolute;
}

#traditional p {
	width: 600px;
	text-align: left;
}

#compounding {
	visibility: hidden;
	z-index: 84;
	top: 0px;
	position: absolute;
}

#compounding p {
	width: 600px;
	text-align: left;
}

#hospice {
	visibility: hidden;
	z-index: 83;
	top: 0px;
	position: absolute;
}

#hospice p {
	width: 550px;
	text-align: left;
}

#assisted {
	visibility: hidden;
	z-index: 82;
	top: 0px;
	position: absolute;
}

#assisted p {
	width: 600px;
	text-align: left;
}

#longterm {
	visibility: hidden;
	z-index: 81;
	top: 0px;
	position: absolute;
}

#longterm p {
	width: 300px;
	text-align: justify;
}

#durable {
	visibility: hidden;
	z-index: 80;
	top: 0px;
	position: absolute;
}

#durable p {
	width: 600px;
	text-align: left;
}

#hormone {
	visibility: hidden;
	z-index: 79;
	top: 0px;
	position: absolute;
}

#hormone p {
	width: 500px;
	text-align: left;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

/* -------------------End Control Properties----------------- */
/* ========================================================== */
/* --------------------Begin Class Items--------------------- */

.text-left {
	position: absolute;
	top: 55px;
	left: 320px;
}

.text-right {
	position: absolute;
	top: 55px;
	left: 32px;
}

.text-center {
	position: absolute;
	top: 55px;
	left: 150px;
}

.refill {
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 90;
}

.refill_btn {
	position: absolute;
	top: 390px;
	left: 355px;
	z-index: 95;
}

.refill_text {
	z-index: 100;
}

.traditional {
	position: absolute;
	top: 245px;
	left: 0px;
}

.hormone {
	position: absolute;
	left: 145px;
	top: 225px;
}

.durable {
	position: absolute;
	left: 0px;
	top: 100px;
}

.longterm {
	position: absolute;
	left: 0px;
	top: 55px;
}

.longterm2 {
	position: absolute;
	left: 340px;
}

.assisted {
	position: absolute;
	left: 0px;
	top: 55px;
}

.hospice {
	position: absolute;
	left: 0px;
	top: 255px;
}

.compounding {
	position: absolute;
	left: 0px;
	top: 55px;
}
#prescription a {
	color: #0000FF;
	text-decoration: underline;
}
