@charset "UTF-8";
/* CSS Document */

.green-forest { color:#2f7448;}

.hidden {
	display:none;
}

.marginBottom0 {
	margin-bottom:0px;
}


body {
	width:100%;
	font-size:100%;
	font-family:'Crimson Text', "Times New Roman", Times, serif;
}

#page_content h1,
#page_content h2,
#page_content h3,
#page_content h4,
#page_content h5,
#page_content h6 {
	padding: 0;
	margin: 0;
}

#page_content a:link, #page_content a:visited {
	text-decoration: underline;
	color: #e1e1e1;
	font-weight: normal;
	padding-right: 1px;
	padding-left: 1px;
}

#page_content a:active, #page_content a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #3a3320;
}

#page_content .clear {
clear: both;
}


#page_content ul a:link, #page_content ul a:visited {
	text-decoration: none;
	color: #3f9960;
	font-weight: normal;
}

#page_content ul a:active, #page_content ul a:hover {
	text-decoration: none;
	color: #3a3320;
}



#outer_background {
	width:100%;
	height:10%;
	background-color:#7d8b8e;
	z-index:5;
	position:relative;
	overflow:visible; /*overflow:hidden;*/
	/*background-image:url('images/2014-background.jpg');
	background-repeat:no-repeat;
	background-position:bottom;*/
	
}

#outer_background h1 {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.left-column, .right-column {
	float:left;
	width:388px;
}

.left-column {
	margin-right:15px;
}

.right-column {
	margin-left:15px;
}


#page_content {
	z-index:5;
	margin:0 auto;
	padding: 20px 0 0 0px;
	text-align: left;
	overflow:hidden;
	width:960px;
	float:none;
	min-height:950px;
	background-color:#fff;
	/*background-image:url('images/5x5-white-bg.png');
	background-repeat:repeat;*/

}

#page_content ul {
	margin:0;
	list-style:outside;
	/*font-size:14px;*/
	font-size: 1em;/*0.875em;*/
}

#page_content p {
	/*font-size:16px;*/
font-size:1em;
	color:#000;	
}

#page_content img {
	margin:0;
	padding:0;
	border:none;
}


#page_content a:link, #page_content a:visited {
	/*color:inherit;*/
	font-weight:inherit;
	padding:0;
	text-decoration:none;	
}

#page_content a:active, #page_content a:hover { background-color: transparent !important; }
/* #page_content #main_text p a:active, #page_content #main_text p a:hover { background-color:#f5f5f5 !important; } */
#page_content .white_text p a:active, #page_content .white_text p a:hover { background-color:#286938 !important; }


#page_content p a:link, 
#page_content p a:visited
{
	
	color:#3f9960 ;
	/*background-color:#726d6c;*/
}

/*
#page_content #main_text p a:link, 
#page_content #main_text p a:visited {
	padding:5px 10px !important;
	color:#3f9960 !important;
	background-color:#726d6c;
}
*/

#page_content .white_text p a:link, 
#page_content .white_text p a:visited {
	padding:5px 10px !important;
	color:#FFF !important;
	background-color:#726d6c;
}


