/*************************************************************
Drill page specific style sheet

When defining styles, for consistency,
use a similar order for definitions.

1. Display & Positioning (display, position, left, etc.)
2. Box model items (margin, padding, border, etc.)
2a. top right bottom left for box measurements
3. Sizes (width, height) *Don't forget the box model hack
4. Appearance items (background, font, color, etc.)
*************************************************************/

/*************************************************************
Main Styles
*************************************************************/

body
	{
		display: block;
		margin: 0 auto;
		padding: 0;
		border: 0;
		background: #ABE3FF url("/assets/images/body_bg.gif") repeat-y center top;
		font: .7em Verdana, Arial, sans-serif;
		color: #797979;
	}  
	

	
p
	{
	}
	
	
h1
	{
		padding: 0;
		font-size: 1.75em;
		font-weight: normal;
		color: #006699;	
	}
	
h2
	{
		padding: 0;
		font-size: 1.50em;
		font-weight: normal;
		color: #006699;	  
	}
	
h3
	{
		padding: 0;
		font-size: 1.25em;
		font-weight: normal;
		color: #006699;
	}
	
h4
	{
	}
	
	
ul
	{
	}
	
li 
	{
	}
	
ol 
	{
	}
		
hr {
  border-bottom: 1px solid #FFFFFF;	 
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-top:1px dashed #AEAEAE;  
  padding:0;
  margin: 0 0 0 19px;
}

#contain
	{
		display: block;
		margin: 0 auto;
		padding: 0;
		border: 0;
		width: 981px;
		background: #FFF;                
	}


#contain .clb 
	{ 
		clear: both; 
		height: 1px; 
		visibility: hidden;                      
	}


img
	{
		margin: 0;
		padding: 0;
		border: 0;                                       
	}



/***************************************************************
Header Items
***************************************************************/

#contain .header
	{
		position: relative;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
		width: 981px;
		height: 103px;
		background: #03ACFE url("/assets/images/contain_header_bg.gif") repeat-x top left ;

	} 
	
#contain .header img.logo_print
	{
		display: none;
	}

#contain .header a.logo
	{
		position: absolute;
		top: 0;
		left: 38px;
		display: block;
		margin: 21px 0 0 0;
		padding: 0;
	}	
	
#contain .header a.logo-interior
	{
		position: absolute;
		top: 0;
		left: 26px;
		display: block;
		margin: 21px 0px 0 0;
		padding: 0;
	}		

#contain .header #utilNav 
	{
		position: absolute;
		top: 0;
		right: 0;
		margin: 10px 0 0 0;
		padding: 0;
		display: block;
	}

#contain .header #utilNav ul
	{
		margin: 0;
		padding: 0;
		list-style:	none;
	}

#contain .header #utilNav ul li
	{
		display: inline;
		margin: 0;
		padding: 0;
		border-right: 1px solid white;
	}

#contain .header #utilNav ul li.noborder
	{
		border: none;
	}

#contain .header #utilNav ul li a
	{
		margin: 0;
		padding: 0 15px 0 12px;
		text-decoration: none;
		color: #FFF;
	}

#contain .header #utilNav ul li a:hover
	{
		text-decoration: underline;
	}	   
	
#contain .header #utilNav ul li.search {
        
            border: none;
        }
#contain .header #utilNav ul li.search form
	{
	 	display: inline;
		padding: 0 8px 0 15px;
	}

#contain .header #utilNav ul li.search form input
	{
		padding: 2px;
	}
	
#contain .header #utilNav ul li.search form input.submit
	{
		padding: 3px;
		font-size: 1em;
		color: #FFF;
		background-color: #0084b2;
		border-top: 1px solid #00aae4;
		border-left: 1px solid #00aae4;
		border-right: 1px solid #006083;
		border-bottom: 1px solid #006083;
	}

#contain .header #mainNav 
	{
		position: absolute;
		top: 0;
		left: 205px;
		float: left;
		display: block;
		margin: 58px 0 0 0;
	}

#contain .header #mainNav ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}

#contain .header #mainNav ul li
	{
		float: left;
		display: inline;
		margin: 0 2px 0 0;
		padding: 0;
	}

