/* BASIC HTML ELEMENTS */

h1 {
	text-shadow: 2px 2px 3px #000; /* Safari users will have a much easier time reading the masthead text */
	margin-bottom: -2px !important; /* originally -5px */
}

h3, h4, h5, h6 {
/*
	padding: 0 !important;
*/
}

p {
	padding: 0; /* normally has a 10px bottom padding */
	margin: 0 0 1em 0; /* replace the padding with margin */
}

/*
h3 + p,
h4 + p,
h5 + p,
h6 + p
{
	margin-top: 0.5em;
}
*/

a[id] { /* Named anchors */
	text-decoration: none !important; /* a named anchor shouldn't have an underline */
}

th {
	text-align: left;
}

dt {
	font-weight:bold;
}

.skipnav {
	display: none;
}

.snavbox {
	background-color: #E9EAE7;
	border-top: 3px solid #FFFFFF;
	padding-bottom: 3px;
	text-decoration : none;
}



/*
#snav a, #snav h3 a, #snav .subnav a {
	color: #FFF !important;
}

#snav {
	background-color: #EBA000;
}

#snav .subnav {
	background-color: #327F9E;
}

#snav .dashedseparator {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px dashed #FFF;
	margin: 2px 0 5px 0;
	padding: 0;
}
*/



h3 a {
	text-decoration: none !important;
	/* color: #EBA000 !important; */
	/* or whatever your default color is */
}

h3 a:hover {
	text-decoration: none !important;
	/* color: #EBA000 !important; */
	/* or whatever your default color is */
}

#tnav {
	margin-bottom: 1em;
}

#tnav .caption {
	color: #000 !important;
}


/* The only purpose of the following rule is to assign position:relative to
   some container block so that the .rightcolumn block will position relative
   (no relation) to that block rather than the whole document.  Lost yet?  */
.paddedwrapper {
	position: relative;
}

.paddedwrapper ul li {
	list-style-type: disc;
}

.paddedwrapper ol {
	list-style-type: lower-alpha;
}

.paddedwrapper ul, .paddedwrapper ol { /* let's be sure to give the same attributes to all of the blocks */
	border: 0;
	margin: 0;
	padding-left: 3em;
	padding-bottom: 10px;
	line-height : 130%
}

.indent {
	margin-left: 15px;
	margin-right: 15px;
}

.rightcolumnbox {
	position: relative;
	z-index: 10;
	float:right;
	clear:right;
	margin: 0.5em 0 0.5em 1em;
	padding: 5px;
	width: 188px;
	border: 1px dotted #EBA000;
	background-color: #F8F8F8;
}

.rightcolumnbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}

.rightcolumnbox li {
	margin: 0;
	padding: 0px 0px 0px 7px;
	list-style-type: none !important;
}

.quotationmark {
	font-family: Times, "Times New Roman", serif;
	font-size: 24px;
	color: #EBA000;
}
.quote {
	display: table;
	margin:1em 0;
	font-weight: bold;
	font-size: 11px;
	text-align: justify;
}
.quoteattribution {
	margin-left: 3em;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

.boxedcontent {
	margin-bottom: 1em;
	border: 1px solid #EBA000;
	padding: 5px;
}

.boxedcontent h4 {
	color: #FFF;
	margin: 0;
	margin: -5px -5px 0.5em -5px;
	padding: 2px;
}



/*
	<div class="highlightstitle">
		NEWS AND EVENTS
	</div>
	<div class="highlights">
		<ul class="navlink">
			<li class="navlink"><a href="#">April 14 Information Session</a></li>
			<li class="navlink"><a href="#">New Issue of Nonprofit E-Notes</a></li>
			<li class="navlink"><a href="#">Report on Youth Service in Greater Cleveland</a></li>
			<li class="navlink"><a href="#">Mandel Center Receives Gift for New Building</a></li>
		</ul>
	</div>

	<div class="highlights">
		<h4>NEWS AND EVENTS</h4>
		<ul class="navlink">
			<li class="navlink"><a href="#">April 14 Information Session</a></li>
			<li class="navlink"><a href="#">New Issue of Nonprofit E-Notes</a></li>
			<li class="navlink"><a href="#">Report on Youth Service in Greater Cleveland</a></li>
			<li class="navlink"><a href="#">Mandel Center Receives Gift for New Building</a></li>
		</ul>
	</div>
*/
.highlights {
	width: 150px;
	position: relative;
	z-index: 10;
	margin: 3px 0 0 10px;
	padding: 0; /* need to allow h4 to reach boundary*/
	padding-bottom: 5px; /* let the bottom padding remain */
	color: #000;
	font-weight: normal;
}
.highlights h4 {
	margin: 0;
	padding: 5px;
	color: #FFF;
	background-color: #EBA000; /* Turquoise as an arbitrary starting point - use "graydenColorpicker.css" for more options. */
}
.highlights p {
	margin: 3px 3px 3px 7px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clearall {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	width:0;
	line-height:0;
}

.footerseparator {
	clear: both;
}

#footer {
	text-align: center;
}

.textbrowseronly {
	display: none !important;
}

.required { /* intended for forms and whatnot */
	color: #F00;
}

