/* ********************* INEWS STORY DISPLAY ********************* */

.textContent {
	font-size:0.875em;
	line-height:1.5em;
	color:#000;
	font-family:verdana,"century gothic",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #FFF;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:verdana,arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 1.2em 0;
	padding:0.3em 0em;
	line-height:1.2em;
	font-size:1.5em;
	color:#13589B;
	font-weight:bold;
	border-bottom:1px solid #F07452;
}
.textContent h3 {
	font-size:1.2em;
	line-height:1.2em;
	color: #F07452;
	font-weight:bold;
	margin:1em 0 0.6em 0;
}
.textContent h4 {
	font-size:1em;
	line-height:1.2em;
	color: #13589B;
	font-weight:bold;
	margin:1em 0 0.6em 0;
}
.textContent h5 {
	font-size:1em;
	line-height:1.2em;
	color: #74BC6A;
	font-weight:bold;
	margin:1em 0 0.6em 0;
}
.textContent h5 {
	font-size:1em;
	line-height:1.2em;
	color: #000;
	font-weight:bold;
	margin:1em 0 0.6em 0;
}

.textContent p {
	margin:0.5em 0 1em 0;
	line-height:1.4em;
}

.textContent p img {
	margin-top:0.55em;
}


.textContent ul li {
	margin-top:0.5em;
}


/***** TESTIMONIALS *******/

.textContent #testimonialList {
	margin:0;
	padding:0;
	list-style:none;
}
.textContent #testimonialList li {
	margin:0 1em;
	padding:1em 1.5em 1.5em 1.5em;
	list-style:none;
	border-bottom:1px solid #F80;
}
.textContent #testimonialList li span.author {
	display:block;
	font-weight:bold;
	margin-top:0.5em;
}

/***** CALL TO ACTION *******/

.textContent #callToAction {
	display:block;
	margin:6em auto 3em auto;
	width:505px;
	text-align:center;
}
.textContent #callToAction img {
	display:inline;
	border-width:0;
}

/***** LOGIN FORM *******/

#entLoginForm {
    border:1px #666 dashed;
    padding:5px 5px 10px 5px;
}    
#entLoginForm label {
	float:left;
	width:110px;
	padding-left:0px;
	text-align: right;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin:2px 0 1px 0px;
}
#entLoginForm input {
	margin:2px 0 1px 125px;
	display:block;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #102132;
    border: 1px solid #284279;
    width:230px;
}
#entLoginForm input.buttonGo {
    width:auto;
}