/*  WYSIWYG Styles Menu
----------------------------------------------------------------- */

#content h2, .a-head {
	caption: Level 1--Section Title;
	clear: both;
	background:#E4E5DC;
	padding: 6px 0 6px 8px;
	font-size:16px;
	font-weight:bold;
	color:#5e5e5c;
	margin:0 0 8px;
	display: block;
	}

#content h3, .b-head {
	caption: Level 2--Paragraph Header;
	color:#000000;
	font-size:14px;
	font-weight: bold;
	margin:0 0 8px;
	display: block;
	}

.txtBlue {
	caption: Blue Text;
	color:#264881;
	font-weight:bold;
	}
	
.txtBlack {
	caption: Black Text;
	color:#000000;
	}
	
blockquote, .quote, p .quote {
	caption: Pull-Quote;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	color:#324f83;
	font-size:20px;
	line-height: 24px;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	display: block;
}

.content-pad blockquote, .content-pad .quote, .content-pad p .quote,
.content-pad #content  h2, .content-pad .a-head {
	margin-left: -48px;
}

.imgLeft {
	caption: Left-Aligned Object;
	float: left;
	margin: 0 15px 20px 0px;
	font-size: 11px;
	color: #858d93;
}
.imgRight {
	caption: Right-Aligned Object;
	float: right;
	margin: 0 0 20px 10px;
	font-size: 11px;
	color: #858d93;
}

.imgRight p, .imgLeft p {
	margin-top: 5px;
}

.caption, td.PhotoCaption {
	caption: Caption;
	font-size: 11px;
	line-height: 15px;
	color: #858d93;
}

a .caption {
	color: #d3470a;
}

/*

.intro {
	font-size: 14px;
	line-height: 20px;
	caption: Opening Paragraph;
}

.c-head {
	caption: Level 3--Paragraph Sub-header;
	font-weight:bold;
	display:block;
	}

*/
	
/*  Styles to simulate front-end look
----------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	color:#5E5E5C;
}



body#site_kma .archive-sidebar {
	width:295px;
	float:right;
	border-width: 0px;
	padding: 0px;
}

body .archive-sidebar { /* Only for the visual editor */
	width:295px;
	float:right;
	min-height: 250px;
	border: dotted 1px #ccc;
	padding: 5px;
}

.archive-sidebar .sideshow {
	width: 170px;
}
.archive-sidebar .sideshow .title {
	color:#324f83;
	font-weight:bold;
	padding: 6px 0 0 0;
	display:block;
}

#sidebar .slideshow-snippet {
	float: none;
	margin: 0px 0px 20px 0px;
}

.slideshow-snippet {
	float: right;
	width: 240px;
	margin-left: 50px;
}

.slideshow-link {
	display: block;
	margin-top: 10px;
}

.slideshow-link-hidden {
	display: none;
}

ul.sidenav {
	padding-top: 0px;
}

table.right {
	cpation: Table Aligned Right;
	float: right;
}

.fixed-width {
	caption: Fixed-Width Paragraph;
	width: 660px;
	display: block;
}