html,body,form,a img,img,ul,ol {
	margin: 0;
	padding: 0;
	border: 0 none;
	list-style: none outside;
}

html, body {
	color: #666;
  background: #74b4be;
	height: 100%;
}

html {
	overflow-y: auto;
}

body {
	position: relative;
}

#pageContainer {
	width: 100%;
	background: url(/assets/images/page-bg.jpg) no-repeat 50% 0;
	position: relative;
	z-index: 50;
	min-height: 100%;
}

div.leftBg {
  background: url(/assets/images/page-bg-left.jpg) repeat 0 55px;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 49%;
}
div.rightBg {
  background: url(/assets/images/page-bg-right.jpg) repeat 100% 55px;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49%;
}
div.bottomBg {
  background: url(/assets/images/page-bg-btm.jpg) repeat-y;
  position: fixed;
  z-index: 5;
  width: 1256px;
  left: 50%;
  margin-left: -628px;
  top: 0;
  bottom: 0;
}
* html div.leftBg, * html div.rightBg, * html div.bottomBg {
  position:absolute;
  height:100%;
}
div.topleftBg,
div.toprightBg {
  position:absolute;
  background: url(/assets/images/page-bg-top-sides.jpg) repeat-x;
  z-index: 3;
  left: 0;
  top: 0;
  width: 49%;
  height: 55px;
}
div.toprightBg {
  background-position: 100% -55px;
  right: 0;
  left: auto;
  z-index: 4;
}

body,table,td,th,a,p,h1,h2,h3,h4,textarea,input {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 1em;
}

body {
	font-size: 75%;
	line-height: 1.2;
}

a { color: #2173af; }

a:hover { color: #f9e08c; }

p {
	margin: 0 0 1em;
	line-height: 150%;
}

body.home h1, 
body.home h2,
#footer h2,
h3,
#siteName,
body.home #content p,
#tabContent ul.tabs a {
	font-family: Gotham, "GothamHTF", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2173af;
	letter-spacing: .05em;
}

h2, h3, #footer h2 {
	color: #333;
	font-size: 1.2em;
	margin: 0 0 .5em;
	font-weight: bold;
}

h1 { 
  color: #2173AF; 
  font-size: 2.417em; 
  font-weight: normal; 
  letter-spacing: .05em; 
  line-height: 110%; 
  margin: .4em 0; 
} 


#siteName {
	font-size: 2.167em;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	letter-spacing: 0;
	margin: 18px 40px 32px; 
}

#content h2 {
	font-size: 1.5em;
	color: #444;
	margin: 1.6em 0 .8em;
	letter-spacing: .05em;
}


#logo_sm {
	display: block;
	width: 130px;
}

body.home #logo_sm { 
	display: none;
}

#header {
	height: 38px;
	font-family: Gotham, "GothamHTF", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 11px 0 6px 0;
	background: url(/assets/images/page-bg-top.jpg) no-repeat 50% 0;
	text-align: center;
}

#header ul.inner {
	display: block;
	width: 980px;
	margin: 0 auto;
}

#header ul.inner li {
	display: -moz-inline-box;
	display: inline-block;
	height: 38px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

ul#nav li a,
ul#nav li a:hover {
	display: block;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 5px #001;
	text-decoration: none;
	text-align: center;
	margin: 0 1px;
	padding: 7px 20px;
}

ul#nav li a:hover, 
ul#nav li.here a {
	color: #f9e08c;
	background-color: #2c5675;
}

#fontSizeAdjust a:hover {
	color: #f9e08c;
}

div#fontSizeAdjust {
	width: 120px;
	height: 30px;
	font-weight: bold;
	color: #59abb8;
	padding: 7px 0 0 10px;
	border-left: 1px solid #006c98;
	text-align: center;
	white-space: nowrap;
}
 
div#fontSizeAdjust a {
	font-size: 1.2em;
	line-height: 100%;
	font-weight: bold;
	color: #59abb8;
	text-shadow: 2px 2px 5px #001;
	margin: 0 1px 0 1px;
	padding: 0 5px 2px 5px;
	text-decoration: none;
}

