@charset "UTF-8";
/* CSS Document */


body  {
	font: 80%/1.5 Helvetica, Arial, sans-serif;
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666666;
}
iframe {
margin:0;
padding:0;
}

img {
	border:0;
}

p {
	margin: 7px 6em 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0; /* padding here creates white space "inside the box." */
}

h1 {
	margin-bottom: 20px;
	padding-right: 20px;
	font-size: 140%;
	line-height: 1.25;
	color: #000000;
	font-weight: bold;
}

h1.lc {     /* larger H1 in learning center */
	margin-bottom: 20px;
	padding-right: 20px;
	font-size: 160%;
	line-height: 1.25;
	color: #000000;
	font-weight: bold;
}

.footnote {
font-size:80%;
font-style:italic;
}



#container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}



#header { 
	background: #FFFFFF;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/masthead/masthead.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 94px;
}

#header img {
	margin: 10px 0 10px 20px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#topNav
{
	margin: 0;
	padding: 2px 0;
	width: 100%;
	background: #000000;
	text-align: right;
}

#topNav ul
{
	margin: 0 10px 0 0;
	padding: 0;
}

#topNav ul li
{
	list-style-type: none;
	display: inline;
}

#topNav li a
{
	display: inline;
	padding: 0px 15px;
	color: #fff;
	text-decoration: none;

	line-height: 1;
}

#topNav li a:hover { 
	color: #3399FF;
	background: #000000;
}


#topNav li a.last
{
	display: inline;
	padding: 0px 10px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	border:0;
}

#search {
	padding:5px 10px 0 0;
	text-align: right;
} 

#productHead {
	border:0;
	height: 20px;
	background: url(../images/nav/productsHead.jpg) no-repeat;
	margin-top: 20px;
}
#productGradient {
	border:0;
	height: 7px;
	background: url(../images/nav/orangeBand.jpg) no-repeat;
	background-position: right;
}


#productNav
{
	clear: both;
	background: #bdd4eb;
	padding: 10px 0 10px 20px;
	height: 60px;
}




/* ------------------------------------------------------------------------------------------------------------------------------*/
/* Product Navigation butto Bar section Main Links---
--------each button is its own div----NOT treated as UL*/
#productNav #cortrak { 
	float: left;  
}

#productNav #cortrak a { 
	float: left;
	padding: 0;
	margin-left: 20px;    
	background: url(../images/nav/ProductButton_Cortrak.jpg) no-repeat;   
	width: 180px;   
	height: 60px;   

}
#productNav #cortrak a:hover {   
	background-position: 0px -60px;
}

#productNav #cortrak a.current {    
	background-position:bottom;
	cursor:default;
}

#productNav #navigator { 
	float: left;
	padding-left: 10px;
}

#productNav #navigator a { 
	float: left;
	padding: 0;
	margin: 0;   
	background: url(../images/nav/ProductButton_Nav.jpg) no-repeat top;   
	width: 180px;   
	height: 60px;   
}

#productNav #navigator a:hover {   
	background-position: 0px -60px;
}

#productNav #navigator a.current {    
	background-position:bottom;
	cursor:default;
}

#productNav #enteral { 
	float: left;
	padding-left: 10px;
}

#productNav #enteral a { 
	float: left;
	padding:0;
	margin:0;  
	/* display: inline;*/    
	background: url(../images/nav/ProductButton_Enteral.jpg) no-repeat top;   
	width: 180px;   
	height: 60px;   
}

#productNav #enteral a:hover {   
	background-position: 0px -60px;
}

#productNav #enteral a.current {    
	background-position:bottom;
	cursor:default;
}

.nonEmpty {
	margin:0;
	padding:0;
}


/* ------------------------------------------------------------------------------------------------------------------------------*/
/* Sidebar Supplement Links---*/


#sidebar {
	float: left;
	clear:both; 
	width: 202px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	margin: 40px 0 20px 0;
	border-right: 1px black solid;
	}
	
	#sidebar img.center {
	text-align: center;
	margin: 0 15px 15px 15px;
}
	
#sidebar p { 
	font-size: 80%;
	 margin: 5px 15px 20px 15px;
	 line-height: 1;
	}
	
#sidebar h2 { 
    font-weight: normal;
	color: #003399;
	font-size: 95%;
	line-height: 1.25;
	 margin: 10px 20px 0px 10px;
	 padding-top: 2px;
	 border-top: 1px solid #003399;
	 border-bottom: 1px solid #003399;
	}
	