#contain .header #mainNav ul li a
	{
		display: block;
		height: 40px;
		text-transform: uppercase;
		text-indent: -2000px;
		overflow: hidden;
		background: no-repeat;
	}

#contain .header #mainNav ul li a:hover
	{
		background-position: 0 -40px;
	}
	
#contain .header #mainNav ul li a.about
	{
		width: 83px;
		background-image: url(http://10.1.1.30/staging/test/www.unicefusa.org/assets/images/nav_main_home_about.gif);
	}

#contain .header #mainNav ul li a.work
	{
		width: 112px;
		background-image: url(http://10.1.1.30/staging/testwww.unicefusa.org/assets/images/nav_main_work.gif);
	}

#contain .header #mainNav ul li a.people
	{
		width: 134px;
		background-image: url(http://unicef.pub30.convio.net/assets/images/nav_main_people.gif);
	}

#contain .header #mainNav ul li a.campaigns
	{
		width: 94px;
		background-image: url(http://unicef.pub30.convio.net/assets/images/nav_main_campaigns.gif);
	}

#contain .header #mainNav ul li a.news
	{
		width: 118px;
		background-image: url(http://unicef.pub30.convio.net/assets/images/nav_main_news.gif);
	}

#contain .header #actNav 
	{
		position: absolute;
		top: 0;
		right: 7px;
		display: block;
		margin: 58px 0 0 0;
	}

#contain .header #actNav ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}

#contain .header #actNav ul li
	{
		float: left;
		display: inline;
		margin: 0 0 0 2px;
		padding: 0;
	}

#contain .header #actNav ul li a
	{
		display: block;
		height: 40px;
		text-transform: uppercase;
		text-indent: -2000px;
		overflow: hidden;
		background: no-repeat;
	}

#contain .header #actNav ul li a:hover
	{
		background-position: 0 -44px;
	}

#contain .header #actNav ul li a.donate
	{
		width: 69px;
		background-image: url(http://unicef.pub30.convio.net/assets/images/nav_act_donate.gif);
	}

#contain .header #actNav ul li a.shop
	{
		width: 57px;
		background-image: url(http://unicef.pub30.convio.net/assets/images/nav_act_shop.gif);
	}

#contain .header #actNav ul li a.volunteer
	{
		width: 84px;
		background-image: url(http://unicef.pub30.convio.net/assets/images/nav_act_volunteer.gif);
	}

/*************************************************************
Structural Items
***************************************************************/

#structure
	{
		display: block;
		float: left;
		margin: 7px 0 0 0;
		padding: 0 0 60px 0;
		border: 0;
		width: 981px;
		background: #FFF url("/assets/images/structure_bg.jpg") repeat top left;
	}	
	
#structure.wide
	{
		background-image: url("/assets/images/structure_wide_bg.jpg");
	}
	
/*************************************************************
Structural Left
***************************************************************/

#contain #structure .left
	{
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		width: 202px;
	}

	
#contain #structure .left .nav-side
	{
		float: left;
		margin: 0 0 5px 0;
		padding: 0 0 25px 0;
		background: #0BAEF8 url("/assets/images/left_sidenav_bg.gif");
	}
	
	
	
#contain #structure .left .nav-side h2
	{
		margin: 12px 0 6px 12px;
		padding: 0;
		color: #FFF;
		font: bold 1.15em verdana;
	}
	
#contain #structure .left .nav-side ul
	{
		margin: 0 12px 0 12px;
		padding: 0;
	}
	
#contain #structure .left .nav-side li
	{
		margin: 0;
		padding: 0;
		border-bottom: 1px dashed #FFF;
		list-style: none;

	}
	
#contain #structure .left .nav-side li.start
	{
		border-top: 1px dashed #FFF;
	}

#contain #structure .left .nav-side li.end
	{
		border: 0;
	}
	
#contain #structure .left .nav-side li a
	{
                display: block;
		margin: 0;
		padding: 7px 0px;
		width: 178px;
		text-decoration: none;
		color: #FFF;
		background: url("/assets/images/left_sidenav_blt.gif") no-repeat 5px .9em;
	}
	
#contain #structure .left .nav-side li a:hover
	{
		color: #006699;
		background: #FFF url("/assets/images/left_sidenav_blt_on.gif") no-repeat 5px .9em;		
	}
	
#contain #structure .left .nav-side li a span
	{
		margin: 0 20px;
	}
	
#contain #structure .left .join-us
	{
		position: relative;
		float: left;
		margin: 5px 0;
		padding: 10px 0 10px 0;
		background: #E2F4FF;  
		width:202px;
	}
	
#contain #structure .left .join-us form
	{
		margin: 5px 0 0 12px;
		padding: 0;
	}

#contain #structure .left .join-us input.enter
	{
		padding: 3px 3px;
		border: 1px solid #A9A9A9;
		width: 172px;
		font: .85em Verdana, Arial, sans-serif;
		color:	#A9A9A9;
		background: #FFF;
	}
	
#contain #structure .left .join-us p
	{
		margin: 9px 0;
		padding: 0;
	}

#contain #structure .left .join-us p a
	{
		font: bold .8em Verdana, Arial, sans-serif;
		color: #00ABFE;
	}
	
#contain #structure .left .join-us p a:hover
	{
		text-decoration: none;
	}
	
#contain #structure .left .join-us form p{
		width: 95px;
	}
	
#contain #structure .left .join-us .bttn-sub
	{
		float: left;
		background-color: #FFCCFF;

	}
	#contain #structure .left .join-us .bttn-sub input
		{
			position: absolute;
			top: 54px;
			right: 10px;
			display: inline;
			margin: 0;
			padding: 2px 0 2px 0;
			border: 1px solid;
			border-top-color: #2398de;
			border-left-color: #2398de;
			border-right-color: #003366;
			border-bottom-color: #003366;
			width: 80px;
			font: .9em Verdana, Arial, sans-serif;
			font-weight: bold;
			color:	#FFF;
			background: #2498ff;
	/*		 url("/assets/images/left_joinus_bttn.gif") no-repeat 8px 50%;*/
		}

#contain #structure .left .highlight
	{
		float: left;
		margin: 5px 0;
		padding: 0;
		width: 202px;
		color: #FFF;
		background: #FB892E url("/assets/images/left_highlight_bg.gif") no-repeat top left;		
	}
	
#contain #structure .left .highlight h2
	{
		margin: 14px 12px 0 12px;
		padding: 0;
		text-transform: uppercase;	
		color:#ffffff;	
	}

#contain #structure .left .highlight p
	{
		margin: 0 12px 14px 12px;
		padding: 0;
	}

#contain #structure .left .highlight p a
	{
		color: #FFF;
		text-decoration: none;
	}
	
/*************************************************************
Structural Content
***************************************************************/

#contain #structure .content
	{
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	width: 549px;
	}

	
		
#contain #structure .content .crumbs
	{        
		position: relative;
		left: 19px;
		float: left;
		margin: 0 0 6px 0;
		padding: 0;
		width: 507px;
		border-bottom: 1px dashed #006699;
		background: #FFF;
	}
	
#contain #structure .content .crumbs ul
	{
		margin: 16px 0;
		padding: 0px 0;
	}
	
#contain #structure .content .crumbs ul li
	{
		display: inline;
		margin: 0 8px 0 0;
		padding: 0 0 0 8px;
		background: url("/assets/images/content_crumbs_blt.gif") no-repeat 0 50%;
	}
	
#contain #structure .content .crumbs ul li a
	{
		color: #006699;
		text-decoration: underline;
	}
	
#contain #structure .content .crumbs ul li a:hover
	{
		text-decoration: none;
	}
	
	#contain #structure .content .title
		{
/*			position: relative;
			left: 19px;
			float: left;
			margin: 0;
			padding: 0;
			width: 507px;
			height: 188px;
			background: #F6c;
*/
		display: block;
		margin: 40px 0 20px 20px;
		padding: 123px 0 12px 0;
		width: 507px;
		/*background: #FFFFFF url("http://unicef.pub30.convio.net/assets/images/content_title_img.jpg") no-repeat top left;*/
		
		}
	
.page_banner_image { 
margin: 20px 0 10px 20px;
}	

.share { 
margin-right: 20px;
text-align: right;
}	

#contain #structure .content .title h1
	{
/*		margin: 0 0 0 0px;
		padding: 0;
		height: 100px;
		font-size: 1.75em;
		font-weight: normal;
		color: #006699;
*/
	display: inline;
	margin: 174px 0 0 0;
	padding: 20 10 20 10;
	font-size: 1.75em;
	font-weight: normal;
	color: #006699;
	background: #FFF;
	}
	
#contain #structure .content .text-area
	{
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		width: 540px;
		font-size: 1.1em;
		line-height: 1.5em;
	}	  
	
/*#contain #structure .content .text-area table {
 margin-left: 20px;

}*/
	 
/*#contain #structure .content .text-area td {
 font: 1.1em Verdana, Arial, sans-serif;
 font-weight: normal;
 color: #006699;
}	*/


	
#contain #structure .content .text-area h1
	{
		margin: 30px 0 0px 19px;
		font-size: 2em;
		line-height: 1.5em;
		font-weight: normal;
		color: #006699;
	}
	
#contain #structure .content .text-area h2
	{
		margin-top: 24px;
		margin-bottom: 20px;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		color: #006699;
	}

	
#contain #structure .content .text-area h3
	{
		margin-top: 40px;
		margin-bottom: 8px;
		font-size: 1.2em;
		font-weight: bold;
		color: #006699;    
	}

	
#contain #structure .content .text-area h4
	{
		margin-top: 30px;
		margin-bottom: 2px;	
		font-weight: bold;
		color: #006699;    		
	}


	
#contain #structure .content .text-area p
	{
		color: #006699;
	}

	
#contain #structure .content .text-area ul
	{
		margin: 0;
		padding: 0;
	}

	
#contain #structure .content .text-area li
	{
		margin: 5px 30px;
		padding: 0 0 0 15px;
		color: #006699;
		list-style: none;
		background: transparent url("/assets/images/content_textarea_blt.gif") no-repeat scroll 0pt .6em;
	}
		
#contain #structure .content .text-area .text-blue
	{
		position: relative;
		left: 19px;
		float: left;
		margin: 20px 0 0 0;
		padding: 0;
/*width: 507px;*/
		/*font-size: 1em;*/
		line-height: 1.5em;
		color: #797979;
		background: #E2F4FF url("/assets/images/content_textblue_bg.gif") repeat-x 0 3em;	
	}
	
#contain #structure .content .text-area .text-blue.alt
	{
		background: none;
	}

	
#contain #structure .content .text-area .text-blue h2
	{
		margin-top: 10px;
		margin-bottom: 20px;
		/*font: bold 1.3em Verdana, sans-serif;	*/
		font: bold Verdana, sans-serif;
		text-transform: uppercase;
		color: #006699;
	}
	
#contain #structure .content .text-area .text-blue .item-blue
	{
		float: left;
		display: inline;
		margin: 0 25px 17px 19px;
		padding: 0 0 17px 0;
		/*width: 507px !important; */
		border-bottom: 1px dashed #797979;
	}
	

#contain #structure .content .text-area .text-blue .item-blue.alt
	{
		margin: 10px 0 10px 0;
		padding: 0 0 10px 0;
/*		width: 507px;*/
	}
	
#contain #structure .content .text-area .text-blue .item-blue.end
	{
		border: 0;
	}
	
#contain #structure .content .text-area .text-blue .item-blue.altend
	{
		margin: 10px 0 10px 0;
		padding: 0 0 10px 0;
		border: 0;   
/*		width: 507px;*/
	}
	
#contain #structure .content .text-area .text-blue .item-blue h3
	{
		margin: 0;
		/*font-size: 1em; */
		font-weight: bold;
	}

#contain #structure .content .text-area .text-blue .item-blue h3 strong
	{
		/*font-size: 1.2em;	*/
		text-transform: uppercase;
	}

#contain #structure .content .text-area .text-blue .item-blue p
	{
		margin: 0;
		padding: 0 0 8px 0;
	}

#contain #structure .content .text-area .text-blue .item-blue p a
	{
		padding: 0 0 0 8px;
		color: #00ABFE;
		background: url("/assets/images/content_textblue_blt.gif") no-repeat 0 .45em;
	}
	
#contain #structure .content .text-area .text-blue .item-blue .photo
	{
		float: left;
		width: 180px;
	}
	
#contain #structure .content .text-area .text-blue .item-blue .copy
	{
		float: left;
		width: 270px;
	}

#contain #structure .content .text-area .text-blue .item-blue.alt .copy, #contain #structure .content .text-area .text-blue .item-blue.altend .copy
	{
		/*width: 327px;*/
		width: 315px;
	}
	
#contain #structure .content .text-area .text-blue .item-blue .copy h3
	{
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
	}

#contain #structure .content .text-area .text-blue .item-blue .copy p
	{
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
	}
	
#contain #structure .content .text-blue .item-people
	{
		margin: 10px 0 10px 0;
		padding: 0 0 10px 0;
		width: 507px;
	}
	
#contain #structure .content .text-blue .item-people .type-photo
	{
		margin-left: 19px;
	}

	
#contain #structure .content .text-blue .item-people .col-people
	{
		float: left;
		margin: 0 0 20px 0;
		padding: 0;
		width: 252px;
	}
	
#contain #structure .content .text-blue .item-people .col-people h3
	{
		margin-bottom: 3px;
		color: #006699;
	}
	
#contain #structure .content .text-blue .item-people .col-people h4
	{
		margin-top: 10px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	
#contain #structure .content .text-blue .item-people .col-people p
	{
		margin-right: 10px;
		margin-bottom: 3px;
	}
	
#contain #structure .content .text-blue .item-people .col-people p a
	{
		padding: 0 0 0 8px;
		color: #00ABFE;
		background: url("/assets/images/content_textblue_blt.gif") no-repeat 0 .45em;
	}
	
	
#contain #structure .content .text-news
	{
		position: relative;
		left: 19px;
		float: left;
		margin: 0 0 6px 0;
		padding: 0;
		border-bottom: 1px dashed #797979;
		/*width: 507px;	*/
		width: 490px;	
		font-size: 1em;
		line-height: 1.5em;

	}
	
#contain #structure .content .text-news h2
	{
		margin: 20px 0 0 0;
		font-size: 1.3em;
		font-weight: bold;
		color: #006699;
	}
	
#contain #structure .content .text-news a
	{
		text-decoration: none;
	}
	
#contain #structure .content .text-news a:hover
	{
		text-decoration: underline;
	}


#contain #structure .content .text-news .item-news, #contain #structure .content .text-news .odd .item-news, #contain #structure .content .text-news .even .item-news
	{
		margin: 0;
		padding: 8px 0 8px 0px;
	}
	
#contain #structure .content .text-news .item-news h3, #contain #structure .content .text-news .odd .item-news h3, #contain #structure .content .text-news .even .item-news h3
	{
		margin: 1px 0;
		padding: 0;
		font-size: .9em;
		color: #006699;
	}
	
#contain #structure .content .text-news .item-news h3 a, #contain #structure .content .text-news .odd .item-news h3 a, #contain #structure .content .text-news .even .item-news h3 a
	{
		color: #006699;		
	}

#contain #structure .content .text-news .item-news p, #contain #structure .content .text-news .odd .item-news p, #contain #structure .content .text-news .even .item-news p
	{
		margin: 1px 0;
		padding: 0;
		color: #666666;
	}
	
#contain #structure .content .text-news .item-news p a, #contain #structure .content .text-news .odd .item-news p a, #contain #structure .content .text-news .even .item-news p a
	{
		color: #666666;
	}
	
#contain #structure .content .text-news .item-news p.type-date, #contain #structure .content .text-news .odd .item-news p.type-date, #contain #structure .content .text-news .even .item-news p.type-date
	{
		color: #81CDFF;  
	}
	
#contain #structure .content .text-pub
	{
		position: relative;
		left: 19px;
		float: left;
		margin: 0 0 6px 0;
		padding: 0;
		border-bottom: 1px dashed #797979;
		width: 507px;
		font-size: 1em;
		line-height: 1.5em;

	}
	
#contain #structure .content .text-pub span
	{
		position: absolute;
		top: 20px;
		right: 25px;
	}
	
#contain #structure .content .text-pub span a
	{
		padding: 0 0 0 6px;
		font-size: .85em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: underline;
		color: #006699;
		background: url("/assets/images/content_textpub_blt.gif") no-repeat 0 .40em;

	}

	
#contain #structure .content .text-pub h2
	{
		margin: 20px 0 20px 0;
		font-size: 1.3em;
		font-weight: bold;
		color: #006699;
	}
	
#contain #structure .content .text-pub a
	{
		text-decoration: none;
	}
	
#contain #structure .content .text-pub a:hover
	{
		text-decoration: underline;
	}
	
#contain #structure .content .text-pub .col
	{
		float: left;
		margin: 0;
		padding: 0;
		width: 169px;
	}
	
#contain #structure .content .text-pub .col h3
	{
		margin: 15px 0 0 0;
		padding: 0;
		font-size: .9em;
		color: #006699;
	}
	
#contain #structure .content .text-pub .col h3 a
	{
		color: #006699;		
	}


#contain #structure .content .text-pub .col p
	{
		margin: 0 10px 20px 0;
		padding: 0 0 0 0;
		font-size: .9em;
		color: #666666;
	}
	
#contain #structure .content .text-pub .col p a
	{
		color: #666666;
	}

#contain #structure .content p,h2,h3,h4,h5,ul
	{
		margin: 0 50px 10px 19px;
	}
			  
/*************************************************************
Structural Content - WIDE
***************************************************************/			  
			  
			  
#contain #structure.wide .content 
	{
		width: 770px;
	}	  	
	
#contain #structure.wide .content p,h2,h3,h4,h5,ul
	{
		margin: 0 50px 10px 19px;
	}

#contain #structure.wide .content .text-area
	{
		width: 760px;
	} 

#contain #structure.wide .content .text-area h1
	{
		margin: 30px 0 0px 19px;
		font-size: 2em;
		line-height: 1.5em;
		font-weight: normal;
		color: #006699;	  
	}
	
#contain #structure.wide .content .text-area h2
	{
		margin-top: 24px;
		margin-bottom: 20px;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		color: #006699;
	}

	
#contain #structure.wide .content .text-area h3
	{
		margin-top: 40px;
		margin-bottom: 8px;
		font-size: 1.2em;
		color: #006699;    
	}

	
#contain #structure.wide .content .text-area h4
	{
		margin-top: 30px;
		margin-bottom: 2px;
		color: #006699;    		
	}


	
#contain #structure.wide .content .text-area p
	{
		color: #006699;
	}

	
#contain #structure.wide .content .text-area ul
	{
		margin: 0;
		padding: 0;
	}

	
#contain #structure.wide .content .text-area li
	{
		margin: 5px 30px;
		padding: 0 0 0 15px;
		color: #006699;
		list-style: none;
		background: url("/assets/images/content_textarea_blt.gif") no-repeat 0 50%;
	}
	
/*************************************************************
Structural Content - No Left Column
***************************************************************/			  
			  
			  
#contain #structure.noleft .content 
	{
		width: 750px;
	}	  	
	
#contain #structure.noleft .content p,h2,h3,h4,h5,ul
	{
		margin: 0 50px 10px 19px;
	}

#contain #structure.noleft .content .text-area
	{
		width: 740px;
	} 

#contain #structure.noleft .content .text-area h1
	{
		margin: 30px 0 0px 19px;
		font-size: 2em;
		line-height: 1.5em;
		font-weight: normal;
		color: #006699;	  
	}
	
#contain #structure.noleft .content .text-area h2
	{
		margin-top: 24px;
		margin-bottom: 20px;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
		color: #006699;
	}

	
#contain #structure.noleft .content .text-area h3
	{
		margin-top: 40px;
		margin-bottom: 8px;
		font-size: 1.2em;
		color: #006699;    
	}

	
#contain #structure.noleft .content .text-area h4
	{
		margin-top: 30px;
		margin-bottom: 2px;
		color: #006699;    		
	}


	
#contain #structure.noleft .content .text-area p
	{
		color: #006699;
	}

	
#contain #structure.noleft .content .text-area ul
	{
		margin: 0;
		padding: 0;
	}

	
#contain #structure.noleft .content .text-area li
	{
		margin: 5px 30px;
		padding: 0 0 0 15px;
		color: #006699;
		list-style: none;
		background: url("/assets/images/content_textarea_blt.gif") no-repeat 0 8%;
	}	

	
/*************************************************************
Structural Right
***************************************************************/
	
#contain #structure .right
	{
		display: inline;
		float: right;
		margin: 0;
		padding: 0;
		width: 230px;
	}
	
#contain #structure .right p
	{
		margin: 2px 8px 10px 15px;
		padding: 0;
		color: #003366;
	}
	
#contain #structure .right h2
	{
		margin: 10px 5px 0 15px;
		font-size: 1.15em;
		color: #003366;
	}
	
#contain #structure .right ul
	{
		margin: 0;
		padding: 0;
	}
	
#contain #structure .right li
	{
		margin: 0 25px 10px 15px;
		padding: 0 0 0 12px;
		list-style: none;
		color: #003366;
	}
	
#contain #structure .right a
	{
		color: #003366;
		text-decoration: underline;
	}
	
#contain #structure .right a:hover
	{
		color: #003366;
		text-decoration: none;
	}

#contain #structure .right .box-side
	{
		display: block;
		float: left;
		position: relative;
		margin: 0;
		padding: 20px 0;
		width: 230px;
		background: #F6F6F6 url("/assets/images/right_box_bg.gif") no-repeat bottom left;
	}
	
#contain #structure .right .box-side h1
	{
		margin: 0 0 0 15px;
		padding: 0;
		color: #006699;
		font: bold 1.2em Arial;
		text-transform: uppercase;
	}
	
#contain #structure .right .box-side p .headline
	{
		margin: 0;
		padding: 0;
		color: #006699;
		font: bold 1.2em Arial;
		text-transform: uppercase;
	}	
	
#contain #structure .right .box-side .headline
	{
		margin: 0 0 0 15px;
		padding: 0;
		color: #006699;
		font: bold 1.2em Arial;
		text-transform: uppercase;
		display:block;
	}	
	
#contain #structure .right .box-side li
	{
		padding-left: 20px;
		background: url("/assets/images/right_box_link_blt.gif") no-repeat 0 8%;
	}
	
#contain #structure .right .box-banner
	{
		display: block;
		float: left;
		margin: 0 0 12px 0;
		padding: 0;
/*		width: 230px;      */
	} 
				  

	
#contain #structure .right .box-side .item-news
	{
		margin: 10px 15px;
		padding: 0 0 10px 0px;
		border-bottom: 1px dashed #AEAEAE;
	}
	
#contain #structure .right .box-side .item-news.end
	{
		border: none;
	}

#contain #structure .right .box-side .item-news p
	{
		margin: 5px 0 0 0;
		color: #797979;
	}
	
#contain #structure .right .box-side .item-news p.type-story
	{
		margin-top: 2px;
	}
	
#contain #structure .right .box-side .item-news p.type-date
	{
		color: #81CDFF;
	}
	
#contain #structure .right .box-side .item-news h2
	{
		margin: 2px 0 6px 0;
		font-size: 1em;
		font-weight: normal;
		color: #007AA9;
	}
	
#contain #structure .right .box-side .item-news h3
	{
		margin: 2px 0 0 0;
		font-size: 1em;
		font-weight: bold;
		color: #006699;
	}
	

#contain #structure .right .box-side .item-news li
	{
		margin: 0;
		padding: 0;
		background: none;
	}

#contain #structure .right .box-side .item-news li a
	{
		display: block;
		padding: 5px 10px 10px 12px;
		background: url("/assets/images/right_box_link_blt.gif") no-repeat 0 .8em;
		color: #003366;
	}
	
#contain #structure .right .box-side .item-news li a:hover
	{
		background: #FFF url("/assets/images/right_box_link_blt.gif") no-repeat 0 .8em;
		color: #003366;
	}
	
#contain #structure .right .box-side .item-news a
	{
		padding: 2px 8px 2px 7px;
		color: #797979;
		background: url("/assets/images/right_box_blt_arrow.gif") no-repeat 0 .55em;
	}
	
#contain #structure .right .box-side .item-news a:hover
	{
		color: #FFF;
		background: #CDCDCD;
	}
	
#contain #structure .right .box-side .rss
	{
		position: absolute;
		top: 18px;
		left: 175px;
		margin: 0;
		padding: 0;
		
		
	}
	
#contain #structure .right .box-side .item-photo
	{
		margin: 10px 0 10px 15px;
	}
	

#contain #structure .right .box-side p.item-part-link a
	{
		font-weight: bold;
		text-decoration: underline;
		color: #003366;
	}
	
#contain #structure .right .box-side p.item-part-link a:hover
	{
		text-decoration: none;
	}





	

	

	
/***************************************************************
Footer Items
***************************************************************/

#footer
	{
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		width: 981px;
		text-align: center;
		background: #FFF url("/assets/images/footer_bg.gif") repeat-x top left;
	}
	
#footer	ul
	{
		margin: 10px 20px 50px 20px;
		padding: 0;
		font-size: 9px;
	}
	
#footer li
	{
		display: inline;
	}
	
#footer li.item-phone
	{
		margin: 0 108px 0 3px;
	}

#footer li.item-link
	{
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #00A8FA;
	}
	
#footer li.item-link-end
	{
		margin: 0;
		padding: 0;
		border-right: none;
	}
	
#footer li a
	{
		font-weight: bold;
		color: #00A8FA;
	}



/******************************************************
Nav Items
******************************************************/

#nav
	{

	}

	


/****************************************************************
General Links remember order>> link:a visited:a hover:a active:a
*****************************************************************/

a
	{
		color: #0BAEF8;
		text-decoration: underline;
	}
a:link
	{
	}
a:visited
	{
	}
a:hover
	{
		text-decoration: none;
	}
a:active
	{
	}	  


	
	
/****************************************************************
	In-page Image formatting added 2-7-08
*****************************************************************/
div.image-caption-right{
	float:right;
	padding: 7px; 
	margin: 0 6px 0 13px;
	background-color: #f6f6f6;
}

div.image-caption-left {
	float:left;
	padding: 7px; 
	margin: 0 13px;
	background-color: #f6f6f6;
}	

div.image-caption { 
	background-color: #f6f6f6;
}	
      
#contain #structure .content div.image-caption-left  p.photocredit,
#contain #structure .content div.image-caption-right  p.photocredit, 
#contain #structure .content div.image-caption  p.photocredit { 
	text-align: right;
	font-size:.75em;
	margin: 3px 0;
	padding: 0;
	color: #999;
}
#contain #structure .content div.image-caption-left  p,
#contain #structure .content div.image-caption-right  p,
#contain #structure .content div.image-caption  p  { 
	/*width: 200px;*/
	text-align: left;
	font-size:.75em;
	line-height:1.2em; 
	margin: 0;
	padding: 0;
	 color: #666;
}
#contain #structure .content div.image-caption-left  p a,
#contain #structure .content div.image-caption-right  p a,
#contain #structure .content div.image-caption  p a  {
		color: #666;
		text-decoration: underline;
	}     
/****************************************************************
   Celebrity Ambassadors formatting added 2-7-08
*****************************************************************/	



div.efforts hr {
  border-bottom: 1px solid #FFFFFF;	 
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-top:1px dashed #AEAEAE;  
  padding:0;
  margin: 0 0 0 19px;
}


/****************************************************************
   Donate Alert formatting added 3-17-08
*****************************************************************/ 
div.donate-alert {
	border:1px dashed #0BAEF8;
	background-color: #E2F4FF;
	padding:10px 0 0 0;
	margin: 0 13px 10px 20px;
} 

#contain #structure .content .text-area div.donate-alert p{
	color: #036;
}
#contain #structure .content .text-area div.donate-alert p a{
	color: #0BAEF8;
} 
/****************************************************************
   Media Call-out formatting added 3-17-08
*****************************************************************/

#contain #structure .content .text-area div.media-callout {
	background:#F6f6f6 url(/assets/images/media_callout_bg.gif) no-repeat scroll left top;
	padding: 7px; 
	margin-top:7px;
}

#contain #structure .content .text-area div.media-callout p{
	width: 186px;
}
 
a.realplayer_link {
	background:transparent url(/assets/images/media_real_1.gif) no-repeat scroll left top; 
	padding-left:19px;
	height: 16px;
	float:left;
	clear:both;  
}



