/* CSS Document */

body, html{
	padding: 3px 0px 0px 3px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #333333;
	background-image: url(images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #9cc3be;
}

/*---------------------------------------------------------------------------------------*/

#container{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/*---------------------------------------------------------------------------------------*/
/* HEADER STYLE */
.top-links{
	float: left;
	width: 135px;
	height: 16px;
	font-size: 11px;
	color: #ebebeb;
	padding: 6px 0px 5px 41px;
	margin: 0px;
	white-space: nowrap;
}

.top-links a{
	text-decoration: none;
	color: #ebebeb;
}

.top-links a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

#header{
	width: 902px;
	height: 108px;
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}

/*---------------------------------------------------------------------------------------*/

/* SUBSCRIBE SECTION */
/* table */
.subscribe{
	padding: 0px;
	margin: 70px 20px 0px 0px;
}

/* form */
.subscribeForm{
	padding: 0px;
	margin: 0px;
}

.subscribeForm Input{
	height: 14px;
	width: 124px;
	font-size: 9px;
	color: #a7721b;
	padding: 2px 2px;
	border: 1px solid #08534b;
}

/*---------------------------------------------------------------------------------------*/

/* NAVIGATION MENU */
#multi-level {
	width: 902px;
	height: 30px; 
	position: relative; 
	z-index: 100;
	clear: both;
	text-align: left;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
	font-family: Tahoma, Verdana, Arial;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display: block; 
	float: left; 
	position: relative;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse: collapse; 
	width: 0px; 
	height: 0px; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

/* Default top link link styling */
.menu li.top a.top_link {
	display: block; 
	float: left; 
	height: 30px;
}

/* move the link text off screen */
.menu li.top a span {
	position: absolute; 
	left: -9999px; 
	top: 0px; 
	z-index: 0; 
	font-size: 10px;
}

/* pre-load the hover images into the lists */
.menu li.p1 {
	width: 123px; 
	background: url(images/menu/specialty_1.gif) no-repeat;
}
.menu li.p2 {
	width: 81px; 
	background: url(images/menu/locations_1.gif) no-repeat;
}
.menu li.p3 {
	width: 103px; 
	background: url(images/menu/compounding_1.gif) no-repeat;
}
.menu li.p4 {
	width: 79px; 
	background: url(images/menu/vaccines_1.gif) no-repeat;
}
.menu li.p5 {
	width: 136px; 
	background: url(images/menu/patient_1.gif) no-repeat;
}
.menu li.p6 {
	width: 72px; 
	background: url(images/menu/providers_1.gif) no-repeat;
}
.menu li.p7 {
	width: 99px; 
	background: url(images/menu/media_1.gif) no-repeat;
}
.menu li.p8 {
	width: 70px; 
	background: url(images/menu/calendar_1.gif) no-repeat;
}
.menu li.p9 {
	width: 52px; 
	background: url(images/menu/links_1.gif) no-repeat;
}
.menu li.p10 {
	width: 87px; 
	background: url(images/menu/contact_1.gif) no-repeat;
}

