@charset "UTF-8";
/* CSS Document- thrColHybHdrFtr */

body  {
	font: 62.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 */
	line:160%;
	color:#666666;
}

img {
border:0;
}

/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
#container { 
	width: 780px;
	background: #FFFFFF;
	border: 1px solid #999;
	margin: 20px auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#header {
clear:both;
width:100%;
	background-color: #4d89bf;
	background-image:url(../IMAGES/masthead/headerImage.jpg);
	background-repeat: no-repeat;
	height: 105px;
} 



/*  Box holding Top Navigation */
#TopNav {
	float:right;
	clear:both;
	margin: 88px 12px 1px 0;
  }

/* Top Navigation */

#TopNav ul {
  list-style:none;
  padding:0;
  margin:0;
  }

#TopNav li {
  display:inline;
  margin:0 0px 0 0px;
  padding:0 15px 0 15px;
  border-left:1px solid #000000;
  }
  
  #TopNav li.last {
  display:inline;
  margin:0 0px 0 0px;
  padding:0 15px 0 15px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  }
  
  #TopNav a {
  text-decoration:none;
 font-weight:bold;
  }
  
  #TopNav a:link, #TopNav a:visited { 
  color:#000000; 
 font-weight:bold;
  } 
 
#TopNav a:hover,#TopNav a:active { 
  color:#666;
 font-weight:bold; 
  } 



/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/

#sidebar1 {
	float: left;
	clear:right; 
	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-top:30px; /* top and bottom padding create visual space within this div */
	margin:0px;
	}


#sidebar2 {
	float: right; 
	width: 18em; /* 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: 15px 0; /* top and bottom padding create visual space within this div */
	margin:0;
}
#sidebar1 h3,  #sidebar1 p,  #sidebar2 p,  #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}



#sidebar1 a {
	margin:0;
	padding:0;
	text-align:center;
	}
	
#sidebar1 img.blank {    /* the contact info image in sidebar with no content above */
	margin-top:200px;
	padding:0;
	}
	



/* Sidebar1 Nav section Main Links---
--------each button is its own div----NOT treated as UL*/
#sidebar1 #cortrak a { 
padding:0;
margin:0;  
display: block;   
background: url(../IMAGES/sidebar/cortrak_rollover.jpg) no-repeat left center;   
width: 202px;   
height: 44px;   

}
#sidebar1 #cortrak a:hover {   
background-position:-202px 0px;
}

#sidebar1 #cortrak a.current {    
background-position:top right;
cursor:default;
}

#sidebar1 #navigator a { 
padding:0;
margin:0;  
display: block;   
background: url(../IMAGES/sidebar/nav_rollover.jpg) no-repeat left center;   
width: 202px;   
height: 45px;   

}
#sidebar1 #navigator a:hover {   
background-position:-202px 0px;
}

#sidebar1 #navigator a.current {    
background-position:-398px 0px;
cursor:default;
}

#sidebar1 #enteral a { 
padding:0;
margin:0;  
display: block;   
background: url(../IMAGES/sidebar/enteral_rollover.jpg) no-repeat left center;   
width: 202px;   
height: 39px;   
}

#sidebar1 #enteral a:hover {   
background-position:-202px 0px;
}

#sidebar1 #enteral a.current {    
background-position:right center;
cursor:default;
}

.nonEmpty {
margin:0;
padding:0;
}

/* Sidebar1 Supplement section */


#sidebar1 #supplment {
padding-top:20px;
margin:0;
background-color:#e9f0f9
}


#sidebar1 #supplment h2 { 
    font-weight:normal;
	line-height:110%;
	color:#003399;
	font-size:110%;
	font:Arial,Verdana,sans-serif;
	 margin:10px 20px 0px 10px;
	 padding-top:5px;
	 border-top:1px solid #003399;
	}

#sidebar1 #supplment ul { 
  width:16em;
  padding:0; 
  margin:5px 0 20px 30px;
  list-style-type:none; 
  font:100% Arial,Verdana,sans-serif;
 line-height:150%;
 color:#999999;
	}
	
