@CHARSET "ISO-8859-1";

#icons {
	float: right;
	margin-left: 15px;
}

#my_icons {
	float:left;
	padding-right: 2px;
}

#addthisdiv {
	display:inline;
}

#report_main {
	padding: 0px;
	/*background: #fff;
	width: 854px;
	margin: 0 auto;
	padding: 10px;*/
}

#reading_view {
	width: 850px;
	margin: 0 auto;
	margin-top: -35px;
	padding-bottom: 15px;
	font-size: 110%;
}

#reading_view p {	
	margin-bottom: 15px;
	line-height: 22px;
}

#reading_view ul li, #reading_view ol li {
    line-height: 22px;
}

#report_title {
	margin: 0px 0px 6px 0px;
	font-family: Georgia, Times, serif;
	font-size: 180%;
}


.date {
	margin-top: 0px;
	font-family: Georgia, Times, serif;
}

#author {
	margin-top: 0px;
	font-family: Georgia, Times, serif;
}

#update {
	font-family: Georgia, Times, serif;
	padding-left: 45px;
}

#first_paragraph {
	margin-top: 25px;
}

.first_paragraph {
	margin-top: 25px;
}
	
#reading_view li {
	margin: 0px 0px 10px 0px;
}

.chart {
	text-align: center;
}

.chart img {
	margin: 0px 8px 0px 8px;
	max-width: 840px;
}

.report_section {
	font-family: Georgia, Times, serif;
	font-size: 140%;
	font-weight: bold;
	padding: 16px 0px 0px 0px;
}

.report_subsection {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	text-transform: uppercase;
}

.report_subsubsection {
	text-transform: uppercase;
}

.embed_right {
	float: right;
	text-align: center;
	padding: 20px;
}

.emph {
	font-weight: bold;
}

.footnote {
	font-size: 90%;
	line-height: 12px;
}

#toc {
	float:right;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin-left: 20px;
}

#toc_head {
	height: 32px;
	background-image: url("../images/navbar_background.png");
   list-style: none;
   margin: 0px;
   padding: 0px;
   display: block;
}

#toc_head #toc_visible {
     padding:6px 0px 0px 0px;
	 height: 26px;
     margin: 0px;
     font-weight: bold;
     font-size: 95%;
     letter-spacing: 1.2px;
     text-transform: uppercase;
     color:white;
     background: url("../images/arrow_white.png") no-repeat 95% center;
}

#toc_head #toc_visible span {
		padding: 0px 10px;
}

#toc_head li ul {
	display:none;
	position:absolute;
   list-style: none;
   padding: 0px;
   margin: 4px 0px 0px 0px;
   width:250px;
   background-color: #02759d;
}

#padding {
	padding: 6px 0px 6px 25px;
	line-height: 20px;
	height: 20px;
}


#toc_head li:hover ul {
	display: block;
}


#toc_head .toc_section {
	width: 238px;
 	padding: 3px 6px;
   margin: 0px;
   font-weight: bold;
   font-size: 85%;
   color: #fff;
   border-bottom: solid #c0c7c8 1px;
}

#toc_head .toc_section:hover {
	cursor: pointer;
}

#bottomnav {
	margin: 30px 0px 0px 0px;
}

#rightbottomnav {
	float:right;
	display:none;
	background: url("../images/arrow_right.png") no-repeat 80% center;
	cursor: pointer;
}

#leftbottomnav {
	float:left;
	display:none;
	background: url("../images/arrow_left.png") no-repeat 10% center;
	cursor: pointer;
}

#bottomnav p {
	padding: 0px 100px 0px 80px;
	font-size: 120%;
	cursor: pointer;	
}

#kids_count_title_image {
	float:left;
	margin: 4px 10px 0px 0px;
}


#kids_count_header {
	width: 600px;
	float: right;
	margin-top: 30px;
}

#kids_count_header_image {
	float: right;
	margin-left: 25px;
}

#kids_count_header_text p {
	padding-top: 6px;
	margin-top: 10px;
	font-style: italic;
	font-size: 85%;
}

#kids_count_logo {
	height: 100px;
}

.mini_table {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 85%;
	border-collapse:collapse;
	width: 820px
}

.mini_table th {
	background-color: #02759d;
	color: #fff;
	border: 1px solid #b7b7b7;
	white-space:nowrap;
	padding: 6px;
}

.mini_table td {
	border: 1px solid #b7b7b7;
	text-align: right;
	padding: 6px;
}

.mini_table .mini_table_item_title {
	text-align: left;
	width: 335px;
	font-weight: bold;
}

.mini_table .no_border {
	background-color: #fff;
	border: none;
}

.mini_table_title {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}