@charset "UTF-8";
/* CSS Document */

/* GENERAL */

html, body {
	height: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 930px;
	background-color:#1a2e47;
	padding: 0px 10px 10px 10px;
	margin-bottom:25px;
}
body {
	font-family: arial;
	font-size: 12px;
	color: #1a2e47;
	margin:0px;
	padding:0px;
	background-color: #3c4d62;
}

a {
	color: #0F62C3;
	font-size: 110%;
	text-decoration: none;
	border:0px;
}
a:hover {
	color: #1a2e47;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}
.clear {
	clear: both;
  	overflow: hidden;
	height:1px;
	margin-top:-1px;
}

img {
	border:0px;
}
	
h3 {
	font-size:116%;
	margin-top:25px;
}
h2 {
	color: #1a2e47;
	font-size: 108%;
	font-weight: bold;
	letter-spacing: 0.25em;
	margin: 0;
	padding: 7px 0 7px 15px;
	text-transform: uppercase;
}

.float_left {
float:left;
padding:0px;
margin: 5px 20px 5px 0px;
}

.float_right {
float:right;
padding:0px;
margin: 5px 0px 5px 20px;
}

/* end GENERAL */



/* GetActive wrapper */
.ga_topnav a {
	font-size: 100%;
	text-decoration: none;
	color: #0F62C3;
	font-family:arial;
	border-right:#1a2e47 1px solid;
 	display: block;
 	float: left;
 	padding: 0px 20px;
}
.ga_topnav a:hover {
	color: #fbfcfe;
}
.ga_content {
	padding:0px 20px 20px 20px;
	margin:0px;
	font-family: arial;
	font-size: 12px;
	color: #1a2e47;
	margin:0px;
}
.ga_content p {
	line-height: 1.5em;
}
.ga_content li {
	color:#3f5774;
	margin-bottom:10px;
	line-height: 1.4em;
}
.ga_takeaction a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0F62C3;
	text-decoration: none;
	line-height: 1.2em;
}
.ga_bnav {
	font-family:arial;
	margin:auto;
	padding: 0px 15px;
}
.ga_bnav a {
	color: #c4d8ec;
	font-size: 85%;
	text-decoration: none;
	padding: 0px 10px;
	font:arial;
}
.ga_bnav a:hover {
	color: #1a2e47;
}
.ga_breadcrumbs {
	font-family:arial;
	font-size:85%;
	text-align:right;
}
.ga_breadcrumbs a {
	font-size:100%;
	color: #0F62C3;
}
.ga_enews {
	font-family:arial;
	font-size: 77%;
}
.ga_enews input.formbuilder {
	height: 11px;
	width: 120px;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	background-color:#ecf2f8;
}
/*  end GetActive wrapper */





/* HEADER */
.logo {
	float:left;
}
.header_wrapper {
	width:930px;
	margin-bottom:10px;
	height:125px;
}
div.enews {
	background-image: url(../images/header_img_mouse.jpg);
	background-repeat: no-repeat;
	background-position:right;
	float: left;
	font-size: 85%;
	text-align: right;
	width:930px;
	padding:0px;
	margin:0px;
}
div.enews form {
	margin:0px;
	padding: 5px 22px 0px 0px;
	text-align: right;
	width: 235px;
	float:right;
}

div.enews input.formbuilder {
	height: 11px;
	width: 120px;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	background-color:#ecf2f8;
	padding:0px;
	margin:0px;
}
div.enews input.submit-button {
	display: block;
	float: right;
	width: 9px;
	padding:0px;
	margin-top: 5px;
}

/* end HEADER */





/* TOPNAV */

.topnav_container {
	background-color:#c4d8ec;
	width:930px;
	margin-bottom:10px;
}
.topnav {
	margin:auto;
	padding:0px;
}
.topnav a {
	font-size: 110%;
	text-decoration: none;
	border-right:#1a2e47 1px solid;
 	display: block;
 	float: left;
 	padding: 0px 20px;
}
.topnav a:hover {
	color: #fbfcfe;
}
/* end TOPNAV */




/* MAIN CONTENT */
#content_wrapper_twocol {
	margin:0px;
	padding:0px;
	height:100%;
	overflow: hidden;
	width: 100%;
}

