@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------  FONT FACE TYPOGRAPHY -------- */
/* H1 20px Black */
/* H2 20px Green #70d240 */
/* H3 17px White */
/* H4 18px White - no text shadow */
/* H5 20px Blue #3177B1 */


@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../Chunkfive-webfont.eot');
	src: url('../Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('../Chunkfive-webfont.woff') format('woff'), url('../Chunkfive-webfont.ttf') format('truetype'), url('../Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1.fontface {
	font: 20px/30px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #000;
	margin-left: 8px;
	margin-top: 10px;
}
h1 a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	text-decoration: none;
	text-align: right;
	color: #000;
}
h1 span:hover {
	color: #fff;
}
h1.fontface a {
	text-decoration: none;
	color: #000;
}
h1.fontface a:hover {
	color: #fff;
}
h2.fontface {
	font: 20px/30px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #70d240;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 9px;
}
h3.fontface {
	font: 17px/24px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: .04em;
	margin: 0 20px;
	color: #fff;
	padding-top: 9px;
	text-shadow: 1px 1px 1px #323232;
}
h4.fontface {
	font: 18px/24px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: .03em;
	color: #fff;
	margin-left: 10px;
}
h5.fontface {
	font: 20px/30px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #3177B1;
	margin-left: 10px;
	margin-bottom: 10px;
}
h6.fontface {
	font: 14px/18px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #3177B1;
	margin: 20px 0 10px 10px;
}
.anchors {
	font: 14px/22px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #3177B1;
	margin: 0 10px 3px 0;
}
/* -----------END FONT FACE STYLES ------------*/

h5 {
	color: #3177B1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0 15px;
}
body {
	background-image: url(../images/prevbg.jpg);
	background-repeat: no-repeat;
	background-color: #3d8bbf;
	color: #636363;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: -0.02em;
	line-height: 1.6em;
	margin: 0 0 15px 5px;
	padding: 7px 0 0 5px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.6em;
}
p.faqbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3177B1;
	letter-spacing: -0.02em;
	line-height: 1em;
	margin-bottom: -.1em;
}
p.faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -0.02em;
	line-height: 1.3em;
	margin: -.4em 0 0 5px;
}
p.espanol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -0.02em;
	line-height: 1.3em;
	margin: .2em 0 1em 15px;
}
p.totop {
	font: 10px/12px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #3177B1;
	margin: 0 10px 3px 0;
}
/* ------ HEADER STYLES -------*/

.header {
	width: 985px;
	height: 140px;
	margin: auto;
}
.logo {
	width: 470px;
	height: 140px;
	float: left;
}
.contactinfo {
	width: 190px;
	height: 100px;
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-top: 35px;
}
/* ----- END HEADER ------*/

/* ----- MAIN CONTENT LAYOUT STYLES -------*/

#container {
	width: 985px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin: auto;
	background: #f9f2e9;
	border: 6px solid #4481c3;
}
#nav {
	width: 965px;
	margin: auto;
	height: 40px;
	margin-top: 10px;
	background-color: #70d240;
}
#slideshow {
	width: 965px;
	height: 400px;
	margin: auto;
	margin-top: 10px;
	background-color: #FFF;
}
#vision {
	width: 965px;
	height: 65px;
	margin: auto;
	margin-top: 10px;
	background-color: #4481c3;
}
#left {
	width: 623px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
#wideleft {
	width: 703px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
#leftcol {
	width: 300px;
	float: left;
}
#lefthalf {
	width: 430px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
}
#righthalf {
	width: 460px;
	float: right;
	margin-right: 20px;
	padding: 20px 10px 10px 20px;
	border-left: 1px dotted #939393;
}
#leftform {
	width: 430px;
	float: left;
	margin-left: 20px;
}
#rightform {
	width: 430px;
	float: right;
	margin-right: 20px;
}
#news {
	width: 252px;
	margin: 20px 0 35px 0;
	padding-right: 15px;
	min-height: 300px;
	background-color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #939393;
	-moz-box-shadow: 1px 1px 4px #939393;
	-webkit-box-shadow: 1px 1px 4px #939393;
	box-shadow: 1px 1px 4px #939393;
}
p.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -0.02em;
	line-height: 1.3em;
	margin: 0 0 15px 10px;
}
#rightcol {
	width: 300px;
	float: left;
	clear: none;
	margin-left: 15px;
}
li.arrow {
	list-style-type: none;
	background: url(../images/arrowbullet.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	height: 30px;
	padding-left: 30px;
	margin: 15px 0 0 25px;
}
#right {
	width: 302px;
	float: right;
}
p.funded {
	margin-right: 30px;
	font-size: .7em;
}
#calendar {
	background-color: #FFF;
	margin: 10px 0 15px 10px;
	padding-right: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #939393;
	-moz-box-shadow: 1px 1px 4px #939393;
	-webkit-box-shadow: 1px 1px 4px #939393;
	box-shadow: 1px 1px 4px #939393;
}
li.goal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #636363;
	margin: 0 0 10px 40px;
	list-style-type: square;
}
li.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-left: 20px;
}
.imagelink {
	margin-left: 25px;
}
.inlineimg {
	float: left;
	margin: 10px 20px 15px 20px;
	clear: both;
}
div.strategy {
	min-height: 180px;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ----- BANNER STYLES FOR B-PAGES, 3 DIFFERENT COLOR / WORD CLOUD OPTIONS ------*/

#banner {
	width: 965px;
	height: 140px;
	margin: auto;
	margin-top: 10px;
}
.banner1 {
	background-image: url(../images/banner1.jpg);
}
.banner2 {
	background-image: url(../images/banner2.jpg);
}
.banner3 {
	background-image: url(../images/banner3.jpg);
}
/* ----- END BANNER OPTIONS ---*/


