		
	/* Set up */
		
		*, html {
			margin: 0;
			padding: 0;
			}
		
		html { height: 100%; }
		
		body {
			text-align: center;
			font: 12px Helvetica, Arial, sans-serif;
			margin: 0;
			padding: 0;
			}
		
		p, h1, h2, h3, h4, a, div, img, ul, li, span {
			padding: 0;
			font: 12px;
			margin: 0;
			border: none;	
			}
		
		div { background: none; }
		
		img {
			border: none:
			float: left;
			}
		
		h1 {
			font: 30px;
			font-weight: normal;
			color: #000000;
			}
		
		h2 {
			font: 30px trebuchet ms, trebuchet;
			font-weight: normal;
			line-height: 125%;
			margin-bottom: 7px;
			color: #000000;
			}
		
		h3 {
			font: 24px trebuchet ms, trebuchet;
			font-weight: normal;
			line-height: 130%;
			margin-bottom: 7px;
			color: #464646;
			}
		
		h4 {
			font: 18px trebuchet ms, trebuchet;
			font-weight: normal;
			text-align: left;
			margin: 21px 0 7px 0;
			color: #717171;
			}
			
		h5 {
			font: 14px trebuchet ms, trebuchet;
			font-weight: normal;
			margin: 6px 0 10px 0;
			color: #464646;
			}	
		   
		p {
			color: #545454;
			line-height: 150%;
			margin-bottom: 14px;
			text-align: justify;
			}
		
		a {
			text-decoration: none;
			}
		
		a:link {
			color: #545454;
			}
		
		a:visited {
			color: #545454;
			}
		
		a:focus {
			color: #545454;	
			}
		
		a:hover {
			color: #545454;
			text-decoration: underline;
			}
		
		a:active {
			color: #545454;
			text-decoration: underline;
			}
		
		
		/* Structure Styles */
		
		.left {
			float: left;
			}
			
		.right {
			float: right;
			}
			
			
			.photoLeft {
				float: left;
				margin-right: 10px;
				margin-bottom: 5px;
				}
				
			.photoRight {
				float: right;
				margin-left: 15px;
				margin-bottom: 5px;
				}	
		
		span.definition_term {
			font-weight: bold;
			}
			
		span.thumbnail_caption {
			font-size: 10px;

			float: right;
			}
			
		span.boldened {
			font-weight: bold;
			}	
		
		
		
		h1 {
			width: 910px;
			height: 145px;
			text-align: right;
			margin: 0 auto;
			background: url(http://www.wcinyp.org/img/imaging_logo_banner.png) no-repeat 0 0;
			}
			
			h1 span {
				display: none;
				}
		
		ul {
			list-style: none;
			color: #545454;
			line-height: 150%;
			margin-bottom: 14px;
			}
			
		ol {
			color: #545454;
			margin: 20px 0 20px 30px;
			line-height: 150%;
			margin-bottom: 14px;
			}	
			

				
		

				
		div.content {
			width: 910px;
			margin: 0 auto;
			text-align: left;
			}
			
	/* sets stephen meyer background image for each top nav section */
			
		body#aboutus {
			background: url(http://www.wcinyp.org/img/banner_aboutus.jpg) no-repeat 40% 0;
			}
			
		body#ourphysicians {
			background: url(http://www.wcinyp.org/img/banners_ourphysicians.jpg) no-repeat 40% 0;
			}
			
		body#ourpatients {
			background: url(http://www.wcinyp.org/img/banner_forpatients.jpg) no-repeat 40% 0;
			}
			
		body#referring {
			background: url(http://www.wcinyp.org/img/banner_referring.jpg) no-repeat 40% 0;
			}
		
		body#locations {
			background: url(http://www.wcinyp.org/img/banner_locations.jpg) no-repeat 40% 0;
			}
		
	/* top banner (full width) */	
		
		div.bannerTop {
			height: 145px;
			}
			
		
	/* Top Navigation */
				
			
		div.navBar {
			height: 37px;
			margin-bottom: 36px;
			background: url(http://www.wcinyp.org/img/nav_black.png) repeat-x;
			}
		
		ul.mainNav {
			height: 37px;
			width: 911px;
			margin: 0 auto;

			}
			
			ul.mainNav li {
				display: inline;
				height: 37px;
				}
			
				ul.mainNav li a {
					float: left;
					height: 32px;
					font: 14px trebuchet ms, trebuchet, sans-serif;
					color: #e5e5e5;
					text-decoration: none;
					text-transform: uppercase;
					padding-top: 5px;
					background: url(http://www.wcinyp.org/img/topnav.png) no-repeat;
					}
										
				/* sets up background image default positions for top nav*/	
						
						ul.mainNav li.nav-about a { 
							width: 145px;
							background-position: 0 0;
							border-right: 1pt solid #FFFFFF;
							}
						
						ul.mainNav li.nav-ourphysicians a { 
							width: 180px;
							background-position: 0 0;
							border-right: 1pt solid #FFFFFF;
							}
							
						ul.mainNav li.nav-ourpatients a { 
							width: 162px;
							background-position: 0 0;
							border-right: 1pt solid #FFFFFF;
							}
							
						ul.mainNav li.nav-referring a { 
							width: 254px;
							background-position: 0 0;
							border-right: 1pt solid #FFFFFF;
							}
							
						ul.mainNav li.nav-locations a { 
							width: 163px;
							background-position: 0 0;

							}
							
					/* sets up hover states for secondary top nav */	
						
						ul.mainNav li.nav-about a:hover { 
							background-position: 0 -37px;
							color: #000000;
							}
						
						ul.mainNav li.nav-ourphysicians a:hover { 
							background-position: 0 -37px;
							color: #000000;
							}
							
						ul.mainNav li.nav-ourpatients a:hover { 
							background-position: 0 -37px;
							color: #000000;
							}
							
						ul.mainNav li.nav-referring a:hover { 
							background-position: 0 -37px;
							color: #000000;
							}
							
						ul.mainNav li.nav-locations a:hover { 
							background-position: 0 -37px;
							color: #000000;
							}
						
					/* sets up active states states for top nav */	
						
						body#aboutus ul.mainNav li.nav-about a { 
							background-position: 0 -37px;
							color: #000000;
							}
						
						body#ourphysicians ul.mainNav li.nav-ourphysicians a { 
							background-position: 0 -37px;
							color: #000000;
							}
							
						body#ourpatients ul.mainNav li.nav-ourpatients a { 
							background-position: 0 -37px;
							color: #000000;
							}
							
						body#referring ul.mainNav li.nav-referring a { 
							background-position: 0 -37px;
							color: #000000;
							}
							
						body#locations ul.mainNav li.nav-locations a { 
							background-position: 0 -37px;
							color: #000000;
							}
							
					/* hides text in span tags within top nav */
						
						ul.mainNav li a span {
/*							display: none;*/
							}		
				
		/* END top navigation */
		
		
	/* Content */
	
		
		/* main photo with text box*/
			
		div.sectionPhotoBox {
			width: 625px;
			height: 365px;
			float: left;
			}

			.sectionPhotoBox p {
			color: #FFFFFF;
			width: 590px;
			font: 14px Helvetica, Arial, sans-serif;
			line-height: 175%;	
			}
			
			.sectionPhotoBox .photoSpacerTop {
			height: 265px;
			}
			
			.sectionPhotoBox .photoSpacerBottom {
			height: 75px;
			margin: 15px;
			}
			
			/* sets up individual photo for each top nav section */
			
				body#aboutus div.sectionPhotoBox {
					width: 910px;
					background: url(http://www.wcinyp.org/img/section_photobox_9.jpg) no-repeat;
					}
					
					body#aboutus .sectionPhotoBox p {
						width: 750px;
						margin-left: 10px;
						}
					
				body#ourphysicians div.sectionPhotoBox {
					width: 910px;
					background: url(http://www.wcinyp.org/img/section_photobox_6.jpg) no-repeat;
					}
					
					body#ourphysicians .sectionPhotoBox p {
						width: 750px;
						margin-left: 10px;
						}
					
				body#ourpatients div.sectionPhotoBox {
					background: url(http://www.wcinyp.org/img/section_photobox_7.jpg) no-repeat;
					}
					
				body#referring div.sectionPhotoBox {
					background: url(http://www.wcinyp.org/img/section_photobox_8.jpg) no-repeat;
					}
					
				body#locations div.sectionPhotoBox {
					width: 910px;
					background: url(http://www.wcinyp.org/img/section_photobox_4.jpg) no-repeat;
					}
					
					body#locations .sectionPhotoBox p {
						width: 750px;
						margin-left: 10px;
						}
			
		/* END main photo with text box */
			
			
			
		/* right hand sub-nav boxes */
			
		div.navBoxes {
			min-height: 365px;
			}

				/* bottom sub-nav box */
		
				ul.consistentNav {
					width: 270px;
					height: 365px;
					margin-top: -2px;
					margin-left: 14px;
					margin-bottom: 7px;
					padding-top: 10px;
					background: url(http://www.wcinyp.org/img/darknav_long.png) no-repeat;
					float: left;
					}
					
					ul.consistentNav li {
						height: 21px;
						width: 219px;
						margin: 14px 0 0 20px;
						}
				
					ul.consistentNav li a {
						height: 21px;
						width: 221px;
						float: left;
						padding-left: 24px;
						font: 15px trebuchet ms, trebuchet, sans-serif;
						font-weight: normal;
						background: url(http://www.wcinyp.org/img/bullet_shift.png) no-repeat 0 0;
						color: #f1f1f1;
						}
	
					/* sets up background image default positions for consistent nav box */	
					
						ul.consistentNav li.nav-request_appointment a { 
							background-position: 0 0; 
							}
							
							ul.consistentNav li.nav-patient_guide a { 
							background-position: 0 0; 
							}
						
						ul.consistentNav li.nav-news_events a { 
							background-position: 0 0;
							}
							
						ul.consistentNav li.nav-download-forms a { 
							background-position: 0 0;
							}	
							
						ul.consistentNav li.nav-health-library a,  { 
							background-position: 0 0; 
							}
							
						ul.consistentNav li.nav-clinical-trials a {
							background-position: 0 0;
							}	
						
						ul.consistentNav li.nav-contact-list a {
							background-position: 0 0;
							}
							
						ul.consistentNav li.nav-case-studies a {
							background-position: 0 0;
							}
							
						ul.consistentNav li.nav-patient-reports a {
							background-position: 0 0;
							}		
						
						ul.consistentNav li.nav-faqs a { 
							background-position: 0 0;
							}
							
						ul.consistentNav li.nav-prepare_visit a { 
							background-position: 0 0;
							}
							
						ul.consistentNav li.nav-locations a { 
							background-position: 0 0;
							}
							
						ul.consistentNav li.nav-insurance-info a { 
							background-position: 0 0;
							}	
							
					/* sets up hover states for consistent nav box */	
						
						ul.consistentNav li.nav-request_appointment a:hover { 
							background-position: 0 -21px; 
							}
						
						ul.consistentNav li.nav-patient_guide a:hover { 
							background-position: 0 -21px; 
							}
							
						ul.consistentNav li.nav-news_events a:hover { 
							background-position: 0 -21px;
							}
							
						ul.consistentNav li.nav-download-forms a:hover { 
							background-position: 0 -21px;
							}	
							
						ul.consistentNav li.nav-health-library a:hover  { 
							background-position: 0 -21px;
							}
							
						ul.consistentNav li.nav-clinical-trials a:hover {
							background-position: 0 -21px;
							}	
						
						ul.consistentNav li.nav-contact-list a:hover {
							background-position: 0 -21px;
							}
							
						ul.consistentNav li.nav-case-studies a:hover {
							background-position: 0 -21px;
							}
							
						ul.consistentNav li.nav-patient-reports a:hover {
							background-position: 0 -21px;
							}		
						
						ul.consistentNav li.nav-faqs a:hover { 
							background-position: 0 -21px;
							}
							
						ul.consistentNav li.nav-prepare_visit a:hover { 
							background-position: 0 -21px;
							}
						
						ul.consistentNav li.nav-locations a:hover { 
							background-position: 0 -21px;
							}
							
						ul.consistentNav li.nav-insurance-info a:hover { 
							background-position: 0 -21px;
							}	
						
					/* sets up active states for consistent nav box in body tags */	
						
						body.requestAppointment ul.consistentNav li.nav-request_appointment a { 
							background-position: 0 -21px;
							text-decoration: underline;
							}
							
							body.requestAppointment ul.consistentNav li.nav-patient_guide a { 
							background-position: 0 -21px;
							text-decoration: underline;
							}
						
						body.newsEvents ul.consistentNav li.nav-news_events a { 
							background-position: 0 -21px;
							text-decoration: underline;
							}
							
						body.downloadForms ul.consistentNav li.nav-download-forms a { 
							background-position: 0 -21px;
							text-decoration: underline;
							}	
							
						body.healthLibrary ul.consistentNav li.nav-health-library a  { 
							background-position: 0 -21px;
							text-decoration: underline;
							}
							
						body.clinicalTrials ul.consistentNav li.nav-clinical-trials a {
							background-position: 0 -21px;
							text-decoration: underline;
							}	
						
						body.contactList ul.consistentNav li.nav-contact-list a {
							background-position: 0 -21px;
							text-decoration: underline;
							}
							
						body.caseStudies ul.consistentNav li.nav-case-studies a {
							background-position: 0 -21px;
							text-decoration: underline;
							}
							
						body.patientReports ul.consistentNav li.nav-patient-reports a {
							background-position: 0 -21px;
							text-decoration: underline;
							}		
						
						body.faqs ul.consistentNav li.nav-faqs a { 
							background-position: 0 -21px;
							text-decoration: underline;
							}
							
						body.prepareVisit ul.consistentNav li.nav-prepare_visit a { 
							background-position: 0 -21px;
							text-decoration: underline;
							}
						
						body.locations ul.consistentNav li.nav-locations a { 
							background-position: 0 -21px;
							text-decoration: underline;
							}
							
						body.insuranceInfo ul.consistentNav li.nav-insurance-info a { 
							body.insuranceInfo background-position: 0 -21px;
							text-decoration: underline;
							}	
							
					/* hides text in span tags within consistent nav box */
						
						ul.consistentNav li a span {
/*							display: none;*/
							}	
					
					
					/* right-hand nav boxes for subsections (no feature photobox) */
					
						div.navBoxesSubsection {
							width: 275px;
							float: right;
							}	
							

							div.navBoxesSubsection ul.consistentNav {
								float: right;
								margin-bottom: 50px;
								margin-left: 0;
								}
					
					
		/* =============================== END right hand sub-nav boxes =============================== */
		
		
		
		
		
		/* =============================== content buckets =============================== */
		
	
			div.copyBucket1 {
				width: 476px;
				text-align: justify;
				margin-top: 8px;
				float: left;
				}
				
				
				body#ourpatients div.copyBucket1 {
					margin-bottom: 75px;
					width: 465px;
					}
				
				
				
				body#aboutus div.copyBucket1 {
					width: 470px;
					margin-bottom: 35px;
					margin-top: 24px;
					}
					
				body#aboutus img  {
					float: right;
					margin-top: 30px;
					margin-bottom: 10px;
					}
					
					body#aboutus img.photoRight  {
						float: right;
						margin-top: 18px;
						margin-bottom: 30px;
						}
				
				body#referring img  {
					float: right;
					margin-top: 18px;
					margin-bottom: 50px;
					}
					
				img.midPhoto  {
					float: right;
					margin-top: 18px;
					margin-bottom: 30px;
					}
					
					
			body#ourphysicians div.copyBucket1 {
					width: 670px;
					margin-top: 18px;
					margin-left: 4px;
					}
					
			body#ourphysicians img.topPhoto {
					margin: 30px 20px 10px 0;
					} 
					
	
					
			body#locations div.copyBucket1 {
					width: 300px;
					float: left;
					margin-bottom: 100px;
					margin-top: 24px;
					}
					
					body#locations img  {
						margin-top: 28px;
						}
						
					body#locations h4.rule  {
						border-top: 1px solid gray;
						width: 250px;
						padding-top: 10px;
						margin-top: 30px;
						}
					

			
			body.insuranceInfo h4 {
				color: #464646;
				}
			

					
			p.caption {
				text-align: right;
				font-size: 12px;
				}		
				
			div.copyBucket1Subsection {
				width: 615px;
				text-align: justify;
				margin-top: 10px;
				}
				
				div.copyBucket1Subsection p a {
					text-decoration: underline;
					}
			
			div.copyBucket2 {
				text-align: justify;
				margin-top: 25px;
				float: left;
				}
				
				body#ourphysicians div.copyBucket2 {
					width: 100%;
					}
				
				
				
					/* bulleted item list */
					
					ul.itemList {
					list-style: disc;
					color: #545454;
					line-height: 145%;
					margin: 0 14px 14px 30px;
					text-align: left;
					}
					
						ul.itemList li {
							margin-bottom: 5px;
							}
					
					
					/* download forms item list */
					
					ul.downloadsList {
						font-size: 14px;
	
						color:#545454;
						line-height:160%;
						text-align: left;
						margin-bottom: 30px;
						float: left;
						}
						
						ul.downloadsList li {
							width: 390px;
							}
							
							ul.downloadsList li a {
								width: 400px;
								padding-left: 24px;
								float: left;
								background: url(http://www.wcinyp.org/img/bullet_shift_dark.gif) no-repeat 0 0;
								}

									
								/* hover states */	
										
								ul.downloadsList li.nav-privacy a:hover {
									background-position: 0 -21px;
									}
									
								ul.downloadsList li.nav-boneDensity a:hover {
									background-position: 0 -21px;
									}	
								
								ul.downloadsList li.nav-ctQuestionaire a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-ctSeguridad a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-spanishReg a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-breastImaging a:hover {
									background-position: 0 -21px;
									}	
								
								ul.downloadsList li.nav-mammoBiopsy a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-mriBreast a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-mriSeguridad a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-mriGyne a:hover {
									background-position: 0 -21px;
									}	
								
								ul.downloadsList li.nav-mriSafety a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-petct a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-ultrasoundGyne a:hover {
									background-position: 0 -21px;
									}
								
								ul.downloadsList li.nav-xrayQuestionaire a:hover {
									background-position: 0 -21px;
									}
								
							
							
					
					/* locations item list */
							
					ul.locationItemsList {
						list-style: none;
						color: #545454;
						margin-top: 12px;
						margin-left: 20px;
						line-height: 145%;
						text-align: left;
						}
						
						
						
					/* Contact Us Item Lists */	
												
												
					ul.contactLocations, ul.contactNumbers {
						color:#545454;
						line-height:150%;
						margin-bottom:14px;
						text-align:justify;
						}
							
						ul.contactNumbers {
							font-size: 14px;
							}	
					
					
						
					/* Prepare Your Visit Links */		
					
					ul.prepareVisitLinks {
						font-size: 14px;
						width: 300px;
						height: 80px;
						color:#545454;
						line-height:160%;
						text-align: left;
						margin-bottom: 30px;
						float: left;
						}
						
						ul.prepareVisitLinks li {
							width: 225px;
							}
							
							ul.prepareVisitLinks li a {
								width: 230px;
								padding-left: 24px;
								float: left;
								background: url(http://www.wcinyp.org/img/bullet_shift_dark.gif) no-repeat 0 0;
								}
								
								
								/* normal state */
								
								ul.prepareVisitLinks li.nav-ultrasound a {
									background-position: 0 0;
									}
									
									
								/* hover state */	
										
								ul.prepareVisitLinks li.nav-ultrasound a:hover {
									background-position: 0 -21px;
									}
									
								ul.prepareVisitLinks li.nav-computedTomography a:hover {
									background-position: 0 -21px;
									}	
								
								ul.prepareVisitLinks li.nav-mammography a:hover {
									background-position: 0 -21px;
									}
								
								ul.prepareVisitLinks li.nav-mri a:hover {
									background-position: 0 -21px;
									}
								
								ul.prepareVisitLinks li.nav-positron a:hover {
									background-position: 0 -21px;
									}
									
								/* active state */		
									
								body.ultrasound ul.prepareVisitLinks li.nav-ultrasound a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}	
										
								body.computedTomography ul.prepareVisitLinks li.nav-computedTomography a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
									
								body.mammography ul.prepareVisitLinks li.nav-mammography a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
									
								body.mri ul.prepareVisitLinks li.nav-mri a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
									
								body.positron ul.prepareVisitLinks li.nav-positron a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
									
															
		
			/* Health Library Links */
			
					ul.indentedList {
						margin: 0 0 10px 30px;
						list-style: disc;
						}
						
							ul.indentedList li {
								margin-bottom: 10px;
								}
						
						ul.indentedListSub {
							margin: 0 0 10px 30px;
							list-style: circle;
							}
							
					ul.healthLibraryLinks {
						font-size: 14px;
						width: 300px;
						height: 200px;
						color:#545454;
						line-height:160%;
						text-align: left;
						margin-bottom: 30px;
						float: left;
						}
						
						ul.healthLibraryLinks li {
							width: 270px;
							}
							
							ul.healthLibraryLinks li a {
								width: 270px;
								padding-left: 24px;
								float: left;
								background: url(http://www.wcinyp.org/img/bullet_shift_dark.gif) no-repeat 0 0;
								}
								
								
								/* normal state */
								
								ul.healthLibraryLinks li.nav-arteriogram a {
									background-position: 0 0;
									}
								
								ul.healthLibraryLinks li.nav-barium a {
									background-position: 0 0;
									}
								
								ul.healthLibraryLinks li.nav-brachytherapy a {
									background-position: 0 0;
									}
								
								ul.healthLibraryLinks li.nav-ctScan a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-theRadiologist a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-externalBeam a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-ultrafastCT a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-flouroscopy a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-xrays a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-glossary a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-interventionalRadiology a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-intravenousPyelogram a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-mammography a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-mri a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-nuclearMed a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-overview a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-pet a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-advances a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-radiosurgery a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-radiologyTeam a {
									background-position: 0 0;
									}
									
								ul.healthLibraryLinks li.nav-ultrasound a {
									background-position: 0 0;
									}
									
									
									
									
									
								/* hover state */	
										
								ul.healthLibraryLinks li.nav-arteriogram a:hover {
									background-position: 0 -21px;
									}
									
								ul.healthLibraryLinks li.nav-barium a:hover {
									background-position: 0 -21px;
									}	
								
								ul.healthLibraryLinks li.nav-brachytherapy a:hover {
									background-position: 0 -21px;
									}
								
								ul.healthLibraryLinks li.nav-ctScan a:hover {
									background-position: 0 -21px;
									}
								
								ul.healthLibraryLinks li.nav-theRadiologist a:hover {
									background-position: 0 -21px;
									}
								
								ul.healthLibraryLinks li.nav-externalBeam a:hover {
									background-position: 0 -21px;
									}
								
								ul.healthLibraryLinks li.nav-ultrafastCT a:hover {
									background-position: 0 -21px;
									}
									
								ul.healthLibraryLinks li.nav-flouroscopy a:hover {
									background-position: 0 -21px;
									}
									
								ul.healthLibraryLinks li.nav-xrays a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-glossary a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-interventionalRadiology a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-intravenousPyelogram a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-mammography a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-mri a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-nuclearMed a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-pet a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-advances a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-radiosurgery a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-radiologyTeam a:hover {
										background-position: 0 -21px;
										}
										
								ul.healthLibraryLinks li.nav-ultrasound a:hover {
										background-position: 0 -21px;
										}
										
									
									
								/* active state */		
									
								body.arteriogram ul.healthLibraryLinks li.nav-arteriogram a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}	
										
								body.barium ul.healthLibraryLinks li.nav-barium a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
									
								body.brachy ul.healthLibraryLinks li.nav-brachytherapy a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
									
								body.ctScan ul.healthLibraryLinks li.nav-ctScan a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
									
								body.theRadiologist ul.healthLibraryLinks li.nav-theRadiologist a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
								
								body.externalBeam ul.healthLibraryLinks li.nav-externalBeam a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}	
									
								body.ultrafastCT ul.healthLibraryLinks li.nav-ultrafastCT a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;
									}
									
								body.flouroscopy ul.healthLibraryLinks li.nav-flouroscopy a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;									}
									
								body.xrays ul.healthLibraryLinks li.nav-xrays a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.glossary ul.healthLibraryLinks li.nav-glossary a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.interventional ul.healthLibraryLinks li.nav-interventionalRadiology a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.ivp ul.healthLibraryLinks li.nav-intravenousPyelogram a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.mammography ul.healthLibraryLinks li.nav-mammography a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.mri ul.healthLibraryLinks li.nav-mri a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.nuclear ul.healthLibraryLinks li.nav-nuclearMed a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;									
									}
									
								body.overview ul.healthLibraryLinks li.nav-overview a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;									
									}	
									
								body.pet ul.healthLibraryLinks li.nav-pet a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.promise ul.healthLibraryLinks li.nav-advances a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.radiosurgery ul.healthLibraryLinks li.nav-radiosurgery a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.radiologyTeam ul.healthLibraryLinks li.nav-radiologyTeam a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
										
								body.ultrasound ul.healthLibraryLinks li.nav-ultrasound a {
									background-position: 0 -21px;
									color: #000000;
									text-decoration: underline;										}
									

			/* Table Styling */
						
				/* "Contact List" Tables*/
				
					
				table.contactListTable {
					color: #545454;
					width: 100%;
					font-size: 12px;
					border-spacing: 0px;
					margin-bottom: 20px;
					}
					
					table.contactListTable tr {
						border-bottom: 1pt solid #000000;
						padding: 5px;
						}
						
						tr.tableTitle {
							background: url(http://www.wcinyp.org/img/tablehead_gradient.gif) repeat-x;
							}
							
						tr.categories {
							background: #e5e5e5;
							}
						
					table.contactListTable td {
						text-align: left;

						border-bottom: 1pt solid #e5e5e5;
						}	
					
						table.contactListTable h4 {
							font-size: 16px;
							margin: 7px 7px 7px 16px;
							color: #FFFFFF;
							}
							
					table.contactListTable img {
						margin-right: 8px;
						width: 62px;
						height: 92px;
						}		
		
				/* "Our Physicians" Faculty List Tables */
				
				body#ourphysicians table.physiciansTableLeft {
						width: 445px;
						float: left;
						margin-right: 10px;
						}
						
				body#ourphysicians table.physiciansTableRight {
						width: 445px;
						float: left;
						}
						
						body#ourphysicians table.physiciansTableRight span {
							display: none;
							}
				
			/* END Table Styling */	
				
				

					
				
				/* Bottom Photobox */
					
				.subPhotoBox {
					width: 268px;
					height: 310px;
					margin: 0 20px 30px 0;
					}
				
					body#aboutus .subPhotoBox {
						background: url(http://www.wcinyp.org/img/subsection_photo_aboutus.jpg) no-repeat 0;
						}
					
					body#ourphysicians .subPhotoBox {
						background: url(http://www.wcinyp.org/img/subsection_photo_ourphysicians.jpg) no-repeat 0;
						}
						
					body#ourpatients .subPhotoBox {
						background: url(http://www.wcinyp.org/img/subsection_photo_ourpatients.jpg) no-repeat 0;
						}
						
						/* bottom photobox for subsection pages */
						
							/* "for patients" subsection photoboxes */
						
							body.downloadForms .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
							
							body.healthLibrary .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
								
							body.insuranceInfo .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
							
							body.clinicalTrials .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
								
							body.prepareVisit .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
							
							body.faqs .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
							
							/* "for referring physicians" subsection photoboxes */
							
							body.patientReports .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
							
							body.contactList .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
								
							body.caseStudies .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
							
							body.newsEvents .subPhotoBox {
								background: url(http://www.wcinyp.org/img/subsection_photo_fpo.jpg) no-repeat 0 !important;
								}
							
	
						
				body#referring .subPhotoBox {
					background: url(http://www.wcinyp.org/img/subsection_photo_referring.jpg) no-repeat 0;
					}
					
				body#locations .subPhotoBox {
					background: url(http://www.wcinyp.org/img/subsection_photo_locations.jpg) no-repeat 0;
					}
	
			
				/* accordian content buckets */	
							
					div.accordian {
						width: 420px;
						height: 340px;
						float: left;
						margin: 10px 0 0 14px;
						}
						
						div.accordian li {
							height: 47px;
							clear: left;
							}
							
						div.accordian li a{
							height: 47px;
							width: 420px;
							float: left;
							}
							
							div.accordian li.accordianLink1 a {
								background: url(http://www.wcinyp.org/img/accordian_panel_1.gif) no-repeat 0;
								}
								
							div.accordian li.accordianPhoto1 a {
								height: 138px;
								background: url(http://www.wcinyp.org/img/accordian_photo_1.jpg) no-repeat 0;
								}	
								
							div.accordian li.accordianLink2 a {
								background: url(http://www.wcinyp.org/img/accordian_panel_4.gif) no-repeat 0;
								}
							
							div.accordian li.accordianLink3 a {
								background: url(http://www.wcinyp.org/img/accordian_panel_2.gif) no-repeat 0;
								}
							
							div.accordian li.accordianLink4 a {
								background: url(http://www.wcinyp.org/img/accordian_panel_3.gif) no-repeat 0;
								}
								
						div.accordian span {
							display: none;
							}
					
		/* END accordian content buckets */	
		
		
		/* =============================== END content buckets =============================== */	
				
		
		/* Footer */
		
		div.bannerBottom {
			height: 120px;
			margin-top: 75px;
			clear: both;
			background: url(http://www.wcinyp.org/img/footer_gradient.gif) repeat-x;
			}
		
			ul.footer {
				width: 910px;
				height: 120px;
				margin: 0 auto;
				font-size: 10px;
				}
				
				ul.footer li {
					display: inline;
					width: 182px;
					height: 120px;
					}
				
				ul.footer li a {
					float: left;
					height: 75px;
					margin-top: 20px;
					}
				
						ul.footer li.footer-wcmcLogo a { 
							width: 325px;
							background: url(http://www.wcinyp.org/img/wcmc_logo.png) no-repeat 0 0;
							}
						
						ul.footer li.footer-home a { 
							width: 86px;
							height: 38px;
							padding-top: 32px;
							}
							
						ul.footer li.footer-privacy a { 
							width: 86px;
							height: 38px;
							padding-top: 32px;
							}
							
						ul.footer li.footer-disclaimer a { 
							width: 86px;
							height: 38px;
							padding-top: 32px;
							}
							
						ul.footer li.footer-nypLogo a { 
							width: 325px;
							background: url(http://www.wcinyp.org/img/nyp_logo.png) no-repeat 0 0;
							}
						
						/* hides institution text links in footer */
						
						ul.footer li a span {
							display: none;
							}
			
			
			
			
		/*================================HOME PAGE STYLES================================*/		
			
		/*================================HOME PAGE STYLES================================*/		
			
		/*================================HOME PAGE STYLES================================*/		
			
		
		/* Home Page */
		
			body#home {
				background: url(http://www.wcinyp.org/img/home_topgradient.jpg) repeat-x;
				}
		
			div#homeContent {
				width: 970px;
				height: 765px;
				margin: 0 auto;
				background: url(http://www.wcinyp.org/img/home_meyers_image.jpg) no-repeat 0 0;
				}
				
				div#homeContent h1 {
					width: 970px;
					height: 145px;
					text-align: right;
					margin: 0 auto;
					background: url(http://www.wcinyp.org/img/home_imaging_logo_banner.png) no-repeat 0 0;
					}
					
				
				div#homeContent ul {
					text-align: left;
					margin-left: 562px;
					}
					
			/* sets up 3 large section box links */		
		
			div.homeSections {
				width: 406px;
				height: 120px;
				margin: 0 0 0 562px;
				text-align: left;
				padding-top: 15px;
				background: url(http://www.wcinyp.org/img/home_sectionboxes_large.png) no-repeat 0 0;
				}
					
					div.homeSections a {
						font-size: 16px;
						float: left;
						text-align: left;
						margin: 0 0 4px 14px;
						}
				
					
					/* sets up h2 a image replacements for 3 large boxes */	
					
						div.homeForPatients a {
							height: 23px;
							width: 200px;
							background: url(http://www.wcinyp.org/img/home_h2_forpatients.png) no-repeat 0 0;
							}
						
						div.homeOurPhysicians a {
							height: 23px;
							width: 230px;
							margin-left: -12px;
							background: url(http://www.wcinyp.org/img/home_h2_ourphysicians.png) no-repeat 0 0;
							}
						
						div.homeReferring a {
							height: 23px;
							width: 208px;
							background: url(http://www.wcinyp.org/img/home_h2_forreferring.png) no-repeat 0 0;
							}
					
					/* sets up h2 a hover states for 3 large boxes */	
					
					
						div.homeForPatients a:hover {
							background-position: 0 -23px; 
							}
						
						div.homeOurPhysicians a:hover {
							background-position: 0 -23px; 
							}
						
						div.homeReferring a:hover {
							background-position: 0 -23px; 
							}
							
					/* hides link text*/
					
					
						div.homeSections span {
							display: none;
							}

							
							
				div.homeSections p {
					font-size: 11px;
					margin: 8px 20px 7px 38px;
					color: #d6d6d6;
					text-align: left;
					}
					
					div.homeSections p.indent {
						margin-left: 185px;
						}
					
				div.homeSections img.right{
					float: right;
					border: 1pt solid gray;
					margin: 5px 18px 18px 18px;
					}
					
				div.homeSections img.left{
					float: left;
					border: 1pt solid gray;
					margin: 5px 18px 18px 18px;
					}
					
					
			/* sets up 3 small section box links */				
		
			div.homeLinks {
				width: 406px;
				height: 30px;
				padding-top: 12px;
				text-align: left;
				margin: 0 0 4px 562px;
				}
				
				div.homeLinks a {
					font-size: 16px;
					float: left;
					text-align: left;
					margin: 0 0 7px 15px;
					color: #FFFFFF;
					}
					
					/* sets up h2 a image replacements for 3 small boxes */	
					
						div.homeAboutUs a {
							background: url(http://www.wcinyp.org/img/home_h2_aboutus.png) no-repeat 0 0;
							height: 23px;
							width: 200px;
							}
						
						div.homeNews a {
							background: url(http://www.wcinyp.org/img/home_h2_newsevents.png) no-repeat 0 0;
							height: 23px;
							width: 200px;
							}
						
						div.homeLocations a {
							background: url(http://www.wcinyp.org/img/home_h2_locations.png) no-repeat 0 0;
							height: 23px;
							width: 200px;
							}
					
					/* sets up h2 a hover states for 3 small boxes */	
					
					
						div.homeAboutUs a:hover {
							background-position: 0 -23px; 
							}
						
						div.homeNews a:hover {
							background-position: 0 -23px; 
							}
						
						div.homeLocations a:hover {
							background-position: 0 -23px; 
							}
							
					/* hides text links */	
							
						div.homeLinks span {
							display: none; 
							}	
										
							
				div.homeLinks p {
					font-size: 12px;
					margin: 0 0 7px 15px;
					color: #d6d6d6;
					}
					
					/* sets up background images on 3 small section box links */	
					
					div.homeAboutUs {
							background: url(http://www.wcinyp.org/img/home_sectionboxes_small_3.png) no-repeat 0 0;
							}
				
					div.homeNews {
							background: url(http://www.wcinyp.org/img/home_sectionboxes_small_2.png) no-repeat 0 0;
							}
							
					div.homeLocations{
							background: url(http://www.wcinyp.org/img/home_sectionboxes_small_1.png) no-repeat 0 0;
							}
	
							
		
			/* Home Footer (Institution Logos) */
		
					body#home ul {
						width: 406px;
						height: 50px;
						padding-top: 12px;
						margin: 0 0 4px 562px;
						}
			
						body#home ul li {
							display: inline;
							float: left;
							width: 203px;
							height: 50px;
							}
							
							body#home ul li a {
								width: 203px;
								height: 50px;
								float: left;
								}
								
							body#home ul span {
								display: none;
								}
			
								body#home ul li.homeWCMC a {
									background: url(http://www.wcinyp.org/img/home_footer_wcmc.png) no-repeat 0 0;
									}
			
								body#home ul li.homeNYP a {
									background: url(http://www.wcinyp.org/img/home_footer_nyp.png) no-repeat 0 0;
									}
			
			
			/* News and Events */
			
			ul.newsLists {
				text-decoration: underline;
				margin-left: 20px;
				}
				
				ul.newsLists li {
					font-weight: bold;
					}
			
			
			body.newsEvents h4 {
				border-top: 1px dotted gray;
				padding-top: 5px;
				margin-top: 30px;
				}
			
			
			/* Spacing for "Accordian" photos */
			
			div.accordian {
				margin-bottom: 20px;
				}
				
			body#referring div.accordian {
				margin-bottom: 50px;
				}
			
			
			/* Additional Body Text Links */
			
			body#referring div.copyBucket1 {
				margin-bottom: 30px;
				width: 465px;
			}
			
			body#ourpatients div.copyBucket1 a, body#referring div.copyBucket1 a  {
				color: #545454;
				font-weight: bold;
				text-decoration: underline;
				}

			
			
			ul.locationsItemsList {
				list-style: none;
				color: #545454;
				margin-top: 12px;
				margin-left: 0;
				line-height: 145%;
				text-align: left;
				}
			
			
			
			
			
			
			
			
		
		
