@import url();

body{
  font-family: Verdana, Arial, sans-serif;
  font-size:1em;
  margin:15px 0px 5px 20px;
  width:720px;
}

/* added for pharm page */
p {
	font-size: 0.98em;
    letter-spacing: 0;
    line-height: 200%;
    color: #434347;
    opacity: 1;
    line-height: 180%;
	padding-bottom:40px;	
		}
hr {
    border-bottom: 1px solid #eaaa00;
    border-top: 0;
	display: block;
    width: 100%;	
		}
	
h1 {
    font-size: 2.4em;
    color: #862633;
    margin: .4em 0 0 0;
    font-weight: lighter;
    font-family: Times, Times New Roman, Palatino, serif;
}
		
h2 {
    font-size: 2em;
    color: #434347;
    margin: .8em 0 .6em 0;
    font-weight: lighter;
    letter-spacing: -.03em;
    font-family: Times, Times New Roman, Palatino, serif;
}	

/* above added for pharm page */





ul, dl{
	font-family: Verdana, Arial, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
	margin: 4px 4px 4px 28px;
}
ol{
	font-family: Verdana, Arial, sans-serif;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 4px 4px 4px 28px;
}
li {
	font-size: .73em;
}
li li {
	font-size: 100%;
}
img {
	border: 0;
}

h3{
	font-size: 0.88em;
	color: #946c00;
}
h4{
	font-size: 0.88em;
	color: #333;
}
h5 {
	font-size: 0.88em;
	color: #333;
}
h5 {
	font-size: 0.78em;
	color: #333;
}
h6 {
	font-size: 0.7em;
	color: #666;
}
a:link {
	color: #862633;
	text-decoration: underline; 
}
a:visited {
	color: #862633;
	text-decoration: underline; 
}
a:hover { 
	color: #000;
	text-decoration: underline;
}
a:active { 
	color: #000;
	text-decoration: underline;
}
a:focus { 
	color: #000;
	text-decoration: underline;
}
table {
	font-family: Verdana, Arial, sans-serif;
}
td {
	color: #000;
	font-size: .73em;
}

td p {
	color: #000;
	font-size: 1em;
}



thead {
	font-weight: bold;
}
.mug_right {
	float: right;
	width: 86px;
	height: auto;
	padding: 4px 0 4px 8px;
	margin: 0;
}
.mug_right .photo {
	float: right;
	height: 105px;
	width: 78px;
}
.mug_right .caption {
	height: auto;
	width: auto;
	margin: 110px 0 8px 8px;
	font-size: 0.68em;
	font-family: Verdana, Arial, sans-serif;
}
.mug_left {
	float: left;
	width: 86px;
	height: auto;
	padding: 4px 8px 4px 0;
	margin: 0;
}
.mug_left .photo {
	float: left;
	height: 105px;
	width: 78px;
}
.mug_left .caption {
	height: auto;
	width: auto;
	margin: 110px 8px 8px 0px;
	font-size: 0.68em;
	font-family: Verdana, Arial, sans-serif;
}
.storyphoto_right {
	float: right;
	height: auto;
	width: auto;
	padding: 4px 0 4px 8px;
	margin: 0;
}
.storyphoto_right .photo {
	height: auto;
	width: auto;
}
.storyphoto_right .caption {
	float: left;
	height: auto;
	width: auto;
	margin: 8px 0;
	font-size: 0.68em;
	font-family: Verdana, Arial, sans-serif;
}
.storyphoto_left {
	float: left;
	height: auto;
	width: auto;
	padding: 4px 8px 4px 0;
	margin: 0;
}
.storyphoto_left .photo {
	height: auto;
	width: auto;
}
.storyphoto_left .caption {
	float: left;
	height: auto;
	width: auto;
	margin: 8px 0;
	font-size: 0.68em;
	font-family: Verdana, Arial, sans-serif;
}
.gray_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #999;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:right;
}
.gray_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #999;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:left;
}

.gray-border-box {
	background-color: #f6f6f6;
	border: 1px solid #dadad9;
	box-shadow: 2px 2px 4px 1px #eee;
	line-height: 1.3em;
	display: block; 
	clear: both;
	padding:8px 10px;
	margin:10px 0;
	width:100%;
	box-sizing:border-box;
	max-width:330px;
}


.maroon_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #862633;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:right;
}
.maroon_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #862633;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:left;
}
			
.gold_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #eaaa00;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:right;
}
.gold_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #eaaa00;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 330px;
	border-radius: 5px;
	float:left;
}
#button {
    background-color: #862633;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 4px #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.74em;
    font-style: oblique;
    font-weight: bold;
    margin: 8px;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#button:hover {
    background-color: #63666a;
    color: #FFFFFF;
}
#button2 {
    background-color: #330000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 4px #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.74em;
    font-style: oblique;
    font-weight: bold;
    margin: 8px;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#button2:hover {
    background-color: #63666a;
    color: #FFFFFF;
}
.photo_caption_right {
    float: right;
    height: auto;
    margin: 0;
    padding: 4px 0 12px 26px;
    width: auto;
}
.photo_caption_right .photo {
    height: auto;
    width: auto;
}
.photo_caption_right .caption {
    color: #444444;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.68em;
    height: auto;
    margin: 8px 0;
    width: auto;
}
.photo_caption__left {
    float: left;
    height: auto;
    margin: 0;
    padding: 4px 26px 12px 0;
    width: auto;
}
.photo_caption__left .photo {
    height: auto;
    width: auto;
}
.photo_caption__left .caption {
    color: #444444;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.68em;
    height: auto;
    margin: 8px 0;
    width: auto;
}
/* added to aid display in wysiwyg editor for hr */
#specialtyButton {    
	min-width: 260px;
    float: right;
    background-color: #646469;
    border-radius: 6px;
    min-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin: 20px 0 0 0;
		}
	#specialtyButton a:link {
		color:#fff;
		text-decoration:none;
		display:block;
		padding: 16px 0;
		}	
	#specialtyButton a:visited {
		color:#fff;
		text-decoration:none;
		}
	#specialtyButton:hover {
		background-color:#862633;
		color: #dad8d6;
		}

	/* faq begins */
	
.faqWrapper {display:inline-block;text-align:left;padding:0;width:100%;border:1px solid blue;margin:10px 0;}
.faqTitle {margin: 0;padding:0;display:block;font-size:1.8em;}
.faqTitle:hover {color:#600;}
.faqTitle:active {color:#600;}
	
.faqContent {padding:20px 0;border:1px solid red;}
.faqContent p {margin:0;max-width:100%;font-size:1em;color:#333;}
	
.faqButton {font-weight: lighter; padding: 0;cursor: pointer;display:inline-block;margin:10px 0;width:100%;max-width:80%;}
.faqButtonOpen {font-weight: lighter; padding: 0;cursor: pointer;background:#fff;}
	
/*.faqWrapper:after {content:"+";position:absolute;}*/


/* for endowments editing on the foundation site */

		.fCard {display:block;width:300px;float:left;margin:10px 14px;min-height:120px;background-color:#ccc;}
		.fImage {float:left;}
		.fText {display:inline-block;font-size:.74em;max-width:200px;padding:0 0 4px 12px;background-color:beige;}



/* for editing pages that contain toggle element */

.toggleWrapper {border:1px solid #2196f3;}
.toggleButton {background-color:#c4f6cd;}	
.toggleContent {background-color:#dedede;}