.content_wrapper {
	width: 930px;
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#fbfcfe;
}
.content_container_top {
	width: 930px;
	margin:0px;
	padding:0px;
	height:10px;	
}
.content_container_body {
	background-image:url(../images/content_body_bg.gif);
	background-repeat:repeat-y;
	overflow: hidden;
	width: 100%;
	height:100%;
	}
.content_container_bot {
	width: 930px;
	margin:0px;
	padding:0px;
	height:10px;	
}
.leftcol {
	background-color:#fbfcfe;
	width: 650px;
	float:left;
}
.leftcol_narrow {
	background-color:#fbfcfe;
	width: 570px;
	float:left;
}
.rightcol {
	background-color:#fbfcfe;
	width: 275px;
	float:right;
}
.content {
	padding:0px 20px 20px 20px;
	margin:0px;
}

.content p {
	line-height: 1.5em;
}
.content ul {
	list-style-position:inside;
	color:#3f5774;
	margin-bottom:10px;
	line-height: 1.4em;
}
.content li {
	color:#3f5774;
	margin-bottom:10px;
	line-height: 1.4em;
}
.breadcrumbs {
	font-size:93%;
	text-align:right;
	}
.breadcrumbs a {
	font-size:100%;
	text-align:right;
	}

/* end MAIN CONTENT */






/* SUBCONTENT */

.waystohelp {
margin:2px 15px 0px 15px;
padding: 7px 0px 5px 0px;
border-top:#003366 1px dotted;
}
.waystohelp img {
	margin-right:10px;
	border:none;
	}
	
.pastfeat {
	border: #1a2e47 5px solid;
	float:left;
	margin:0px 10px 10px 0px;
}
.subset {
	width:525px;
	margin: 25px 0px 10px 0px;
	font-weight:bold;
	line-height:1.1em;
}
.subset img {
	border: #1a2e47 5px solid;
	float:left;
	margin: 0px 10px 7px 0px;
}
.photogallery {
	border: #1a2e47 5px solid;
}
.photogallery_last {
	border: #1a2e47 5px solid;
	margin-right:20px;
}

/* Campaign Updates */

.campaignupdates {
	width: 275px;
}
.campaign {
	line-height:1.4em;
	margin: 0px;
	padding: 0px 20px 0px 15px;
	font-size: 95%;
}
.campaign a {
	font-size: 100%;
	line-height: 1.4em;
	width: 275px;
}
.campaign a:hover {
	font-size: 100%;
	line-height: 1.4em;
}
.campaign h1 {
	font-weight:normal;
	font-size: 108%;
	margin-bottom: 1px;
	padding:0px;
	line-height:1.2em;
}
.campaign h1 a {
	font-size: 100%;
	line-height:1.2em;
}
.campaign h1 a:hover {
	font-size: 100%;
	line-height:1.2em;
}
.campaign img {
	border: #1a2e47 5px solid;
	float: left;
	margin: 0px 10px 3px 0px;
	height: 75px;
	width: 75px;
}
.campaign_past {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.campaign_past img {
	border: #1a2e47 5px solid;
	float: left;
	margin: 0px 10px 10px 0px;
	height: 75px;
	width: 75px;
}


/* Support Our Campaigns */
.campaignsupport {
	background-color: #fbb409;
	width:275px;
}
.campaignsupport img {
	border:0px;
}



/* INSETS: video player, pull quotes, photo rotator */

#videoplayer {
	float:left;
	width:358px;
	margin: 0px 10px 13px 0px;
}
.dropshadow_top {
	background-image: url(../images/media_dropshadow_top.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	height:8px;
}
.dropshadow_bg {
	background-image: url(../images/media_dropshadow_bg.gif);
	background-repeat: repeat-y;
}
.dropshadow_bot {
	background-image: url(../images/media_dropshadow_bot.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	height:12px;
}
.video {
	width: 335px;
	padding:0px;
	margin:0px 0px 0px 9px;
	height:100%;
	background-color:#e2eef8;
}
.video h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1a2e47;
	font-size: 108%;
	margin: 0;
	padding: 10px 10px 2px 10px;
	line-height: 1.2em;
}
.videolinks_container {
	padding:15px 0px 10px 10px;
	background-color:#1a2e47;
	width:325px;
}
.videolinks {
	float: left;
	width: 48%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 93%;
	margin:2px;
}
.videolinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 85%;
	margin: 0;
	padding: 3px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: baseline;
}
.videolinks a:hover {
	color: #c4d8ec;
}
.videolinks img {
	border: 0px;
	float: left;
	margin-right:2px;
	width: 16px;
	padding:0px;
}

