/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{
	border-collapse:collapse;
	background-position: center;
}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
/*q:before,q:after {content:'';}*/

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#FFF url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	color:#4f4f4f;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

blockquote { margin-left:10px; margin-right:10px; }

p.h1	{ font-size:1.2em; color:#020202; font-weight: bold;}
p.h2	{ font-size:1.1em; color:#ac1523; font-weight: bold;}
p.h3	{ font-size:1.0em; color:#18214d; font-weight: bold;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#C27B13; text-decoration:none; }
a:hover,a:active	{ color:#6BAFB2; text-decoration:underline;}

/* ------------------------ classes ------------------------ */

.clearfix:after {
    /*content: "."; */
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
	
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
	
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:10px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
p.more-info {
	text-align:right;
	display:block;
	}
	
p#scroll a{ font-size: small; color:#C27B13; font-weight: bold; line-height: 125%;}
p#scroll a:hover{ font-size: small; color:#6BAFB2; font-weight: bold; text-decoration:underline}

img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
	
.red { color: red; }

.brown{ color: #C27B13; }
.blue{ color: #6BAFB2; }

.xlrgfont{
	line-height: normal;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif; 
	}

.lrgfont{
	line-height: normal;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif; 
	}

.medfont{
	line-height: normal;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif; 
	}

.smlfont{
	line-height: normal;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; 
	}

.bold{
	font-weight: bold;
	}
	
.list{
	list-style-type: disc;
	margin-left: 10px;
	background:url("../images/bulletbrown.jpg") 0px 3px no-repeat;
	}

.indent{
	padding-left: 20px;
}

.blackbox{ 
    border: medium solid #6BAFB2;
    padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.container{
	margin-left: 30px;
	margin-right: 45px;
	margin-top: -20px;
}

sup{
	font-size: 11px;
}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:1.0em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #020202;
	color:#f4f4f4;
	width:175px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:18px;
	/*vertical-align: middle;*/
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:840px;
	margin:0 auto;
	text-align:left;
	margin-top: 20px;
	}

/* ------------------------ masthead framework ------------------------ */
body#index #masthead, body#contact #masthead, body#voucher #masthead, body#safety #masthead  {
	background:url("../images/masthead-Home-1.gif");
	height:480px;
	}
	
	/* index page link within #masthead */
body#patient #masthead, body#about #masthead, body#BPTracker #masthead, body#highBP #masthead, body#patLinks #masthead {
	background:url("../images/masthead-pati-1.gif");
	height:480px;
	}
	
	/* Patient page link within #masthead */		
body#physician #masthead, body#efficacy #masthead, body#safetyProfile #masthead, body#dosingProfile #masthead, body#physLinks #masthead  {
	background:url("../images/masthead-phys-1.gif");
	height:480px;
	}
	
	/* Physician page link within #masthead */			
body#pharmacist #masthead, body#pharmLetter #masthead, body#salesSheet #masthead, body#geomatrix #masthead, body#pharmaLinks #masthead {
	background:url("../images/masthead-pharm-1.gif");
	height:480px;
	}
	
	/* Pharmacist page link within #masthead */	
#masthead p { clear: both; padding-top: 20px; }
/* ------------------------ column-left framework ------------------------ */
#column-left { width:260px; float:left; }

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl { margin:0px 24px 10px 56px; }

	#column-left form { margin: 30px 0 0 50px; } /* set form margin here */


/* ------------------------ column-right framework ------------------------ */
#column-right { width:580px; float:left; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right ol {
		margin:0px 58px 10px 36px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul.bullet { padding-left:15px; }
		#column-right ul.bullet li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
		#column-right ul li { 
			background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
			}
			
			
	#column-right ul#hbp-risks li {	margin-bottom: 3px; }
	#column-right ul#hbp-risks li strong { color: #090e2b; }
	
	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* ordered list */
	#column-right ol { padding-left:35px; }
	#column-right ol li {margin-bottom: 5px;}
	
	/* Adult Blood Pressure Chart */
	
	table#adult-blood-pressure {
		width: 400px;
		margin: 10px 0px 20px 45px;
		border: 1px solid #090e2b;
	}
	table#adult-blood-pressure tr.category dd { font-style:italic; text-align: center;}

	table#adult-blood-pressure th {
		border-bottom: 2px solid #000000;
		font-weight: bold;
		color: #000;
		padding: 1px;
		}
	table#adult-blood-pressure td { padding: 1px 1px 1px 3px; }
