@charset "UTF-8";
/* additional page layout info */
#container {width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../media/images/page/bg-container.gif) repeat-y}
#logohdr {display: block;}
#siteutilities{float: right;font-size:14px;height: 26px;display:block;margin:0;margin:10px 10px 0 0;}
#header { margin: 0px; width: 770px; height: 100px;/* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
background: url(../media/images/page/bg-header.jpg) top left no-repeat; padding: 0px;/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ }
#header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */  
padding: 10px 0;/*using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 { float: left;width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */  
padding: 0 0 12px 0;/*padding keeps the content of the div away from the edges */
margin:0;
}
#sidebar2 { float: right; width: 168px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */  
background: transparent;
/* the background color will be displayed for the length of the content in the column, but no further */  
padding: 9px 12px 9px 0px;/* padding keeps the content of the div away from the edges */
}
#mainContent { margin: 0 180px 0 0;/*the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */ 
padding: 12px 12px 12px 9px;/* remember that padding is the space inside the div box and margin is the space outside the div box */ }
#footer { margin-top: 2em;width: 749px; padding: 9px 12px 0 9px;/* this padding matches the left alignment of the elements in the divs that appear above it. */ 
background: #efefef url(../media/images/page/bg-ft.gif) top left repeat-x; color:  #454545;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; }
.fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both; height:0; font-size: 1px; line-height: 0px; }
/* this superflulous DIV is used to show the page bottom drop shadow */

#end { width: 780px; background: #d3cdc6 url(../media/images/page/bg-end.gif) top right no-repeat; height: 16px; margin: 0 auto; }


/* top menu style */
#navcontainer { margin: 0; padding: 0; width: 770px; height: 32px; display: block; background: #526da6; }
/*  #navcontainer ul li { list-style-type: none; padding: 0; margin: 0; display: block; float: left; font: 14px "Lucida Grande", verdana, sans-serif; text-align: center; line-height: 30px; }
#navcontainer a { color: #333; padding: 0 10px; text-decoration: none; display: block; }
#navcontainer li#active { color: #000; background: url(../media/images/page/bg-menu-hover.gif) repeat-x; }
#navcontainer a:hover {color: #000; background: url(../media/images/page/bg-menu-hover.gif) repeat-x;}
*/

/* These styles are used to highlight the menu backgroundimage based on the active page */
body#home #one a, body#donation #two a, body#programs #three a, body#about #four a {color: #000;}
/* make the active page link dark green */
body#home #one a:hover {color: #000;}
/* make the active page link bold */
body#home #one span, body#donation #two span, body#programs #three span, body#about #four span {font-weight: bold;}

