@import url("global.css");

/* ==================================== Nav ==================================== */

.PracticePage .NavPractice a {
	background:url(../images/Nav.jpg) -142px -43px
}

.AboutPage .NavAbout a {
	background:url(../images/Nav.jpg) -142px -43px
}

.ProcPage .NavProc a {
	background:url(../images/Nav.jpg) -284px -43px
}

.NonSurgProc .NavNonSurg a {
	background:url(../images/Nav.jpg) -426px -43px
}

.GalleryPage .NavGallery a {
	background:url(../images/Nav.jpg) -568px -43px	
}

.PatientPage .NavPatient a {
	background:url(../images/Nav.jpg) -710px -43px
}

.ContactPage .NavContact a {
	background:url(../images/Nav.jpg) -852px -43px
}

/* ==================================== ContentBox ==================================== */

.ContentBox {
	background:url(../images/ContentBoxBGSubpage.jpg) no-repeat;
	width:1022px;
	padding:20px 0 0 0;
}

/* ==================================== ContentMain ==================================== */

.ContentMain {
	width:690px; /* 780px */
	float:left;
	border-right:1px solid #bacddc;
	padding:15px 30px 0 60px;
}
.ContentMain li{
font-size:0.8em;
list-style:inside;
}

/* About Page */

.CVBox {
	margin:0 0 12px 0;
}
.CVBox div {
	float:left;
	width:33%;
}
	.CVBox .Location p {
		float:right;
	}
	
/* Patient Info Page */

.CarRental div {
	float:left;
	width:50%;
}

/*testimonialsPages*/
#gallery	{
margin:0;
padding:0;
}
	#gallery	li{
	display:inline;
	float:left;
	list-style:none;
	margin:0 5px 20px 10px;
	padding:0;
	}
	#gallery a img{
	border:3px solid #097077;
	}
	#gallery a:hover img{
	border:3px solid #dbbc52;
	}