html
{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 20px 0;
}

h1
{
	color:#FFFFFF;
	font-size:200%;
	border-bottom:3px solid #20A0FA;
	margin:0 0 10px 0;
}

#newsletterSignup .submitButton
{
	width:70px;
}

h1#otherOpportunitiesHeader
{
	font-size:185%;
	margin-top:10px;
}

h2
{
	margin:5px 0 0 0;
	font-size:140%;
	color:#FFFFFF;
}

p
{
	/*color:#999999;*/
	color:White;
	margin:0 0 10px 0;
}

strong
{
	font-weight:bold;
}

li
{
	color:#FFF;
	list-style:inside disc;
}

a
{
	color:#FFFFFF;
}

a:visited
{
	color:#FFFFFF;
}

a:hover
{
	color:#999999;
}

label
{
	color:#FFFFFF;
}

#blockbg
{
	margin-bottom:10px;
}

/* 
=================================================
=================== Shadowbox ===================
=================================================
*/

#sb-body-inner
{
	background-color:#FFFFFF;
}

/* 
=================================================
=================== Image flow ==================
=================================================
*/

.imageflow .caption
{
	color:#FFF;
}

/* 
=============================================
=================== Header ==================
============================================= 
*/

.menu {
	height:26px; 
	position:relative; 
	z-index:100;
	float:left;
}