#additionalmaterials {
	width:350px;
	background-color:#1a2e47;
	}
#waystohelp {
	width:283px;
	background-color:#1a2e47;
	}
#photorotator {
	width: 291px;
	background-color:#1a2e47;
	}
.media_container {
	background-color:#1a2e47;
	padding:0px;
}
.mediainner_container {
	background-color:#e2eef8;
}
.media {
	background-color:#e2eef8;
	margin:0px 8px;
}
.medialinks {
	padding: 12px 10px 4px 0px;
	text-align:right;
}

.medialinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 85%;
	margin: 0;
	padding: 3px;
	text-transform: uppercase;
	text-decoration: none;
}
.medialinks a:hover {
	color: #c4d8ec;
}

.mediainner {
	font-size:85%;
	padding:8px 10px 2px 10px;
	margin:0px;
	line-height:1.4em;
}



/* FOOTER */
#footer_wrapper {
	width:930px;
}
.takeaction_container {
	background-image: url(../images/footer_actionBox_bg.jpg);
	background-repeat: no-repeat;
	width:100%;
	overflow:auto;
	margin:10px 0px;
}
.takeaction {
	float:left;
	width:410px;
	color:#003572;
	font-size:10pt;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:2px;
	padding-left:10px;
}
.takeaction strong {
	margin-bottom:16px;
	display:block;
}
.takeaction ul {
	list-style:none;
	margin:0;
	padding:0;
}
.takeaction ul li {
	margin:0;
	padding:0;
	margin-top:2px;
}
.takeaction a {
	display:block;
	margin-left:10px;
	padding-left:25px;
	margin-top:-5px;
	background:url(/images/bullet_ball2.gif) top left no-repeat;
	background-position: 0px 6px;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#003572;
	text-decoration:none;
	line-height:1.8em;
}
.takeaction a:hover {
	text-decoration:underline;
	color:#195f9b;
}

/*
.takeaction a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color:#003572;
}
.takeaction a:hover {
	text-decoration:underline;
	color:#195f9b;
}
.takeaction ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.takeaction li {
	background-image: url(../images/bullet_ball3.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:25px;
	padding-bottom:11px;
}
*/
#blogFeed {
	float:left;
	width:460px;
	color:#FFF;
	font-size:10pt;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:2px;
}
#blogFeed strong {
	margin-bottom:16px;
	display:block;
}
#blogFeed ul {
	list-style:none;
	margin:0;
	padding:0;
}
#blogFeed ul li {
	margin:4px 0 10px 0;
	padding:0;
}
#blogFeed a {
	display:block;
	margin-left:10px;
	padding-left:25px;
	margin-top:-5px;
	background:url(/images/bullet_ball2.gif) top left no-repeat;
	background-position: 0px 6px;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	line-height:1.3em;
}
#blogFeed a:hover {
	text-decoration:underline;
}
#blogFeedMore {
	float:right;
	width:60px;
	color:#FFF;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0;
	display:block;
	font-weight:normal;
}


.bnav_container {
	background-color: #7ea3cf;
	width:930px;
	margin-bottom:10px;
}
.bnav_content {
	margin:auto;
	padding: 0px 15px;
}
.bnav_content a {
	color: #c4d8ec;
	font-size: 93%;
	text-decoration: none;
	padding: 0px 10px;
}
.bnav_content a:hover {
	color: #1a2e47;
}

.bnav_peta {
	background-color: #1a2e47;
	width:930px;
	height:25px;
}


/* end FOOTER */


/* CORNERS */
/* background images for content corners */
.content_top div {
	background: url(../images/box_lightBlue_tl.gif) no-repeat top left;
}
.content_top {
	background: url(../images/box_lightBlue_tr.gif) no-repeat top right;
}
.content_bot div {
	background: url(../images/box_lightBlue_bl.gif) no-repeat bottom left;
}
.content_bot {
	background: url(../images/box_lightBlue_br.gif) no-repeat bottom right;
}
/* height and width details for content corners */
.content_top div, .content_top, .content_bot div, .content_bot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}

