/* ------------------ Gallery Categories -------------------*/
.standardTitle { 
	font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#6699CC;
}
#galleryCategories {
	width:600px;
	padding:5px 0px 5px 10px;
	margin:5px;
}
#galleryCategoriesEach {
	width:125px;
	float:left;
	padding:2px 0px 2px 5px; margin: 2px 7px 2px 7px;
	background-color: #336699;
}
/* ------------------ Gallery Pictures -------------------*/
#galleryPicturesContainer {
	width:600px;
	padding:5px 0px 5px 10px;
	margin:5px;
}
#galleryPicturesEach {
	width:125px;
	float:left;
	padding:5px; margin:2px;
	text-align:center;
	border:#999999 1px solid;
}
#galleryMovieEach {
	padding:5px; margin:2px;
	text-align:center;
	border:#999999 1px solid;
}


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


a #galleryCategoriesEach {
	color:#fff;
}
#galleryCategoriesEach:visited {
	color:#fff;
}
#galleryCategoriesEach:active {
	color:#fff;
}
#galleryCategoriesEach:hover {
	color:#fff;
	background-color:#6C3C16;
	
}




/*---------------------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-bottom:#CCC solid 1px;
	padding-bottom: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---------------------------------------*/

p.selectPatientType {
	width:100%;
	text-align:center;
	line-height:normal;
}

p.appt {
	line-height:normal;
}
p.appt label{
	padding-right:10px;
	float: left;
	width:300px;
	text-align:right;
	margin-top:10px;
}
input.appt {
		margin-top:10px;
}
select.appt {
		margin-top:10px;
}
input.apptButton {
		margin:15px 0px 0px 300px;
}
p.captchaBoxText {
	margin-left:70px;
	line-height:normal;
}
.captchaBox {
	margin-left:170px;
}

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

#contactUsContainerLeft {
	width:285px;
	float:left;
}
#contactUsContainerRight {
	width:285px;
	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;
}

