@import url("/css/navigation.css");
/* this file should get merged with the old default.css page, but since we're not doing a full
	conversion, we'll just use this to overwrite old settings */
/*********************************************
		General
*********************************************/

* {
	margin: 0;
	padding: 0;
}

a {color: #005C88;}

a:hover {color: #000;}

body {
	background: #FFF;
	color: #333;
	font: normal 62.5% Helvetica, Arial, Verdana, sans-serif;
	margin: 0px 0px;
}

img { 
	border: none;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

h1 {
	font-size: 1.6em;
	padding: 0 0 15px 0;
}

blockquote {
	/* background: #F6F6F6;
	border-top: 5px solid #C1C1C1; */
	color: #333;
	display: block;
	font-size: .95em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #005C88;}

.clearer {clear: both;}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

.left {float: left;} 
.left img  {    margin: 0px 10px 8px 0px;    float: left; } 
.right {float: right;} 
.right img  {    margin: 0px 0px 8px 10px;    float: right; }

.container {
	font-size: 1.2em;
	margin: 0 auto;
}
.container, #menu {
	width: 950px;
}

.header-top {
	float: left;
	/*background:url(/images/header.gif) no-repeat;*/
	width: 950px;
	height:110px;
	font: normal 1em Verdana,sans-serif;
	text-align: left;	
}
.header-top img{
	float: left;
}

.header-feature { /* This defines the area for the "feature" image on the top right within header... */
	float: right;
	width: 240px;
	height: 76px;
	vertical-align: bottom;
}

.header-special {
	float: left;
	width: 950px;
	height:200px;
	text-align: center;	
}

.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}


/*********************************************
		Flash Area on Homepage
*********************************************/

.flash {
	float: left;
	width: 714px;
	height: 160px;
	overflow:hidden;
	font: normal 2.4em Verdana,sans-serif;
	text-align: center;
	margin: 15px 0 0 0;
}


/*********************************************
		Homepage Story Slideshow
*********************************************/

#slideshow {
	width: 470px;
	overflow:hidden;
	background: #FFF;
	border: #EDEDED solid 2px;
	margin: 0px 0 15px 0;
	padding-top:15px;
}

#slideshow .slideshowDetails img {
	padding: 0px 15px 15px 15px;
	float: left;
}
#slideshow .slideshowDetails span {
	float:left;
	padding:0px 8px 0px 0px; 
	width:205px;
}

#slideshowDetails2, #slideshowDetails3 {
	display: none;
}
#slideshow h1 {
	font-size: 11pt;
	padding: 0 0 5px 0;
}
#slideshow .boxes {
	width: 470px;
	height: 55px; /* height of pic */
	background-color: #ededed;
	padding: 15px 15px 15px 15px;
	clear:both;
	!clear:none;	/* ie, don't clear */
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	line-height: 14px;
}
#slideshow .box, #slideshow .boxOn {
	width:137px;
	float: left;
	border: solid 2px #c3c3c3;
	background-color: white;
	font-size: 8pt;
	cursor: pointer;
}
#slideshow .box div, #slideshow .boxOn div {
	padding-top:5px;
}
#slideshow div.box:hover, #slideshow .boxOn {
/*	color: White;
	background-color: #3a6f8f;
*/
	position: relative;
	top: -4px;	/* width of top border minus 2 for regular border size of .box */
	width:137px;
	float: left;
	border: solid 2px #3a6f8f;
	border-top: solid 6px #3a6f8f;
	background-color: white;
	font-size: 8pt;
	cursor: pointer;
}
#slideshowBox1 { 
	margin-left: none; 
}
#slideshowBox2, #slideshowBox3 {
	margin-left: 8px;
}
#slideshow .box img, #slideshow .boxOn img {
	padding-right: 5px;
}

/*********************************************
		Homepage Story Slideshow
*********************************************/

.featurestory {
	width: 445px;
	min-height: 130px;
	background: #EDEDED;
	font: .99em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0 0 0px 0;
	padding: 15px;
}

.featurestory h1 {
	font-size: 11pt;
	padding: 0 0 0px 0;
}
.featurestory img {
	padding: 0;
}

/*********************************************
		Identifier Menu Styles
*********************************************/

#menu_ident {
	background-image:url(/images/menu_ident.gif);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 8px 0 2px 0;
	margin: 0px;
	display: block;
	clear: both;
	text-align:left;
	height:16px;
}
#menu_ident ul {
	margin: 0px; padding: 0px;
}
#menu_ident ul li {
	float: right;
	color: #305c7c;
	margin: 0px; padding: 0px 15px;
	border-left: 1px solid #FFF;
	list-style-type: none;
	display: inline;
}
#menu_ident ul li.first {
	margin-left:0;
	border-left:none;
	list-style:none;
	display:inline;	
}
#menu_ident ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	}
#menu_ident ul li.home a {
	border-left: 0px;
}
/* if you want to set a "current page item" style, do it here */
#menu_ident ul li.current_page_item a {
	color: #305c7c;
	text-decoration: underline;
	font-weight: bold;
}
#menu_ident ul li a:hover {
	color: #305c7c;
	text-decoration: underline;
	}



