/*************************************************************
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("../images/body_bg.gif") repeat-y center top;
		font: .7em Verdana, Arial, sans-serif;
		color: #006699;
		text-align:center;
	}

#contain
	{
		display: block;
		margin: 0 auto;
		padding: 0;
		border: 0;
		width: 981px;
		background: #FFF; 
		text-align:left;               
	}


#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("../images/contain_header_bg.gif") repeat-x top left ;

	}

#contain .header a.logo
	{
		position: absolute;
		top: 0;
		left: 25px;
		display: block;
		margin: 21px 0 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
	{
		font-size:11px;
		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
	{
		font-size:11px;
		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(../images/nav_main_about.gif);
	}

#contain .header #mainNav ul li a.work
	{
		width: 112px;
		background-image: url(../images/nav_main_work.gif);
	}

#contain .header #mainNav ul li a.people
	{
		width: 134px;
		background-image: url(../images/nav_main_people.gif);
	}

#contain .header #mainNav ul li a.campaigns
	{
		width: 94px;
		background-image: url(../images/nav_main_campaigns.gif);
	}

#contain .header #mainNav ul li a.news
	{
		width: 118px;
		background-image: url(../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(../images/nav_act_donate.gif);
	}

#contain .header #actNav ul li a.shop
	{
		width: 57px;
		background-image: url(../images/nav_act_shop.gif);
	}

#contain .header #actNav ul li a.volunteer
	{
		width: 84px;
		background-image: url(../images/nav_act_volunteer.gif);
	}

/*************************************************************
Structural Items
***************************************************************/

#structure
	{
		display: block;
		float: left;
		margin: 7px 0 0 0;
		padding: 0 0 60 0;
		width: 980px;
		border: 0;
		background: #FFF;
	}
	
/*************************************************************
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("../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: 0px dashed #FFF;
		border-bottom: 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;
		font-size: .8em;
		background: url("../images/left_sidenav_blt.gif") no-repeat 5px .9em;
	}
	
#contain #structure .left .nav-side li a:hover
	{
		color: #006699;
		background: #FFF url("../images/left_sidenav_blt_on.gif") no-repeat 5px .9em;		
	}
	
#contain #structure .left .nav-side li a span
	{
		margin: 0 20px;
	}
	
#contain #structure .left .nav-side li.bottom
	{
		margin: 0;
		padding: 0;
		border-bottom:none;
		list-style: none;

	}	
	
#contain #structure .left .nav-side ul ul
	{
	padding: 0px;
        margin:0px
	}
#contain #structure .left .nav-side ul ul li 
	{
	width: 178px;
	}
		
#contain #structure .left .nav-side UL UL LI.start
    {
    border-top: #fff 1px dashed;
	border-bottom: #fff 1px dashed;
	}
	
#contain #structure .left .nav-side ul ul li a
	{
	display: block;
	padding: 8px 32px;
	width: 178px;
	text-decoration: none;
	font-size: .8em;
	color: #fff;
	background:none;
	}    
    
#contain #structure .left .nav-side ul ul li a:hover
	{
	color: #069;
	padding: 8px -10px;
	background: url("../images/subnav_hover_second.gif") no-repeat 0 1px;
	} 	
	
#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: 140px;
		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 .7em Verdana, Arial, sans-serif;
		color: #00ABFE;
	}
	
#contain #structure .left .join-us p a:hover
	{
		text-decoration: none;
	}
	
#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("../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("../images/left_highlight_bg.gif") no-repeat top left;		
	}
	
#contain #structure .left .highlight h2
	{
		margin: 14px 12px 0 12px;
		padding: 0;
		text-transform: uppercase;		
	}

#contain #structure .left .highlight p
	{
		margin: 0 12px 14px 12px;
		padding: 0;
	}
	
#contain #structure .left .highlight p a
	{
		color: #FFF;
		text-decoration: none;
		font-size: .8em;
	} 	
	
/*************************************************************
Structural Content
***************************************************************/

#contain #structure .content
	{
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		width: 981px;
	}
	
	
#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("../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: 163px;
		background: #FFF url("../images/content_title_img.jpg") no-repeat top left;
	}
	
#contain #structure .content .title h1
	{
		margin: 118px 0 0 0px;
		padding: 0;
		font-size: 1.75em;
		font-weight: normal;
		color: #006699;
	}
	
#contain #structure .content .text-area
	{
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		width: 758px;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	

#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;
		color: #006699;    
	}
                                         

#contain #structure .content .text-area h4
	{
		margin-top: 30px;
		margin-bottom: 2px;
		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: url("../images/content_textarea_blt.gif") no-repeat 0 50%;
	}
	
#contain #structure .content .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("../images/content_textblue_bg.gif") repeat-x 0 3em;
	}
	
#contain #structure .content .text-blue.alt
	{
		background: none;
	}

	
#contain #structure .content .text-blue h2
	{
		margin-top: 10px;
		margin-bottom: 20px;
		font: bold 1.3em Verdana, sans-serif;
		text-transform: uppercase;
		color: #006699;
	}
	
