
/*---------------Header & Left Nav-------------------------*/
#subAreaImage{
	padding-top:7px;
}

#leftAd{
	margin-top:5px;
}

#pageHeader a{
    width:115px;
    height:150px;
    float:left;
    display:block;
    position:absolute;
}

#pageHeader a:hover{
    padding:10px;
    margin-left:-10px;
    border:1px solid #fff;
    text-decoration:none;
}

#pageHeader a span{
    position:absolute;
    bottom:1px;
    left:5px;
    color:#fff;
    font-weight:bold;
    padding:0 1px;
    text-transform:capitalize;
}

#pageHeader a.nameRight span{
    left:auto;
    right:5px;
}

#pageHeader{
    position:relative;
    float:right;
	margin-top:5px;
    border:0;
}

#headerCaption{
	float:right;
	width:585px;
	text-align:right;
	padding-top:2px;
}

#personName{
    float:right;
	width:585px;
    text-align:left;
    text-transform:capitalize;
    padding-top:2px;
}


/*Common left nav styles*/
/*See leftNav(Doctors|Patients).css for*/
/*page-type specific left nav styles*/
#leftNavContainer{
	width:150px;
	float:left;
}

#leftNav li a {
	display:block;
	height: 0px !important;	/*this makes the box 0 tall which means the text
								  will be below the thin line that is the box*/
	padding: 18px 0 0 0;		/*so makes the box still show up above the text,
								  which sits outside of the box (below it)*/
	overflow: hidden;			/*and this makes it so it doesn't show up since it is outside the box*/
	height /**/:18px;			/*IE5/Win, this is mikes code, looks like it might be
								  a useful hack to help how the above kludge looks in ie5*/

}

/*this is used for standard full body divs*/
#body{
	width:565px;
	float:right;
	margin-top:20px;
	margin-bottom:35px;
}

#body p{
	margin-bottom:15px;
	padding-left:2px;
}

/*used in services for two col layout*/
.leftCol{
	width:180px;
	float:left;
}

.leftCol ul{
	margin:0 0 20px 12px;
}

.leftCol p{
	margin-bottom:12px;
}

.rightCol{
	width:375px;
	float:right;
}

/*these class styles are used for blocks which are 
  used for the bio's w/ pictures and "top" links for
  the doctors pages
*/
.bodyBlock{
	float:right;
	width:585px;
	margin-top:20px;
	padding:0 0 25px;
}

.topLink{
	text-align:right;
	padding-bottom:2px;
	border-top:dotted #bbbbbb 1px;
}

.headShot{
	float:left;
	display:block;
}

.bioWithHeadshot{
	float:right;
	width:400px;
}

.bio{
    float:left;
    width:500px;
}

.bio p{
	margin-bottom:9px;
	padding-left:2px;
	line-height:165%;
}

/*-----------------Bottom Half-----------------------------*/
