@charset "utf-8";

/* `Main Background Image ------------------------------------------------------------------------*/
body { 
	background: #242424 url('../images/body-960.gif') repeat-y center top;
}

/* `Header Logo and Tagline ----------------------------------------------------------------------*/
#header {
	height: 136px;
	background: url('../images/header.jpg') no-repeat;
	border-bottom: 1px solid #000;
}
	#header .logo {
		width: 580px;
		padding-top: 18px;
		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;
		display: none;
	}
	#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: #152556;
	border-left: 1px solid #505595;
	border-right: 1px solid #505595;
	border-bottom: 1px solid #000;
}
	#canvas #navigationPrimary li a {
		color: #737c9a;
		border-right: 1px solid #111e45;
	}
	#canvas #navigationPrimary li a:hover {
		background: #283b73;
		color: #FFF;
	}
	#navigationPrimary ul {
	background: #152556;
	}
/* `Highlights (background image, text color, bullet image) --------------------------------------*/
#programHighlights {
	color: #16285a;
	background: url('../images/highlights.jpg') no-repeat;
}
	#programHighlights h2 {
		color: #FFF;
	}
	#programHighlights h3 {
		color: #16285a;
		background: url('../images/bullet-star.gif') no-repeat left top;
	}
	#programHighlights p {
		color: #16285a;
	}

/* `Preferred Pharmacy (margins and image spacing) -----------------------------------------------*/
#preferredPharmacies h2 {
	margin: 20px 60px 3px 60px;
}
#preferredPharmacies ul {
	margin: 0;
}
#preferredPharmacies p {
	padding: 0 60px;
}
#preferredPharmacies img {
	margin: 0;
}

/* `Participating Pharmacies (sidebar height) -----------------------------------------------------*/
.home #participatingPharmacies img {
    max-height: 29px;
}

/* `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;
}