/* set up the normal unhovered images in the links */
.menu li a#specialty{
	width: 123px; 
	background: url(images/menu/specialty_0.gif) no-repeat;
}
.menu li a#locations {
	width: 81px; 
	background: url(images/menu/locations_0.gif) no-repeat;
}
.menu li a#compounding {
	width: 103px; 
	background: url(images/menu/compounding_0.gif) no-repeat;
}
.menu li a#vaccines {
	width: 79px; 
	background: url(images/menu/vaccines_0.gif) no-repeat;
}
.menu li a#patient {
	width: 136px; 
	background: url(images/menu/patient_0.gif) no-repeat;
}
.menu li a#providers {
	width: 72px; 
	background: url(images/menu/providers_0.gif) no-repeat;
}
.menu li a#media {
	width: 99px; 
	background: url(images/menu/media_0.gif) no-repeat;
}
.menu li a#calendar {
	width: 79px; 
	background: url(images/menu/calendar_0.gif) no-repeat;
}
.menu li a#links {
	width: 52px; 
	background: url(images/menu/links_0.gif) no-repeat;
}
.menu li a#contact {
	width: 87px; 
	background: url(images/menu/contact_0.gif) no-repeat;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility: visible;	/* for IE6 */
} 
.menu li:hover { 
	position: relative; 
	z-index: 200;		/* for IE7 */
} 

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#specialty:hover, .menu li:hover a#specialty,
.menu li a#locations:hover, .menu li:hover a#locations,
.menu li a#compounding:hover, .menu li:hover a#compounding,
.menu li a#vaccines:hover, .menu li:hover a#vaccines,
.menu li a#patient:hover, .menu li:hover a#patient,
.menu li a#providers:hover, .menu li:hover a#providers,
.menu li a#media:hover, .menu li:hover a#media,
.menu li a#calendar:hover, .menu li:hover a#calendar,
.menu li a#links:hover, .menu li:hover a#links,
.menu li a#calendar:hover, .menu li:hover a#calendar {background: transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	width: 0px; 
	height: 0px;
}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left: 0px; 
	top: 29px; 
	background: #ffffff; 
	padding: 1px 0px; 
	border: 1px solid #2d897e; 
	white-space: nowrap; 
	width: 185px; 
	height: auto;
}
.menu :hover ul.sub li {
	display: block; 
	height: 20px; 
	position: relative; 
	float: left; 
	width: 185px;
}
.menu :hover ul.sub li a {
	display: block; 
	font-size: 11px; 
	height: 20px; 
	width: 185px; 
	line-height: 20px; 
	text-indent: 5px; 
	color: #336666; 
	text-decoration: none; 
	border: 1px solid #fff; 
	border-width: 0px 0px 0px 0px;
}
.menu :hover ul.sub li a:hover {
	background: #985e15; 
	color: #ffffff;
}

/*---------------------------------------------------------------------------------------*/

/* SEARCH WEBSITE SECTION */
#search{
	width: 902px;
	height: 32px;
	background-image: url(images/search_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #afceca;
}

#search_home{
	width: 902px;
	height: 32px;
	background-image: url(images/search_bg_home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #afceca;
}

/* table */
.searchTable{
	padding: 0px;
	margin: 5px 0px 0px 112px;
}

/* form */
.searchForm{
	padding: 0px;
	margin: 0px;
}

.searchForm Input{
	height: 14px;
	width: 124px;
	font-size: 9px;
	color: #1e766c;
	padding: 2px 2px;
	border: 1px solid #9bc8c3;
}

/*---------------------------------------------------------------------------------------*/

/* CONTENT HOLDER */
#content-holder{
	width: 900px;
	height: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	background-color: #a4c6c2;	
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	border-left: 1px solid #b6d7d3;
	border-right: 1px solid #b6d7d3;
}

#content{
	width: 652px;
	height: 100%;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	float: left;
	overflow: visible;
	text-align: left;
}

.flash{
	width: 672px;
	height: 219px;
	background-image: url(images/flash.jpg);
	background-repeat: no-repeat;
	margin: 0px -10px 5px -10px;
	white-space: nowrap;
}

.flashHomepage{
	width: 672px;
	height: 219px;
	/*background-image: url(images/flash.jpg);
	background-repeat: no-repeat;*/
	background-color: #ffffff;
	margin: 0px -10px 15px -10px;
	border-bottom: 1px solid #009999;
}

.breadcrumbs{
	margin: 0px -10px 15px -10px;
	padding: 5px 10px 5px 10px;
	font-size: 0.7em;
	background-color: #ffffff;
	border-bottom: 1px dashed #d3ebe8;
	border-top: 1px dashed #d3ebe8;
	color: #666666;
	white-space: nowrap;
}

