@charset "UTF-8";
/* CSS Document */

.wrapper .contentRight {
	width: 250px;
	margin-left: 525px;
}

.wrapper .contentLeft {
	float:left;
	text-align: left;
}



h3.contentRight{
	color: #CF453B;
	padding-left: 0px;
	/*clear: right;*/
	line-height: 110%;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #CF453B;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
p.contentRight  {
	clear: none;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
	line-height: 135%;
}


h4 {
	margin: 0px;
	padding: 0px;
	margin-left: 525px;
}
.contentWide {
	float: right;
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
}


.photoCaption {
	font-size: 85%;
	text-align: left;
	display: block;
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px;
	width: 490px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contentRight ul {
	margin-top: 10px;
}

#contentRight ul li {
	line-height: 115%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 15px;
	line-height: 1.5em;
}

.wrapper table h5 {
	color: #FFF;
	font-size: 100%;
	display: table-header-group;
	text-align: center;
}

.wrapper table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	clear: left;
	float: left;
}
.floatLeft {
	float: left;
}
/*feature styles for conversations page --image, h2 heading and p text placed inside a #div .feature*/
.feature{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 780px;
	border: none;
	float: left;
}

.feature img{
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	width:auto;
	clear: left;
}

.centerImage {
	text-align: center;
}

.wrapper .feature td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right:0px;
	float: none;
}
