/*CSS HEADER DETAILS*/

/*This is the bar that runs across the very top of the website*/
.topBar {width: 100%; height: 218px;} 
/*This is for the positioning of the logo*/
.logo {float:left; padding: 10px 10px 10px 10px;}
/*This hides the logo that is only used for printing*/
.printLogo {display: none;}
/*This is for the box for the title which sits in the very top right corner*/
.header {background-image: url("../Images/quality_care_1.gif"); background-repeat: no-repeat; background-color: Transparent;}
/*This is for the positioning of the grey strip along the bottom of the header*/
.strip1 {height: 19px; background-image: url("../Images/top_strip_1.gif"); background-repeat: repeat-x; background-color: Transparent;}
.strip2 {height: 19px; background-image: url("../Images/top_strip_2.gif"); background-repeat: repeat-x; background-color: Transparent;}
.strip3 {height: 19px; background-image: url("../Images/top_strip_3.gif"); background-repeat: repeat-x; background-color: Transparent;}
.strip4 {height: 19px; background-image: url("../Images/top_strip_4.gif"); background-repeat: repeat-x; background-color: Transparent;}