body{
	margin:0;
	padding:0;
	background-color:#01293f;
}
.header_container{
	width:100%;
	float:left;
	height:120px;
	background-image:url(../images/header-container-bg.jpg);
}

.header{
	background-image:url(../images/header-bg.jpg);
	width:950px;
	height:120px;
	margin:0 auto;
	background-repeat:no-repeat;
}

.tagline{
	float:left;
	position:relative;
	z-index:33;
	margin-top:-10px;
	margin-left:106px;
}

.navigation{
	float:left;
	margin:0;
	padding:0;
	width:570px;
	list-style:none;
	margin-top:33px;
	margin-left:30px;
}

.navigation li{
	float:left;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-top:13px;
	padding-bottom:28px;
}
.navigation li a span{
	font-size:10px;
	display:block;
	text-align:center;
	color:#cccccc;
	text-transform:lowercase;
	font-style:italic;
}
.navigation li.first a{
	background-image:none;
}
.navigation li:hover{
	background-image:url(../images/li-selected.jpg);
	background-repeat:repeat-x;
}
.navigation li a{
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	background-image:url(../images/li-divider.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.navigation li.donate{
	background-image:url(../images/donate-now.png);
	width:100px;
	height:34px;
	background-repeat:no-repeat;
	background-position:5px 13px;
}

.navigation li.contribute{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	background-image:url(../images/contribute_bg.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:37px;
	text-transform:uppercase;
	background-position:16px 13px;
	padding-left:16px;
}

.navigation li.contribute:hover{
	background-image:url(../images/contribute_over_bg.jpg);
}

.navigation li.contribute a{
	margin-left:-16px;
	padding-left:23px;
	padding-top:5px;
}

.navigation li.donate:hover{
	background-image:url(../images/donate-now-over.png);
}

.navigation li.donate a{
	margin:0;
	padding:0;
	width:96px;
	height:34px;
}

.logo{
	display:block;
	width:342px;
	height:120px;
	float:left;
}

.middle_container{
	width:100%;
	float:left;
	background-image:url(../images/middle-container-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.middle{
	width:950px;
	margin:0 auto;
	background-color:#f7f7f7;
}

.top-swoop{
	background-image:url(../images/header-top-swoop.png);
	height:37px;
	width:950px;
	float:left;
	margin-bottom:-37px;
	position:relative;
	z-index:31;
}
.bottom-swoop{
	background-image:url(../images/bottom-swoop.png);
	height:40px;
	width:950px;
	margin-top:-40px;
	float:left;
	position:relative;
}

.content{
	padding:33px;
	width:884px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:16px;
}

.content h1{
	font-size:28px;
	font-weight:normal;
	color:#862c2c;
	margin:0;
	padding:0;
	padding-bottom:26px;
	
}

.content p{
	margin:0;
	padding:0;
	margin-bottom:30px;
}

.lft{
	float:left;
	width:571px;
}

.latest-news{
	background-image:url(../images/in-the-news-bg.jpg);
	background-repeat:repeat-y;
	width:576px;
	float:left;
	margin-top:5px;
}

.latest-news .top{
	background-image:url(../images/in-the-news-top-bg.jpg);
	height:49px;
	width:576px;
	float:left;
	background-repeat:no-repeat;
}

.latest-news .bottom{
	background-image:url(../images/in-the-news-bottom-bg.jpg);
	height:16px;
	width:576px;
	float:left;
	background-repeat:no-repeat;
}

.latest-news .mid{
	float:left;
	padding-left:20px;
	width:534px;
}

.press-release{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

.press-release h3{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#000;
	font-size:11px;
	width:100%;
	float:left;
}

.press-release .snippet{
	width:450px;
	float:left;
	margin:0;
	padding:0;
}

.press-release .link{
	float:left;
	margin-left:10px;
	color:#6699cc;
}

.rgt{
	float:left;
	width:281px;
	margin-right:-3px;
	margin-left:34px;
}

.quoteBlock{
	float:left;
	width:100%;
	padding-top:10px;
}

.quoteBlock .image{
	background-image:url(../images/image-bg.jpg);
	width:167px;
	height:184px;
	float:left;
	margin-left:-8px;
	margin-right:8px;
	position:relative;
	background-repeat:no-repeat;
}

.quoteBlock .image img{
	float:left;
	margin-left:3px;
	margin-top:3px;
}

.quoteBlock .text{
	float:left;
	padding-top:15px;
	padding-bottom:20px;
	width:362px;
	padding-left:9px;
	font-size:21px;
	color:#999999;
	font-style:italic;
	line-height:28px;
}

.divide{
	background-image:url(../images/rgt-divider.jpg);
	background-repeat:no-repeat;
	height:10px;
	width:100%;
	background-position:top center;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

.divider{
	background-image:url(../images/lft-divider.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:1px;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
}

.rgt .widget{
	background-image:url(../images/rgt-widget-bg.jpg);
	background-repeat:repeat-y;
	width:281px;
	float:left;
	margin-bottom:10px;
}

.rgt .widget .mid{
	width:265px;
	padding:8px;
	float:left;
	text-align:center;
}

.rgt .widget .mid a img{
	border:1px solid #cccccc;
}

.rgt .widget .top{
	background-image:url(../images/rgt-widget-top-bg.jpg);
	width:281px;
	height:15px;
	background-repeat:no-repeat;
	float:left;
}

.rgt .widget .bottom{
	background-image:url(../images/rgt-widget-bottom-bg.jpg);
	height:13px;
	width:281px;
	float:left;
}

.quote{
	margin-bottom:-30px;
	position:relative;
}

.quote-link{
	float:left;
	width:94%;
	text-align:right;
	font-size:12px;
	color:#000;
	text-decoration:none;
	margin-bottom:-20px;
	position:relative;
}

.thank-you{
	background-image:url(../images/thank-you-bg.jpg);
	width:255px;
	height:118px;
	float:left;
	margin-left:5px;
	margin-top:3px;
	text-align:left;
}

.thank-you p{
	color:#993333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	width:215px;
	padding:10px;
}

.fact-check{
	background-image:url(../images/fact-check-bg.jpg);
	width:281px;
	height:114px;
	float:left;
}

.fact-check h3{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:21px;
	color:#993333;
	padding-left:10px;
	padding-top:15px;
}

.fact-check p{
	padding:0;
	margin:0;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	font-size:12px;
}

.fact-check p a, .widget h2 a{
	color:#993333;
	text-decoration:none;
}

.footer{
	background-image:url(../images/footer-bg.jpg);
	width:950px;
	height:66px;
	margin:0 auto;
	background-repeat:no-repeat;
}

.footer ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	margin-top:69px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:50px;
}

.footer ul li{
	float:left;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}

.footer ul li.last{ border:none; }

.footer ul li a{
	color:#fff;
	text-decoration:none;
}

/* UTIL */
.clear{ clear:both; }
.no-display{ display:none; }
.no-border{border:none; }
.min-height{ height:700px; width:1px; float:right; margin-right:-1px; }

.border{
	width:100%;
	height:1px;
	background-color:#333;
	width:260px;
	margin-left:30px;
	margin-top:-20px;
}

.listless{
	list-style:none;
}

.listless li{
	margin-bottom:15px;
}

.img-border{
	border:3px solid #fff;
}

.left{ float:left; }

.right{ float:right;}

.padd{ padding:12px; }

.no-top-margin{ margin-top:0; }

.lite{
	color:#333;
}

.tundra .content .dijitTabPaneWrapper{
	background:none;
	border:none;
}

.tundra .content .dijitTab{
	background-color:#dbdada;
	background-image:url(../images/tab-bg.jpg);
	background-repeat:repeat-x;
	border:none;
	border-right:1px solid #dbdada;
	margin-right:0;
	color:#993333;
	padding-left:15px;
	padding-right:15px;
}

.tundra .content .dijitTabContainerTop-tabs{
	background-image:url(../images/tab-bg.jpg);
	border:1px solid #fff;
	background-repeat:repeat-x;
	background-color:#dbdada;
	height:31px;
}

.tundra .content .dijitTabChecked {
	background-image:url(../images/tab-selected-bg.jpg);
	background-color:#eeeeee;
	border:none;
}


.tundra .content .dijitTabContainerTop-dijitContentPane, .tundra .content .dijitTabContainerLeft-dijitContentPane, .tundra .content .dijitTabContainerBottom-dijitContentPane, .tundra .content .dijitTabContainerRight-dijitContentPane, .tundra .content .dijitAccordionContainer-dijitContentPane {
	background:none;
}

.tundra .content .dijitContentPane{
	background-image:url(../images/tab-container-bg.jpg);
	background-repeat:repeat-x;
	padding-top:15px;
}

/* SLIDESHOW */
.main-image{
	width:950px;
	height:315px;
	overflow:hidden;
	position:relative;
	float:left;
}
.slide{
	display:block;
	width:950px;
	height:315px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#660000;
	position:absolute;
	left:0;
	top:0;
	text-decoration:none;
}

.slide p{
	text-decoration:none;
}

.slide.one{
	background-image:url(../../media/images/slide-1.jpg);
}

.slide.one p{
	width:450px;
	float:left;
	margin-left:58px !important;
	margin-left:29px;
	margin-top:141px;
}

.slide.two{
	background-image:url(../../media/images/slide-2.jpg);
}

.slide.two p{
	width:533px;
	float:left;
	margin-left:231px !important;
	margin-left:115px;
	margin-top:135px;
}

.slide.three{
	background-image:url(../../media/images/slide-3.jpg);
}

.slide.three p{
	width:540px;
	float:left;
	margin-left:54px !important;
	margin-left:27px;
	margin-top:156px;
}

.slide.four{
	background-image:url(../../media/images/slide-4.jpg);
}

.slide.four p{
	width:530px;
	float:left;
	margin-left:365px !important;
	margin-left:182px;
	margin-top:125px;
}

/* player */
.player{
	background-image:url(../images/player-bg.png);
	width:83px;
	height:31px;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	margin-top:240px;
}
.player .prev{
	background-image:url(../images/player-previous.png);
	width:22px;
	height:13px;
	float:left;
	background-repeat:no-repeat;
	margin-left:6px;
	margin-top:9px;
	cursor:pointer;
}
.player .pause{
	background-image:url(../images/player-pause.png);
	background-repeat:no-repeat;
	width:8px;
	height:9px;
	margin-top:11px;
	margin-left:10px;
	float:left;
	cursor:pointer;
}
.player .play{
	background-image:url(../images/player-play.png);
	background-repeat:no-repeat;
	width:5px;
	height:9px;
	margin-top:11px;
	float:left;
	cursor:pointer;
	margin-left:12px;
	margin-right:1px;
}
.player .next{
	background-image:url(../images/player-next.png);
	width:22px;
	height:13px;
	float:left;
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:9px;
	cursor:pointer;
}
/* end player */

/*END SLIDES */

.long-input{
	width:419px;
}

.short-input{
	width:200px;
}

.copy{
	color:#fff;
	text-align:center;
	width:100%;
	float:left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.spaced-ul li{
	padding-bottom:15px;
}

.table-padding tr td, .table-padding thead tr th{
	padding:5px;
}

.sub-space li{
	padding-bottom:15px;
}


.quote_right {

float: right;
padding: 5px;
padding-bottom: 10px;
margin: 0;
font-style: italic;
font-size: larger;

}

.quote_left {

float: left;
padding: 5px;
padding-bottom: 10px;
margin: 0;
font-style: italic;
font-size: larger;

}














