body {
	background: url('../images/body-bg.png') repeat left top;
}
/* CONTAINER
----------------------------------------- */
.shadowBubble {
	border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	box-shadow:0 0 10px 1px #333;
		-moz-box-shadow:0 0 10px 1px #333;
		-webkit-box-shadow:0 0 10px 1px #333;
	behavior: url(themes/default/css/PIE.htc);/* enables CSS3 in older IE */
}
#wrapper {
	width: 960px;  
	margin: 0 auto; 
}
#content {
	width: 960px;
	margin: 0 auto;
	background:#FFF;
}
	#content #layout {
		width: 880px;
		margin: 0 auto;
		padding: 30px 0;
	}
		#content #layout .col-1 {
			float:left;
			width: 600px;
			padding-right: 20px;
			border-right:1px solid #919191;
		}
		#content #layout .col-2 {
			float:right;
			width: 240px;
		}
			#content #layout .col-2 img {
				width:240px;
				height:147px;
				margin:0 0 20px 0;
			}
			#content #layout .col-2 p {
				font-size:14px;
				line-height:22px;
				color:#000;
				padding:0 0 10px 0;
				font-family:Arial, Helvetica, sans-serif;
			}
				#content #layout .col-2 p a {
					color:#72151E;
					text-decoration:none;
				}
					#content #layout .col-2 p a:hover {
						text-decoration:underline;
					}


/* HEADER
----------------------------------------- */
#header { 
 	width: 960px; 
	height:115px;
 	margin: 0 auto;
}
	#header .logo {
		display:block;
		width:679px;
		height:64px;
		padding: 25px 0 0 0;
		background: url('../images/joseph-tutor-liverpool-ny-dentist.png') no-repeat left 25px;
		float:left;
	}
		#header .logo a {
			display:block;
			width:679px;
			height:64px;
			text-indent:-999em;
		}
	#header .appointment {
		display:block;
		padding: 0 0 0 0;
		float:right;
		text-align:right;
		margin:35px 0 0 0;
	}
		#header .appointment p {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#FFF;
			padding: 0 0 6px 0;
		}
		#header .appointment p.phone {
			font-size:26px;
			color:#E5CB9D;
		}


/* photobar
----------------------------------------- */
#photobar {
	width: 960px;
	height: 350px;
	margin: 0 0 15px 0;
	background:#FFF;
	position:relative;
	overflow:hidden;
}
	#photobar #fading {
		width:520px;
		height:350px;
		position:absolute;
		left:0px;
		top:0px;
	}
		#photobar #fading .fadingImage {
			width:520px;
			height:350px;
			border-top-left-radius: 15px;
				-moz-border-radius-topleft: 15px;
				-webkit-border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
				-moz-border-radius-bottomleft: 15px;
				-webkit-border-bottom-left-radius: 15px;
			behavior: url(themes/default/css/PIE.htc);/* enables CSS3 in older IE */
			position:relative;
		}
	#photobar .testimonial {
		width:420px;
		position:absolute;
		left:440px;
		top:0px;
		background: url('../images/photobar-testimonial-quote-open.png') no-repeat 12px 20px;
		padding:40px 0 0 80px;
		z-index:100;
	}
		#photobar .testimonial p.content {
			font-size:30px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			color:#333;
			line-height:36px;
			background: url('../images/photobar-testimonial-quote-close.png') no-repeat right bottom;
			padding:0 70px 0 0;
		}
		#photobar .testimonial p.credit {
			font-size:20px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			color:#72151E;
			padding:25px 0 0 0;
		}
			#photobar .testimonial p.credit .location {
				font-size:16px;
				color:#998C79;
			}
	#photobar a#requestAppt {
		position:absolute;
		right:18px;
		bottom:18px;
	}