#sidebar ul {
	padding: 0; 
	 margin: 5px 15px 10px 30px;
	 color: #999999;
  	text-decoration: none;
	}

#sidebar li {
	display: block;
	font-size: 90%;
	line-height:1;

	text-align: left;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#sidebar a {
	display:block;
	font-size: 95%;
	text-decoration:none;
	text-align:left;
}

#sidebar ul li a:link,#sidebar ul li a:visited { 
	color:#000000; 
  } 
  
#sidebar ul li a:hover,#sidebar ul li a:active { 
	color:#000000;
	text-decoration:underline; 
}

#sidebar a.pdf {
	font-size: 120%;
	text-align: center;
	text-decoration: underline;
}

img.lit {
	text-align: center;
	border: #999999 1px solid;
	margin: 15px;
}



/* ------------------------------------------------------------------------------------------------------------------------------*/
/* Homepage Specialty Buttons/Links---*/

#advamedButton a { 
	padding:0;
	margin: 10px 15px;  
	display: block;   
	background: url(../images/sidebar/advamedButton.jpg) no-repeat left top;   
	width: 172px;   
	height: 81px;   
}
#advamedButton a:hover {   
	background-position:right top;
}

#confuseButton a { 
	padding:0;
	margin: 10px 15px;  
	display: block;   
	background: url(../images/sidebar/ConfuseButton.jpg) no-repeat left center;   
	width: 172px;   
	height: 67px;   
}

#confuseButton a:hover {   
	background-position:-172px 0px;
}

#mosbyButton a { 
	padding:0;
	margin:20px 15px;  
	display: block;   
	background:url(../IMAGES/sidebar/mosbyBtn.gif) no-repeat left top;   
	width: 172px;   
	height: 50px;   
}

#mosbyButton a:hover {   
background-position:0px -50px;
}

#reimburseButton a { 
	padding:0;
	margin:20px 15px;  
	display: block;   
	background:url(../IMAGES/sidebar/reimburseBtn.gif) no-repeat left top;   
	width: 172px;   
	height: 50px;   
}

#reimburseButton a:hover {   
background-position:0px -50px;
}

#CEButton3 a { 
	padding:0;
	margin: 20px 15px 20px 15px;  
	display: block;   
	background: url(../images/sidebar/CEButton3.gif) no-repeat left center;   
	width: 172px;   
	height: 46px;   
	}

#CEButton3 a:hover {   
background-position:-172px 0px;
}


#LearningCenterBtn a { 
	padding: 0;
	margin: 20px 15px 20px 15px;  
	display: block;   
	background: url(../images/sidebar/learningCenterButton.jpg) no-repeat left center;   
	width: 172px;   
	height: 99px;   
}

#LearningCenterBtn a:hover {   
	background-position:-172px 0px;
}

#LearningCenterBtnHome a { 
	padding: 0;
	margin: 20px 15px 20px 15px;  
	display: block;   
	background: url(../images/sidebar/learningCenterButton_home.gif) no-repeat left center;   
	width: 172px;   
	height: 46px;   
}

#LearningCenterBtnHome a:hover {   
	background-position:-172px 0px;
}

#EventBtnHome a { 
	padding: 0;
	margin: 20px 15px 20px 15px;  
	display: block;   
	background: url(../images/sidebar/EVENTButton_home.gif) no-repeat left center;   
	width: 172px;   
	height: 46px;   
}

#EventBtnHome a:hover {   
	background-position:-172px 0px;
}

/* ------------------------------------------------------------------------------------------------------------------------------*/
/* Sidebar Enteral Products List/Links---*/

#enteralList {
	float: left;
	clear:both; 
	width: 202px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	margin: 40px 0 20px 0;
	border-right: 1px black solid;
	}

#enteralList img {
	margin-bottom: 20px;
}

#enteralList a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.25;
	margin: 0px 20px;
	padding: 3px 0;
	border-top: 1px solid #FF6600;
	color: #FF9900;
}


#enteralList a:hover {
	color: #003399;
}



/* ------------------------------------------------------------------------------------------------------------------------------*/

#content
{
	margin: 40px 0px 1em 202px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */
}
#content.main p
{
	width:70%;
}
#content.main a {
	display:block;
	width:100%;
	margin-bottom: 10px;
}

#content div.right {
float:right;
width:190px;
	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0px; /* padding here creates white space "inside the box." */
}

#content div.right p { 
	color:#FF9900; 
    margin:10px 10px 0px 10px;
    padding:0px;
	font-weight:bolder;
	width:100%;
    }
	#content div.right a { 
	display:inline;
    }


