/* What Our Customers are Saying */
#customersSaying p.quote{
	margin:0px auto 0;
}

#customersSaying p.attribution{
	font-size:12px;
	font-weight:bold;
	clear:both;
	text-align:right;
	margin:5px 0 20px 0px;
}

#customersSaying span.quoteMark{
	font-weight:bold;
	font-family:Georgia, serif;
	font-size:14px;
}
/* END What Our Customers are Saying */


/*#aboutLeftNav{
	margin-left:10px;
	margin-top:10px;
	text-align:left;
	width:230px;
	float:left;
}

#aboutLeftNav a, #aboutLeftNav span{
	color:black;
	font-weight:bold;
}*/

#aboutRightContent{
	
}

#aboutRightContent p{
	text-align:left;
	padding:5px 0;
}

.aboutNewsElement{
	padding:10px 0;
	
	border-bottom:1px solid #d2d7e2;
}

.aboutNewsImage{
	float:left;
}

.aboutNewsInfo{
	width:240px;
	text-align:right;
	float:right;
}

.aboutNewsInfo a{
	color:black;
	font-weight:bold;
}

.aboutNewsCopy{
	text-align:left;
	clear:both;
	margin-top:5px;
}

.newsYearDropdown{
	float:right;
	margin:0;
	padding:0;
}

.newsYearList{
	float:left;
}

.ecUniversitySubtitle{
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}

/* tone down some of the headers */
/*.aboutCopy h4{
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}*/

h6{
	font-weight:bold;
}

/* contact us */
input.contactBox, select.contactBox {
	width:248px;
/*	height:18px; */		/* Removed because text gets cutoff on select boxes using IE7 */
	background-color: #FFFFFF;
	border-left: 1px solid #989898;
	border-top: 1px solid #989898;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

div.contactElement{
	clear:both;
}

div.contactField{
	padding:10px 0;
	text-align:left;
	width:160px;
	float:left;
}

div.contactFieldIndent{
	padding:10px 0 10px 20px;
	width:230px;
	float:left;
	text-align:left;
}

div.contactValue{
	padding:10px 0;
	text-align:left;
	float:left;
}

div.contactArea{
	padding:10px 0;
	text-align:left;
	float:left;
}

.requiredAsterisk{
	display:none;
}

/* system check page */
table.supportDetect {
	width:100%;
	/*
	border-spacing:10px;
	border-collapse:collapse;
	*/
}

td.requiredCell {
	border:1px solid white;
	padding:10px;
	background-color:#efefef;
}

.requiredCell a {
	text-decoration:underline;
}

.ecuRow:hover{
	background-color:#eee;
}