.rtc_green_box_text a:link { color:#ddd !important;}

.rtc_green_box_text a:hover {color:#fff !important; }

.rtc_green_box_text a:visited { color:#ddd !important;}

.list ul li a,
.list ul li a:link,
.list ul li a:visited {
	
	padding:5px 10px !important;
	color:#3f9960 !important;
	background-color:#726d6c;
}

	.width350 {
		width:350px; /* used to ensure centered labels on 'Members' Activities: In Committees' page don't overlap text in lists */
	}

	.rtc_header {
		margin:0 60px 0 90px;
		
	}
		
		.hoc_logo_wrapper {
			float:left;	
		}
		
		.hoc_logo {
			float:left;
			margin-right:40px; /* which converts to 10mm to follow their standard */
		}
		
		#rtc_title {
			float:left;
			width:600px;
			
			margin-left:10px;
		}
		
		#rtc_title h2 {
			font-family:'Crimson Text', "Times New Roman", Times, serif;
			/*font-size:48px;*/
			font-size:3em;
			color:#333;
			font-weight:normal;
			line-height: 38px;
			margin:40px 0 0;
		}
		
		.pdf_wrapper {
			margin-top:52px;
			float:right;
			height:100px;
			padding: 0 10px;
			position:relative;
		}
		
			/*.pdf_icon {
				float:left;
				height:68px;
				width:65px;
				position:absolute;
				left:0;
			}*/
			
			.pdf_text {
				height: 48px;
				text-align: right;
				color: #FFF;
				font-weight: bold;
				vertical-align: bottom;
				margin: auto 0;
				line-height: 14px;
				position: absolute;
				right: -40px;
				bottom: 0px;
				/*font-size: 14px;*/
				font-size:0.65em;
}
			
			.pdf_text a {
				display:block;
				color:#000 !important;
				padding:0 30px !important;
				border: 1px solid #cfcece;
				background-image:url('images/gradient-background.jpg');
				background-position:right;
				background-repeat:repeat;
				background-position:top;
				height:35px;
				text-align:center;
				line-height:35px;
				text-transform:uppercase;
			}
			
			.pdf_text a:hover {
				background-position:bottom;
				color:#fff !important;
				border: 1px solid #aaa;
			}
			
	.rtc_menu {
		width:100%;
		margin:10px 0 0px 0;
	}
	
		#page_content .rtc_menu ul {
			margin:0;
			padding:0;
			min-height:50px;
			background-color:#2f7448;
		}
		
			#page_content .rtc_menu ul li {
				list-style:none;
				display: inline-block;
				/*font-size: 14px;*/
				font-size:0.75em;
				min-height: 40px;
				line-height: 1.1em;				
				margin:0;
				max-width: 100px;
				padding:10px 18px 0 18px;
				text-align: center;
				vertical-align: middle;
				background-image:url('images/4x50-list-divider.png');
				background-position:right top;
				background-repeat: no-repeat;
				*display: inline; zoom: 1;
			}
			
			
			#page_content .rtc_menu ul li:first-child {
				padding:10px 40px 0 40px;
				height:23px;
			}
			
			#page_content .rtc_menu ul li.pad_top {
				padding-top:17px;
			}
			
			#page_content .rtc_menu ul li:last-child {
				background-image:none;	
			}
			
			#page_content .rtc_menu ul li a {
				
				font-weight:normal;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				vertical-align:middle;;
			}
			
			#page_content .rtc_menu ul li a:hover {
				background-color:transparent;
				color:#f6edd7;
				/*text-decoration:underline;*/
			}
			
			
	.rtc_home_text {
		padding:35px 65px 35px 85px;
		/*font-size: 16px;*/
		font-size:1em;
		background-color:#fff;
	}
	
	.no-italic { font-style:normal; }
	
	.3_col_wrapper {
		width:960px;
		margin:0 auto;	
	}
	
		.third_col {
			/*width:33.25%;*/
			/*width:33.23%;*/
			width:320px;
			float:left;
			border-top:1px solid #cabb94;
			border-right:1px solid #cabb94;
			background-color:#FFF;
			
		}
		
			.third_col_last {
				width:317px;
				border-right:1px solid #FFF;
			}
		
			.third_col_content {
				padding:40px 25px 0 25px;
				text-align:left;
				min-height:535px;
				/*height:535px;*/
			}
			
			.third_col_content.small {
				height:150px;
				min-height:150px;
			}
			
			.third_col_content .title {
				font-size: 2em;
				color:#2f7448;
				font-weight:normal;
				margin:40px auto 10px auto !important;
			}
			
			.third_col_content .green_italic_text {
				/*font-size:16px;*/
				font-size:1em;
				line-height:1.3em;
				color:#333;
				font-style: inherit;
				min-height: 180px;
			}
			
			.list {
				
			}
			
				.list-title {
					/*font-size:17px;*/
					font-size:1.063em;
					font-weight:600;
					min-height:44px;
					line-height: 1.4em;
				}
				
				.list ul {
					/*font-size:16px;*/
					font-size:1em;
				}
			


			.stats {
				width: 66%;
				text-align:center;
				background:#f5f5f5;
				margin: auto;
				font-weight:normal;
				padding: 7%;
				font-family:'Crimson Text', "Times New Roman", Times, serif;
			}
			
			.stats.twocol_stats {
				width: 36%;
			}
			
			.twocol_stats_arrow {
				margin: auto !important;
				position:relative;
				display:block;
				text-align:center;
			}
			
			
				.stats-title {
					/*font-size:60px;*/
					font-size:3.750em;
					line-height:40px;
					font-weight:normal;
					color:#2f7448;
					margin-top:10px;
					
				}
				
				.second_col .stats-text {
					font-size:1em;
				}
				
				.stats-text {
					/*font-size:16px;*/
					font-size:0.88em;
					margin-bottom:10px;
					margin-top:10px;
				}
		
		.third_col_content .top-arrow { margin:auto !important; position:relative; display:block; text-align:center;}
		
		
	.full_width {
		width:960px;
		background-color:#FFF;
		text-align:center;
		margin:0 auto;
		position:relative;
		border-top: 1px solid #cabb94;
	}
	
	.centered_list { 
	text-align:left;
	margin:auto !important;
	width:50%;
		
	}
	
		.full_width.left {
			text-align:left;
		}
		
		.full_width.centered {
			width:820px;
			margin:0 auto;
			border-top:none;
			padding-top:25px;
		}
		
			.white_bg {
				
				background-color:#FFF !important;	
				width:100%;
			}
		
			.full_width.left p {
				color:#000 !important;
			}
	
		.full_width #main_text p {
			padding:25px 25px 0 25px;
			color:#000;
			text-align:left;
		}
		
		#main_text .rtc_green_box_text {
			padding:0 25px 25px 25px;
				
		}
		
		.full_width_title {
			/*font-size:18px;*/
			font-size:1.125em !important;
			font-weight:normal !important;
			color:#2f724b !important;
			text-transform:uppercase !important;
			max-width:250px !important;
			margin:45px auto 0 !important;
		}
		
		.full_width_stats_wrapper {
			/*margin-left:60px;*/
		}
		
	.white_text {
		color:#FFF;
	}
	
		.white_text a, .white_text a:hover {
			color:#FFF !important;
		}
		
	.two_col_wrapper {
		width:100%;
		margin:0 auto;
		min-height:100%;
		background-color:#FFF;
	}
	
		.second_col {
			/*width:49.87%;*/
			width:479px;
			border-top:1px solid #cabb94;
			border-right:1px solid #cabb94;
			float:left;
			background-color:#FFF;
		}
		
			.second_col.no_border {
				border-top:none;
			}
		
		#horizontal_graph {
			margin-top:50px;
			background-image:url('images/893x54-green-lines-graph-2014.png');
			background-repeat:no-repeat;
			background-position:center 15px;
			min-width:893px;
			min-height:74px;
		}
		
		#horizontal_graph ul{
			min-width:893px;
			min-height:54px;
			margin:0 0 0 35px;
			padding:0;
		}

			#horizontal_graph .table_stat_text {
				width:150px;
				margin:25px auto;
			}
			
			#horizontal_graph .table_stat_text a {
				color:#2e7448;
			}
			

			#horizontal_graph ul li {
				list-style:none;
				list-style-type:none !important;
				float:left;
				padding:2px;
				/*margin:0 auto;*/
				/*min-width:109px; /*156px - 30 - 17 = 109*/
				/*max-width:139px;/*186px - 30 - 17 = 139*/
			}
			
				#horizontal_graph .item_01 {
					width:156px;
				}
				
				#horizontal_graph .item_02 {
					width:186px;
				}
				
				#horizontal_graph .item_03 {
					width:176px;
				}
				
				#horizontal_graph .item_04 {
					width:186px;
				}
				
				#horizontal_graph .item_05 {
					width:170px;
				}
				
		
