﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
}
#container {
	min-width: 960px;
	display:inline-block;
	 
}
#left_col {
	float: left;
	width: 200px;
}
#right_col {
	float: right;
	width: 200px;
}
#page_content {
	margin-right: 210px;
	margin-left: 210px;		 
}
#masthead {
clear: both;
background-image: url('images/img14.gif');
min-height:115px;
}
#header {
clear: both;
background-image: url('images/img15.gif');
min-height:148px;		
}
.img_left{
	float:left;	
}
.img_right{
	float:right;	
}

#top_nav {	
	
}
#font_highlight {
	color:black;
	font-weight:bold;
	font-size:x-small;
}
#footer {	
	background-color:#3484a4;
	width: 100%;
	color: white; 
}
#dollarstretch {
	background-color:#3484a4;
	width: 100%;
	color: white; 
	clear:both;
}
#images {	
	clear: both;
}
#text_area {
	 float:left;
}
#fact_image {
	clear: both;
}
.indexHeadings {
	font-weight: bold;
	color: #3b7dcc;
}
.tableHeader {
	background-color:#3B7DCC;
}
.dataHeader {	
	background-color:#BFE5F2;
}
.dropmenu {
	position: absolute;
	left: -1500px;
	visibility: visible;
	z-index: 101;
	float: left;
	width: 125px;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFD80;
}
.dropmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dropmenu li {
	display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
	display: block;
	width: 123px;
	padding: 2px;
	margin: 1px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #3B7DCC;
}
.dropmenu a:hover {
	padding: 2px;
	margin: 1px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #BFE5F2;
}
div#page_content .targets {	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}
div#page_content div#vision_and_mission .targets h4, h3 {
	background:#3484a4 none repeat scroll 0 0;
	color:#F9F8F3;	 
	font-weight:normal;
	padding:0.33em 30px;
	margin: 0.50em 0 0.50em 0 ;	
}
#aboutus_left_col {
	float: left;
	width: 48%;	
}
#aboutus_right_col {
	float: right;	
	width: 48%;
}
.sidebar h3 {
	background-color:black;
	color:#F9F8F3;
	padding:0.33em 0;
	margin: 0 0 0 0;	
	 
	
}
.sidebar {	
	border: 2px solid #3484a4;
	margin: 0;
	padding: 0;
	margin-bottom: 0.50em;
	width:45%;
	height: 200px;
	background:url(images/blue-background.jpg) repeat-y;
	}
td.right_align_text {
	text-align: right;
}
td.intersection_table {
	text-align: right;
	background-color:  #D5E4F2;	
}
div#post_title h3 {
	background:none repeat scroll 0 0;
	background-color:silver;	
	color:black;
	font-weight:normal;
	padding:0.33em 30px;
	margin: 0.50em 0 0.50em 0 ;
}

.faq_bar {
	border: 2px solid #3484a4;
	margin: 0;
	padding: 0;
	margin-bottom: 0.50em;
	width: 99%;
	background:url(images/blue-background.jpg) repeat-y;
}

.faq_bar h3 {
	background-color: black;
	color: #F9F8F3;
	padding: 0.33em 0;
	margin: 0 0 0 0;
}