/* background images for yellow corners */
.yellow_top div {
	background: url(../images/box_yellow_tl.gif) no-repeat top left;
}
.yellow_top {
	background: url(../images/box_yellow_tr.gif) no-repeat top right;
}
.yellow_bot div {
	background: url(../images/box_yellow_bl.gif) no-repeat bottom left;
}
.yellow_bot {
	background: url(../images/box_yellow_br.gif) no-repeat bottom right;
}
/* height and width details for yellow corners */
.yellow_top div, .yellow_top, .yellow_bot div, .yellow_bot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}

/* background images for topnav corners */
.topnav_top div {
	background: url(../images/topnav_tl.gif) no-repeat top left;
}
.topnav_top {
	background: url(../images/topnav_tr.gif) no-repeat top right;
}
.topnav_bot div {
	background: url(../images/topnav_bl.gif) no-repeat bottom left;
}
.topnav_bot {
	background: url(../images/topnav_br.gif) no-repeat bottom right;
}
/* height and width details for topnav corners */
.topnav_top div, .topnav_top, .topnav_bot div, .topnav_bot {
	width: 100%;
	height: 8px;
	font-size: 1px;
}

/* background images for bnav corners */
.bnav_top div {
	background: url(../images/bnav_tl.gif) no-repeat top left;
}
.bnav_top {
	background: url(../images/bnav_tr.gif) no-repeat top right;
}
.bnav_bot div {
	background: url(../images/bnav_bl.gif) no-repeat bottom left;
}
.bnav_bot {
	background: url(../images/bnav_br.gif) no-repeat bottom right;
}
/* height and width details for bnav corners */
.bnav_top div, .bnav_top, .bnav_bot div, .bnav_bot {
	width: 100%;
	height: 8px;
	font-size: 1px;
}

/* background images for media corners */
.media_top div {
	background: url(../images/box_media_tl.gif) no-repeat top left;
}
.media_top {
	background: url(../images/box_media_tr.gif) no-repeat top right;
}
.media_bot div {
	background: url(../images/box_media_bl.gif) no-repeat bottom left;
}
.media_bot {
	background: url(../images/box_media_br.gif) no-repeat bottom right;
}
.mediainner_top div {
	background: url(../images/box_mediainner_tl.gif) no-repeat top left;
}
.mediainner_top {
	background: url(../images/box_mediainner_tr.gif) no-repeat top right;
}
.mediainner_bot div {
	background: url(../images/box_mediainner_bl.gif) no-repeat bottom left;
}
.mediainner_bot {
	background: url(../images/box_mediainner_br.gif) no-repeat bottom right;
}
/* height and width details for media corners */
.media_top div, .media_top, .media_bot div, .media_bot {
	width: 100%;
	height: 8px;
	font-size: 1px;
}
.mediainner_top div, .mediainner_top, .mediainner_bot div, .mediainner_bot {
	width: 100%;
	height: 8px;
	font-size: 1px;
}

/* background images for inset corners */
.inset_top div {
	background: url(../images/box_inset_tl.gif) no-repeat top left;
}
.inset_top {
	background: url(../images/box_inset_tr.gif) no-repeat top right;
}
.inset_bot div {
	background: url(../images/box_inset_bl.gif) no-repeat bottom left;
}
.inset_bot {
	background: url(../images/box_inset_br.gif) no-repeat bottom right;
}
.insetyellow_top div {
	background: url(../images/box_insetyellow_tl.gif) no-repeat top left;
}
.insetyellow_top {
	background: url(../images/box_insetyellow_tr.gif) no-repeat top right;
}
.insetyellow_bot div {
	background: url(../images/box_insetyellow_bl.gif) no-repeat bottom left;
}
.insetyellow_bot {
	background: url(../images/box_insetyellow_br.gif) no-repeat bottom right;
}
/* height and width details for media corners */
.inset_top div, .inset_top, .inset_bot div, .inset_bot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.insetyellow_top div, .insetyellow_top, .insetyellow_bot div, .insetyellow_bot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
/* end CORNERS */

/* copyright addition */
#copyright {
clear:both;
float:left;
width:450px;
line-height:1em;
margin-top:0;
margin-left:2px;
}
#copyright a {
color:#4A5C73;
font-size:90%;

}
/* end copyright addition */