/* ------------------ Gallery Categories -------------------*/
.standardTitle {}

#galleryCategories {}

#galleryCategoriesEach {}


/* ------------------ Gallery Pictures -------------------*/
#galleryPicturesContainer {}

#galleryPicturesEach {
	width:125px;
	float:left;
	padding:5px;
	margin:2px;
	text-align:center;
	border:#D6D4B1 1px solid;
}
#galleryMovieEach {
	padding:20px 0 5px;
	margin-bottom:20px;
	text-align:center;
	border:#D6D4B1 1px solid;
}


/* ------------------ Gallery Nav -------------------*/


a #galleryCategoriesEach {
}
#galleryCategoriesEach:visited {
}
#galleryCategoriesEach:active {
}
#galleryCategoriesEach:hover {
}




/*---------------------Links---------------------------------------*/

.imgLinks {
	float:left;
	width:100px;
	height:100px;
}
.linkLinks {
	float:left;
	width:350px;
	padding:30px 0px 0px 15px;
}
.clearLinks {
	clear:both;
	height:10px;
}


/*---------------------Finance---------------------------------------*/
.imgFinance {
	float:left;
	width:100px;
	height:100px;
}
.linkFinance {
	float:left;
	width:500px; /*adjust width to fit*/
	height:100px;
	padding:30px 0px 0px 15px;
	/*border:#00FF00 1px solid;*/
}
#clearFinance {
	clear:both;
	height:10px;
}


/*---------------------Doctor---------------------------------------*/
img.doctor {
	float:left;
	margin-right:20px;
}

.doctorName {
	font-size:24px; font-weight:bold;
	
}
.doctorBio {
}


/*---------------------Staff---------------------------------------*/
img.staff {
	float:left;
	margin-right:20px;
}
.staffName {
	font-size:24px; font-weight:bold;
}
.staffBio {
}


/**************** FAQ's ********************/ 

.faqCategory {
	display:block;
	color: #000;
	font-weight:bold;
	font-size:14px;
}
.faqQuestions {
	font-size:12px;
	width:450px;
	display:block;
	padding:5px 0px 0px 5px;
}
/**************** Care ********************/ 

.careParaHeader {
	font-size:14px;
	display:block;
}
/**************** testimonial ********************/ 

.testimonials{
	border:#D6D4B1 solid 1px;
	padding:20px;
	margin-bottom:20px;
}

/*---------------------Blog---------------------------------------*/

.field {
	margin-bottom:10px;
}
#articleDate {
	color: #306fae;
	font-weight:bold;

}
.imgSet {
	margin:5px 10px 0px 0px;
	float:left;
}
#bolgDownload {
	display:block;
}
.bolgDownloadLink {
	color: #ff5f04;

}

/*---------------------Appt Request---------------------------------------*/

.selectPatientType {
	float:left;
	background-color:#ebe9d7;
	padding:5px 20px;
}

#appt {
	line-height:normal;
	clear:left;
}
#appt label{
	padding-right:10px;
	float: left;
	width:200px;
	text-align:right;
	margin-top:10px;
}
#appt input {
	margin-top:10px;
}
#appt select {
	margin-top:10px;
}
#appt .captchaBoxText {
	font-size:smaller;
	line-height:normal;
	margin-bottom:0;
}
#appt .captchaBox {}

.apptButton {
	font-family:Georgia;
	font-size:24px;
	margin-top:10px;
}

/*---------------------Contact---------------------------------------*/

#contactUsContainerLeft {
	width:400px;
	float:left;
}
#contactUsContainerRight {
	width:400px;
	float:right;
	padding-right:20px;
}
p.contactUs {
	margin:0px;
	padding:0px;

}
p.contactUs label{
	margin-left:10px;
	float: left;
	width:75px;
	color: #000;
}
#contactClearLine {
	width:550px;
	height:1px;
	clear:both;
}
#map {
	width:600px;
	margin:auto;
	text-align:center;
	margin-top:35px;
	font-size:14px;
	line-height:normal;
}





/*--------------------- Virtual Tour ---------------------------------------*/
#virtualTourWrapper {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
}

#virtualTourWrapper li {
	float:left;
	margin:0 12px 40px 0;
}

#virtualTourWrapper li a {
	display:block;
	color:#4E7770;
	font-size:18px;
	text-decoration:none;
}


#virtualTourWrapper li a img {
	border:#a3a17c 4px solid;
}

#virtualTourWrapper li a:hover img {
	border-color:#4E7770;
}