#contain #structure .content .text-blue .item-blue
	{
		float: left;
		margin: 0 25px 17px 19px;
		padding: 0 0 17px 0;
		border-bottom: 1px dashed #797979;
	}
	

#contain #structure .content .text-blue .item-blue.alt
	{
		margin: 10px 0 10px 0;
		padding: 0 0 10px 0;
		width: 507px;
	}
	
#contain #structure .content .text-blue .item-blue.alt .copy
	{
		width: 327px;
	}

	
#contain #structure .content .text-blue .item-blue.end
	{
		border: 0;
	}
	
#contain #structure .content .text-blue .item-blue.altend
	{
		margin: 10px 0 10px 0;
		padding: 0 0 10px 0;
		border: 0;   
		width: 507px;
	}
	
#contain #structure .content .text-blue .item-blue h3
	{
		margin: 0;
		font-size: 1em;
		font-weight: bold;
	}

#contain #structure .content .text-blue .item-blue h3 strong
	{
		font-size: 1.2em;
		text-transform: uppercase;
	}

#contain #structure .content .text-blue .item-blue p
	{
		margin: 0;
		padding: 0 0 8px 0;
	}

#contain #structure .content .text-blue .item-blue p a
	{
		padding: 0 0 0 8px;
		color: #00ABFE;
		background: url("../images/content_textblue_blt.gif") no-repeat 0 .45em;
	}
	
#contain #structure .content .text-blue .item-blue .photo
	{
		float: left;
		width: 180px;
	}
	
#contain #structure .content .text-blue .item-blue .copy
	{
		float: left;
		width: 280px;
	}
	
#contain #structure .content .text-blue .item-blue .copy h3
	{
		margin-left: 10px;
		margin-right: 10px;
	}

#contain #structure .content .text-blue .item-blue .copy p
	{
		margin-left: 10px;
		margin-right: 10px;
	}
	
#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("../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;
		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
	{
		margin: 0;
		padding: 8px 0 8px 0px;
	}
	
#contain #structure .content .text-news .item-news h3
	{
		margin: 1px 0;
		padding: 0;
		font-size: .9em;
		color: #006699;
	}
	
#contain #structure .content .text-news .item-news h3 a
	{
		color: #006699;		
	}

#contain #structure .content .text-news .item-news p
	{
		margin: 1px 0;
		padding: 0;
		color: #666666;
	}
	
#contain #structure .content .text-news .item-news p a
	{
		color: #666666;
	}
	
#contain #structure .content .text-news .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("../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;
	}

	
	
	

[[?x[[S4:17]]x[[S4:22]]x::xTRUEx:: 

#contain #structure .content p
	{
		margin: 0;
	}

::

#contain #structure .content p,h2,h3,h4,h5,ul
	{
		margin: 0 50px 10px 19px;
	}

]] 



/*#contain #structure .content p,h2,h3,h4,h5,ul
	{
		margin: 0 50px 10px 0px;
	}
*/
	
/*************************************************************
Structural Right
***************************************************************/
	
#contain #structure .right
	{
		display: block;
		float: left;
		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("../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 li
	{
		padding-left: 20px;
		background: url("../images/right_box_blt_pdf.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("../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("../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("../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;
	}





	

	

	
p
	{
	}
	
	
h1
	{
	}
	
h2
	{
	}
	
h3
	{
	}
	
h4
	{
	}
	
	
ul
	{
	}
	
li 
	{
	}
	
ol 
	{
	}
		
	
/***************************************************************
Footer Items
***************************************************************/

#footer
	{
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		width: 981px;
		text-align: left;
		background: #FFF url("../images/footer_bg.gif") repeat-x top left;
	}
	
#footer	ul
	{
		margin: 10px 20px 0px 20px;
		padding: 0;
		font-size: 9px;
	}
	
#footer li
	{
		font-size:9px;
		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-size:9px;
		font-weight: bold;
		color: #00A8FA;
	}
#footer ul#social_block {
	      /*margin: -35px 5px 0px 10px;*/
	      margin: -35px 5px 0px 20px;
	      padding: 0;
	      font-size: 9px;
          float:right;
          list-style-type: none;
          display:inline;
}
#footer ul#social_block li a {
         float:left;
         display: block;
        overflow: hidden;
         padding-top:27px;
         height:0px;
}

#footer ul#social_block li#facebook a { 
         width:82px;
         background: url("../assets/images/footer-social-logos/social_footer.jpg") no-repeat 0 0;
}
#footer ul#social_block li#twitter a { 
         width:79px;
         background: url("../assets/images/footer-social-logos/social_footer.jpg") no-repeat -84px 0px; 
}
#footer ul#social_block li#youtube a { 
         width:70px;
         background: url("../assets/images/footer-social-logos/social_footer.jpg") no-repeat -164px 0px; 
}
#footer ul#social_block li#flickr a { 
         width:61px;
         background: url("../assets/images/footer-social-logos/social_footer.jpg") no-repeat -234px 0px; 
}
#footer ul#social_block li#facebook a:hover { 
         background-position: -0px   -27px;  
}
#footer ul#social_block li#twitter a:hover { 
         background-position: -84px  -27px; 
}
#footer ul#social_block li#youtube a:hover { 
         background-position: -164px  -27px; 
}
#footer ul#social_block li#flickr a:hover { 
         background-position: -234px  -27px; 
}


