/* CSS Document for the Physician Pages*/

/**************************
Content Section
**************************/
#physicianHeader h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003399;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
}
#wrapCurve {
}

#topCurve {
	background-attachment: scroll;
	background-image: url(../assets/topcurve.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px;
	padding:0px;
	height: 15px;
}
#repeatCurve {
	background-image: url(../assets/curverepeat.gif);
	background-repeat: repeat-y;
	height: 400px;
	}
	#content img {
	padding: 0px;
	margin: 0px;
}
/* Doctor is the wrapper for all the information pertaining to the physician, it contains several small divs*/

#doctor p {
text-indent:0px;
}
	
#doctor h2 {
	font-size: 16px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	width: 400px;
	margin-left: 20px;
	font-weight: bold;
}	


#doctor {width:450px;
padding:10px 10px 10px 30px;}

#doctor h3 {
	background-image:url(../assets/triangle.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size: 14px;
	color: #003399;
	background-attachment: scroll;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;

}
#image {
margin:5px;
width: 150px;
float:left;
}

#address {
	width:220px;
	float:left;
	margin-top: 5px;
	margin-left: 20px;
		border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#address p {
	margin-left: 22px;
	
}

.optional {
clear:both;
padding: 10px 25px 15px 25px;}

/*End main content areas for the physicians*/

#bottomCurve {
	background-attachment: scroll;
	background-image: url(../assets/bottomcurve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px;
}
#directory {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: right;

}
#directory h3 {
	padding-right: 20px;
}
