@charset "utf-8";
.ui-content {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	padding: 0px 0px;
	position: relative;
}

.ui-content-widget {
	height: auto;
	margin: 20px 0px;
	padding: 0px 0px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CBCBCB;
}
.ui-content-widget-borderless {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #787878;
	line-height: 140%;
}

.ui-content-feature {
	height: 320px;
	margin: 10px 0px;
	padding: 0px 0px;
	position: relative;
	background-color: #FFFFFF;
	margin-left: 15px;
	border: 1px solid #d1d1d1;
	width: 270px;
}
.ui-content-feature  img {
	border: 0px;
	position:absolute;
	clip:rect(10px 390px 330px 120px);
	float: left;
	width: 500px;
	top: -10px;
	left: -120px;
}

.ui-content-header {
	height: auto;
	margin: 0px 10px;
	padding: 0px 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.ui-content-body {
	height: auto;
	margin: 0px 5px;
	padding: 5px 0px;
	position: relative;
}

#contentheader   h2 {
	float: left;
	margin: 0px 0px;
	padding: 5px 0px;

}
#contentheader  p {
	float: right;
	text-transform: uppercase;
	margin: 0px 0px;
	padding: 5px 0px;
	margin-top: 3px;
}
#contentheader p a {
	font-weight: bold;
}

#contentbody p a {
	color: #7f7f7f;

}

#contentbody   ul, #contentbody   ol, #contentbody li {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
}

ol.bigtarget {
	margin: 0px 0px;
	padding: 0px 0px;
	;
}
ol.bigtarget    li   {
	padding: 0px 0px;
	cursor: pointer;
	margin: 0px 0px;
	float: left;
}