/* ------------------------ header framework ------------------------ */

	#header-graphic { height:480px;} /* sets height for all non-flash headers */

	body#index #header-graphic, body#contact #header-graphic, body#voucher #header-graphic, body#safety #header-graphic{ background:url("../images/header-index.jpg"); }
	body#patient #header-graphic, body#highBP #header-graphic, body#BPTracker #header-graphic, body#patLinks #header-graphic, body#about #header-graphic{ background:url("../images/header-pat.jpg"); }
	body#physician #header-graphic, body#physLinks #header-graphic, body#safetyProfile #header-graphic, body#dosingProfile #header-graphic, body#efficacy #header-graphic { background:url("../images/header-index.jpg"); }
	body#pharmacist #header-graphic, body#salesSheet #header-graphic, body#pharmaLinks #header-graphic, body#pharmLetter #header-graphic, body#geomatrix #header-graphic { background:url("../images/header-pharm.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:100px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.gif"); height: 179px;}
	body#about #subhead { background:url("../images/subhead-about.gif"); }
	body#patient #subhead { background:url("../images/subhead-patient.gif"); }
	body#safety #subhead { background:url("../images/subhead-safety.gif"); }
	body#physician #subhead { background:url("../images/subhead-physician.gif"); }
	body#pharmacist #subhead { background:url("../images/subhead-pharmacist.gif"); }
	body#blood-pressure #subhead { background:url("../images/subhead-pressure.gif"); }
	body#voucher #subhead { background:url("../images/subhead-voucher.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#pharmLetter #subhead { background:url("../images/subhead-letter.gif"); }
	body#highBP #subhead { background:url("../images/subhead-pressure.gif"); }
	body#salesSheet #subhead { background:url("../images/subhead-salesSheet.gif"); }
	body#safetyProfile #subhead { background:url("../images/subhead-safetyProfile.gif"); }
	body#links #subhead , body#pharmaLinks #subhead, body#patLinks #subhead, body#physLinks #subhead { background:url("../images/subhead-links.gif"); }
	body#geomatrix #subhead { background:url("../images/subhead-geomatrix.gif"); }
	body#efficacy #subhead { background:url("../images/subhead-efficacy.gif"); }
	body#dosingProfile #subhead { background:url("../images/subhead-dosing.gif"); }
	body#BPTracker #subhead { background:url("../images/subhead-BPTracker.gif"); }

	

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-contact-index {
	height:44px;
	background:url("../images/subhead-contact-index.gif") no-repeat;
	margin: 0 34px 0 18px;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#warning {
	/*width: 483px;
	border: 1px solid #4f4f4f;*/
	padding: 10px;
	margin: 10px 45px 10px 28px;
	}

#warning p { margin: 0px; font-size: .95em; }
#warning p strong{ font-weight: bold; }

#sciele-logo {
	background: url("../images/img-sciele.jpg") no-repeat;
	height: 57px;
	margin: 0px 11px 10px 34px;
	}
	
	
	
/* -------------------- Print Buttons ------------------------ */
#print-buttons {
	background: url("../images/btn-print.gif") top no-repeat;
	height: 40px;
	margin: 0 11px 15px 34px;
	position: relative;
	}
	#print-buttons a.page {
		position: absolute;
		height: 40px;
		width: 215px;
	}

#print-buttons span {display: none;}

#print-buttons a.page:hover { background: url("../images/btn-print-over.gif") 0px 0px; } 
#print-buttons a.site:hover { background: url("../images/btn-print-over.gif") 0px 40px; } 

#references-top { 
	clear: both; 
	background: url("../images/references-top.gif") top no-repeat; 
	height: 30px;
	}