/* div holding content on right side */
.rightDiv{
	float:right; 
	margin-right: 8px;
	margin-top: 8px;
}

/* Floating Div */
#divStayTopLeft{
	width:200px; 
	height: 460px;	
	padding: 5px 5px;
	position: absolute;
	background-image: url(images/valueAdded_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

#divStayTopLeft p{
	padding: 0px 0px 2px 5px;
	margin: 0px;
	font-size: 12px;
}

#divStayTopLeft a{
	color: #336666;
}

#divStayTopLeft a:hover{
	text-decoration: none;
	color: #a7721b;
}

/*---------------------------------------------------------------------------------------*/

/* FOOTER */
#footer{
	width: 902px;
	height: 91px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	font-size: 10px;
}

#footer a{
	color: #1a7268;
}

#footer a:hover{
	text-decoration: none;
}

.copyrightTable{
	font-size: 0.9em;
	float: right;
	margin: 15px 30px 0px 0px;
	color: #74b1aa;
	line-height: 130%;
}

.privacyTable{
	font-size: 0.9em;
	float: left;
	margin: 20px 0px 0px -30px;
	color: #74b1aa;
	line-height: 130%;
}

/*---------------------------------------------------------------------------------------*/

/* GENERAL HTML STYLE PROPERTIES */
a{
	color: #009999;
	text-decoration: underline;
}

a:hover{
	color: #a7721b;
	text-decoration: none;
}

hr{
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #d3ebe8;
}

hr.calendar{
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #336666;
}

hr.enroll{
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #669999;
}