/* drop down styling */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    font-size: 12px;
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	12px;
	position: relative;
}
.sf-menu ul {

	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	height:31px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			31px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
height:35px;
	float:			left;
	border-bottom:		0px solid #1d418c;
	/* margin-bottom:	1em; */
}
.sf-menu a {
	border-left:	0px solid #fff;
	border-top:		0px solid #234ca5;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#eee;
}
.sf-menu li {
	background:		/* #95ae5d; */
}
.sf-menu li li {
	border-bottom:		1px solid #687899;
	background:		#6e7fa2;
}
.sf-menu li li li {
	border-bottom:		1px solid #878c99;
	background:		#8d93a1;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#1d3e86;
	outline:		0;
	color:#fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../media/images/navigation/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../media/images/navigation/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* sidebar1 navigation */
#navigation{width:176px;}
#navigation{margin:1em 0px 0px 0px;padding:0px;text-indent:0px;}
#navigation ul{border-width:0px;margin:0px;padding:0px;text-indent:0px;}
#navigation li{list-style:none inside none;margin: 1em 0 0 0;}
#navigation li a{display:block; margin-left: 8px;text-decoration:none;}
#navigation li a:hover{color:#000;text-decoration: underline;}
#navigation li li a{display:block;margin-left:24px;margin-bottom: -.5em;font-size: 90%; text-decoration:none;}
#navigation li li a:hover{color:#000;text-decoration: underline;}

/* text styles for the main content section */
#mainContent p { font-size: 1em;margin-bottom: 1em; line-height: 1.5em; }
#mainContent h1 { font-size: 1.4em; font-weight: normal; color: #234ca5;margin-bottom: .6em;}
#mainContent h2 { font-size: 1.2em; font-weight: normal; color: #234ca5; margin-top:  1em;}
#mainContent h3 { font-size: 1.0em; color: #234ca5; font-style: italic; }
#mainContent h4, h5, h6	{font-size: 1.0em; font-weight:bold;}
#mainContent strong, #footer strong { font-weight: bold; }
#mainContent ol li { font-size: 1em;line-height: 1.2em; text-decoration: none; list-style-type: decimal; list-style-position: outside; margin-left: 2em; margin-bottom: .5em;}
#mainContent ul	{display: block;margin: 1em 0;}
#mainContent ul li { font-size: 1em;line-height: 1.2em; text-decoration: none; list-style-type: square; list-style-position: outside; margin-bottom: .5em; margin-left: 2em; }
#mainContent a:link, #footer a:link	{ text-decoration: none; }
#mainContent a:hover, #footer a:hover { color:#000; text-decoration: underline; }
#mainContent dt	{font-size: 1.1em;font-weight: normal;margin-top: 1em;}
#mainContent dd	{font-size: 1em;display: block; margin-left: 2em;line-height: 1.5em;}
.question	{color: #234ca5;}
.answer	{margin-top:  -1em;
}
#mainContent table {font-size: 1em;
	width: 100%;
	margin-bottom: 1em;
}
#mainContent table tr th {
vertical-align: top;
padding: 3px 6px;
background-color: #95bce2;
font-weight: bold;
}
#mainContent table td {
	vertical-align: top;
	padding: 3px 6px;
	/* border-bottom: 1px solid #95bce2; */
}
#mainContent table tr.alt td {background: #ecf6fc; }
#mainContent table tr.over td {background: #bcd4ec; }
strong,b	{font-weight: bold;}
#mainContent blockquote {margin: 12px 24px; background: transparent url(/media/images/page/quoteleft.gif) left top no-repeat; }
#mainContent blockquote div {padding: 0 24px; background: transparent url(/media/images/page/quoteright.gif) right bottom no-repeat; }
#mainContent cite	{font-style: italic;}

/* text styles for footer elements */
#footer p { margin: 0 0 1em 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */  
padding: 1px;/*padding on this element will create space, just as the the margin would have, without the margin collapse issue */
line-height: 1.2em;
}
#footer li{margin:2px 0px;padding:2px;list-style-position:outside;list-style-type:none;border-bottom: 1px dashed #dadada;}

/*site map page */
#mainContent .sitemenu li	{margin-left: 2em;
	list-style-type: none;
	list-style-image: none;
}

/* image spacing for patient stories header image */
#mainContent .storyhdr	{margin:0 0 2em 0;}

/* right sidebar styles */
#sidebar2 h3{margin-top: 2em;font-size: 1.2em; color: #234ca5; font-weight:normal;}
#sidebar2 p{font-size: 1.0em; margin: 1em 0;}

/* font sizer styles */
.font_sizer_fmt {width:70px; height:26px; margin: 7px 0px 0px 5px;float: right;} 
.font_sizer_text_fmt { width:66px; margin: 0px; text-align: center; font-size: 10px; text-transform: uppercase; line-height:12px; } /* .font_sizer_break_fmt { clear: both; } */
.font_sizer_fmt .font_sizer_001_fmt { background: url(/media/images/page/font_sizer_001.gif) no-repeat; width:6px; height:26px; float:left; padding: 0px; } 
.font_sizer_fmt .font_sizer_002a_fmt { background: url(/media/images/page/font_sizer_002a.gif); width:17px; height:26px; float:left; } 
.font_sizer_fmt .font_sizer_002b_fmt { background: url(/media/images/page/font_sizer_002b.gif); width:17px; height:26px; float:left; } 
.font_sizer_fmt .font_sizer_003_fmt { background: url(/media/images/page/font_sizer_003.gif); width:9px; height:26px; float:left; font-size:1%; } 
.font_sizer_fmt .copyA_fmt { font-size:10px; text-decoration: none; float:left; margin:6px 5px 5px 5px; line-height: 17px; } 
* html .font_sizer_fmt .copyA_fmt { line-height: normal; } 
.font_sizer_fmt .copyB_fmt { font-size:12px; text-decoration: none; float:left; margin:6px 4px 4px 4px; line-height: 15px; } 
.font_sizer_fmt .copyC_fmt { font-size:15px; text-decoration: none; float:left; margin:6px 3px 0px 3px; line-height: 13px; } 
.font_sizer_fmt a:link, .font_sizer_fmt a:visited { color: #164C6A; } 
.copyNormal { font-size:1em;} .copyMedium { font-size:1.2em;} .copyLarge { font-size:1.4em;} 