/******************************************************
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
	{
	}
	
	




/****************************************************************
Donation form styles - printer friendly only
*****************************************************************/	
[[?[[S8=current URL]]::&printer_friendly=1::
displaycode
{
	color: black;
}
::
displaycode 
{
color:white;
}
]]

/****************************************************************
Inspired Gifts - eCommerce
*****************************************************************/	
 div.hr {
  height: 1px;
  background: #fff url("../images/dottedline.gif") repeat-x scroll center;
  width:"100%";
}

div.hr hr {
  display: none;
}

.ProductConfigSection {
background-color: #999;
color: #fff;
padding: 4px 4px;
width: 100%;
font-weight: bold;
border-bottom: 1px solid #fff;
}

.ShoppingButtonPrimary, .ShoppingButtons {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color:#fff;
background-color:#00abfe;
background-image:url("../images/btn_arrow.gif");
background-position:right;
background-repeat:no-repeat;
padding:2px;
padding-right:18px;
cursor: pointer;
border:1px solid;
border-top-color:#7ad3fe;
border-left-color:#7ad3fe;
border-right-color:#0580bd;
border-bottom-color:#0580bd;
}

.ShoppingCartContents {
background-color: #fff;
padding: 0px 0px 10px 0px;
width: 100%;
border: 0px solid #466172;
font-weight: bold;
}

table.ShoppingSearch {
border: 1px solid #00abfe;
background-color: #fff;
}

table.ShoppingBrowse {
border: 1px solid #00abfe;
padding: 0px 0px;
}

th.ShoppingBrowse {
background-color: #ddd;
padding: 4px 4px;
       color:#fff;
}

td.ShoppingBrowse {
border-top: 1px solid #00abfe;
padding: 4px 4px;
}	
	
input.ShipToOther {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color:#fff;
background-color:#00abfe;
background-image:url("../images/btn_arrow.gif");
background-position:right;
background-repeat:no-repeat;
padding:2px;
padding-right:18px;
cursor: pointer;
border:1px solid;
border-top-color:#7ad3fe;
border-left-color:#7ad3fe;
border-right-color:#0580bd;
border-bottom-color:#0580bd;
}

input.ShipToMe {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color:#fff;
background-color:#00abfe;
background-image:url("../images/btn_arrow.gif");
background-position:right;
background-repeat:no-repeat;
padding:2px;
padding-right:18px;
cursor: pointer;
border:1px solid;
border-top-color:#7ad3fe;
border-left-color:#7ad3fe;
border-right-color:#0580bd;
border-bottom-color:#0580bd;
}

table.ShippingAddressLinks {
	background-color: #fff
	padding: 4px 4px;
	width: 100%;
	border: 1px solid #00abfe;
}	

.SuccessMessage {
font-size: 10pt;
color: #00abfe;
}	

/****************************************************************
Inspired Gift Product Image Rollover
*****************************************************************/
.cardText{
position: relative;
z-index: 0;
}

.cardText:hover{
background-color: transparent;
z-index: 50;
}

.cardText span{ /*CSS for hover text box*/
position: absolute;
background-color: #e9e9e9;
padding: 5px;
left: -1000px;
border: 1px solid #999;
visibility: hidden;
color: black;
font-size: 9pt;
text-align: center;
text-decoration: none;
}


.cardText:hover span{ /*CSS for text box on hover*/
visibility: visible;
position: absolute;
top: 20px;
left: -90px; /*position where text box should offset horizontally */
width: 275px;
}



/***************************************************************
Personal Event Overrides
***************************************************************/


.GTSignIn {
background-color: #f3f3f3;
}

.GTBorderedTable {
	background-color: #f3f3f3;
}

.GTEntryHeading {
background-color: #00bdfe;
}

.GTHostCenterGuestListDateHeading {
	background-color: #00bdfe;
}

.GTAttendeeListHeading {
	background-color: #00bdfe;
}

.GTHostCenterEventInformationHeading {
	background-color: #00bdfe;
}

#myEventsPrompt {
background-color: #00bdfe;
}


.ppButtonBar input {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background: #eee;
color: #000;
border: 1px #006699 solid;
font-weight: normal;
padding-left: 20px;
padding-right: 20px;
padding-top: 4px;
padding-bottom: 4px;
}

#GTSearchButtons input {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background: #eee;
color: #000;
border: 1px #006699 solid;
font-weight: normal;
padding-left: 20px;
padding-right: 20px;
padding-top: 4px;
padding-bottom: 4px;
}

a.TertiaryNavLinkSelected,
a.TertiaryNavLinkSelected:visited {
	background-color: #00bdfe;
}

a.TertiaryNavLinkSelected:hover {
	background-color: #eaeaea;
	color: #666;
}

a.TertiaryNavLink:hover,
a.TertiaryNavLink:active {
	background-color: #00bdfe;
}

div.TertiaryDiv {
	border-bottom: 3px solid #00bdfe;
}