/*********************************************
		Main Content Area (Subpages)
*********************************************/
.main {    float: left;    width: 470px;    background-color:#FFF;    line-height: 1.4em;    margin: 15px 0; }     
.main_right .padded {padding: 6px 2px 6px 16px;} 
.main .padded {padding: 0;} 
.main li, li.bodytext {list-style: none; background: url(/images/bullet.gif) -2px -0.5px no-repeat; padding: 0 0 0 15px; padding-bottom: 5px;}   
.main h1 {    line-height: 1.3em;     } 
.quote {    background: #FFFFFF;    width: 250px;    margin: 7px 0px;    padding: 8px 10px 8px 20px;    
float: left;    font-family: "Times New Roman", Times, serif;    font-size: 20px;    line-height: 1.15em;    
letter-spacing: -.05em;    text-indent: -.5em;    color: #005C88;    border-left: 5px solid #C1C1C1; } 
.quote .attribution {    font-family: Arial, Helvetica, sans-serif;    font-size: .63em;    
letter-spacing: normal;    line-height: normal;    color: #666;    margin: 10px 0 0 0;    
padding: 0 5px 0 0;    text-indent: 0; } 
.callout {    background: #FFFFFF;    width: 250px;    margin: 7px 0px;    padding: 8px 10px 8px 15px;    float: left;    font-family: "Times New Roman", Times, serif;    font-size: 20px;    line-height: 1.15em;    letter-spacing: -.05em;    color: #005C88;    border-left: 5px solid #C1C1C1; } 
.callout .attribution {    font-family: Arial, Helvetica, sans-serif;    font-size: .63em;        letter-spacing: normal;    line-height: normal;    color: #666;    margin: 10px 0 0 0;    padding: 0 5px 0 0;    text-indent: 0; } 
.img_caption_right {    float: right;    margin: 0 0 8px 10px;    width: 250px;    overflow:hidden; } 
.img_caption_right p {    font: 9px Verdana, Arial, Helvetica, sans-serif;    color: #666666;   
 margin: 0 0 0 0;    padding: 6px 3px;    border-bottom: 1px solid #C1C1C1;    background-color: #F6F6F6; } 
 .img_caption_left {    float: left;    margin: 0 10px 8px 0;    width: 250px;    overflow:hidden; } 
 .img_caption_left p {    font: 9px Verdana, Arial, Helvetica, sans-serif;    color: #666666;    margin: 0 0 0 0;    
 padding: 6px 3px;    border-bottom: 1px solid #C1C1C1;    background-color: #F6F6F6; } 
 .breadcrumb, .meta {    font: .9em Arial, Helvetica, sans-serif;    color: #666;    padding: 0 0 15px 0; } 


/*********************************************
		Sub-navigation
*********************************************/

#subnav {
	background: #F6F6F6;
	border-top: 10px solid #c1c1c1;
	width:210px;
}
#subnav h1 {
	color: #305c7c;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;


	border-bottom: 1px solid #c1c1c1;
	padding:10px;
}
#subnav ul {margin: 0; padding: 0;}
#subnav li {
	border-bottom: 1px solid #c1c1c1;
	list-style: none;
}
#subnav li a {
	background: #F6F6F6;
	color: #111;
	font: 8pt Arial, Helvetica, sans-serif;
	display: block;

	padding: 8px 0px 8px 10px;
	text-decoration: none;
}
#subnav li a:hover {
	background: #EDEDED;
	color: #000;
}


#subnav a.on {
	color: #990000;
}
#subnav ul li ul { 
	margin-left: 25px;
	!margin-top:-15px; /* IE hack */
}
#subnav ul li ul li {
	background-image: url(/images/dash.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	*background-position: 0 12px; /* IE hack */
	padding-left: 10px;	
	border: none;
}
#subnav ul li ul li a {
	padding:5px 0px;
}
#subnav ul li ul li a:hover {
	color: #305c7c;
	background:none;
}



/*********************************************
		Sidebars
*********************************************/

.sidebar_left {
	float: left;
	width: 210px;
/*	min-height: 600px;	/* causes some pages to look huge */
	margin:15px 30px 0 0;
	font: .95em Arial, Helvetica, sans-serif;
}

.sidebar_right {
	float: right;
	width: 210px;
	/*min-height: 690px;  causes some pages to look huge */
	margin: 15px 0px;
	font: .95em Arial, Helvetica, sans-serif;
}

/* Used only for Cleveland Slideshow */
.sidebar_right_slideshow {
	float: right;
	width: 210px;
	min-height: 690px;  /* causes some pages to look huge */
	margin: 15px 0px;
	font: .95em Arial, Helvetica, sans-serif;
}