/* hack to correct IE5.5 faulty box model */
/** html .menu {width:100%; w\idth:100%;}*/
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/*.menu ul ul {width:149px;}*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;list-style:none;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; color:#fff;padding:3px 10px 6px 10px;}
/* a hack so that IE5.5 faulty box model is corrected */
/** html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}*/

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#50ACD6 url(../images/nav-arrow-right.png) no-repeat right center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#369 url(../images/nav-arrow-right-over.png) no-repeat right center;}
.menu ul ul :hover > a.drop {background:#369 url(../images/nav-arrow-right-over.png) no-repeat right center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#76B8D6;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#3CA6D6; color:#FFFFFF;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:149px;}
/* another hack for IE5.5 */
/** html .menu ul ul {top:30px;t\op:31px;}*/

/* position the third level flyout menu */
.menu ul ul ul{left:222px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-147px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
font-size:90%;
background:#50ACD6; 
color:#000; 
height:auto; 
line-height:1em; 
padding:8px 10px; 
width:180px;
border-bottom:1px solid #1A80BF;
border-right:1px solid #1A80BF;
border-top:1px solid #1D8ED5;
border-left:1px solid #1D8ED5;
border-width:0 1px 1px 1px;
padding-right:30px
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#369;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#369;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
 
#header
{
	background-color:#FFFFFF;
	position:relative;
	margin:0;
	height:190px;
}

#header p
{
	color:#20A0FA;
	font-size:175%;
	font-weight:bold;
	position:absolute;
	left: 141px;
	bottom: 38px;
}

#justGive
{
	position: absolute;
	bottom:5px;
	left:725px;
}

#header span
{
	color:#000000;
}

#headerinner
{
	/*margin:0 0 0 192px;*/
	width:800px;
	margin:0 auto;
	position:relative;
}

#navsubcontainer
{
	/*position:absolute;
	top:11px;
	left:239px;*/
	width:885px;
	margin:11px auto 0 auto;
	/*float:left;*/
}

#newsletterSignup h1
{
	color:#000000;
	padding:5px;
}

#newsletterSignup form
{
	margin:11px 0 0 0;
}

#newsletterSignup form label
{
	font-size:90%;
	color:#000000;
	margin:5px;
}

#newsletterSignup form input
{
	margin:0 0 3px 0;
	width:120px;
	font-size:90%;
}

#newsletterSignup form input.submitbutton
{
	/*color:#FFFFFF;
	background:none;
	background-image:url(../images/submitbutton_export.png);
	background-position:top left;
	background-repeat:no-repeat;
	border:none;
	padding:3px;*/
	padding:1px;
	font-size:90%;
	width:76px;
	/*height:33px;*/
}

#navcontainer
{
	background-image:url(../images/menubarbg_export.png);
	background-repeat:repeat-x;
	background-position:top left;
	float: left;
	width: 100%;
	height:40px;
	position:relative;
}

/*#navigation
{
	position:absolute;
	top:11px;
	left:191px;
	height:26px;
	padding-left: 0;
	margin-left: 0;
	color: #FFFFFF;
	font-size:100%;
	font-weight:bold;
}

#navigation li { display: inline; }

#navigation li a
{
	padding:3px 10px 4px 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

#navigation li a:hover
{
	background-color: #369;
	color: #fff;
}*/

/* 
=====================================================
=================== Page Container ==================
===================================================== 
*/

#contributingProgramsSidebar
{
	width: 216px;
	margin:0 0 0 15px;
	float:left;
}

#pagecontainer
{
	/*margin:35px 0 0 191px;*/
	width:790px;
	margin:35px auto 0 auto;
}

#banner
{
	height:205px;
	width:790px;
}

#bannerrotator
{
	float:left;
	margin:0 17px 0 0;
	padding:0;
	height:205px;
	width:415px;
	overflow:hidden;
}

#bannerrotator img
{
	top:0;
	left:0;
	height:205px;
	width:415px;
}

#beapartnerbanner
{
	margin-top:-3px;
	float:right;
}

#maincontent
{
	margin:30px 0 0 0;
	position:relative;
}

#maincontent h1
{
	font-size:130%;
	color:#FFFFFF;
	border-bottom:3px solid #20A0FA;
	padding:1px 1px 2px 1px;
	margin:0 0 10px 0;
}

#news
{
	width:252px;
	position:absolute;
	left:0;
	top:0;
}

div.newsitem
{
	padding:5px 5px 10px 0;
	background-image:url(../images/contentbg_export.png);
	background-position:top right;
	background-repeat:no-repeat;
}

h2.downarrow
{
	padding-left: 25px;
	background-image:url(../images/downarrow_export.png);
	background-position:2px center;
	background-repeat:no-repeat;
}

h2.uparrow
{
	padding-left: 25px;
	background-image:url(../images/uparrow_export.png);
	background-position:2px center;
	background-repeat:no-repeat;
}

div.newsitem .newsdate
{
	color:#FFFFFF;
	font-size:70%;
	margin:0 0 3px 0;
	display:block;
}

div.newsitem .newspdflink
{
	font-size:90%;
}

#news h2
{
	color:#20A0FA;
	font-style:italic;
	font-size:95%;
}

#news p
{
	color:#FFFFFF;
	font-size:80%;
}

#news .morelink
{
	color: #FFF347;
}

#ourprograms
{
	width:330px;
	left:431px;
	top:0;
	position:absolute;
}

#ourprograms div
{
	float:left;
	width:110px;
}

#ourprograms div p
{
	color:#FFFFFF;
	font-size:70%;
}

#educationtraining
{
	width:330px;
	left:431px;
	top:148px;
	position:absolute;
}

#educationtraining div
{
	float:left;
	width:50%;
	text-align:center;
}

#educationtraining div p
{
	color:#FFFFFF;
	font-size:75%;
}

#newslettersignup
{
	background-image:url(../images/newslettersignupbg_export.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:330px;
	xheight:120px;
	padding:12px 5px 3px 3px;
	position:relative;
}

#newslettersignup h1
{
	border:none;
	font-size:125%;
	margin:0 0 3px 0;
	padding:0;
}

/* 
=================================================
=================== News ========================
=================================================
*/

#newscontainer
{
	width:930px;
	margin:35px auto;
}

#newsitemcontainer
{
	width:771px;
	float:right;
}

#newsitemcontainer h2 a
{
	color:#FFFFFF;
}

#newssidebar
{
	float:left;
	width:150px;
}

a.newspager
{
	margin-right:10px;
}

/*
#newscontainer
{
	width:771px;
	margin:35px 0 0 351px;
}

#newscontainer h2 a
{
	color:#FFFFFF;
}

#newssidebar
{
	float:left;
	width: 150px;
	margin:35px 0 0 191px;
}

a.newspager
{
	margin-right:10px;
}
*/

/* 
=====================================================
=================== About Us ========================
===================================================== 
*/

#aboutusbanner
{
	float:left;
}

#aboutussidebar
{
	width:216px;
	float:left;
	margin:0 0 0 15px;
}

#aboutUsInner
{
	width:481px;
	float:left;
}

#aboutuscontainer
{
	float:left;
	width:712px;
	xmargin:35px 0 0 380px;
	margin:35px 0 0 0;
	background-image:url(../images/contentbg_export.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#aboutuscontainer h1
{
	color:#FFFFFF;
	font-size:200%;
	border-bottom:3px solid #20A0FA;
}

#contributingProgramsSidebar h1, #aboutussidebar h1
{
	color:#FFFFFF;
	font-size:150%;
	border-bottom:3px solid #20A0FA;
	text-align:center;
}

#becomeinvolved img
{
	display:block;
	margin:0 auto;
	margin-bottom:3px;
	width:178px;
}

/* 
=====================================================
=================== Our Staff =======================
===================================================== 
*/

#ourstaffcontainer
{
	width: 481px;
	margin:35px 0 0 316px;
	background-image:url(../images/contentbg_export.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#ourstaffcontainer h1
{
	color:#FFFFFF;
	font-size:200%;
	border-bottom:3px solid #20A0FA;
}

#ourstaffcontainer p
{
	margin:0;
}


/* 
=====================================================
=================== Contact Us ======================
===================================================== 
*/

#ourstaffcontainer label
{
	float:left;
	text-align:right;
	width:100px;
	margin:0 5px 0 0;
}

#ourstaffcontainer input, #ourstaffcontainer textarea, #ourstaffcontainer select
{
	display:block;
	width:250px;
	margin:0 0 10px 0;
}

#ourstaffcontainer textarea
{
	height:90px;
}

#ourstaffcontainer .submitbutton
{
	width: 80px;
	margin-left:105px;
}

/* 
======================================================
=================== Volunteer ========================
======================================================
*/

.volunteeropportunity
{
	background-image:url(../images/contentbg_export.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#volunteerbg
{
	background-image:url(../images/volunteerbannerbg_export.png);
	background-position:top left;
	background-repeat:repeat-x;
}

#volunteerbg img
{
	/*margin-left:300px;*/
	float:left;
}

#volunteerbginner
{
	float:left;
	margin:30px 0 0 30px;
}

#volunteerbginner .joinnetwork
{
	margin-top:6px;
}

#volunteerbginner .joinnetwork h1
{
	font-size:140%;
	color: #FFFFFF;
	padding-bottom:6px;
	border-bottom:3px solid #60C5EA;
}

#volunteerbginner img
{
	float:none;
}

/* 
===============================================================
=================== Programs & Support ========================
=============================================================== 
*/

#extinguishneedbg
{
	background-image:url(../images/extinguishneedbg_export.png);
	background-position:top left;
	background-repeat:repeat-x;
	position:relative;
}

#extinguishneedbg img
{
	margin-left:300px;
}

#celebrationBraveHeartsBanner
{
	background-image:url(../images/celebrationBraveHeartsBanner_export.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:165px;
}

#celebrationBraveHeartsBannerInner
{
	margin:0 0 0 812px;
	padding:32px 0 0 0;
}

#braveheartscampbg
{
	background-image:url(../images/braveheartscampbg_export.png);
	background-position:top left;
	background-repeat:repeat-x;
}

#braveheartscampbg img
{
	float:left;
}

#braveheartsbannerinner
{
	float:left;
	margin:30px 0 0 30px;
}

#braveheartsbannerinner .joinnetwork
{
	margin-top:6px;
}

#braveheartsbannerinner img
{
	float:none;
}

#programcontainer
{
	width: 481px;
	margin:35px 0 0 316px;
}

div.clearer 
{
	clear:both;
	height:0;
	line-height:0;
}

/* 
==================================================
=================== Other ========================
==================================================
*/

#eventlist
{
	width:180px;
	margin-left:570px;
	background-image:url(../images/contentbg_export.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#eventcalendar
{
	width:155px;
	left:264px;
	top:0;
	position:absolute;
}

#eventlist h2, #eventcalendar h2
{
	color:#20A0FA;
	font-size:130%;
	font-family:"Times New Roman", Times, serif;
}

#eventlist p, #eventcalendar p
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:115%;
}

#sidebar
{
	width:180px;
	float:left;
	margin:0 0 0 10px;
}

#content
{
	width:550px;
	float:left;
	background-image:url(../images/contentbg_export.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#pdfcontainer
{
	width:180px;
	margin-left:570px;
	background-image:url(../images/contentbg_export.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.joinnetwork h1
{
	font-size:130%;
	color:#0165A4;
	border:none;
	text-align:center;
}

.joinnetwork img
{
	margin:1px;
}

#maincontent .joinnetworkinner
{
	margin-left:85px;
}

#aboutussidebar .joinnetworkinner, #contributingProgramsSidebar .joinnetworkinner
{
	margin-left:25px;
}

.joinnetwork div
{
	float:left;
}

.joinnetwork div p
{
	font-size:70%;
	color:#FFFFFF;
}

#extinguishneedbg .joinnetwork
{
	bottom: 10px;
	left:722px;
	position:absolute;
}

#extinguishneedbg .joinnetwork img
{
	margin:1px;
}

#maincontent .joinnetwork
{
	width:330px;
	left:431px;
	top:285px;
	position:absolute;
	text-align:center;
}

#maincontent .joinnetwork img
{
	margin:1px;
}

#extinguishneedbg .joinnetwork h1
{
	border-bottom:3px solid #20A0FA;
}
 
#maincontent .joinnetwork h1
{
	color:#FFFFFF;
	font-size:auto;
	border-bottom:3px solid #20A0FA;
	margin:0 0 10px 0;
	text-align:left;
}

#footer
{
	clear:both;
	width:100%;
	text-align:center;
	padding:150px 0 0 0;
	font-size:80%;
}

#maincontent #footer
{
	position:absolute;
	top: 400px;
	left:0;
	padding:20px 0 0 0;
}