#wideright {
	width: 620px;
	float: right;
	margin: 15px 20px 0 0;
}
#rightsidebar {
	width: 302px;
	float: right;
	margin: 10px 20px 20px 0;
	min-height: 300px;
	border-left: 1px dotted #939393;
}
#leftsidebar {
	border-right: 1px dotted #939393;
	float: left;
	margin: 20px 15px 15px;
	padding-right: 10px;
	width: 302px;
}
/* -------- OL STYLEs ---------*/

ol {
	counter-reset: li; /* Initiate a counter */
	list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'ChunkFiveRegular';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ul {
	margin-bottom: 3em;
}
.rounded-list {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
 *padding: .4em;
	margin: .5em 0;
	color: #444;
}
p.joinus {
	font-size: 13px;
}
a.joinusbutton {
	background: #4481c3;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	margin-top: 25px;
	margin-left: 35px;
	margin-bottom: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	outline: none;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	padding: .05em 0;
	width: 120px;
	color: #fff;
	font: 1.3em/1.6em 'Chunkfive', Arial, sans-serif;
	letter-spacing: 0.09em;
	margin-bottom: .2em;
}
.joinusbutton:hover {
	background: #74bf4d;
	color: #000;
}
/* ------- THREE COLUMN LAYOUT -------- */

.left3col {
	width: 312px;
	min-height: 500px;
	float: left;
	margin: 10px;
}
.right3col {
	width: 312px;
	min-height: 500px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.center3col {
	width: 312px;
	min-height: 500px;
	float: right;
	margin-top: 10px;
	margin-right: 12px;
}
/* END THREE COLUMN LAYOUT */

/* ------ FOOTER STYLES ------ */

#footer {
	width: 985px;
	height: 220px;
	margin: auto;
	color: #fff;
	font-size: 8px;
}
.footerleftcol {
	float: left;
	height: 200px;
	margin: 15px 0 0 25px;
	width: 350px;
}
.footerleftcol a.email {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footerleftcol a:hover {
	color: #000;
}
.footerrightcol {
	float: right;
	height: 200px;
	margin: 15px 15px 0 45px;
	width: 275px;
}
#footerlinks {
	width: 965px;
	margin: auto;
	height: 40px;
	background-color: #2e6a93;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.bottomlinks {
	float: left;
	margin: 0;
	padding: 0;
}
.bottomlinks li {
	display: inline;
}
.bottomlinks li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: .25em 1em;
	line-height: 40px;
	border-right: solid 1px #393939;
}
.bottomlinks li a:hover {
	color: #000;
}
#copyright {
	width: 300px;
	float: right;
	height: 40px;
	color: #fff;
}
#popup {
	float: left;
	position: relative;
	width: 200px;
	margin-right: 10px;
}
#popup img {
	/* ... */
	width: 200px;
	height: 165px;
}
#popup:hover img {
	position: relative;
	top: -65px;
	left: 0px;
	width: 600px;
	height: 494px;
	display: block;
	z-index: 999;
}
.boldbluestrategy {
	color: #3177B1;
	font-weight: bold;
}
table.coalition {
	margin-left: 10px;
	table-layout:fixed;
}
.coalition thead th {
	padding: 5px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #3177B1;
}
.coalition td {
	padding: 2px 6px 2px 2px;
	background-color: #a1c6e6;
	color: #000;
	border: 1px solid #000;
}

/* ------  FAQ sliding div ---------*/

#leftfaq {
	width: 440px;
	float: left;
	margin-left: 20px;
	padding-right:20px;
	padding-top: 20px;
	border-right: 1px dotted #939393;
	
}
#rightfaq {
    float: right;
    padding-right: 20px;
    padding-top: 20px;
    width: 465px;
}
.slidingDiv {
	padding:10px 5px;
	border:1px dotted #3177B1;
	background-color:#f2e6d6;
	
}

.show_hide {
	display:none;
}

#references {
	margin: 10px 20px;
	padding:5px;
	clear:both;
	border:1px dotted #3177B1;
	background-color:#f2e6d6;
}

#references p {
	font-size:10px;
}

/* ------- SLIDESHOW STYLES  -------  */

#slider {
	width: 965px; /* important to be same as image width */
	height: 400px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	z-index: 0;
}
#sliderContent {
	width: 965px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	z-index: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	z-index: 0;
}
.sliderImage span {
	position: absolute;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 950px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
