/*left quote*/

.textmodule.left-quote .hd {
	background:url(../images/quote-left-top.gif) no-repeat;
	height:15px;
}
.textmodule.left-quote .hd .modulepermissions {
	float:left;
}
.textmodule.left-quote .bodycopy p {
	margin:0;
}
.textmodule.left-quote .bodycopy {
	margin:0 auto;
	width:90%;
	color:#351303;
}
.textmodule.left-quote {
	background:url(../images/quote-left-bottom.gif) no-repeat 0 108%;
	padding:0 0 0 0;
}

.textmodule.left-quote p.quotedby {
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	margin-top:30px;
	padding-right:65px;
}


/*right quote*/
.textmodule.right-quote .hd {
	background:url(../images/quote-right-top.gif) no-repeat;
	height:15px;
}
.textmodule.right-quote .hd .modulepermissions {
	float:left;
}
.textmodule.right-quote .bodycopy p {
	margin:0;
}
.textmodule.right-quote .bodycopy {
	margin:0 auto;
	width:90%;
	color:#351303;
}
.textmodule.right-quote {
	background:url(../images/quote-right-bottom.gif) no-repeat 0 104%;
	padding:0 0 0 0;
}

.textmodule.right-quote p.quotedby {
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	margin-top:30px;
	padding-left:75px;
}

.textmodule.oic-branded {
	margin:15px 20px;
	border:1px solid #55691f;
	background:#839d3a;
	width:914px;
	height:100px;
	padding:15px 0 0 0;
	color:#3c1402;
}
.textmodule.oic-branded p {
	color:#fff;
}


/*side quote*/

.textmodule.side-quote .hd {
	background:url(../images/quote-side-top.jpg) no-repeat;
	height:15px;
}
.textmodule.side-quote .hd .modulepermissions {
	float:left;
}
.textmodule.side-quote .bodycopy p {
	margin:0;
}
.textmodule.side-quote .bodycopy {
	margin:0 auto;
	width:85%;
	color:#351303;
}
.textmodule.side-quote {
	background:url(../images/quote-side-bottom.jpg) no-repeat 0 113%;
	padding:0 0 0 0;
}

.textmodule.side-quote p.quotedby {
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	margin-top:30px;
	padding-right:65px;
}