#references-info {
	background-color: #ffffff;
	border: 10px solid #474a60;
	width: 774px;
	margin:0 33px 0 23px;
	padding-top: 10px;

	/*width: 840px;
	padding-bottom: 1px;
	background: #090e2b url("../images/references-wrap.gif") repeat-y;*/
}
#references-info p {
	text-align: left;
	margin: 0 30px 10px 30px;
	}
#references-info p strong {color: #ee3a43;}

#references-info a:link, #references-info a:visited { color:#fff; text-decoration: none; }
#references-info a:hover, #references-info a:active { color:#fff; text-decoration: underline; }
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.gif");
	width:100%; /* fix for Safari */
	height:22px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:840px;
	margin:0 auto;
	text-align:center;
	padding: 10px 0 10px 0;
	}

#footer p {
	color:#000;
	text-align: center;
	margin: 0 30px 10px 15px;
	}

#footer a:link, #footer a:visited { color:#000; text-decoration: none; font-weight: bold; }
#footer a:hover, #footer a:active { color:#000; text-decoration: underline; font-weight: bold; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#column-right #header-btns {
	width:570px; 
	height:39px; 
	margin:0;
	padding: 10px 0 0 0; 
	}

#column-right #header-btns span { display: none; }

#column-right #header-btns li, #column-right #header-btns a { height:39px; display:block; } /* change height here also */

#column-right #header-btns li { float:left; list-style:none; position:relative; padding: 0px; }

#column-right #header-btns-01 { width: 208px; margin-left: 0px;}
#column-right #header-btns-02 { width: 167px;}
#column-right #header-btns-03 { width: 195px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#column-right #header-btns-01 a:hover { background:url("../images/header-btns-over.gif")   -0px -0px no-repeat; }
#column-right #header-btns-02 a:hover { background:url("../images/header-btns-over.gif") -208px -0px no-repeat; }
#column-right #header-btns-03 a:hover { background:url("../images/header-btns-over.gif") -375px -0px no-repeat; }


/* ------------------------ vertical sprite nav main ------------------------ */
#column-left #nav {
	width:215px;	/* Width of buttons, not entite image (or half of entire image) */
	height:315px;	 /* Height of entire image */
	margin:0px 0 0 34px;
	padding:27px 0 0 0;
	}

#column-left #nav li span { display: none; }

#column-left #nav li { float:left; list-style:none; position:relative; padding: 0px;}

#column-left #nav li, #column-left #nav a { 
	height:24px;	/* Each button must have the same height, define it here */ 
	display:block;
	}
#column-left #nav li#nav-01, #column-left #nav #nav-01 a { 
	height:114px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav button */
#nav-01, #nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11  { margin-top:0; width:215px; }

#nav-02 a:hover { background:url("../images/nav-over-Home-1.gif") -0px  -0px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-over-Home-1.gif") 0px  -24px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-over-Home-1.gif") 0px  -48px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-over-Home-1.gif") 0px  -72px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-over-Home-1.gif") 0px  -96px no-repeat; }
#nav-07 a:hover { background:url("../images/nav-over-Home-1.gif") 0px -120px no-repeat; }
#nav-08 a:hover { background:url("../images/nav-over-Home-1.gif") 0px -144px no-repeat; }
#nav-09 a:hover { background:url("../images/nav-over-Home-1.gif") 0px -168px no-repeat; }
#nav-10 a:hover { background:url("../images/nav-over-Home-1.gif") 0px -192px no-repeat; }
#nav-11 a:hover { background:url("../images/nav-over-Home-1.gif") 0px -216px no-repeat; }


/* ------------------------ vertical sprite nav Patient ------------------------ */

#column-left #nav-pat {
	width:215px;	/* Width of buttons, not entite image (or half of entire image) */
	height:315px;	 /* Height of entire image */
	margin:0px 0 0 34px;
	padding:27px 0 0 0;
	}

#column-left #nav-pat li span { display: none; }

#column-left #nav-pat li { float:left; list-style:none; position:relative; padding: 0px;}