/* FOOTER
----------------------------------------- */
#footerContainer {
	background: #CCC url('../images/footer-bg-x.png') repeat-x left top;
	height:235px;
	width:100%;
	margin: 65px 0 0 0;
	padding-bottom: 20px;
	box-shadow: 0px -10px 20px #000;
}
	#footerContainer .footer-1 {
		width:960px;
		margin:0 auto;
		padding:50px 0 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
		#footerContainer .footer-1 div.section {
			float:left;
		}
		#footerContainer .footer-1 p.heading {
			font-weight:bold;
			font-size:13px;
			border-bottom:1px solid #666;
			padding: 0 20px 5px 10px;
		}
			#footerContainer .footer-1 p.heading a {
				color:#000;
				text-decoration:none;
			}
				#footerContainer .footer-1 p.heading a:hover {
					color:#333;
				}
		#footerContainer .footer-1 ul {
			padding: 5px 0 0 10px;
		}
		#footerContainer .footer-1 ul li a {
			color:#000;
			text-decoration:none;
			font-size:13px;
			line-height:20px;
		}
		#footerContainer .footer-1 a.fb {
			display:block;
			width:20px;
			height:20px;
			background: url('../images/icon-fb.png') no-repeat left top;
			float:right;
			text-indent:-999em;
		}
			#footerContainer .footer-1 a.fb:hover {
				background-position:-20px 0;
			}
	
	#copyright {background-color: #666; border-top: 1px solid #525252;}
	#copyright .footer-2 {
		width:960px;
		margin:0 auto;
		height:40px;
		line-height:40px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
	}
		#copyright .footer-2 a {
			color:#FFF;
			text-decoration:none;
		}
			#copyright .footer-2 a:hover:hover {
				text-decoration:underline;
			}
		#copyright .footer-2 .copyright {
			padding-left:40px;
		}


/* requestAppt
----------------------------------------- */
a#requestAppt {
	width:218px;
	height:40px;
	display:block;
	background: url('../images/button-request-appt.png') no-repeat left top;
	text-transform:uppercase;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	padding:9px 0;
	line-height:20px;
}
	a#requestAppt:hover {
		background-position:left -100px;
	}


/* requestApptOverlay
----------------------------------------- */
#requestApptOverlay {
	width:600px;
	padding:30px;
	background-color:#FFF;
	color:#20211D;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	z-index:10000;
}
	#requestApptOverlay p.headline {
		text-align:center;
		padding: 0 0 10px 0;
		margin: 0 0 14px 0;
		border-bottom:1px solid #919191;
		font-size:30px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	#requestApptOverlay div.col-1 {
		float:left;
		width:250px;
	}
		#requestApptOverlay div.col-1 p {
			font-size:16px;
			line-height:24px;
			padding:0 0 18px 0;
		}
			#requestApptOverlay div.col-1 p span.red {
				color:#72151E;
			}
	#requestApptOverlay div.col-2 {
		float:right;
		width:320px;
	}
		#requestApptOverlay div.col-2 .text {
			width:312px;
			border:1px solid #666;
			padding:3px;
			color:#666;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			margin: 0 0 8px 0;
		}
		#requestApptOverlay div.col-2 input.text {
			height:24px;
		}
		#requestApptOverlay div.col-2 textarea.text {
			height:57px;
		}
		#requestApptOverlay div.col-2 input.action {
			height:24px;
			line-height:24px;
			background-color:#72141E;
			border:none;
			border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
			color:#FFF;
			font-size:14px;
			text-transform:uppercase;
			font-weight:bold;
			padding: 0 20px;
		}
			#requestApptOverlay div.col-2 input.action:hover {
				cursor:pointer;
				background-color:#333;
			}
	#requestApptOverlay p.finePrint {
		padding: 10px 0 0 0;
		margin: 14px 0 0 0;
		border-top:1px solid #919191;
		font-size:10px;
		color:#20211D;
		font-style:italic;
		font-family:Arial, Helvetica, sans-serif;
	}
	#requestApptOverlay p.closeThisOverlay {
		margin: 10px 0 0 0;
		font-size:12px;
		text-align:center;
	}
		#requestApptOverlay p.closeThisOverlay a.close {
			color:#000;
		}


/* Testimonial Page
----------------------------------------- */
#content .testimonial {
	margin:10px 0 30px 0;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
}
	#content .testimonial p {margin: 0;}
	#content .testimonial .content span {font-size: 20px; font-weight: bold; color: #999;}
	#content .testimonial .content span:first-child {margin-right: 5px;}
	#content .testimonial .credit {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		margin-top: 0;
		font-weight: bold;
	}


/* MISC
----------------------------------------- */
.left {float:left;}
.right {float:right;}
.clear {clear:both;}