@charset "utf-8";

/* `Main Background Image ------------------------------------------------------------------------*/
body { 
	background: #343434 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 #202F64;
}
	#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: #14285d;
	border-left: 1px solid #a5bbf5;
	border-right: 1px solid #a5bbf5;
	border-bottom: 1px solid #000;
}
	#canvas #navigationPrimary li a {
		color: #727e9e;
		border-right: 1px solid #10204a;
	}
	#canvas #navigationPrimary li a:hover {
		background: #1e3b79;
		color: #FFF;
	}
	#navigationPrimary ul {
	background: #14285d;
	}
	
	
	/* additions for smooth menu */
	#canvas #content #navigationPrimary ul.mainMenu ul {
		background-color: rgba(20,40,93,0.95); /* rgb value of dark color */
	}
	#canvas #content #navigationPrimary ul.mainMenu ul a {
		color: #727e9e; /* menu text color */
	}
	#canvas #content #navigationPrimary ul.mainMenu ul a:hover {
		color: #FFF;
	}
	#canvas #content #navigationPrimary ul.mainMenu ul a:hover,
	#canvas #content #navigationPrimary ul.mainMenu li:hover > a {
		color: #FFF;
		background-color: rgba(30,59,121,0.75); /* rgb value of light color */
	}	
	
	
	/* colors for media menus */
	#media #mediaMenu {
		border-bottom: 3px solid #14285d;
	}
	#media #mediaMenu .current a {
		border: 1px solid #14285d;
		background: #14285d;
	}
	#media #mediaMenu .current a:hover {
		border: 1px solid #14285d;
		background: #14285d;
	}
	
/* 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/#948ead+1,394c70+50,012875+51,094397+100 */
background: #948ead; /* Old browsers */
background: -moz-linear-gradient(top,  #948ead 1%, #394c70 50%, #012875 51%, #094397 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #948ead 1%,#394c70 50%,#012875 51%,#094397 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #948ead 1%,#394c70 50%,#012875 51%,#094397 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948ead', endColorstr='#094397',GradientType=0 ); /* IE6-9 */
}
.home-buttons a:hover { border-color: #000; }

	
/* `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;
}

/* `Participating Pharmacies (sidebar height) -----------------------------------------------------*/
.home #participatingPharmacies img {
    max-height: 27px;
}

/* `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;
}
