@charset "utf-8";

/* `Main Background Image ------------------------------------------------------------------------*/
body { 
	background: #414141 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: #FFF;
		text-align: center;
		font-style: italic;
		border: none;
		letter-spacing: 1px;
	}
	#header h1 strong {
		font-weight: bold;
		border-bottom: 1px solid #FFF;
	}
	
/* `Content (background) -------------------------------------------------------------------------*/
#content {
	background: #FFF url('../images/content.gif') repeat-y center top;
}

/* Navigation LOCAL */
#canvas #navigationPrimary {
	background: #024288;
	border-left: 1px solid #366aa9;
	border-right: 1px solid #366aa9;
	border-bottom: 1px solid #000;
}
	#canvas #navigationPrimary li a {
		color: #3f83ce;
		border-right: 1px solid #011832;
	}
	#canvas #navigationPrimary li a:hover {
		background: #0b5ab2;
		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;
	
}

/* `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 #012D6C; text-decoration: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b5996+0,213770+50,051f51+51,213770+100 */
background: #213770; /* Old browsers */
background: -moz-linear-gradient(top,  #4b5996 0%, #213770 50%, #051f51 51%, #213770 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4b5996 0%,#213770 50%,#051f51 51%,#213770 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4b5996 0%,#213770 50%,#051f51 51%,#213770 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5996', endColorstr='#213770',GradientType=0 ); /* IE6-9 */
}
.home-buttons a:hover { border-color: #000; }