/* Page Title Heading */
h1{
	padding: 5px 0px 10px 0px;
	margin: 0px;
	color: #006666;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* Page subheading */
h2{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #a7721b;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* Used on Value Added Services */
h3{
	padding: 6px 0px 0px 5px;
	margin: 0px;
	color: #a7721b;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

h3.green{
	padding: 15px 0px 5px 0px;
	margin: 0px;
	color: #339999;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

h3.black{
	padding: 15px 0px 5px 0px;
	margin: 0px;
	color: #333333;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4{
	padding: 2px 0px 5px 0px;
	margin: 0px;
	color: #a7721b;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h4.green{
	padding: 2px 0px 5px 0px;
	margin: 0px;
	color: #339999;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h4.white{
	padding: 2px 0px 5px 0px;
	margin: 0px;
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 0.8em;
	line-height: 130%;
	color: #000;
	text-align: left;
}

p.links{
	padding: 0px 0px 25px 0px;
	margin: 0px;
	font-size: 0.8em;
	line-height: 130%;
}

.question{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 130%;
	color: #339999;
	font-weight: bold;
}

.pic{
	border: 2px solid #007880;
}

.caption{
	font-weight: bold; 
	font-size: 10px; 
	clear: both;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul.default-list-larger{
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-size: 0.9em;
}

ul.default-list-larger li{
	padding-bottom: 10px;
}

ul.default-list{
	padding: 0px;
	margin: 0px 0px 15px 20px;
	font-size: 0.8em;
}

ul.default-list li{
	padding-bottom: 5px;
}

/* Homepage Columns Table */
.homepageColumns{
	background-color: #a7721b;
}

.homepageColumns td{
	padding: 5px;
	background-color: #FFF;
}

.homepageColumns td p{
	font-size: 12px;
	margin-left: 10px;
}

.homepageColumns td h3{
	padding: 15px 0px 5px 0px;
	margin: 0px;
	color: #a7721b;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

/* Media Table */
.mediaTable{
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-bottom: 2px solid #ebebeb;
}

.mediaTable th{
	font-size: 0.8em;
	background-color: #ebebeb;
	background-image: url(images/gradient_bg_1.gif);
	background-position: center;
	background-repeat: repeat-x;
	border: 1px solid #f3f3f3;
	padding: 3px 3px;
	color: #336666;
}

.mediaTable td{
	font-size: 0.8em;
	background-color: #f3f3f3;
	padding: 5px 3px;
}

.mediaTable td.view{
	font-size: 0.7em;
	background-color: #ffffff;
	padding: 5px 3px;
}

.mediaTable td.view a{
	color: #a7721b;
}

/* Contact Table */
.contactTable{
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.contactTable th{
	font-size: 0.8em;
	background-color: #ebebeb;
	background-image: url(images/gradient_bg_1.gif);
	background-position: center;
	background-repeat: repeat-x;
	border: 1px solid #f3f3f3;
	padding: 3px 3px;
	color: #336666;
}

.contactTable td{
	font-size: 0.8em;
	background-color: #f3f3f3;
	padding: 3px 3px;
}

em{
	color: #339999;
}

sup{
	font-size: 80%;
}

/* Location Table */
.locationTable{
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-bottom: 2px solid #ebebeb;
}

.locationTable th{
	font-size: 0.8em;
	background-color: #ebebeb;
	background-image: url(images/gradient_bg_1.gif);
	background-position: center;
	background-repeat: repeat-x;
	border: 1px solid #f3f3f3;
	padding: 3px 3px;
	color: #336666;
}

.locationTable td{
	font-size: 0.8em;
	background-color: #f3f3f3;
	padding: 5px 10px;
}

.locationTable td.photo{
	font-size: 0.8em;
	background-color: #f3f3f3;
	padding: 0px 0px;
}

.locationTable td a:hover{
	cursor: pointer;
}

/* FORM TABLE (orders, careers, info) */
fieldset{
	color: #333333;
	padding: 15px 5px 5px 5px;
	border: 1px solid #669999;
	background: #ebebeb;
	position: relative;
	margin: 0px 0px 20px 0px;
}

legend{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 3px;
	border: 1px solid #669999;
	background-color: #669999;	
	position: absolute;
	top: -10px;
}

label{
	font-size: 11px;
}

.field{
	padding-left: 20px;
}

.form Input{
	height: 12px;
	font-size: 11px;
	color: #006666;
	border: 1px solid #669999;
	padding: 2px 2px;
}

.form Select{
	font-size: 11px;
	color: #006666;
	padding: 2px 2px;
}

.form Input.btn{
	height: 30px;
	background-color: #006666;
	color: #ffffff;
}

.enrollTable td{
	padding-bottom: 3px;
}
/*------------end enroll table---------------*/

.special{
	visibility: hidden;
}

/* links table */
.linksTable{
	margin-bottom: 20px;
	font-size: 0.9em;
}

/*---------------------------------------------------------------------------------------*/

/* WEBSITE SEARCH RESULTS PAGE */
.highlight { background: #FFFF40; }
.searchheading { color: #336666; font-size: 1.1em; }
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 0.8em; }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { font-size: 100%; }		
.description { font-size: 100%; color: #a7721b; }
.context { font-size: 100%; }
.infoline { font-size: 85%; font-style: normal; color: #999999; }

.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 90%; margin-left: 10px; }
.zoom_match { font-size: 80%; margin-left: 10px;}				
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

input.zoom_button {  }
input.zoom_searchbox {  }		

.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

.result_pages { font-size: 100%; color: #a7721b; }
.result_pagescount { font-size: 100%; }

.searchtime { font-size: 80%; }

.recommended 
{ 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}

/*---------------------------------------------------------------------------------------*/

/* SEARCH ENGINE HIDDEN KEYWORDS */
.keywords{
	font-size: 0.5em;
	visibility: hidden;
}

/* TOOL TIP STYLE */
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid #5e9690;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 300px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
bullet {
}
b {
	color: #333333;
}
.gold {
	font-size: small;
	color: #a7721b;
	line-height: 130%;
}
#container #content-holder #content blockquote .black .gold strong {
	font-size: 10em;
}
.style7 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #8E4604;
	font-weight: normal;
}
.style8 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FB5200;
	font-weight: bold;
}
.style9 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
}