#sidebar1 #supplment ul li{ 
  margin:0;
  padding:2px; 
  list-style-type:none; 
	}

#sidebar1 #supplment a {
display:block;
text-decoration:none;
text-align:left;
}


#sidebar1 #supplment ul li a:link,#sidebar1 ul li a:visited { 
color:#000000; 
  } 
#sidebar1 #supplment ul li a:hover,#sidebar1 #supplment ul li a:active { 
  color:#000000;
  text-decoration:underline; 
}

#sidebar1 #supplment a.centerlink {    /* the contact info image in sidebar with no content above */
	text-align:center;
	margin:0;
	padding:0;
	}

/* Sidebar2 Learning Center Main Links---
--------each button is its own div----NOT treated as UL*/
#sidebar2 #learningCenter a { 
padding:0;
margin-bottom:40px;  
display: block;   
background:url(../IMAGES/learning-center-button.jpg) no-repeat left center;   
width: 175px;   
height: 109px;   

}
#sidebar2 #learningCenter a:hover {   
background-position:-175px 0px;
}



/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
 	margin:10px 22em 1em 22em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding:1em; /* padding here creates white space "inside the box." */
} 
#mainContent h2 a:link {
  font-size:110%;
  font-weight:bold;
  color:#3366CC;
  text-decoration:none;
  } 
#mainContent h2 a:visited {
  font-size:110%;
  font-weight:bold;
  color:#666666;
  text-decoration:none; 
  } 
#mainContent h2 a:hover { 
  font-size:110%;
  font-weight:bold;
  color:#6699CC; 
  text-decoration:underline;
  } 
#mainContent h2 a:active { 
  font-size:110%;
  font-weight:bold;
  color:#333; 
  } 	
 

    .highlight { 
	color:#ff9900;
	font-size:120%;
	margin-top:0px;
	}
	

	
/* Content Containner On Basic Template */ 
  #contentBasic { 
  margin:10px 25% 0 25%; 
    padding:10px; 
    border:1px solid #fff;
	text-align:left; 
    }
	
#PlacementList { 
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:20px 0;
	line-height:150%;
	}
	
#PlacementList img { 
	float:right;
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0 0 10px 10px;
	}

#PlacementList ul {
  font-size:110%;
  margin:0;
  padding:0;
  line-height:2em;
  }


#PlacementList li {
  display:inline;
  margin:0;
  font-weight:bold;
  color:#666666;
  text-decoration:none;
  padding: 0px;
  } 
  	
#PlacementList ul a:link, #PlacementList li a:link, #PlacementList a:link {
  font-size:110%;
  font-weight:normal;
  color:#3366CC;
  text-decoration:none;
  } 
#PlacementList a:visited {
  font-size:110%;
  font-weight:normal;
  color:#666666;
  text-decoration:none; 
  } 
#PlacementList a:hover { 
  font-size:110%;
  font-weight:normal;
  color:#6699CC; 
  text-decoration:underline;
  } 
#PlacementList a:active { 
  font-size:110%;
  font-weight:normal;
  color:#333; 
  } 	


/* main content of home Page (index) (off template) */
#home {  
	margin-left:25%;
  	margin-bottom:10px; 
    padding:20px;
	background:url(../IMAGES/content/HomePage/Nurse_teal.jpg) no-repeat bottom right;
    background-color:#FFFFFF;
	border:1px solid #fff; 
    }
	
#home p { 
	font-size:140%; 
	color:#FF9900; 
    margin:10px 260px 0px 10px;
    padding:10px;
	line-height:180%;  
    }
	
#home a:link,#home a:visited { 
	color:#666666; 
    padding:0;
	margin:0;
	Text-decoration:none;  
    }
	
#home a:hover,#home a:active { 
	color:#666666; 
    padding:0;
	margin:0;
	Text-decoration:underline;  
    }
	
