@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #202E42;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* Place a thin gray border around all divisions
div {
	border: 1px dashed #CCC;
	} */
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
	clear: both;
	padding: 0px 20px;
} 
.thrColFixHdr #header {
	background: url(../graphics/header_bkgd.gif);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-style: solid;
	border-bottom-color: #BB131A;
	border-bottom-width: 2px;
	padding: 20px;
	height: 48px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	background-color: #D9E9FF;
	padding: 20px 0px 10px;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	padding: 10px 40px 10px 28px;
} 
.thrColFixHdr #mainContentDOW {
	background-color: #FFFFFF;
	padding: 10px 40px 10px 28px;
} 
.thrColFixHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BB131A;
	color: #FFFFFF;
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.titleeci {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
    color:#BB131A;
}
a:visited {
    color:#BB131A;
}
.thrColFixHdr #headerelements {
	height: 48px;
}
.thrColFixHdr #eci3dLogo {
	height: 48px;
	width: 120px;
	float: left;
	left: 0px;
	position: relative;
}
.thrColFixHdr #ecitextLogo {
	height: 14px;
	width: 333px;
	float: left;
	position: relative;
	left: 50px;
	top: 32px;
}
.thrColFixHdr #headernav {
	float: right;
	position: relative;
	top: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.headernavlinks:link {
	color: #FFFFFF;
}
a.headernavlinks:visited {
	color: #FFFFFF;
}
a.headernavlinks:hover {
	color: #FFFFFF;
}
a.headernavlinks:link {
	color: #FFFFFF;
}
.thrColFixHdr #footerelements {
	height: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.thrColFixHdr #footercopyright {
	float: left;
	position: static;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #footernav {
	float: right;
	position: static;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.footernavlinks:link {
	color: #FFFFFF;
}
a.footernavlinks:visited {
	color: #FFFFFF;
}
a.footernavlinks:hover {
	color: #FFFFFF;
}
a.footernavlinks:link {
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5F8AC7;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BB131A;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB131A;
	padding-top: 10px;
}
#mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:0;
	border-collapse:collapse;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#mainContentDOW table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:0;
	border-collapse:collapse;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#mainContentDOW td {
	border:1px solid #333;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
#mainContent td {
	border:1px solid #333;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
#mainContentDOW th {
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#mainContent th {
	border:1px solid #333;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	background-color: #D9E9FF;
}
.rowtypea {
	background-color: #D9E9FF;
}
.notes {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.category {
    border:1px solid #333;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
.subcategory {
	border:1px solid #333;
	padding: 6px 6px 6px 20px;
	text-align: left;
	vertical-align: top;
	font-style: italic;
	font-weight: normal;
}
#ratingbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #BB131A;
	padding: 20px;
	height: 1em;
	width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	vertical-align: 50%;
	background-color: #FFFFFF;
	float: right;
}
.ratinggraphicbox {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
.leftcompanynav {
	height: 30px;
	width: 141px;
}
.summarybox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-variant: normal;
	background-color: #D9E9FF;
	margin: 0px;
	padding: 0px 20px 10px;
	width: 400px;
	float: left;
}
.ratingwidgetbox {
	margin: 0px 10px 10px;
	padding: 0px;
	float: right;
	width: 220px;
}
.ratingwidgetbox {
	margin: 0px 10px 10px;
	padding: 0px;
	float: right;
	width: 220px;
}
.ratingwidgetbox img {
	margin: 0px;
	padding: 0px 0px 32px 63px;
}
.summaryratingbox {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	width: 548px;
}
.summaryratingbox img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	width: 81px;
	padding-left: 26px;
}
.widgetbox {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 215px;
}
.quote {
	font-style: italic;
	margin-left: 50px;
	font-size: 10px;
}
.quotesource {
	text-align: right;
}
.thrColFixHdr #dowaverages {
	font-size: 10px;
} 
#dowaverages table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:0;
	border-collapse:collapse;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#dowaverages th {
	border:1px solid #333;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	background-color: #D9E9FF;
}
.thrColFixHdr #homeratingbox {
	float: left;
	position: relative;
	clear: both;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.thrColFixHdr #homephotobox {
	float: right;
	position: relative;
	clear: both;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.researchheadline {
	font-style: normal;
	font-size: 14px;
	color: #BB131A;
	font-weight: bold;
}
.researchbyline {
	font-style: normal;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