/* @group Tables */

#page_content table.review,
#page_content table.freport {
	margin: 3em 0;
	padding: 0;
	border-collapse:collapse;
	border-spacing: 0;
	width: 705px;
	border-style: none;
}
#page_content table.freport {
	border-top-style: none;
	border-bottom-style: none;
}

#page_content table td,
#page_content table th {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
}

#page_content table.review th,
#page_content table.review td,
#page_content table.freport th,
#page_content table.freport td {
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	padding: .75em 10px .75em 5px;
	border-bottom: 1px solid #3a3320;
}
#page_content table.freport td,
#page_content table.freport th{
	text-align: right;
	border-bottom-style: none;
	border-right: 1px solid #3a3320;
	/*border-left: 1px solid #3a3320;*/
	vertical-align: middle;
}

.frLeftBrownLine {
	border-left: 1px solid #3a3320;
}

#page_content table.review th,
#page_content table.freport th {
	color: #5d5445;
	width: 20%;
}
#page_content table.freport th {
	width: auto;
	border-right-color: #fff;
	border-left-color: #3a3320;
	text-align: center;
}
#page_content table.review th.full {
	width: 100%;
	background-color: #ddddcf;
	font-weight: bold;
	color: #808a55;
	font-size: 2.25em;
	text-transform: uppercase;
	border-style: none;
	padding-top: .19em;
	padding-bottom: .19em;
}
#page_content table.freport th.level1,
#page_content table.freport th.level2,
#page_content table.freport .total,
#page_content table.freport th.level2last {
	background-color: #f8f4eb;
	font-weight: normal;
	color: white;
	font-style: normal;
}
#page_content table.freport th.level2last {
	border-right-color: #555;
}
#page_content table.freport th.level1 {
	background-color: #8c9256;
	border-bottom-style: none;
	text-align: center;
	font-weight: bold;
	border-color: #8c9256;
}

#page_content table.freport .alignLeft {
	text-align:left;
	border-right: 1px solid #3a3320;
}
#page_content table.freport .alignLeftIndent {
	text-align:left;
	padding-left: 20px;
}

#page_content table p {
	margin: 0.3em 0em 0.8em 0em;
}


#page_content table.freport td.borderBotNone {
	border-bottom-style: none;
	background-color: transparent;
	border-style: none;
}
#page_content table.review td {
	border-bottom: 1px solid #5d5445;
}
#page_content table.review ul {
	margin: 0;
	padding: 0;
}
#page_content table.review li {
	margin: .5em 1.5em;
	padding: 0;
}

#page_content table.review caption,
#page_content table.freport caption {
	font-size: 2.25em;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: .5em 5px;
	background-color:#3a3320;
	/*text-transform: uppercase;*/
	line-height: 1em !important;
}

