@charset "utf-8";
/* CSS Document */

/******************** Base styles ********************/

body {	
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

body, td, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #695d54;
}

DIV.clear {
	clear:both;
}

#container { 
	width:810px;
	margin:30px auto;
	text-align:left;
}

A {
	font-size: 11px;
	color:#9f938a;
	text-decoration:none;
}
A:hover {
	color:#030303;
}

A:hover .orange {	
	color:#030303;
}

A.boldLink {
	color:#030303;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
}
A.boldLink:hover {
	text-decoration:underline;
}

.headerCaps {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1pt;
}


A.boldLinkCaps {
	color:#030303;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
A.boldLinkCaps:hover {
	text-decoration:underline;
}

/******************** Horizontal Rule styles ********************/

DIV.hr {
	border-top:2px solid #b1aba7;	
	border-bottom:2px solid #b1aba7;
	border-left:none;
	border-right:none;
	color: #fff;
    background-color: #fff;
	height:2px;
	margin:4px 0;
	font-size:0px;
}

DIV.hrsmall {
	border-top:2px solid #d7d6cf;	
	border-bottom:none;
	border-left:none;
	border-right:none;
	color: #fff;
    background-color: #fff;
	margin:6px 0;
	font-size:0px;
}


/******************** Header Navigation styles ********************/

#topnav {
	background-color:#eae8e7;
	text-align:center;
}

#topnav ul {
	margin-left: 0;
	padding-left: 0;
	padding:5px;
	display: inline;
	border: none;
} 

#topnav ul li {
	margin-left: 14px;
	padding-left: 20px;
	background-image:url(/images/navBullet.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	border: none;
	list-style: none;
	display: inline;
}

#topnav ul li.first {
	margin-left: 0;
	padding-left: 0;
	background-image:none;
}

#topnav ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
}

#topnav ul li a:hover {
	color:#e14018;
	text-decoration:none;
}

/******************** Main Front Page Layout styles ********************/

#main #leftcolumn {
	vertical-align:top;
	width:368px;
	padding:15px 15px 15px 5px;
	border-right:2px solid #d7d6cf;
}

#main #centercolumn {
	vertical-align:top;
	width:229px;
	padding:15px;
	border-right:2px solid #d7d6cf;
}

#main #centercolumn IMG {
	border:none;
}

#main #rightcolumn {
	vertical-align:top;
	width:210px;
	padding:15px;
}

#main P {
	margin:8px 0 0 0;
	
}

/******************** Interior Page Layout styles ********************/

#interior #leftcolumn {
	vertical-align:top;
	width:224px;
	padding:28px 5px 15px 26px;
	border-right:2px solid #d7d6cf;
}

#interior DIV.hrsmall {
	border-top:2px solid #d7d6cf;	
	border-bottom:none;
	border-left:none;
	border-right:none;
	color: #fff;
    background-color: #fff;
	margin:20px 10px 20px -10px;
	font-size:0px;
}

#interior ul.normal {
	margin: 0 0px;
	padding:0 4px;
	display: block;
	border: none;
}

#interior ul.normal li {
	padding:1px;
	padding-left: 13px;
	background-image:url(/images/normalBullet.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-indent:-5px;
	border: none;
	list-style: none;
	display:block;
}

#interior #leftcolumn ul {
	margin: 0;
	padding:0;
	display: block;
	border: none;
} 

#interior #leftcolumn ul li {
	padding:1px;
	padding-left: 15px;
	margin-bottom:7px;
	background-image:url(/images/nav_arrow_lg.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	border: none;
	list-style: none;
	display: block;
}

#interior #leftcolumn ul.meetPhysicians li {
	padding:1px;
	padding-left: 15px;
	margin-bottom:4px;
	background-image:url(/images/nav_arrow_lg.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	border: none;
	list-style: none;
	display: block;
}

#interior #leftcolumn ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:12px;
	color:#695d54;
	text-decoration:none;
}

#interior #leftcolumn ul li a:hover {
	color:#030303;
	text-decoration:none;
}

#interior #leftcolumn ul.physicians li {
	padding:1px;
	padding-left:7px;
	text-indent:-7px;
	background:none;	
	margin-bottom:2px;
	border: none;
	list-style: none;
	display: block;
}

#interior #leftcolumn ul.relatedLinks li {
	padding-left: 8px;
	margin-bottom:4px;
	background-image:url(/images/normalBullet.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	border: none;
	list-style: none;
	display:block;
	font-style:italic;	
}

#interior #centercolumn {
	vertical-align:top;
	width:586px;
}

#interior P {
	margin:8px 0 0 0px;	
}

/******************** Interior Page 2 Layout styles ********************/

#interior2 #leftcolumn {
	vertical-align:top;
	width:210px;
	padding:15px 15px 15px 5px;
	border-right:2px solid #d7d6cf;
}

#interior2  #centercolumn {
	vertical-align:top;
	width:387px;
	padding:15px;
	border-right:2px solid #d7d6cf;
}

#interior2 #centercolumn IMG {
	border:none;
}

#interior2  #rightcolumn {
	vertical-align:top;
	width:210px;
	padding:15px;
}

##interior2  P {
	margin:8px 0 0 0;
	
}/******************** Generic styles ********************/

