/* 
	Warren Krutchick
	Home Screen CSS
	Alison Endacott
	5/2010
	
 */

body {
	background-image:url(/content/v1/us/img/bgHome.gif);	
}

	#head {
		background: url(/content/v1/us/img/headerHome.jpg) 0 62px no-repeat;	
	}
	
		h1 a {
			top: 110px;
			left: 50px;
			width: 293px;
			height: 209px;
			/*background: url(/content/v1/us/img/logoHome.gif) no-repeat;*/
		}
		
		#head #graphicHead {
			height: 340px;
			margin-top: 9px;
			background: url(/content/v1/us/img/headerHome.jpg) 0 0 no-repeat;
		}
		
			#head #graphicHead p {
				text-indent: -9999px;	
			}
			
	#content #homeNav {
		margin-left: 0;	
	}

		#homeNav li {
			displaY: block;
			float: left;
			_display: inline;
			padding: 0;
			margin: 0;
			margin-bottom: 45px;
			list-style: none;
		}
		
		#homeNav #consultation {
			margin: 0 22px;	
		}
		
			#homeNav li a {
				displaY: block;
				height: 154px;
				width: 312px;
				text-indent: -9999px;
				overflow: hidden;
			}
			
			#smileGallery a {
				background: url(/content/v1/us/img/smileGallery.jpg);
			}
			
			#consultation a {
				background: url(/content/v1/us/img/consultation.jpg);
			}
			
			#learn a {
				background: url(/content/v1/us/img/learn.jpg);
			}
#content {
	padding-top: 0;
}
		
	#practiceServices {
		background: #fff;
		padding: 10px;
		border: 1px dotted #7d7d7d;
	}
	
		#practiceServices li {
			width: 50%;
			float: left;
		}
		
		