#home img {  
    margin-top:20px;
	margin-left:10px;   
    }
	

#confuseButton a { 
padding:0;
margin:0;  
display: block;   
background:url(../IMAGES/sidebar/ConfuseButton.jpg) no-repeat left center;   
width: 185px;   
height: 109px;   

}
#confuseButton a:hover {   
background-position:-185px 0px;
}

#learningButton a { 
padding:0;
margin-bottom:30px;  
display: block;   
background:url(../IMAGES/sidebar/learning-center-button_left.jpg) no-repeat left center;   
width: 185px;   
height: 109px;   
}



#CEButton a { 
padding:0;
margin:20px 0;  
display: block;   
background:url(../IMAGES/sidebar/CEButton.jpg) no-repeat left center;   
width: 185px;   
height: 81px;   
}

#CEButtonTiny a:hover { 
  
background-position:-185px 0px;
}

#CEButtonTiny a { 
padding:0;
margin:20px 0;  
display: block;   
background:url(../IMAGES/sidebar/CEButton_tiny.jpg) no-repeat left center;   
width: 185px;   
height: 29px;   
}

#CEButton a:hover { 
  
background-position:-185px 0px;
}


#learningButton a { 
padding:0;
margin-bottom:30px;  
display: block;   
background:url(../IMAGES/sidebar/learning-center-button_left.jpg) no-repeat left center;   
width: 185px;   
height: 109px;   

}
#learningButton a:hover {   
background-position:-185px 0px;
}



/* Footer */ 

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f3d6a1;
	border-top:3px solid #000;
	}
 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

	.footerCol {
	float:left;
	width:20%;
	margin:0px 0px 10px 10px; 
	padding:0 10px 0px 10px;
	}	
		
	.footerCol_Sectn {
	float:left;
	width:19%;
	margin:0px 0 10px 20px; 
	padding:0 0px 0px 10px;
    border-left:1px solid #0757a5;
	}		
		
		
	
	
	
		
	#footer h1 { 
    line-height:100%;
	color:#0757a5;
	font-size:120%;
	font:Arial,Verdana,sans-serif;
	margin:20px 0 20px 20px;
	}


	#footer h2 { 
    line-height:100%;
	color:#0757a5;
	font-size:110%;
	font:Arial,Verdana,sans-serif;
	margin:0px 0 10px 0px;
	}	
		
	/* Footer reference Links */ 

#footer p a:link { 
  color:#333;
  text-decoration:none;
  } 
#footer p a:visited { 
  color:#666;
  text-decoration:none;
  } 
#footer p a:hover { 
  color:#333;
  text-decoration:underline;
  } 
#footer p a:active { 
  color:#333; 
}


#footer h2 a:link { 
  color:#333;
  text-decoration:none;
  font-weight:bold;
  } 
#footer h2 a:visited { 
  color:#666;
  text-decoration:none;
  text-indent:20px; 
  } 
#footer h2 a:hover { 
  color:#333;
  text-decoration:underline;
  } 
#footer h2 a:active { 
  color:#333; 
}	
		
		
	/* Footer Bottom Nav Links */ 	
		

#BottomNav {
margin:0;
padding:5px 0 5px 0;
clear:both;
  text-align:center;

}

#BottomNav li {
  color:#333;
  display:inline;
  margin:0;
  padding:0 15px 0 15px;
  border-left:1px solid #333;
  text-align:center;
  }


#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; 
  } 	
		
	  /* Publications page (within foote)r*/ 
  #publications { 
margin:0;
padding:0;
}
	
	
/* Sub product Links */	
	
.product a:link {
  font-size:110%;
  font-weight:bold;
  line-height:100%;
  color:#6699CC;
  text-decoration:none;
  } 
.product a:visited {
  color:#666666;
  text-decoration:none; 
  } 
.product a:hover { 
  color:#6699CC; 
  text-decoration:underline;
  } 
.product a:active { 
  color:#333; 
  } 	