.orange {	
	color:#e14018;
}


/******************** H1..Hn styles ********************/

H1.greySerif {
	font-family:"Times New Roman", Times, serif;
	font-size: 23px;
	line-height:20px;
	color:#695d54;
	margin:5px 0;
	padding:0;
	font-weight:normal;
}

H1.blackSans {
	font-family: Helvetica Condensed, Arial Narrow, sans-serif;
	font-size: 24px;
	line-height:21px;
	color:#030303;
	margin:5px 0;
	padding:0;
	font-weight:bold;
	
}

H1.largeOrangeHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#e14018;
	font-weight:normal;
}



H3.orangeHeader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#e14018;
	text-transform:uppercase;
	margin:10px 0 20px 0;
	padding:0;
	font-weight:normal;
	letter-spacing:0.4pt;
}

H3.orangeHeaderNormal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#e14018;
	margin:0;
	padding:0;
	font-weight:normal;
}

H3.boldCaps {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#030303;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-weight:bold;
	letter-spacing:0.4pt;
}

H4.black {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	margin:0;
	padding:0;
	font-weight:bold;
}

H5.black {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	margin:0;
	padding:0;
	font-weight:bold;
}

H5.blackcaps {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	margin:0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
}


H5.brownCaps {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#754515;
	margin:0;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
}


H6.graysm {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#695d54;
	margin:0;
	padding:0;
	font-weight:normal;

}


H7.greySerif {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	line-height:15px;
	color:#695d54;
	margin:5px 0;
	padding:0;
	font-weight:normal;


}


H8.greySerif {
	font-family:"Times New Roman", Times, serif;
	font-size: 19px;
	line-height:20px;
	color:#695d54;
	margin:5px 0;
	padding:0;
	font-weight:normal;


}


/******************** News styles ********************/

.patientStoryHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 2px;
	padding: 4px 5px 4px 5px;
	width:100%;
	background-color:#00553D;
}

.storyTitle 
{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
	color: #000000;
	text-decoration: none
}
.storyTitleSm 
{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	color: #000000;
	text-decoration: none;
}

.storyTitleRef
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D6B4D;
	text-decoration: none;
	font-style: normal;
	text-align:center;
}

a.storyTitleRef:link 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D6B4D;
	text-decoration: underline;
	font-style: normal;
}

a.storyTitleRef:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D6B4D;
	text-decoration: underline;
	font-style: normal;
}

/* a.storyTitleRef:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #0D6B4D; text-decoration: none ; font-style: normal} */

a.storyTitleRef:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

.newsTitle {
	background-color:#695D54;
	margin:6px 0 4px;
	padding:20px 25px;
	vertical-align:middle;
}
.newsTitle H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #FFFFFF;
	font-weight:normal;
	margin:0;
}
.newsTitle .small {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;	
}

.newsTitle .title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:normal;
	margin:0;
}

.firstPhoto {
	margin-top:-30px;
}

.photo {
	/*margin:0 -25px; */
}

.photoFloat {

}

.photoCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:15px 25px 15px 25px;
	background-color:#E4E1DF;	
	color:#695D54;
	margin:4px 0px;
}

.photoFloatCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#695D54;
	margin:4px 0;
}

.articleBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#695D54;
	padding:15px 25px 15px 25px;
	margin:0;
}

.articleBody h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	margin-bottom:0;
}

.articleBody a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#695D54;
	text-decoration:underline;
}

.articleBody a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#695D54;
	text-decoration:underline;
}

.articleBody a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#695D54;
	text-decoration:underline;
}

.articleBody p{
	font-size:13px;
	margin-top:0;
}

.articleFootNoteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:7px 20px 7px 20px;
	background-color:#B2AAA5;	
	color:#000000;
	margin:0;
}
.articleFootNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:15px 20px 15px 20px;
	background-color:#695D54;	
	color:#FFFFFF;
	margin:0;
}
.articleFootNote H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	color:#FFFFFF;
}

.articleFootNote p{
	margin-top:0;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	margin:0 10px 0 0;
}

.bodyBrown { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; color: #695D54}

a.physlistBrown:link { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #695D54; text-decoration: none; font-style: normal }

a.physlistBrown:visited { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #695D54; text-decoration: none; font-style: normal }

a.physlistBrown:hover { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #E4E1DF; text-decoration: none ; font-style: normal }

.newULstyle {
	margin:0;
}
.newULstyle LI{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;

}
.newULstyle LI SPAN{
	color:#c56e58;
	padding-right:4px;
}

.newULstyle LI A:link, .newULstyle LI A:visited, .newULstyle LI A:hover{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #695D54; text-decoration: none; font-style: normal;
}

#left_wrap ul li { margin:3px 0; }
#left_wrap ul li a { color:#030303; font-size:10pt; }
#left_wrap ul li a:hover { color:#e13f18; }
#center_wrap, #right_wrapper { font-family:"Helvetica", Verdana, Arial; }
#center_wrap ul, #right_wrapper ul { list-style:none; margin:0; padding:0 15px 10px 15px; }
#center_wrap ul li, #right_wrapper ul li { margin:0; padding:0; font-weight:9pt; }
#center_wrap ul li b, #right_wrapper ul li b { color:#050505; font-weight:bold; font-size:10pt; } 
