/* styles within this document are those applicable to client-entered html, assuming that they will be entered via tinymce or other wysiwyg editor where we want styles seen on backend to match what will show on the front side */

/* colors - definitive copy in global.css, copied to others for fast reference

*/

/* include body.mceContentBody in each definition so these styles can be displayed withing
the tinymce editor */


body.mceContentBody h2, .cms_html h2, div#center .cms_html h2 {
	font-weight: normal;
	font-size: 16px;
	color: #155c9A;
	margin-bottom: 10px;
}

body.mceContentBody p, .cms_html p {
	margin-top: 0;
	margin-bottom: 0;
}

body.mceContentBody h3, .cms_html h3, div#center .cms_html h3 { 
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}

.cms_html a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
.cms_html a:hover { 
    border-bottom: none; 
    color: #6DB33F;
}
.cms_html ul li {
	line-height:16px;
	font-size:12px;
	color: #333;
}

body.mceContentBody ul, .cms_html ul, body.mceContentBody ul, .cms_html ul ul,
body.mceContentBody ol, .cms_html ol, body.mceContentBody ol, .cms_html ol ol {
	margin-bottom: 8px;
}

body.mceContentBody ul li, .cms_html ul li, body.mceContentBody ul, .cms_html ul li ul li {
	margin-left: 22px;
	list-style-type: disc;
	color: color: #333;
}

body.mceContentBody ol li, .cms_html ol li, body.mceContentBody ol, .cms_html ol li ol li {
	margin-left: 28px;
	list-style-type: decimal;
	color: color: #333;
}

/* ********************************************** */

/* CMS-inserted photos in text blocks */
img.cms_photo_left, img.cms_photo_right, img.cms_photo_center {
	display: block;
	margin: 8px 0;
	float: left;
}

/* CMS-inserted photos with captions */
table.cms_photo_table {
	font-size: 0.9em;
}

img.cms_photo_left, table.cms_photo_caption_left {
	float: left;
	display: inline; /* Fix IE float/margin bug */
	margin-right: 15px;
}

img.cms_photo_right, table.cms_photo_caption_right {
	float: right;
	display: inline; /* Fix IE float/margin bug */
	margin-left: 15px;
}
img.cms_photo_center, table.cms_photo_caption_center {
/*
	margin-right: auto;
	margin-left: auto;
*/
}

table.cms_photo_table img {
	border: 0;
}