/* Rules for headings */ 
h1 { 
    font-size:150%;
	color:#FF9900; 
	margin:10px 0;
    } 
h2 { 
  font-size:140%;
  margin:10px 0; 
  } 
h3 { 
  font-size:120%; 
  } 


/* Default paragraph styles */ 
  p {  
    line-height:150%; 
     } 
	 
.sup {
font-size:80%;
vertical-align:top;
}
  
	 
.quote {  /* superscripts */
    font-size:120%;
	font-weight:bold;
	color:#666;
	line-height:150%;
	text-align:center;
	font-style:italic;
	} 
	
.source {  
    font-size:90%;
	color:#999999;
	font-style:italic;
	} 
	
.source2 {  
    font-size:80%;
	color:#999999;
	font-style:normal;
	} 
	
	
	/* Return button */

#return {
  float:left;
  margin:10px 0 0 0;
  padding:0px; 
  }

#return a:link {
  font-size:120%;
  text-align:right; 
  color:#666;
  text-decoration:none; 
  } 
#return a:visited { 
  color:#666;
  text-decoration:none; 
  } 
#return a:hover { 
  color:#666; 
  text-decoration:underline;
  } 
#return a:active { 
  color:#333; 
  }
  
  
/* Return button on Calcutalor page */

#return_calc {
  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;
  } 

  
  
  
  /* Calculator Section—off template */ 
  #calculator { 
text-align:left;
  margin:20px 0 30px 20px; 
    padding:0px;  
    } 

    #calculator h1 { 
    margin:40px 0 20px 0px;
	}
	
    #calculator p { 
    font-weight:normal;
	 margin:5px 0 0 0px;
	}
	
	  /* Publications page*/ 
  #publications {
  margin:0px; 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f3d6a1;
	}
	
	#publications h1 { 
    line-height:100%;
	color:#0757a5;
	margin:0px 0 20px 20px;
	padding-top:40px;
	}


	#publications h2 { 
    line-height:100%;
	color:#0757a5;
	font-size:110%;
	font:Arial,Verdana,sans-serif;
	margin:0px 0 10px 0px;
	}	
	 
#publications p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

	.footerCol {
	float:left;
	width:20%;
	margin:0px 0px 10px 10px; 
	padding:0 10px 0px 10px;
	}	
		
	.footerCol_Sectn {
	float:left;
	width:21%;
	margin:0px 0 10px 20px; 
	padding:0 0px 0px 10px;
    border-left:1px solid #0757a5;
	}		
		
			
	
	/* Footer reference Links */ 

#publications p a:link { 
  color:#333;
  text-decoration:none;
  } 
#publications p a:visited { 
  color:#666;
  text-decoration:none;
  } 
#publications p a:hover { 
  color:#333;
  text-decoration:underline;
  } 
#publications p a:active { 
  color:#333; 
}


#publications h2 a:link { 
  color:#333;
  text-decoration:none;
  font-weight:bold;
  } 
#publications h2 a:visited { 
  color:#666;
  text-decoration:none;
  text-indent:20px; 
  } 
#publications h2 a:hover { 
  color:#333;
  text-decoration:underline;
  } 
#publications h2 a:active { 
  color:#333; 
}	
		

  
  
 /* Site Map */ 

#map {
    margin-bottom:10px; 
    padding:10px;
}


  #map h2 { 
    line-height:100%;
	color:#FF9900;
	border-bottom:solid thin #FF9900;
	font-size:120%;
	font:Arial,Verdana,sans-serif;
	margin:20px 0 10px 0px;
	}
	
	#map h3 { 
    line-height:100%;
	color:#003399;
	font-size:110%;
	font:Arial,Verdana,sans-serif;
	margin:10px 0 10px 10px;
	}
	
	#map h4 { 
    line-height:100%;
	color:#666;
	font-size:100%;
	font-style:italic;
	font-weight:normal;
	font:Arial,Verdana,sans-serif;
	margin:0px 0 0px 30px;
	}
	
	
	/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* end -------------------------picked up from DW CSS */