#page_content table.freport caption  {
	background-color: transparent;
	margin: 0 0 .5em 0;
	font-weight: normal;
	font-size: 1.63em;
	color: #8c9256;
	line-height: 1em;
	padding: 0;
}
#page_content table.review caption {
	padding: .8em 5px .3em 5px !important;
}

#page_content caption span {
	display:block;
	font-size: 0.5em;
	text-transform: none;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 1.3em !important;
}

#page_content table.review td.lists {
	border-style: none;
}
#page_content tr.altRow td,
#page_content tr.altRow th {
	background-color: #ddddcf;
}
#page_content table.freport td.plannedNothing {
	background-color: transparent;
	/*border-left-style: none;*/
}
#page_content table.freport td.notes {
	font-size: 90%;
	text-align: left;
	border-style: none;
	font-style: italic;
	padding-right: 0;
	padding-left: 0;
}
#page_content table.freport th.houseLines,
#page_content table.freport th.houseLinesBot {
	border-right: 1px solid #fff;
}
#page_content table.freport th.houseLinesBot {
	border-bottom: 1px solid #fff;
}
/* @end */		
		
		
		.table_stat_wrapper {
			/*width:439px;*/ /*479 - 20 - 20 = 439*/
			padding-left:50px;
		}
		
			.table_stat {
				max-width:80px;
				float:left;
				margin:2.05%;/*30px;*/
				margin-bottom:38px;
				min-height:150px;
			}
			
				.table_stat_graph {
					background-color:#d7ccaf;
					width:80px;
					
				}
				
				.table_stat_text {
					/*font-size:14px;*/
					font-size: 0.875em;
					line-height: 1.2em;
					color:#000;
					margin-top: 10px;
					text-align:center;
				}
				
				.table_stat_title {
					/*font-size:50px;*/
					font-size:3em;
					color:#2f7448;
					text-align:center;
					background:#f5f5f5;
					min-width:60px;
					margin: auto;
					padding: 5px 10px;
					display:inline-block;
					*display:inline; zoom:1;
				}
				
				.highlight_stat {
					padding: 5px 20px;
					*display:inline; zoom:1;
				}
				
				.highlight_stat_arrow {
					margin-top:15px !important;
				}
				
				
				 .chart_link { color:#777 !important; }
				 .chart_link:hover { color:#ae995e !important; }
				 				
				.table_stat_arrow {
					margin: auto auto 10px auto !important;
				}
				
				/*.table_stat_spacer {
					background-color:#CCC;
				}*/
		
	#chart_div {
		float:left;
	}
	
	.chart_wrapper {
		margin-top:35px;
		float:left;	
		max-width:130px;
	}
	
		.chart_title {
			/*font-size:50px;*/
			font-size:3.125em;
			color:#2f7448;
			text-align:center;
			background:#f5f5f5;
			display:inline-block;
			*display:inline; zoom:1;
			padding:5px 10px;
			margin-left: -6px;
		}
		
		.chart_text {
			/*font-size:14px;*/
			font-size: 0.875em;
			color:#00;
			text-align:center;
		}
		
	.rtc_main_header {
		width:100%;
		min-height:60px;
		background-color:#d7ccaf;
	}
	
		.rtc_main_title {
			/*font-size:22px;*/
			font-size:1.375em !important;
			font-weight:normal !important;
			padding:20px 50px !important;
			color:#000 !important;
		}
	
		.canada_map {
			position:relative;
			width:100%;
			min-height:425px;
			background-image:url('images/875x366-canada-bg.jpg');
			background-repeat:no-repeat;
			background-position:center center;
			background-color:#FFF;
			text-align:center;
		}
		
			.member_directory_btn {
				position:absolute;
				top:0px;
				left:50px;
			}
			
			.stat_box {
				background-color:#f5f5f5;
				padding:0 15px 15px 15px;
				float: left;
				width: 130px;
				margin-right: 22px;
				
			}
			.stat_box img {
				float: right;
				position: absolute;
				left: 160px;
				top: 40%;
			}
			.stat_01 {
				position:absolute;
				left:60px;
				top:180px;
			}
			
			/*.stat_02 {
				position:absolute;
				left:90px;
				top:220px;
			}*/
			
			.stat_03 {
				position:absolute;
				left:400px;
				top:180px;
			}
			
			.stat_04 {
				position:absolute;
				left:660px;
				top:180px;
			}
			
			.canada_map .grouped_people {
				max-height:120px;
				max-width:110px;
				text-align: left;
				float: left;
			}
			.canada_map .grouped_people img {
				margin:0 0 5px 2px !important;
			}
			
			
			.canada_map .title {
				/*font-size:50px;*/
				font-size:3.125em;
				max-width:130px;
				color: #af9a5f;
				font-weight: normal;
			}
			
			.canada_map .text {
				/*font-size:14px;*/
				font-size: 0.875em;
				line-height:1.2em;
				color:#00;
				max-width:130px;
			}
			
			.rtc_box_wrapper {
				z-index:10;
				float:left;
				padding:0 10px;
			}
			
			.rtc_box_wrapper div.rtc_box:hover
			{
				text-decoration:none !important;
				background: #726d6c; /* Old browsers */
			}
			
				.rtc_box_wrapper a:hover {
					text-decoration:none !important;
				}
			
				.rtc_box {
					padding:5px 10px; /*65px;*/
					border:1px solid #525252;
					/*width:439px; 439 - 50 - 65 = 324*/
					/*height:80px; /*130 - 25 - 25 = 80*/
					
					/*max-height:72px;*/
					background: #726d6c; /* Old browsers */
				}
				
					.rtc_box_content {
						
					}
					
						.rtc_box_title {
							font-size: 1em;
							color: #2f724b;
							font-weight: normal;
							line-height: 1em;
							text-align: center;
							padding: 0.25em;
						}
		
		.green-box-arrow {
			vertical-align:middle;
			padding-left:5px !important;
		}
		
	.rtc_green_box_wrapper {
		z-index:10;
		float:left;
		/*width:87.5%; *320 - 20 - 20 = 280*/
		min-height:58px; /*108 - 20 - 20 = 68*/
		/*width:90%;*/
		min-width:300px;
		padding:10px;
		/*padding:20px 20px;*/
		background: #fff; /* Old browsers */
		margin-bottom: 70px;
	}
	
	.rtc_green_box_wrapper:hover div.rtc_green_box
	{
		text-decoration:none !important;
		background: #324030; /* Old browsers */
		border-color:#0d2212;
	}

	.rtc_green_box_wrapper:hover
	{
		background: #286938; /* Old browsers */
	}

	
		.rtc_green_box_wrapper a:hover {
			text-decoration:none !important;
		}
	
		.rtc_green_box {
			padding:20px 30px; /*65px;*/
			border:1px solid #525252;
			/*width:439px; 439 - 50 - 65 = 324*/
			/*height:80px; /*130 - 25 - 25 = 80*/
			/*min-height: 102px;*/
			/*max-height:72px;*/
			background: #737373; /* Old browsers */
		}
		
				.rtc_green_box.min-height-exception {
			min-height: 102px;
		}


		
			.rtc_green_box_content {
				
			}
			
				.rtc_green_box_title {
					text-transform:uppercase;
					/*font-size:17px;*/
					font-size:1.063em;
					color:#fff;
					font-weight:normal;
					line-height:14px;
					text-align:center;
				}
				
					.rtc_green_box_title img {
						padding-left:5px !important;
						vertical-align:bottom;
					}
				
					.rtc_green_box_title.small {
						max-width:600px;
						margin:20px auto;
							
					}
				
.rtc_green_box_text {
text-align: left;
/*font-size: 15px;*/
font-size:0.938em;
color: #2f724b;
font-weight: 400;
line-height: 1.2em;
}					
				
					.rtc_green_box_text img {
						vertical-align:bottom;	
					}
	#rtc_home_box_main_wrapper { background:#fff;}			
	.rtc_home_box_wrapper {
		z-index:10;
		float:left;
		width:437px; /*478 - 20 - 20 = 438*/
		min-height:160px; /*163 - 20 - 29 = 123*/
		margin:0 2px 3px 2px;
		padding:20px 20px;
		background: #fff; /* Old browsers */
	}
	
	.rtc_home_box_wrapper:hover div.rtc_home_box
	{
		text-decoration:none !important;
		background: #324030; /* Old browsers */
		border-color:#0d2212;
	}
	
		.rtc_home_box_wrapper:hover
	{
		background: #286938; /* Old browsers */
	}

	
		.rtc_home_box_wrapper a:hover {
			text-decoration:none !important;
		}
	
		.first {
			margin-left:0px;	
		}
		
		.second {
			float:right;
			margin-right:0px;
		}
	
		.rtc_home_box {
			padding:20px 40px; /*65px;*/
			border:1px solid #525252;
			/*width:439px; 439 - 50 - 65 = 324*/
			/*height:80px; /*130 - 25 - 25 = 80*/
			/*min-height:85px;*/
			height:200px;
			/*max-height:72px;*/
			background: #737373; /* Old browsers */
		}
	
			.rtc_home_box_content {
				
			}
			
				.rtc_home_box_title {
					text-transform:uppercase;
					/*font-size: 27px;*/
					font-size:1.688em !important;
					line-height: 1em;
					color:#fff;
					font-weight:bold;
				}
				
				.rtc_home_box_text {
					/*font-size:16px;*/
					font-size:1em;
					color:#fff;
				}
				
				.rtc_home_box_title a, .rtc_home_box_text a { color:#fff !important;}
	
		.numbers_wrapper {
			width:100%;
			text-align:left;
			margin:20px auto;
			padding-left:60px;
		}
	
		.numbers_holder {
			float:left;
			width:100px;
			border-right:4px solid #dfeacc;
			padding:28px;
		}
		
		.numbers_holder.less_padding {
			padding-bottom:8px !important;
		}
		
		
			.numbers_holder.last {
				border-right:none;
			}
			
		.national_holder {
			width:620px;
			border-bottom:2px solid #2f724c;
			padding:15px;
			margin-left:-15px;
			min-height:50px;
		}
	
			.national_number {
				float:left;
				min-height:25px;
				width:25px;
				margin-right:23px;
			}
			
				.national_number img {
					padding-bottom:5px !important;
				}
			
			.national_date {
				width:110px;
				height:25px;
				float:left;
				padding-right:20px;
			}
			
			.national_content {
				float:left;
				min-height:25px;
				width:410px;
			}
		
		#content .expanded {
			font-size:1.55em;
			padding:15px 15px 0 40px;
			float:left;
			width:630px;
			color:#3d3011;
			background: #f7f3ea;
		}
	
		.expandable_content {
			/*height:100%;*/
			margin-bottom:35px;
		}
	
		.expanded_content {
			height:0px;
			overflow:hidden;
			padding:0 40px;
			background: #f7f3ea;
		}
		
.back-to-top { text-align:center !important;}		
.back-to-top a {color:#333 !important; padding: 15px 0 !important; text-align:center !important; display: block;}	
.back-to-top a:hover {color:#2f724c !important;}	
		
		#content .expandable_content p {
			margin:0 5px 5px 0;
			padding:0;	
			color:#55565A !important;
		}
		
			.expandable_content_holder {
				float:left;
				width:830px;	
				margin-bottom:20px;
				text-align:left;
				/*margin-left: 140px !important;*/
				padding-bottom: 15px;
				*display:inline; zoom:1;
			}
			
			.globes_content_holder {
				padding-left: 190px !important;
				/*margin-left: 190px !important;
				padding-left:0 !important;*/
			}
			
		.globes_content_holder .expanded_content {
			width:625px !important;
			padding:0 30px !important;
		}
			
			
		.review_header {
			padding: 15px 0 0 0 !important;
		}
			
		.tab_main_content h4.projects_title,
		.projects_header h4.projects_title {
			margin: 0;	
			font-size: 1.35em;
			font-weight:bold;
			line-height: 1.2em;
			padding: 10px 15px !important;
		}
		
		.tab_main_content h4.projects_title {
			color: #3d3011;
		}

		.projects_header h4.projects_title {
			color: #2e7448;
		}
		
		.tab_content h4 {
			color: #2e7448;
			line-height: 1.2em;
		}
		
		.review_header .projects_text {
			color: #333;
		}
		
			
		.projects_header {
			text-align:left;
			width:100%;
			background-color:#f8f4eb;
			overflow:hidden;
			padding: 25px 0;
		}
		
			.projects_text {
				padding:0px 15px;	
				color:#2f734d;
				/*font-size: 16px;*/
				font-size:1em;
			}
			
			.projects_text p {
				margin-top: 6px;
			}			
						
			.projects_text ul {
				margin-bottom:0 !important;
				margin-left:2.5em !important;
				margin-top: 0.5em !important;
				padding-bottom:0 !important;
			}
		
			.projects_sub_title {
				color:#FFF;
				font-weight:bold;
				/*font-size:16px;*/
				font-size:1em;
				background-color:#555;
				width:96.4%;
				padding:7px 15px;
				text-transform:uppercase;
				margin-top:20px;
			}
		
		.project_wrapper {
			margin-top:-30px;
			*margin-top:0;
		}
			
			.projects_title {
				font-size: 1.35em;
				font-weight: bold;
				color: #3d3011;
				padding: 0 15px;
			}
		
			.project_content_holder {
				width:820px;
				float:left;
				/*font-size:14px;*/
				font-size: 0.875em;
				border-bottom:1px solid #2f724c;
			}
			
				.project_content_holder p {
					color:#000 !important;	
				}
			
				.project_more_btn {
					cursor:pointer;	
					/*font-size:24px;*/
					font-size:1.5em;
					padding:5px;
					color:#2f724c;
					width:15px;
					float:left;
					text-align:center;
					
				}
				
				.project_sub_title {
					float:left;
					width:200px;
					padding:10px;
					color:#2f724c !important;
					/*font-size:16px;*/
					font-size:1em;
				}
				
				.project_content_preview {
					float:left;
					width:540px;
					padding:10px 15px 0;
					*padding:10px 15px;
					
				}
				
				.project_content {
					height:0px;
					overflow:hidden;
					width:540px;
					float:left;
					margin-bottom:15px;
					
					padding:0 15px;
				}
				
					.project_content p {
						/*font-size:14px !important;*/
						font-size:0.875em;
						/*margin-bottom:15px !important;*/
					}
		
		.preview {
			padding: 15px 35px 0 30px;
			overflow: hidden;
			width: 620px;
			background: #f7f3ea;
		}		
		.numbers_holder .table_stat_title {
			width: 100%;
			padding: 15px 0 !important;
		}		
		
		.numbers_holder img {
			margin: auto !important;
			text-align:center;
			position:relative;
			display:block;
		}		
		
		
		
		.globe_btn {
			background: #f5f5f5;
			width: 100px !important;
			position: absolute !important;
			left: 60px !important;
			float:none !important;
			padding:0 !important;	
			height: auto !important;	
		}
		
		.globe_btn span {
			background: #aaa !important;
			color: white;
			width: 100%;
			padding: 0 !important;
			display: block !important;
			height: 30px;
			font-size: 0.85em !important;
			line-height: 25px;
		}		
		
		.globe_btn_icon {
			padding: 15px 5px !important;
		}

		.globe_btn_arrow {
			padding: 0 !important;
			background-color:transparent !important;
			position:absolute;
			left: 100px;
			top: 33px;
		}
		
		.globe_btn span:hover {
			background: #525252 !important;
		}		
		
		
		
		.more_btn {
			/*font-size:24px;*/
			font-size:2.5em;
			padding:0 15px;
			color:#2f7448;
			position: relative;
			display:inline;
			left: 10px;
			width:115px;
			float:left;
			text-align:center;
		}
		
		.more_btn span {
			display: inline;
			background-color:#f5f5f5;
			padding:0 15px;
			cursor:pointer;	
			zoom:1;
			
		} 
		.more_btn img {
			display: inline;
			background-color:#f5f5f5;
			padding:0 15px;
			*display:inline; zoom:1;
		} 
		
		
		.project_wrapper {
			text-align:left;
		}
	
	.tabs_wrapper {
		text-align:left;
		/*border:1px solid #2f7448;*/
		width:960px;
		/*margin:20px auto 20px auto;*/
	}
	
	#header {
		width:100%;
		min-height:36px;
		background-color:#2f7448;
	}
	
	.icon_middle {
		position:absolute;
		top:1px;
		height:80px;
		padding:25px;
		width:150px;
		text-align:center;
		vertical-align:bottom;
		/*line-height:120px;*/
		left:378px;
		background-color:#FFF;
	}
	
		.icon_middle.small {
			width:100px;
			height:100px;
			left:40%;	
		}
		
		.icon_middle.small .stats {
			width:116%;
		}
	
		.last-col .list {
		margin-left: 60px;
		}		
	
		.tab_content {
			/*margin:15px;*/
			padding-bottom:20px;
		}
		
			.tab_main_content {
				/*padding: 25px;*/
				padding:15px 40px 0 50px;
			}
			
			.tab_main_content h4 {
				margin: 0;	
				font-size: 1.55em;
				color: #2f7448;
				line-height: 1.2em;
			}
		
		.tab_content_title {
			/*font-weight:bold;*/
			text-transform:uppercase;
			color:#000;
			/*font-size:16px;*/
			font-size:1em;
			margin:30px 50px 0px 50px;	
		}
		
		#tabs {
			position:relative;
		}
			
		#tabs .tab_header {
			
			width:960px;
			min-height:56px;
			background-color:#f0e9d7;
			position:relative;
		}
		
		#tabs p {
			color:#55565a;
			/*padding:15px 40px 0 50px;	*/
			/*font-size:14px;*/
			font-size: 0.875em;
		}
		
		#tabs ul {
			margin:0;
			padding:0;
			margin-left:40px;
			position:absolute;
			bottom:0px;
		}
		
		#tabs ul li {
			
			list-style:none;
			float:left;
			padding:5px 10px;
			border:1px solid #333;
			border-bottom:none;
			background-color:#a79c7f;
			font-weight:normal;
			text-transform:uppercase;
			margin:0px;
		}
		
		#tabs ul li:first-child {
			border-right:none;
		}
		
		#tabs .ui-state-active
		{
			border-bottom:none;
			background-color:#525252;
			
		}
		
		#tabs ul li a, #tabs .ui-state-active a { color:#fff !important;}
		#tabs ul li:hover { background-color:#2f7448 !important;}
		
		#org_chart {
			
		}
		
			#org_chart p {
				padding:0px;
				margin:0px;
			}
		
			#org_chart ul {
				position:relative;
			}
			
			#org_chart ul li {
				text-transform:none;
			}
		
			#org_chart .item {
				padding:10px 30px;
				text-align:center;
				color:#333333;
				font-size: 1em;
				position:absolute;
				background: #737373; /* Old browsers */
				border: 1px solid #525252;
				border:none;
			}
			
				#org_chart h3 {
					/*font-size:22px;*/
					font-size:1.375em;
					color:#2f724c;
					font-weight:bold;
					line-height:20px;
					padding-bottom: 15px;
				}
			
				.item.med {
					width:208px;
				}
				
				.item.big {
					min-width:224px; /* 224px - 30px - 30px = 164px*/	
				}
				
				
				
				#org_chart .item.small {
					width: 94px;
					min-height: 100px;
					padding: 3px;
					font-size: 0.8em;
					color: #333;
					line-height: 14px;
					background: #eee;
					padding-top: 10px;
				}
				
				#org_chart .item.small a {
					color: #333 !important;
				}
				
				#org_chart .item.small a:hover,
				#org_chart .item.ui-state-active.small a {
					color: #2f724c !important;
				}
	
	
				#org_chart .item.small:hover,
				#org_chart .item.ui-state-active.small {
					background-color: #f8f4eb !important;
				}

				#org_chart .item.ui-state-active {
					background-color:#2f724c;
				}
			
				.item_01 {
					top:25px;
					left:145px;
				}
				
				.item_02 {
					top:95px;
					left:145px;
				}
				
				.item_03 {
					top:165px;
					left:145px;
				}
				
				.item_04 {
					top:219px;
					left:327px;
				}
				
				.item_05 {
					top:355px;
					left:-20px;
				}
				
				.item_06 {
					top:355px;
					left:83px;
				}
				
				.item_07 {
					top:355px;
					left:186px;
				}
				
				.item_08 {
					top:355px;
					left:289px;
				}
				
				.item_09 {
					top:355px;
					left:392px;
				}
				
				.item_10 {
					top:355px;
					left:495px;
				}
				
				.item_11 { 
					top:273px;
					left:327px;
				}
			
			.org_chart_wrapper {
				margin:0 auto;
				position:relative;
				width:960px;
			}
			
				.org_chart_items {
					width:660px;
					min-height:507px;
					float:left;
					background-image:url('images/507x305-org-chart_v2.png');
					background-repeat:no-repeat;
					background-position:75px 26px;
				}
				
				.org_chart_texts {
					width:239px;
					padding:25px 40px 25px 20px;
					float:right;
					border-left:1px solid #000;
					min-height:380px;	
				}
	
		.left_image {
			float:left;
			padding:20px;
			min-width:170px;
			text-align:center;
		}
	
	.reports_wrapper {
		width:705px;
		margin:0 auto;
	}
	
	#page_content #accordion_list p,  #page_content #accordion_list div p {
		color:#000;
	}
	
	#page_content tr.altRow td, #page_content tr.altRow th {
		background-color:#f8f4eb; /* 2f7448 */	
	}
	
	#page_content table.freport th.level1 {
		background-color:#a59a7d;
		border-left:none;
		border-left-style:none;
		border-right:1px solid #FFF;/*#A4BAA2;*/
	}
	
	#page_content table.freport th#fr4-2,
	#page_content table.freport th#fr2-1,
	#page_content table.freport th#fr1-1 {
		border-right:1px solid #a59a7d;
	}
	
	#page_content table.freport td#fr2-2 {
		border-left:none;
	}
	
	#page_content table.freport th.level2,
	#page_content table.freport .total,
	#page_content table.freport th.level2last {
		background-color:#555;
	}
	
	#page_content table.freport th.level2last {
		border-right:1px solid #000;
	}
	
	#page_content table.freport tr.last {
		border-bottom: 1px solid #000;
	}
	
	#page_content table.freport {
	/*font-size: 16px;*/
	font-size:1em;
	}

	#page_content table.freport tr.first {
		border-top: 1px solid #000;
	}
	
	#page_content table.freport caption {
		/*text-transform:uppercase;*/
		/*font-size:25px;*/
		font-size: 1.563em;
		color:#2f7448;
		font-weight:bold;
		
		margin-bottom:20px;
	}
	
	.flagged, 
	.flagged p,
	.flagged p a,
	.flagged .rtc_home_box_title, 
	.flagged .rtc_home_box_title a,
	.flagged .rtc_home_box_text, 
	.flagged .rtc_home_box_text a,
	.flagged .projects_title,
	#tabs ul li.flagged a,
	#org_chart .item.small.flagged a,
	#org_chart .flagged h3,
	#page_content .flagged .rtc_home_box_text, 
	#page_content .flagged .rtc_home_box_text a,
	#page_content .flagged .rtc_home_wrapper, 
	#page_content .flagged .rtc_home_box,
	#content .flagged .expanded,
	#content .flagged .expanded p,
	#content .flagged .expanded p a,
	#content .flagged .expanded div,
	#content .flagged .expanded span,
	#content .expandable_content .flagged p,
	#content .expandable_content .flagged p a {
		color:#F0F !important;	
	}
		
	/*img#bg-image { display:none !important; height:0px !important; width:0px !important; max-width:0; width:0; min-width:0 !important; position:absolute; top:0px; z-index:-10; float:left; }*/
		
	@media print {
		
		img#bg-image { display:none !important; height:0px !important; width:0px !important; max-width:0; width:0; min-width:0 !important; position:absolute; top:0px; z-index:-10; float:left; }
	}