#column-left #nav-pat li, #column-left #nav-pat a { 
	height:24px;	/* Each button must have the same height, define it here */ 
	display:block;
	}
#column-left #nav-pat li#nav-01-pat, #column-left #nav-pat #nav-01-pat a { 
	height:114px;	/* Each button must have the same height, define it here */
	display:block;
	}
/* margin-top if there is a spacing between each nav button */
#nav-01-pat, #nav-02-pat, #nav-03-pat, #nav-04-pat, #nav-05-pat, #nav-06-pat, #nav-07-pat, #nav-08-pat, #nav-09-pat, #nav-10-pat, #nav-11-pat { margin-top:0; width:215px; }

#nav-02-pat a:hover { background:url("../images/nav-over-Pati-1.gif") -0px  -0px no-repeat; }
#nav-03-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px  -24px no-repeat; }
#nav-04-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px  -48px no-repeat; }
#nav-05-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px  -72px no-repeat; }
#nav-06-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px  -96px no-repeat; }
#nav-07-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px -120px no-repeat; }
#nav-08-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px -144px no-repeat; }
#nav-09-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px -168px no-repeat; }
#nav-10-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px -192px no-repeat; }
#nav-11-pat a:hover { background:url("../images/nav-over-Pati-1.gif") 0px -216px no-repeat; }


/* ------------------------ vertical sprite nav physician ------------------------ */

#column-left #nav-phy {
	width:215px;	/* Width of buttons, not entite image (or half of entire image) */
	height:315px;	 /* Height of entire image */
	margin:0px 0 0 34px;
	padding:27px 0 0 0;
	}

#column-left #nav-phy li span { display: none; }

#column-left #nav-phy li { float:left; list-style:none; position:relative; padding: 0px;}

#column-left #nav-phy li, #column-left #nav-phy a { 
	height:24px;	/* Each button must have the same height, define it here */ 
	display:block;
	}
#column-left #nav-phy li#nav-01-phy, #column-left #nav-phy #nav-01-phy a { 
	height:114px;	/* Each button must have the same height, define it here */
	display:block;
	}
/* margin-top if there is a spacing between each nav button */
#nav-01-phy, #nav-02-phy, #nav-03-phy, #nav-04-phy, #nav-05-phy, #nav-06-phy, #nav-07-phy, #nav-08-phy, #nav-09-phy, #nav-10-phy, #nav-11-phy { margin-top:0; width:215px; }

#nav-02-phy a:hover { background:url("../images/nav-over-phys-1.gif") -0px  -0px no-repeat; }
#nav-03-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px  -24px no-repeat; }
#nav-04-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px  -48px no-repeat; }
#nav-05-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px  -72px no-repeat; }
#nav-06-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px  -96px no-repeat; }
#nav-07-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px -120px no-repeat; }
#nav-08-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px -144px no-repeat; }
#nav-09-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px -168px no-repeat; }
#nav-10-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px -192px no-repeat; }
#nav-11-phy a:hover { background:url("../images/nav-over-phys-1.gif") 0px -216px no-repeat; }

/* ------------------------ vertical sprite nav pharmacist ------------------------ */

#column-left #nav-pha {
	width:215px;	/* Width of buttons, not entite image (or half of entire image) */
	height:315px;	 /* Height of entire image */
	margin:0px 0 0 34px;
	padding:27px 0 0 0;
	}

#column-left #nav-pha li span { display: none; }

#column-left #nav-pha li { float:left; list-style:none; position:relative; padding: 0px;}

#column-left #nav-pha li, #column-left #nav-pha a { 
	height:24px;	/* Each button must have the same height, define it here */ 
	display:block;
	}
#column-left #nav-pha li#nav-01-pha, #column-left #nav-pha #nav-01-pha a { 
	height:114px;	/* Each button must have the same height, define it here */
	display:block;
	}
/* margin-top if there is a spacing between each nav button */
#nav-01-pha, #nav-02-pha, #nav-03-pha, #nav-04-pha, #nav-05-pha, #nav-06-pha, #nav-07-pha, #nav-08-pha, #nav-09-pha, #nav-10-pha, #nav-11-pha { margin-top:0; width:215px; }

