/* 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 {
	margin-top: 20px; 
	padding-bottom: 0;
	font-size: 1.4em;
	line-height: 1.4;
	color: #845334;	
}
body.mceContentBody p, .cms_html p {
	line-height: 1.7;
}
body.mceContentBody h3, .cms_html h3, div#center .cms_html h3 { 

}
.cms_html h2.title {
	color: #41516D;
	font-size:1.9em;
}
.cms_html h2.teaserTitle {
	font-size:1.9em;
}
.cms_html h2.teaserTitle a {
	color: #845334;
	text-decoration:none;
}
.cms_html h2.teaserTitle a:hover {
	text-decoration:underline;
}
.cms_html p.intro {
	margin-bottom: 10px;
    padding-top: 0;
	padding-bottom: 20px;
	font-size: 1.13em;
	line-height: 1.4;
	color: #333;	
	background: url(/media/img/bg-dots-gray.gif) repeat-x 0 100%;
}
.emphasizedText {
	font-weight:bold;
	font-size:16px;
	color:#845334;
}

.home .cms_html p.intro {
 	background: none;
}
.cms_html a {

}
.cms_html a:hover {

}
.cms_html ul li {

}
.cms_html img {
	border: 1px solid #845334;
}
body.mceContentBody ul, .cms_html ul, body.mceContentBody ul, .cms_html ul ul {

}
body.mceContentBody ul li, .cms_html ul li, body.mceContentBody ul, .cms_html ul li ul li {

}

/* CMS-inserted photos in text blocks */
img.cms_photo_left, img.cms_photo_right, img.cms_photo_center {
	float: left;
	display: block;
	margin: 8px 0;
}
/* 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;
	clear: both;
}
table.cms_photo_table img {
	border: 0;
}