div#fontSizeAdjust a:hover {
	font-size: 1.3em;
	font-weight: bolder;
}


#mainWrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 17px;
}

#pageContainer:after, .section:after, .inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#pageContainer:after { font-size: 0; }
.section,.inner,#pageContainer { display:inline-block; }
/* Hide from IE5/Mac \*/
* html .section,* html .inner { height:1px; }
#pageContainer, .section, .inner { display:block; }
/* End hide */

body.home #content {
	float: left;
	width: 612px;
	padding: 0;
	background: transparent;
	margin-bottom: 30px;
	margin-left: 39px;
}


#content #logo { 
	float: left;
	margin: 0 18px 22px 0;
}

body.home h1,
body.home #content p {
	color: #fff;
	text-shadow: -1px -1px 1px #105494;
	font-weight: bold;
	font-size: 1.59em;
	margin: 0;
}

body.home #content p {
	color: #b8b8b8;
	font-size: 1.42em;
	margin: .2em 0 18px;
	line-height: 140%;
	letter-spacing: 0.01em;
}


#content .photos {
	clear: both;
	position: relative;
	min-height: 1px; /* for IE7 */
}

#content .photos img {
	background: url(/assets/images/home/photo-frame.png) no-repeat 50% 50%;
	text-align: center;
	padding: 10px;
}

.one {
	float: left;
}

.two {
	float: right;
}


.sidebar {
	float: right;
	display: inline;
}

body.home .sidebar {
	width: 296px;
	margin: 0 40px 30px 0;
}


.newsBox {
	background: url(/assets/images/box-news/top.png) no-repeat 0 0;
	width: 296px;
	margin-bottom: 16px;
}

.newsBox h2 {
	text-transform: uppercase;
	float: left;
	height: 33px;
	width: 216px;
	padding: 7px 0 5px 18px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

.newsBox h2 img {
	height: 33px;
	width: 100%;
	border: 0 none;
	visibility: hidden;
}

.newsBox .more {
	float: right;
	padding: 14px 10px 0 0;
	width: 52px;
	text-align: left;
}

.newsBox a.more:hover {
	border: 0 none;
	text-decoration: underline;
}

.newsBox .more img {
	height: 5px;
	width: 3px;
	background: url(/assets/images/arrow.png) no-repeat 50%;
	vertical-align: middle;
}

.newsBox ul {
	background: url(/assets/images/box-news/btm.png) no-repeat 0 100%;
	padding: 1px 20px 4px;
	clear: both;
	min-height: 1px; /* for IE7 */
}

.newsBox li {
	width: 254px;
	padding: 8px 0;
	border-top: 1px solid #e8eaec;
	position: relative;
	top: -7px;
	background: #fff;
}

.newsBox li:first-child {
	border-top: 0 none;
	padding-top: 0;
	margin-top: 7px;
}

.newsBox .date {
	color: #2ebad0;
	display: block;
}

.newsBox a {
	text-decoration: none;
}

.newsBox a:hover {
	border-bottom: 1px solid #a3925b;
}


.buttons {
	height:38px;
	overflow:hidden;
}

.buttons li, .buttons a, .buttons span{
	width:100%;
	height:38px;
	float:left;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}

.buttons .mailingList {
	width: 150px;
	margin-right: 10px;
}

.buttons .donate {
	width: 134px;
}

.buttons a {
	text-transform: uppercase;
	text-align: center;
}

.buttons span {
	background:url(/assets/images/buttons_sprite.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:0;
}

.buttons li.donate a span{
	background-position: -160px 0;
}



#tabContent,
div.wideBoxTop {
	width: 1000px;
	float: left;
	background: url(/assets/images/box-wide/top.png) no-repeat;
	padding: 24px 0 0;
}

#tabContent {
	background-position: 0 18px;
	padding-top: 42px;
}

#tabContent .midBg,
div.wideBoxTop .midBg {
	background: url(/assets/images/box-wide/mid.png) repeat-y;
	padding: 0 21px;
	min-height: 158px;
	clear: both;
}

#tabContent ul.tabs {
	float: right;
	display: inline;
	position: relative;
	margin-top: -50px;
	margin-right: 56px;
}