#nav-02-pha a:hover { background:url("../images/nav-over-pharm-1.gif") -0px  -0px no-repeat; }
#nav-03-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px  -24px no-repeat; }
#nav-04-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px  -48px no-repeat; }
#nav-05-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px  -72px no-repeat; }
#nav-06-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px  -96px no-repeat; }
#nav-07-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px -120px no-repeat; }
#nav-08-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px -144px no-repeat; }
#nav-09-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px -168px no-repeat; }
#nav-10-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px -192px no-repeat; }
#nav-11-pha a:hover { background:url("../images/nav-over-pharm-1.gif") 0px -216px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-02 { background:url("../images/nav-over-Home-1.gif") 0px  -0px no-repeat; }
body#patient #nav-03-pat { background:url("../images/nav-over-Home-1.gif") 0px  -24px no-repeat; }
body#physician #nav-04-phy { background:url("../images/nav-over-Home-1.gif") 0px  -48px no-repeat; }
body#pharmacist #nav-05-pha { background:url("../images/nav-over-Home-1.gif") 0px  -72px no-repeat; }
body#voucher #nav-06 { background:url("../images/nav-over-Home-1.gif") 0px  -96px no-repeat; }
body#contact #nav-07 { background:url("../images/nav-over-Home-1.gif") 0px -120px no-repeat; }

body#highBP #nav-04-pat { background:url("../images/nav-over-Pati-1.gif") 0px -48px no-repeat; }
body#about #nav-05-pat { background:url("../images/nav-over-Pati-1.gif") 0px -72px no-repeat; }
body#BPTracker #nav-06-pat { background:url("../images/nav-over-Pati-1.gif") 0px -96px no-repeat; }
body#patLinks #nav-07-pat { background:url("../images/nav-over-Pati-1.gif") 0px -120px no-repeat; }

body#efficacy #nav-05-phy { background:url("../images/nav-over-phys-1.gif") 0px -72px no-repeat; }
body#safetyProfile #nav-06-phy { background:url("../images/nav-over-phys-1.gif") 0px -96px no-repeat; }
body#dosingProfile #nav-07-phy { background:url("../images/nav-over-phys-1.gif") 0px -120px no-repeat; }
body#physLinks #nav-08-phy { background:url("../images/nav-over-phys-1.gif") 0px -144px no-repeat; }

body#salesSheet #nav-06-pha { background:url("../images/nav-over-pharm-1.gif") 0px  -96px no-repeat; }
body#geomatrix #nav-07-pha { background:url("../images/nav-over-pharm-1.gif") 0px -120px no-repeat; }
body#pharmaLinks #nav-08-pha { background:url("../images/nav-over-pharm-1.gif") 0px -144px no-repeat; }


/* ------------------------ Text Size sprite nav ------------------------ */
	
ul#TextResize {
	background:url("../images/Text-resize-off.gif");
	background-repeat: no-repeat;
	height:31px;
	}

#TextResize li span { display: none; }

#TextResize  li { float:left; list-style:none; position:relative; padding: 0px; }

#TextResize li#fontSize-01, #TextResize li#fontSize-01 a, #TextResize li#fontSize-03, #TextResize li#fontSize-03 a{ height:31px; width: 27px; display:block;}
#TextResize li#fontSize-02, #TextResize li#fontSize-02 a{ height:31px; width: 82px; display:block; }

#TextResize li#fontSize-01 { margin-top: 0px; margin-left: 0px; display: inline; }
#TextResize li#fontSize-02 { margin-top: 0px; margin-left: 0px; display: inline; }
#TextResize li#fontSize-03 { margin-top: 0px; margin-left: 0px; display: inline; }

#TextResize li#fontSize-01 a:hover { background:url("../images/Text-resize-on.gif") -0px -0px no-repeat; }
#TextResize li#fontSize-03 a:hover { background:url("../images/Text-resize-on.gif") -109px -0px no-repeat; }
