@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
.clearer {
	clear:both;
}
body {
	font-family:Arial, Gotham, Helvetica, sans-serif;
	font-size:16px;
}
p {
	line-height: 1.25em;
}
#columnCenter p {
	line-height: 1.5em;
	margin-bottom:.25em;
}
.blue {
	color:#002966;
}
table {
	/*font-size:14px;*/
	font-size:16px;
	width:95%;
}
td, th {
	text-align:center;
	padding: .35em 0;
}
.tr1 {
	width: 17.5%;
}
.tr2 {
	width: 25%;
}
.tr3 {
	width: 30%;
}
#wrapper {
	max-width:800px;
	padding:25px 40px 0 40px;
	margin:0 auto;
	background: url(background.jpg) top center no-repeat scroll;
	height:650px;
}
#headerImg {
	max-width: 100%;
}
#headerImg img {
	width:100%;
	height:auto;
}
#contentTop {
	width:95%;
	margin:0 auto;
	text-align:center;
}
#wrapper3col {
	max-width:806px;
	margin:0 auto;
	padding:3em 0;
}
#columnLeft {
	width: 235px;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
#colLeftText {
	padding-left:70px;
	background:url(box-content-left-col.png) top left no-repeat;
	/*background-size: 100% auto;*/
	text-align:left;
	font-size:16px;
	color:#002966;
	height:466px;
}
#columnCenter {
	width: 291px;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
#columnRight {
	width:247px;
	height:507px;
	float:left;
	padding-bottom:10px;
}
ul.objectives {
	text-align: left;
}
li {
	font-size:16px;
	line-height:1.25em;
	padding-bottom:1em;
	margin-left:25px;
}
#disclaimer {
	width:100%;
	height:auto;
	background:url(horiz-bar.jpg) top left no-repeat;
	padding-top:30px;
	font-size:16px;
}

.bold {
	font-weight: bold;
}

@media only screen and (max-width: 873px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
	
	#no-more-tables th {
		display:none;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/*padding-left: 50%; */
		white-space: normal;
		text-align:center;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	#columnLeft { float:none; margin: 0 auto;}
	#columnCenter { float:none; margin: 0 auto; }
	#columnRight { float:none; margin: 0 auto; }
	
}