#tabContent ul.tabs li {
	background: url(/assets/images/tabs-sprite.png) no-repeat 0 0;
	width: 310px;
	height: 36px;
	padding: 7px 5px 0 16px;
	float: left;
	position: relative;
	margin-right: -28px;
}

#tabContent ul.tabs li.selected {
	background-position: -333px 0;
	z-index: 50;
}

#tabContent ul.tabs a {
	color: #b1b0b0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 4px 28px;
}

#tabContent ul.tabs a:hover,
#tabContent ul.tabs a:focus {
	color: #666;
	outline: 0 none;
}

#tabContent ul.tabs li.selected a {
	color: #052a4a;
}

#tabContent ul.tabs a,
#tabContent ul.tabs span {
	display: block;
	text-decoration: none;
}

#tabContent ul.tabs span {
	background: #ececec;
	height: 28px;
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	cursor: pointer;
}

#tabContent ul.tabs .vShim {display:inline-block;width:0}
#tabContent ul.tabs .vShim {display:inline} /* for IE7 */
#tabContent ul.tabs li.selected span {
	background: #fff;
}

#tabContent .tabSection {
	width: 958px;
	float: left;
	position: relative;
	min-height: 158px;
}

.tabSection .column {
	width: 293px;
	margin: 0 13px;
	float: left;
	display: inline;
	color: #666;
	background: #fff;
	padding-bottom: 2.5em;
}


.tabSection h3 img {
	background: url(/assets/images/icons/home_sprite.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
}

.tabSection h3.donate img {
	width: 22px;
	margin-right: 2px;
}

.tabSection h3.events img {
	background-position: 0 -39px;
}

.tabSection h3.advocate img {
	width: 18px;
	background-position: 3px -78px;
}

.tabSection h3.findLocalGroup img {
	background-position: 0 -124px;
}

.tabSection h3.learnFromOthers img {
	background-position: 0 -166px;
}

.tabSection h3.livingWithNF img {
	background-position: 0 -203px;
}

.tabSection h3.whatIsNF img {
	background-position: 0 -245px;
}

.tabSection h3.findDoctor img {
	background-position: 0 -286px;
}

.tabSection h3.education img {
	background-position: 0 -327px;
}


.tabSection p.more {
	margin: 0 0 .5em;
	bottom: 6px;
	position: absolute;
	width: 293px;
}

.tabSection .more a {
	font-weight: bold;
	padding-left: 20px;
	background: url(/assets/images/arrow2.png) 5px .33em no-repeat;
}

.tabSection a,
#footer a {

	text-decoration: none;
	
}

.tabSection a:hover,
#footer a:hover {
	text-decoration: underline;
	border: 0 none;
/*
	border-bottom: 1px solid #a3925b;
	*/
}




div.hr {
	background: url(/assets/images/box-wide/separator.png) no-repeat 0 0;
	height: 47px;
	overflow: hidden;
	clear: both;
}
#content div.hr {
  border-bottom: 1px solid #666;
  background: none;
  height: 0;
  margin: .8em 5%; 
}
div.hr hr {
 display: none;
}

#tabContent+div.hr { /* for Firefox 2 */
	float: left;
	width: 100%;
}


#footer {
	width: 958px;
	float: left;
	padding: 0 21px 24px;
	position: relative;
	clear: both;
	top: 0;
	background: url(/assets/images/box-wide/btm.png) no-repeat 0 100%;
}

#footer .column {
	background: #fff;
	padding: 0 15px;
	float: left;
	width: 198px;
	border-right: 1px solid #e1e1e1;
	min-height: 186px;
}

#footer .getInvolved {
	width: auto;
	min-width: 246px;
	max-width: 320px;
	padding-right: 5px;
}

