@charset "utf-8";

/* `Main Background Image ------------------------------------------------------------------------*/
body { 
	background: #218692 url('../images/body.gif') repeat-y center top;
}

/* `Header Logo and Tagline ----------------------------------------------------------------------*/
#header {
	height: 136px;
	background: url('../images/header.jpg') no-repeat;
	border-bottom: 1px solid #7A0C0C;
}
	#header .logo {
		width: 580px;
		padding-top: 8px;
		margin-left: 150px;
	}
	#header h1 {
		font: normal 15px/17px Verdana, "Bitstream Vera Sans", Geneva, Tahoma, sans-serif;
		color: #233c95;
		text-align: center;
		font-style: italic;
		border: none;
		letter-spacing: 1px;
	}
	#header h1 strong {
		font-weight: bold;
		border-bottom: 1px solid #233c95;
	}
	
/* `Content (background) -------------------------------------------------------------------------*/
#content {
	background: #FFF url('../images/content.gif') repeat-y center top;
}

/* Navigation LOCAL */
#canvas #navigationPrimary {
	background: #fd9e20;
	border-left: 1px solid #ffe4ad;
	border-right: 1px solid #ffe4ad;
	border-bottom: 1px solid #000;
}
	#canvas #navigationPrimary li a {
		color: #ffd9a6;
		border-right: 1px solid #cc751c;
	}
	#canvas #navigationPrimary li a:hover {
		background: #e97e0f;
		color: #FFF;
	}

/* `Highlights (background image, text color, bullet image) --------------------------------------*/
#programHighlights {
	color: #FFF;
	background: url('../images/highlights.jpg') no-repeat;
}
	#programHighlights h2 {
		color: #FFF;
	}
	#programHighlights h3 {
		color: #FFF;
		background: url('../images/bullet-star.gif') no-repeat left top;
	}
	#programHighlights p {
		color: #FFF;
	}

/* `Preferred Pharmacy (margins and image spacing) -----------------------------------------------*/
#preferredPharmacies h2 {
	margin: 20px 70px 3px 70px;
}
#preferredPharmacies ul {
	margin: 0;
}
#preferredPharmacies p {
	padding: 0 70px;
}
#preferredPharmacies img {
	margin: 0;
	max-height: 40px;
}

/* `Featured, As Seen On (image spacing only) ----------------------------------------------------*/
#featured img {
	margin: 0 4px;
}

/* `Partners (image spacing only) ----------------------------------------------------------------*/
#partners img {
	margin: 0 10px;
}

/* `Footer (background image) --------------------------------------------------------------------*/
#footer {
	background: url('../images/footer.jpg') no-repeat center bottom;
}

/* Home Page Buttons (Pharmacy Locator, Medication Pricing, Contact Us ---------------------------*/
.home-buttons a {
border: 1px solid #118493; text-decoration: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#81bac1+0,1bb0c4+50,1bb0c4+51,009fb5+51,1bb0c4+100 */
background: #1BB0C4; /* Old browsers */
background: -moz-linear-gradient(top,  #81bac1 0%, #1bb0c4 50%, #1bb0c4 51%, #009fb5 51%, #1bb0c4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #81bac1 0%,#1bb0c4 50%,#1bb0c4 51%,#009fb5 51%,#1bb0c4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #81bac1 0%,#1bb0c4 50%,#1bb0c4 51%,#009fb5 51%,#1bb0c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81bac1', endColorstr='#1bb0c4',GradientType=0 ); /* IE6-9 */
}
.home-buttons a:hover { border-color: #000; }