#content p.home { 
	font-size:130%; 
	color:#FF9900; 
    margin:10px 20px 0px 10px;
    padding:10px;
	line-height:180%;  
    }
	


#content h2 {
	margin: 20px 2em 0 0;
	padding: 0;
	font-size: 110%;
	line-height: 1.25;
	color: #000000;
	font-weight: bold;
}

#content h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 100%;
	color: #999999;
	font-weight: bold;
	font-style: italic;
}

#content ul {
	margin: 5px 6em 0 0;
}

#content ul li {
	margin-top: 0;
	padding: 0 0 2px 0;
	line-height: 1.25;
}

#content ol {
	margin: 5px 6em 0 0;
}


#content img {
	float:right;
	margin: 15px 0px 10px 30px;
	left: 699px;
	top: 306px;
}

#content img.main {
display: block;
float:none;
text-align:center;
	margin: 0 auto;
	padding: 0;
	height: 200px;
}
#content img.diagram {
display: block;
float:none;
text-align:left;
	margin: 10px 0px 20px 0px;
	padding: 0;
}

#eval
{
	margin:10px 25% 0 25%; 
    padding:10px; 
    border:1px solid #fff;
	text-align:left; 
}


/* ------------------------------------------------------------------------------------------------------------------------------*/
/* Enteral Content in Enteral Table-----Enteral page only */

#EnteralContent {
	height: 580px;
	overflow: scroll;
	margin: 10px 20px 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding-left: 1em; /* padding here creates white space "inside the box." */
	border: #CCCCCC 1px solid;
}

#EnteralContent img {
	float:right;
	margin: 0px 10px 1px 5px;
}

#EnteralContent p {
	margin:0px 15em 0px 0px;
	line-height: 1.25;
}

#EnteralContent sup {
	line-height: 0;
}


	
#EnteralContent h2 {
    display:block;
	background: url(../images/content/enteral_content/tableHeadBG.jpg) no-repeat;
	background-position: left top;
	height: 25px;
	clear: right;
	font-size: 90%;
	line-height: 2;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	margin: 20px 0px 5px 0px;
}

#EnteralContent h3 {
	margin:10px 0 5px 0;
	padding:0;
	font-size:100%;
}

#EnteralContent ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#EnteralContent li {
	list-style-type:none;
	margin:0 0 0.25em 0;
  }
  
#EnteralContent li a, #EnteralContent li a:visited {
	display:block;
	width:20em;
	border:1px solid #003399;
	font-size:0.8em; 
	line-height: 1;
	text-align:center; 
	text-decoration:none;
	background:#dcdcdc;
	color:#003399;
	padding: 4px;
  }
  
  #EnteralContent li a:hover, #EnteralContent li a:active {
	display:block;
	width:20em;
	border:1px solid #003399;
	font-size:0.8em; 
	text-align:center; 
	text-decoration:none;
	background:#FFFFFF;
	color:#003399;
	padding: 4px;
  }
  
  #EnteralContent a.extended {
	display:block;
	width:15em;
	font-size: 80%;
	text-align:center; 
	text-decoration:none;
	margin:10px 0px 20px 0px;
	padding: 2px;
	background-color:#003399;
	color:#FFFFFF;
}
	
  
#EnteralContent a.anchor {
	width:0;
	border:0px;
	padding:0;
	margin:0;
  }
  
/* ----End Enteral Content------Enteral Page only-----------------------------------------------------------------------------------------------*/




/* Content Container for evaluation questions */ 
  #eval { 
  margin:10px 25% 0 25%; 
    padding:10px; 
    border:1px solid #fff;
	text-align:left; 
    }
	
	
	
	
	
	
	
	
	
	
	
/* Learning Center Content-----Leaning Center page only */

#LearningCenter p {
  margin: 10px 0 0 0;
  padding-right: 160px;
  line-height: 1.25;
  }

#LearningCenter ul {
  font-size: 90%;
  margin: 0 0 0 20px;
  padding: 0;
  line-height:2em;
  }


#LearningCenter li {
	display:inline;
	margin:0;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	padding: 0px;
  } 
  	

  #LearningCenter a:link {
	  font-size:110%;
	  font-weight:bold;
	  color:#3366CC;
	  text-decoration:none;
  } 
#LearningCenter a:visited {
    color:#666666;
    text-decoration:none; 
	font-weight:bold;
  } 
#LearningCenter a:hover { 
  color:#6699CC; 
  } 