#footer ul.six {
	width: 246px;
}

#footer .social {
	width: 142px;
	padding-right: 0;
	border-right: 0 none;
	min-height: 86px;
}

#footer .getInvolved a:hover,
#footer .social a:hover {
	border: 0 none;
}

#footer em {
	font-style: normal;
	font-weight: bold;
}

#footer address,
#footer .phone {
	margin: 0;
	font-style: normal;
}

.phone em span {
	position: absolute;
	left: -9999px;  
}

#footer ul {
	line-height: 150%;
}


#footer .getInvolved li,
#footer .getInvolved a,
#footer .getInvolved img {
	float: left;
	width: 70px;
	height: 70px;
	position: relative;
}

.getInvolved li {
	background: url(/assets/images/ways-to-get-involved_sprite.png) no-repeat 2000px 0;
	margin: 0 10px 10px 0;
}

.getInvolved .nationalDoodleDay {background-position: 0 0}
.getInvolved .greatSteps {background-position: -79px 0}
.getInvolved .run4nf {background-position: -157px 0}
.getInvolved .nf20Years {background-position: 0 -78px}
.getInvolved .inspire {background-position: -79px -78px}
.getInvolved .cfc {background-position: -157px -78px}

.social li,
.social a,
.social img {
	float: left;
	width: 69px;
	height: 70px;
}

.social li {
	background: url(/assets/images/social_icons_sprite.png) no-repeat 0 0;
	margin: 0 2px 2px 0;
}

.social li.twitter {
	background-position: -71px 0;
}


#subFooter {
	clear: both;
	width: 948px;
	margin: 0 auto;
	color: #ccc;
	font-weight: bold;
	font-size: .84em;
	padding: 5px 26px 20px;

}

#subFooter .byline {
	float: right;
}

#subFooter a {
	text-decoration: none;
	color: #ccc;
}

#subFooter a:hover {
	border-bottom: 1px solid #a3925b;
}





#subNav {
	float: left;
	display: inline;
	position: relative;
	margin-left: -7px;
	width: 196px;
	min-height: 300px;
	padding-top: 40px;
	background: #fff url(/assets/images/subnav/bg.png) no-repeat;
}

#subNav li.sub-level-0 {
	margin-top: -14px;
	padding-bottom: 14px;
	position: relative;
}

#subNav ul ul {
	position: relative;
	margin-left: -1px;
	padding-bottom: 3px;
	background: url(/assets/images/subnav/item-btm-border.png) no-repeat 100% 100%;
}

#subNav a {
	display: block;
	padding: 3px 5px 3px 30px;
	color: #797c80;
	font-weight: bold;
	text-decoration: none;
	background: url(/assets/images/subnav/item-btm-border.png) no-repeat 100% 100%;
}

#subNav li.sub-level-0 li a {
	font-weight: normal;
	color: #666;
	background: none;
}

#subNav li li a:hover,
#subNav li li.current a,
#subNav li.parent-current ul a:hover {
	color: #2071a6;
	background: #cee6f3 url(/assets/images/subnav/submenu-item.png) repeat-y 0;
}

#subNav li li.current a,
#subNav li.parent-current li.current a:hover {
	background-position: -196px;
}

#subNav a:hover {
	color: #2173af;
	text-decoration: none;
}

#subNav li.current,
#subNav li.parent-current {
	background: url(/assets/images/subnav/current-item-bg.png) no-repeat 0 0;
	padding: 0 9px 14px;
	width: 196px;
	margin-left: -18px;
	left: 9px;
	position: relative;
}

#subNav li li.current {
	background: none;
	padding: 0;
	margin: 0;
	left: 0;
}

#subNav li.current a,
#subNav li.current a:hover,
#subNav li.parent-current a,
#subNav li.parent-current a:hover {
	color: #f9e08c;
	background: none;
}

#subNav a span {
	display: table-cell;
	vertical-align: middle;
	height: 36px;
	cursor: pointer;
}

