/* Global ---------------------------------------------------*/
html { background: #FFFFFF; color: #000000; }
body { padding: 0px; margin: 0px; font: normal 12px/16px Arial, Sans-Serif; }
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, p, form, div, pre, code, fieldset, legend, input, textarea, blockquote, th, td { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ul, ol, li { margin: 0px; padding: 0px; }
object { outline: 0px; }
fieldset, img { border: 0px; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; font-size: 100%; }
table {	border-collapse: collapse; border-spacing: 0px; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
legend { color: #000000; }
del, ins { text-decoration: none; }
.Clearer { line-height: 0px; font-size: 0px; clear: both; }
strong { font-weight: bold; }
a span, .SEO_Text { display: none; }
a { color: #326c95; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0px 0px 10px 0px }
h1 { font: normal 20px/24px Helvetica; margin: 0 0 10px 0; }
h2 { font: bold 14px/20px Arial; margin: 5px 0px; }

.MSG_Message {
	font-weight: bold;
	color: #FF0000;
}

.MSG_Message .MSG_Success {
	color: #19CF65;
}

.MSG_Message p {
	margin-bottom: 5px;
}
/*-----------------------------------------------------------*/

/* Wrapper --------------------------------------------------*/
.Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -133px;
}
/*-----------------------------------------------------------*/

/* Header ---------------------------------------------------*/
.Header {
	background: url('../img/bg.header.jpg') no-repeat;
	width: 960px;
	height: 110px;
	margin: 0px auto;
	margin-bottom: 5px;
	position: relative;
}

.HDR_DrPhil, .HDR_Home {
	position: absolute;
		top: 0px;
		left: 8px;
	display: block;
	width: 110px;
	height: 15px;
}

.HDR_Home {
	top: 23px;
	width: 170px;
	height: 65px;
}

.HDR_Nav {
	background: url('../img/bg.nav.jpg') no-repeat;
	width: 660px;
	height: 36px;
	position: absolute;
		top: 50px;
		right: 0px;
}

.HDR_Nav ul, .HDR_Nav li {
	margin: 0px;
	padding: 0px;
}

.HDR_Nav ul li {
	float: left;
	list-style: none;
}

.HDR_Nav ul li a {
	background: url('../img/bg.nav.jpg') no-repeat;
	height: 36px;
	display: block;
	width: 77px;

}

.HDR_Nav .HDR_About a {
	width: 109px;
}

.HDR_Nav .HDR_About a:hover, .HDR_Nav .HDR_About .HDR_Current {
	background-position: 0 -36px;
}

.HDR_Nav .HDR_Causes a {
	background-position: -109px 0;
	width: 76px;
}

.HDR_Nav .HDR_Causes a:hover, .HDR_Nav .HDR_Causes .HDR_Current {
	background-position: -109px -36px;
}

.HDR_Nav .HDR_Grants a {
	width: 78px;
	background-position: -185px 0;
}

.HDR_Nav .HDR_Grants a:hover, .HDR_Nav .HDR_Grants .HDR_Current {
	background-position: -185px -36px;
}

.HDR_Nav .HDR_Impact a {
	background-position: -263px 0;
}

.HDR_Nav .HDR_Impact a:hover, .HDR_Nav .HDR_Impact .HDR_Current {
	background-position: -263px -36px;
}

.HDR_Nav .HDR_News a {
	width: 76px;
	background-position: -340px 0;
}

.HDR_Nav .HDR_News a:hover, .HDR_Nav .HDR_News .HDR_Current {
	background-position: -340px -36px;
}

.HDR_Nav .HDR_Contact a {
	width: 78px;
	background-position: -416px 0;
}

.HDR_Nav .HDR_Contact a:hover, .HDR_Nav .HDR_Contact .HDR_Current {
	background-position: -416px -36px;
}

.HDR_Nav .HDR_Donate a {
	background-position: -494px 0;
	width: 164px;
}

.HDR_Nav ul li {
	position: relative;
}

.HDR_Nav ul li ul li {
	float: none;
}

.HDR_Nav ul li div a {
	width: 158px;
	height: 14px;
	display: block;
}

.HDR_Nav ul li div .HDR_Sub1 {
	height: 54px;
}

.HDR_Nav ul li:hover div {
	display: block;
}

.HDR_Nav ul .HDR_Causes div, .HDR_Nav ul .HDR_News div {
	background: url('/img/bg.subnav-causes.png') no-repeat;
	width: 158px;
	height: 118px;
	position: absolute;
		top: 0px;
		left: -41px;
		z-index: 20;
	display: none;
}

.HDR_Nav ul .HDR_News div {
	background: url('/img/bg.subnav-news.png') no-repeat;
	height: 106px;
}

.HDR_Nav ul .HDR_Causes div a {
	background: none;
	width: 158px;
}

.HDR_Nav ul .HDR_Causes div a:hover {
	background: url('/img/bg.subnav-causes.png') no-repeat;
	background-position: 0 0;
}


.HDR_Nav ul .HDR_News div a {
	background: none;
}

.HDR_Nav ul .HDR_News div a:hover {
	background: url('/img/bg.subnav-news.png') no-repeat;
	background-position: 0 0;
	width: auto;
}

.HDR_Nav ul li div .HDR_Sub1:hover {
	background-position: -158px 0;
}

.HDR_Nav ul li div .HDR_Sub2 {
	background-position: 0 -54px;
}

.HDR_Nav ul li div .HDR_Sub2:hover {
	background-position: -158px -54px;
}

.HDR_Nav ul li div .HDR_Sub3 {
	background-position: 0 -68px;
}

.HDR_Nav ul li div .HDR_Sub3:hover {
	background-position: -158px -68px;
}

.HDR_Nav ul li div .HDR_Sub4 {
	background-position: 0 -82px;
}

.HDR_Nav ul li div .HDR_Sub4:hover {
	background-position: -158px -82px;
}

.HDR_Nav ul li div .HDR_Sub5 {
	background-position: 0 -96px;
}

.HDR_Nav ul li div .HDR_Sub5:hover {
	background-position: -158px -96px;
}
/*-----------------------------------------------------------*/

/* Main -----------------------------------------------------*/
.MAIN_Slides {
	background: url('/img/bg.slide-show.jpg') no-repeat;
	width: 950px;
	height: 393px;
	padding: 0 0 10px 10px;
	margin: 0px auto;
	position: relative;
}

.MAIN_Slides .MAIN_SlideColumnRight {
	width: 240px;
	float: right;
	color: #FFFFFF;
}

.MAIN_Slides .MAIN_SlideColumnRight .MAIN_SlideLinks {
	width: 225px;
	height: 300px;
	padding: 0 0 0 5px;
	overflow: hidden;
}

.MAIN_Social {
	padding: 20px 0 0 5px;
	font-size: 11px;	
}

.SCL_Icons {
	position: relative;	
}

.SCL_Icon {
	background: url('/img/bg.social-links.gif') no-repeat;
	width: 41px;
	height: 42px;;
	position: absolute;
		top: 0px;
		left: 120px;	
	display: block;
}

.SCL_Icons .SCL_Twitter {
	background-position: -41px 0; 	
		left: 170px;
}

.MAIN_Slides .MAIN_SlideColumnRight .MAIN_Twitter .SCL_Icon {
	top: 18px;
}

.MAIN_Slides .MAIN_SlideColumnRight .MAIN_Facebook a:hover, .MAIN_Slides .MAIN_SlideColumnRight .MAIN_Twitter a:hover {
	text-decoration: none;	
}

.MAIN_Slides .MAIN_SlideColumnRight .MAIN_Twitter a {
	top: 33px;	
}

.MAIN_Slides .MAIN_SlideColumnRight .MAIN_ReadMore {
	font: bold 11px/14px Arial;
	color: #ff8d20;
}

.MAIN_Slide {
	width: 704px;
	height: 392px;
	position: absolute;
		top: 0px;
		left: 10px;
	display: none;
}

.MAIN_Caption {
	width: 225px;
	height: 170px;
	position: absolute;
		top: 66px;
		left: 715px;
		z-index: 10;
	color: #FFFFFF;
	overflow: hidden;
	display: none;
}

.MAIN_CaptionTitle {
	font: normal 18px/22px Arial;
	color: #ff7d02;
}

.MAIN_CaptionReadMore, .MAIN_CaptionReadMore a {
	font: bold 11px/16px Arial;
	color: #ff7d02;
	text-decoration: none;
}

.MAIN_CaptionReadMore:hover, .MAIN_CaptionReadMore a:hover {
	text-decoration: underline;
}

.MAIN_SlideLinks ul {
	margin: 30px 0 0 0;
	padding: 0px;
}

.MAIN_SlideLinks li {
	margin: 0px;
	padding: 0px;
}

.MAIN_SlideLinks li {
	float: left;
	margin-right: 5px;
	display: inline;
}

.MAIN_SlideLinks li a {
	background: url('/img/bg.slide-links.gif') no-repeat;
	width: 12px;
	height: 12px;
	display: block;
}

.MAIN_SlideLinks li a:hover, .MAIN_SlideLinks li .Current {
	background-position: -12px 0px;
}

.twtr-widget {
	display: none;
}

.twtr-tweet-wrap .twtr-tweet-text {
	margin-left: 0px;
}
/*-----------------------------------------------------------*/

/* Modules --------------------------------------------------*/
.MAIN_Module {
	background: url('/img/bg.module.gif') no-repeat;
	height: 378px;
	width: 210px;
	padding: 10px;
	margin: 10px 5px 0 5px;
	float: left;
	display: inline;
	overflow: hidden;
}

.MAIN_Module0 {
	background: none;
	width: auto;
	height: auto;
	float: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.MAIN_Module1 {
	margin: 10px 0 0 10px;
}

.MAIN_Module0 h3 {
	display: none;
}

.MOD_Title {
	font: bold 18px/24px Arial;
	color: #163d58;
	margin-bottom: 5px;
}

.MOD_Summary {
	font: bold 14px/16px Arial;
	color: #163d58;
}

.MAIN_Module p {
	margin-bottom: 5px;
}

.MOD_More, .MOD_More a {
	font: bold 12px/16px Arial;
	color: #ff7c00;
}
/*-----------------------------------------------------------*/

/* Page -----------------------------------------------------*/
.PAG_Main {
	width: 960px;
	margin: 0px auto;
}

.PAG_Wrapper {
	width: 940px;
	padding: 0px 10px;
	margin: 0px auto;
}

.PAG_Header, .PAG_Footer {
	background: url('/img/bg.page.gif') no-repeat;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

.PAG_MarginLeft {
	width: 746px;
}

.PAG_MarginLeft .PAG_Header, .PAG_MarginLeft .PAG_Footer {
	background: url('/img/bg.page-with-rail.gif') no-repeat;
}

.PAG_Footer, .PAG_MarginLeft .PAG_Footer {
	background-position: 0px -10px;
}

.PAG_Content {
	background: #FFFFFF;
	padding: 0px 15px 15px 15px;
}

.PAG_Content h2 {
	font: bold 18px/24px Arial;
}

 .PAG_Legal h2 {
	font: bold 12px/16px Arial;
	color: #2f516a;
}

.PAG_Content h3 {
	font: bold 12px/16px Arial;
	margin-bottom: 10px;
}

.PAG_Content ul, .PAG_Content ol {
	margin-bottom: 10px;
}

.PAG_Content li {
	margin: 0 0 5px 20px;
}

.PAG_LeftColumn {
	margin-right: 680px;
}

.PAG_RightColumn {
	width: 670px;
	float: right;
}

.PAG_MarginLeft .PAG_LeftColumn {
	margin-right: 480px;
}

.PAG_MarginLeft .PAG_RightColumn {
	width: 470px;
	float: right;
}
/*-----------------------------------------------------------*/

/* Left Rail ------------------------------------------------*/
.PAG_LeftRail {
	float: left;
	width: 184px;
}

.PAG_MarginLeft {
	margin-left: 192px !important;
	margin-left: 190px;
}

.RAIL_BlockHeader, .RAIL_BlockFooter {
	background: url('/img/bg.rail-module.gif') no-repeat;
	width: 184px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

.RAIL_HeaderSubNav, .RAIL_FooterSubNav {
	background: url('/img/bg.rail-module-subnav.gif') no-repeat;
}

.RAIL_BlockFooter {
	background-position: 0px -10px;
	margin-bottom: 10px;
}

.RAIL_Block {
	background: #163d58;
	width: 144px;
	padding: 0px 20px;
	font: bold 12px/16px Arial;
	color: #c1d8e4;
	overflow: hidden;
}

.RAIL_BlockSubNav {
	background: #f5f9fa;
	color: #3f536a;
	font: bold 10px/14px Arial;
}

.RAIL_Block a, .RAIL_Block a:hover  {
	color: #ff7c00;
}

.RAIL_BlockSubNav a {
	color: #3f536a;
}

.RAIL_BlockSubNav a:hover {
	color: #1e6cc1;
}

.RAIL_Block h2 {
	font: bold 16px/24px Arial;
	color: #FFFFFF;
	margin: 0 0 5px 0;
}

.RAIL_BlockSubNav h2 {
	font: bold 12px/16px Arial;
}

.RAIL_BlockSubNav h2 {
	color: #000000;
}

.BRD_Column h3 {
	font: bold 14px/18px Arial;
	margin-bottom: 0px;
}

.RAIL_Block p {
	margin: 0px;
}

hr {
	background: #e5e5e5;
	border: none;
}

.RAIL_BlockSubNav hr {
	background: #dce0e1;
}
/*-----------------------------------------------------------*/

/* Contact/Donate -------------------------------------------*/
.PAG_Donate .DON_Organizations, .PAG_Donate .FRM_Input {
	margin-left: 20px;
	line-height: 24px;
}

.PAG_Donate .DON_Organizations li, .PAG_Donate .DON_CCTypes li {
	list-style-type: none;
	margin-bottom: 5px;
}

.PAG_Donate .DON_Amount {
	display: none;
	padding-top: 5px;
}

.PAG_Donate .DON_Amount .DON_AmountInput {
	text-align: right;
}

.PAG_Donate .FRM_RowSubmit {
	text-align: center;
	padding: 10px 0px;
}

.PAG_Donate .FRM_Label {
	font-weight: bold;
}

.PAG_Donate .FRM_Row {
	margin-bottom: 10px;
}

.PAG_Donate .DON_Button {
	width: 100px;
	height: 30px;	
	font-size: 16px;
}
/*-----------------------------------------------------------*/

/* Our Causes / Success Stories -----------------------------*/
.PAG_OurCauses .PAG_Content a, .PAG_SuccessStories .PAG_Content a {
	margin-right: 10px;
}
/*-----------------------------------------------------------*/

/* Form -----------------------------------------------------*/
.FRM_Row {
	margin-bottom: 20px;
}

.FRM_ColumnLeft {
	width: 290px;
	float: left;
}

.FRM_ColumnRight {
	margin-left: 300px;
}

.FRM_TextInput {
	width: 240px;
}

.FRM_Textarea {
	width: 540px;
	height: 200px;
}
/*-----------------------------------------------------------*/


/* Press ----------------------------------------------------*/
.PRS_Date {
	color: #707070;
}
/*-----------------------------------------------------------*/

/* Members of the Board -------------------------------------*/
.BRD_Column h4 {
	font: bold 12px/18px Arial;
}

.BRD_Column h4 a {
	color: #ff7c00;
}

.BRD_LeftColumn {
	float: left;
	width: 350px;
}

.BRD_RightColumn {
	margin-left: 370px;
}
/*-----------------------------------------------------------*/

/* Video Player ---------------------------------------------*/
.VID_Container {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #9EA6A9;
}

.VID_Container .VID_Close {
	float: right;
}

.LNK_Video{}
.LNK_VideoWide {}
/*-----------------------------------------------------------*/

/* Footer ---------------------------------------------------*/
.Push {
	height: 133px;
}

.Footer {
	background: url('/img/bg.footer.gif') repeat-x;
	height: 113px;
	padding-top: 20px;
	font: normal 11px/14px Arial;
	color: #101415;
	text-align: center;
}

.FTR_Wrapper {
	width: 620px;
	margin: 0px auto;
}

.FTR_Nav {
	background: url('/img/bg.nav-footer.jpg') no-repeat;
	height: 36px;
}

.FTR_Nav ul, .FTR_Nav li {
	margin: 0px;
	padding: 0px;
}

.FTR_Nav ul li {
	float: left;
	list-style: none;
}

.FTR_Nav ul li a {
	width: 77px;
	height: 36px;
	display: block;
}

.FTR_Nav .FTR_About a {
	width: 107px;
}

.FTR_Nav .FTR_Donate a {
	width: 128px;
}

.FTR_Info {
	margin: 10px 0px;
}

.FTR_SubNav {
	font: normal 9px/11px Arial;
}
/*-----------------------------------------------------------*/