#LearningCenter a:active { 
  color:#333; 
  }
	
	
  /* Fullpage layout with no side bar for basic text pages */ 
  
  #fullpage { 
	text-align:left;
	margin:40px 0 15px 0px; 
	padding:0px 0 0 20px;  
    } 
  
	
 /* publications */ 
 
 p.pub { 
padding-right: 12em; 
margin-bottom: 1em; 
  }

p.pub a:link { 
  color:#333;
  text-decoration:none; 
  } 
p.pub a:visited { 
  color: #0033CC;
  text-decoration:none; 
  } 
p.pub a:hover { 
  color:#333; 
  text-decoration:underline;
  } 


/* Return button on Calcutalor page and publications page */

#return_cortrak {
  margin:0;
  padding:0px;
  text-align:center; 
  }

#return_calc a:link,#return_calc a:visited {
  font-size:120%; 
  color:#666;
  text-decoration:none;
  } 
   
#return_calc a:hover,#return_calc a:active { 
  color:#666; 
  text-decoration:underline;
  }

  
 /* Site Map */ 

#map {
    margin-bottom:10px; 
    padding:10px;
}

#map h1 {
	margin: 2em 0 0 0;
  }
  
#map h2 { 
    line-height:100%;
	color:#FF9900;
	border-bottom:solid thin #FF9900;
	font-size:120%;
	margin:20px 0 10px 0px;
	}
	
	#map h3 { 
    line-height:100%;
	color:#003399;
	font-size:110%;
	margin:10px 0 10px 10px;
	}
	
	#map h4 { 
    line-height:1.25;
	color:#666;
	font-size:100%;
	font-style:italic;
	font-weight:normal;
	margin:0px 0 0px 40px;
	}
	


#footer
{
	clear: left;
	background: url(../images/footer/footerArt.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 129px;
	border-top: #FF9900 3px solid;
	font-size: 80%;
}

/* Footer Bottom Nav Links */ 	
		

#BottomNav {
	margin:0;
	padding:0;
	clear:both;
	text-align:right;

}

#BottomNav li {
  color:#333;
  display:inline;
  margin:0;
  padding:0 15px 0 15px;
  border-left:1px solid #333;

  }


#BottomNav ul li a:link { 
  color:#333;
  text-decoration:none; 
  } 
#BottomNav ul li a:visited { 
  color:#333;
  text-decoration:none; 
  } 
#BottomNav ul li a:hover { 
  color:#333; 
  text-decoration:underline;
  } 
#BottomNav ul li a:active { 
  color:#333; 
  } 	
  
/* Form CSS */  
 
form { 
  margin:0; 
  padding:0; 
  } 
fieldset { 
	width:80%;
  margin:20px 0 10px 0; 
  padding:5px; 
  border:0; 
  }
legend { 
  background-color: #DDDDDD; 
  margin: 0; 
  padding:5px; 
border-style:solid; 
  border-width:1px; 
  border-color: #999999; 
  } 
label { 
  font-weight:bold; 
  } 
#name, #email, #message, #facility { 
  width:100%; 
  } 
textarea { 
  border:2px solid #999; 
  }
  
  /* Table2 CSS added 2 to distinguish Cortrak table from calculator table*/
  
table#cortrak2,table#cortrak2 th,table#cortrak2 td
{
border: 1px solid blue;

}
  
table#cortrak2 {
width:460px;
border-collapse:collapse;
}
table#cortrak2 th {
background-color:#c1ddff;
color:#000000;
padding:5px 5px 2px 5px;
text-align:center;
} 
table#cortrak2 td {
vertical-align:top;
padding:5px;
color:#000000;
background-color:#fff3d7;
}

table#cortrak2 p {
	font: 90%/1.2 Helvetica, Arial, sans-serif;
	margin: 0px 5px 5px 5px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
}
table#cortrak2 a {
	color:#0033CC;
}

  /* Table CSS for supplement pages—full width*/
  
table.full,table.full th,table.full td
{
border: 1px solid blue;

}
  
table.full {
width:600px;
border-collapse:collapse;
}
table.full th {
background-color:#c1ddff;
color:#000000;
padding:5px 5px 2px 5px;
text-align:center;
} 
table.full td {
vertical-align:top;
padding:5px;
color:#000000;
background-color:#fff3d7;
}

table.full p {
	font: 90%/1.2 Helvetica, Arial, sans-serif;
	margin: 0px 5px 5px 5px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
}
table.full td ul {
	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
}
table.full li {
	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
}