*:first-child+html #subNav a span {line-height:36px}
* html #subNav a span {line-height:36px}
*:first-child+html #subNav li.sub-level-1 a span {line-height:1.2}
* html #subNav li.sub-level-1 a span {line-height:1.2}
#subNav li.sub-level-1 a span {
	height: auto;
}



#content {
	float: right;
	width: 715px;
	display: inline;
	background: #fff;
	padding: 0 9px 0 12px;
}

#content .main {
	overflow: auto;
}

.main ul {
	margin: 1em 0 1em 30px;
	list-style-type: disc;
	line-height:1.75;
}
.sidebar.newsletter {
  width: 117px;
  padding: 10px 6px 44px;
  height: 120px;
  background: url(/assets/images/sidebar/mailing-list-bg.jpg) no-repeat top;
  margin: 46px 94px 30px 30px;
  position: relative;
  text-align: center;
}
.newsletter h3 {
  font-size: 1.25em;
  line-height: .9;
  margin: .2em 0;
  color: #052d4d;
}
.newsletter p {
  margin: 0;
  font-size: .92em;
}
.newsletter p em {
  color: #2173af;
}
.newsletter p.button,
.newsletter a.button span {
  position: absolute;
  left: 6px;
  bottom: 16px;
  width: 116px;
  height: 28px;
  overflow: hidden;
}
.newsletter a.button,
.newsletter a.button span {
  display: block;
  width: 116px;
  height: 28px;
}
.newsletter a.button span {
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: url(/assets/images/sidebar/mailing-list-bg.jpg) no-repeat -6px -130px;
}

body.newsAndEvents #content {
	float: left;
	width: 704px;
	padding: 0;
}
body.newsAndEvents .sidebar {
	width: 186px;
	padding: 46px 20px 0 28px;
	min-height: 500px;
	background: url(/assets/images/blog/sidebar-bg.png) no-repeat;
}
body.newsAndEvents .sidebar ul {
	border-top: 1px solid #d9dadd;
	border-bottom: 1px solid #d5d7d9;
	padding: 1em 0;
	margin: .5em 0 1em;
}
body.newsAndEvents .sidebar li {
	line-height: 150%;
	padding: .1em 0;
}
body.newsAndEvents .sidebar ul a span {
	color: #666;
}


body.newsAndEvents .entry {
	width: 472px;
	float: right;
	clear: both;
	padding-left: 214px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
body.newsAndEvents .entry h1 {
	margin: .4em 0 .1em; 
}
body.newsAndEvents .entry .date {
	position: absolute;
	left: 0;
	top: 1.6em;
	font-size: 1.42em;
	font-weight: bold;
}
body.newsAndEvents .entry .year {
	font-weight: normal;
	color: #999;
}
body.newsAndEvents .entry .categories {
	padding-left: 22px;
	background: url(/assets/images/blog/categories-icon.png) no-repeat 0 50%;
	position: relative;
	margin-left: -1px;
	min-height: 16px;
}
body.newsAndEvents .entry a,
body.newsAndEvents .sidebar a {
	text-decoration: none;
}
body.newsAndEvents .entry a:hover,
body.newsAndEvents .sidebar a:hover {
	border-bottom: 1px solid #a3925b;
}

body.newsAndEvents .entry img {
	display: block;
	margin: 0 7px 7px auto;
	padding: 5px;
	border: 1px solid #c7c7c7;
}
body.newsAndEvents .entry p {
	font-size: 1.08em;
}
body.newsAndEvents .entry ul {
	list-style-type: square;
	margin: 1.5em 0 1.5em 32px;
	line-height: 1530%;
	font-size: 1.09em;
}
body.newsAndEvents .entry ul li {
}
blockquote {
	font-style: italic;
	background: url(/assets/images/quote-bg.png) no-repeat 0 .222em;
	padding-left: 60px;
	margin: 1.6em 0;
	font-size: 1.385em;
	color: #999;
}

div.multicolList {
  float: left;
  width: 100%;
}
div.multicolList div.shim {
  float: left;
  width:100%;
  height: 1em;
}

div.multicolList ul {
  margin: 0 0 1em 20px;
}

div.multicolList li {
  list-style:none;
  width:33%;
  position:relative;
  display: block;
  line-height: 1.4;
}

div.multicolList li.col1 {
  margin-right: 66%;
}
div.multicolList li.col2 {
  margin-left: 33%;
  margin-right: 33%;
}
div.multicolList li.col3 {
  margin-left: 66%;
}

div.multicolList li.col1:first-child,
div.multicolList li.col1+li.col2,
div.multicolList li.col2+li.col3 {
  margin-top: -9999px;
  clear: left;
}

div.multicolList li.col1:first-child:before,
div.multicolList li.col1+li.col2:before,
div.multicolList li.col2+li.col3:before {
  clear: left;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;;
}

*>html head+body .multicolList ul { /* for IE5/Mac */
  display: inline-block;
  clear: both;
}
*>html head+body .multicolList li.col1:first-child { margin-top: 0 }


div.directory-lists {
  padding-right: 16em;
  padding-bottom: 1em;
  clear: both;
  margin: 0 0 1em;
  background: url(/assets/images/horzrule.png) no-repeat 1px 100%;
}

#content div.directory-lists h2 {
  float: left;
  width: 100%;
  margin: 0 0 .33em;
}

