@import url();

body{
  font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
  font-size:1em;
  margin:15px 0px 5px 20px;
  width: 720px;	
}
p {
	font-size: 1em;
	color: #000;
	font-weight:lighter;
	margin: .6em 0;
    line-height: 1.4em;
}
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: 1em;
}
li li {
	font-size: 100%;
}
img {
	border: 0;
}
h1 {
	font-size: 2.2em;
	color: #000;
	margin: .4em 0 .6em 0;
	font-weight:lighter;
}
h2 {
	font-size: 1.6em;
	color: #000;
	margin: .8em 0 .6em 0;
}
h3 {
	font-size: 1.4em;
	color: #333;
	margin: .8em 0 .6em 0;
	font-weight:lighter;
}
h4 {
	font-size: 1.2em;
	color: #333;
	margin: .8em 0 .6em 0;
}
h5 {
	font-size: 1em;
	color: #333;
	margin:  .8em 0 .6em 0;
}

h6 {
	font-size: 0.88em;
	color: #333;
	margin: .6em 0 .4em 0;
}
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: 1em;
}

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



thead {
	font-weight: bold;
}

.gray_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #999;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 44%;
	border-radius: 0px;
	float:right;
}
.gray_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #999;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 44%;
	border-radius: 0px;
	float:left;
}
.maroon_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #862633;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 44%;
	border-radius: 0px;
	float:right;
}
.maroon_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #862633;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 44%;
	border-radius: 0px;
	float:left;
}
			
.gold_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #eaaa00;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 44%;
	border-radius: 0px;
	float:right;
}
.gold_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #eaaa00;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 44%;
	border-radius: 0px;
	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-style: oblique;
    font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.74em;
    margin: 8px;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#button:hover {
    background-color: #63666a;
    color: #FFFFFF;
}
#button2 {
    background-color: #660000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 4px #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-style: oblique;
    font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.74em;
    margin: 8px;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#button2:hover {
    background-color: #63666a;
    color: #FFFFFF;
}


/* 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;}