.sidebar_left h2,
.sidebar_right h2{
	font: 1em Arial, Helvetica, sans-serif;
	color: #005C88;
	padding: 10px 10px 0px 16px;
	font-weight: bold;	
}

.sidebar_right ul {margin: 0 0 15px 0; padding: 0; }
.sidebar_right li {	
	list-style: none; 
	color: #666;
	padding: 5px 10px 0px 22px;
	font: 1em Arial, Helvetica, sans-serif;
}
.sidebar_right li a {
	font: 1em Arial, Helvetica, sans-serif;
}
.sidebar_right li a:hover {
	color: #000;
}

.highlights, .take_action, .ticker, .news, .av_slideshow, .appeal {
	margin: 0 0 15px 0 ;
}

.highlights h1, .take_action h1, .ticker h1, .news h1, .av_slideshow h1, .appeal h1	{
	color: #305c7c;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	padding:15px;
}

.highlights h1 span, .take_action h1 span, .ticker h1 span, .news h1 span, .av_slideshow h1 span, .appeal h1 span	{
	display:none;
}

.highlights p, .take_action p, .ticker p, .news p, .av_slideshow p, .appeal p	{
	color: #666;
	padding: 10px 10px 0px 16px;
}

.highlights {
	background:url(/images/sb_heads-highlights.gif) no-repeat;
}
.take_action {
	background:url(/images/sb_heads-take_action.gif) no-repeat;
}
.ticker {
	background:url(/images/sb_heads-ticker.gif) no-repeat;
}
.news {
	background:url(/images/sb_heads-news_events.gif) no-repeat;
}
.av_slideshow {
	background:url(/images/sb_heads-slideshow.gif) no-repeat;
}
.appeal {
	background:url(/images/sb_heads-appeal.gif) no-repeat;
}



.newsletter {
	width: 190px;
	background-color:#F6F6F6;
	color:#305C7C;
	margin: 0px 0px 15px 0;
	padding: 10px;
}
.newsletter h1 {
	font-size: 12pt;
	padding-bottom: 3px;
}
.newsletter input[type=text] {
	width: 140px;
	height: 15px;
}
.newsletter input[type=image] {	/* go button */
	margin:0;
	padding:0;
	position: relative;
	top:4px;	
}
.donate {
	width: 210px;
	background-color:#FFF;
	color:#305C7C;
}




/*********************************************
		AV Slideshow & Vertical Nav
*********************************************/

.media_description {
	color:#999;
	font-weight:normal;
}
.media_text {
	font-size: 1.1em;
	margin: 0 0 0 95px;
}
.media_text strong	{
	color: #005C88;
	text-transform:uppercase;
}


#av_slideshow {
	width: 466px;
	height: 320px;
	overflow:hidden;
	background: #FFF;
	border: #999 solid 2px;
}

.audio_box {
	background: url(/images/listen.gif) no-repeat #F6F6F6 left 6px;
	width: 456px;
	height: 24px;
	margin: 0 0 15px 0;
	padding: 5px;
	border-right: #999 solid 2px;
	border-bottom: #999 solid 2px;
	border-left: #999 solid 2px;

}



.media_nav {
	text-align: left;
	padding: 0px;
	margin: 0px;
	display: block;
}
.media_nav img	{
	float: left;
}
.media_nav ul {
	margin: 0px; padding: 0px;
	height: 65px;
}
.media_nav ul li {
	margin: 0px; padding: 0px;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px; padding: 0px 0px;
}
.media_nav ul li a {
	color: #666;
	width: 180px;
	display: block;
	margin: 0px; padding: 15px;
	text-decoration: none;
	font-size: 9.5px;
	height: 65px;
	border-bottom: 2px solid #CCC;
}
.media_nav ul li a:hover {
	background: #F6F6F6;
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #CCC;
}



/*********************************************
		Social Media
*********************************************/
div.social_media {margin:0; padding:0; width:950px; height:35px; background-color:#F6F6F6}
.social_media ul {margin:0; padding:0; width:950px; height:35px;}
.social_media li {float:left; margin:0; padding:0; list-style:none;}

/*********************************************
		Footer
*********************************************/

#footer {
	font: .78em Arial, Helvetica, sans-serif;
	background:#F6F6F6;
	width: 100%;
	line-height: 19px;
	color: #000;
	text-align: center;
	margin: 0px;
	border-top: 1px solid #C1C1C1;
}
#footer .left, #footer .right {padding: 0 16px;}
#footer a {color: #000;}
#footer a:hover {color: #305C7C;}

#mission {
	background:#B9C9D5 ;
	color: #305C7C;
	font: .85em Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-align: center;
	padding: 10px 20px 0 20px;
	margin: 0;
	clear: both;
}
#mission a {color: #305C7C;}
#mission a:hover {color: #305C7C;}

.leftnav:hover { text-decoration: none; }
.leftnav a:hover { text-decoration: underline; }