div.directory-lists p {
  margin: 0 0 0 1.3em;
  clear: left;
}

ul.catlist {
  list-style-type: none;
  position: relative;
  display: inline;
  float: right;
  width: 15em;
  margin: .25em -16em 0 0;
  padding: 0;
}

ul.catlist li {
  list-style-type: none;
  font-weight: bold;
  color: #000;
}

/*=Advocacy Page */

#d_clip_container {
  position: relative;
}
.clipButton {
  width: 135px;
  display: block;
  text-align: center;
  border: 1px solid black;
  color: #2173AF;
  background-color: #ccc;
  padding: 10px;
  cursor: default;
  font-weight: bold;
}
.clipButton.hover { background-color: #eee;}
.clipButton.active { background-color: #aaa;}

#form_letter {
  line-height: 1.5em;
}

/*=Donations Page */

body.donations h3 {
  margin-top: 1em;
}

div.accordion {
  float: left;
  width: 100%;
  clear: both;
}
.accordion ul {
  list-style-type: disc;
  margin: 1em 0 1em 30px;
  padding: 0;
}
.accordion fieldset ul {
  list-style-type: none;
  margin: 0;
}

body.donations fieldset {
  border: 0 none;
  padding: 0;
  margin: 1em 0;
  display: block;
}
body.donations div.fieldset {
  padding-top: 1em;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: .5em;
}
body.donations legend {
  margin: 0;
  padding: 0;
  display: block;
} 
body.donations span.legend {
	font-size: 1.05em;
  font-weight: bold;
}

div.grpCtrl {
  display: none;
  padding-bottom: .5em;
  border-bottom: 1px solid #E5E5E5;
}

body.donations form .details {
  margin-left: 1em;
  padding-left: 12px;
}
body.donations form .details label span {
  display: block;
  margin-top: .6em;
}

p.address {
  font-weight: bold;
}

div.field {
  padding: 3px 0;
}
div.buttons {
  text-align: center;
  padding: 3px 0;
}
label {
  cursor: pointer;
  display:-moz-inline-stack;
  display:inline-block;
}
label span {
  display:block;
  display:inline-block;
  min-width: 9.5em;
}
* html label span {
  width: 9.5em; /* for IE5-6 */
  white-space: nowrap;
}
label.checkbox span {
  display: inline;
}

input[type="text"]:focus, textarea:focus {
  outline: 1px solid #009DD7;
  border-color: #009DD7;
}

dl {
	margin: 0 14px 14px 0;
}

dl dt, 
dl dd {
	margin: 0;
	padding: 0;
}


