body {
	background: url(../images/background-center.png) top center no-repeat #00666D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #032a2d;
	font-size: 11px;
}

/* HEADINGS */
h1 {
	margin: 0px 15px 15px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #4197A4;
}


h2 {
	margin: 15px 15px 8px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #0B5E66;
}

h3 {
	font-weight: bold;
	color: #06555A;
	font-size: 12px;
	margin: 15px 15px 8px 15px;
}

/* end headings */

hr {
	height: 1px;
	background: 0;
	color: transparent;
	outline: none;
	width: 80%;
	clear:both;
	border-bottom: 1px dashed #0063A4;
	margin: 0px auto 15px auto;
	padding:0;
}


a img {
	border:0;
}

#wrapper {
	margin: 0px auto;
	width: 980px;
	overflow: hidden;
}

#header {
	height: 274px;
	background: url(../images/header.jpg);
	position: relative;
	overflow: hidden;
}

#header a.logo-link {
	position: absolute;
	left: 597px;
	top: 18px;
}

#content {
	background: url(../images/content-bg.jpg) top left no-repeat #b4e9ec;
	overflow: hidden;
}

/* 2col layout */
#content-2col {
	background: url(../images/2col-y.jpg) top left repeat-y #b4e9ec;
	margin:0;padding:0;
}

#content-2col-inner {
	background: url(../images/2col-bg.jpg) top no-repeat;
	overflow: hidden;
}

.content-padding {
	padding: 25px 15px 10px 15px;
}

.sidebar-padding {
	padding: 25px 5px 10px 5px;
	width: 273px;
	overflow: hidden;
}



/* Homepage BOXES */
#hp-boxes {
	background-color: #e6fafb;
	padding-left: 5px;
}

.box-pharmacy, .box-specials, .box-aging, .box-events {
	display: inline-block;
	margin: 10px 0px 15px 5px;
	width: 311px;
	height: 252px;
	overflow: hidden;
}

.box-pharmacy a, .box-specials a, .box-aging a, .box-events a {
	text-indent: -5000px;
	display: block;
	height: 252px;
	width: 305px;
	overflow: hidden;
}

.box-pharmacy {
	background:url(../images/box-pharmacy.jpg);
}

.box-specials {
	background:url(../images/box-specials.jpg);
}

.box-events {
	background:url(../images/box-events.jpg);
}

.box-aging {
	background:url(../images/box-aging.jpg);
}

/* END HP BOXES */


#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	height: 80px;
	padding: 7px 0 150px 0;
	overflow: hidden;
	position: relative;
}

#footer div {
	float: left;
	margin-top: 10px;
}

#footer div.footer-nav {
	float: right;
	width: 430px;
	margin: 20px 20px 0 0;
	text-align: right;
}

#footer div.footer-nav ul {
	margin:0;
	padding:0;
}

#footer .footer-nav li {
	margin:0;
	background: none;
	border: none;

	display: inline;
	padding: 0 5px;
	border-right: 1px solid #006a72;

}

#footer .footer-nav div {
	margin:3px 0 0 0; padding:0;
}

#footer .footer-nav a {
	color: #006a72;
	text-decoration: none;
	text-transform: uppercase;
}

#footer .footer-nav a:hover {
	border-bottom: 1px solid teal;
}

#footer .footer-nav .in-van {
	font-size: 10px;
	text-align: right;
	color: #207587;
	float: right;
}

/* titles & paragraphs*/
h1.redefining-pharmacy-experience {
	background: url(../images/redefining-the-experience.gif);
	text-indent: -5000px;
	overflow: hidden;
	width: 399px;
	height: 33px;
	margin: 25px 0 8px 0;
	padding: 0;
}

p {
	margin: 0 15px 15px 15px;
}

iframe {
	border: 1px solid #8AD7DF;
	background-color: white;
	padding: 2px;
}

/* UL / LI */

ul,ol  {
	margin: 0 15px 15px 50px;
}

li {
	padding: 8px 0 8px 20px;
	background: url(../images/bullet.gif) 0 10px no-repeat;
	color: #5A5A5A;
	border-bottom: 1px dashed #89C4C8;
}

/*******Image Styles********/
.image-left {
	float: left;
	display: block;
	margin: 9px 10px 9px 12px;
	padding: 2px;
	overflow: hidden;
}

.image-center {
	display: block;
	margin: 9px auto 9px auto;
	padding: 2px;
	overflow: hidden;
}

.image-right {
	float: right;
	display: block;
	margin: 9px 8px 15px 20px;
	padding: 2px;
	overflow: hidden;
}

.border {
	border: 1px solid #8AD7DF;
	background-color: white;
	padding: 2px;
}