* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background: #def url(../img/css-bg-main.gif) repeat-x 0 0;
	font-size: 0.68em;
	color: #333;
}

a {
	color: #195bff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin-top: 1em;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	margin-top: 1em;
}

address {
	font-style: normal;
	font-size: 1em;
}

dl {
	margin: 14px 0 0 14px;
}

dfn {
	border-bottom: 1px dashed #999;
	font-style: normal;
	cursor: help;
}

img {
	border: 0 none;
}

ul {
	list-style: none;
}

ol {
	margin-top: 1em;
}
ol li {
	margin: 0 0 .4em 18px;
	color: #333;
}
ol li span {
	color: #333;
}

#main {
	margin-top: 9px;
	width: 990px;
}

.wrapper {
	background: url(../img/css-bg-fake.gif) repeat-y 372px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Content */

#content {
	width: 618px;
	float: right;
	background-color: #fff;
	min-height: 540px;
}
* html #content { height: 540px; }
#content .inner {
	margin: 27px;
	padding-top: 87px;
	position: relative;
	overflow: visible;
}
#content p {
	margin-top: 1em;
	line-height: 1.4em;
}

#content p img {
	margin: 4px 10px;
}
#content .i-holder {
	padding: 20px 20px 12px 20px;
}
#content .i-holder.lt {
	float: left;
	padding-left: 0;
}
#content .i-holder.rt {
	float: right;
	padding-right: 0;
}
#content .i-holder img {
	display: block;
}
#content .i-holder span {
	font-size: 0.83em;
}
#content .more {
	margin: 0;
	display: block;
	text-align: right;
}
#content .more a {
	padding-right: 11px;
	background: transparent url(../img/css-li-nav.gif) no-repeat 100% 3px;
	font-size: 0.83em;
}

#content img.center {
	text-align: center;
	margin: 1em auto 0 auto;
	display: block;
}

#content.home .inner {
	padding-top: 0;
}
#content.home .col {
	float: left;
	width: 280px;
}
#content.home .col.last {
	width: 260px;
	margin-left: 20px;
}
#content.home ul {
	margin-top: 1.1em;
}
#content.home ul li {
	padding-left: 10px;
	font-size: 1.1em;
	color: #333;
	background: transparent url(../img/css-li-dot.gif) no-repeat 0 5px;
	margin-bottom: 1.1em;
}
#content.home h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin: 1.9em 0 1.1em 0;
}
#content.home h2		{ font-weight: bold; font-size: 1.5em; }
#content.home h2.red	{ color: #fe0000; }
#content.home h2.green	{ color: #329900; }
#content.home h2.blue	{ color: #0A50FE; }
#content.home h2.yellow	{ color: #F7C706; }
#content ul {
	margin-top: 1.1em;
}
#content ul li {
	padding-left: 10px;
	background: transparent url(../img/css-li-dot.gif) no-repeat 0 5px;
	margin-bottom: .4em;
	font-size: 1.2em;
}

#content .inner address {
	margin-top: 1em;
}

/* Gallery */

.gallery li {
	float: left;
	width: 102px;
	margin: 10px 10px 0 0;
	min-height: 136px;
}
* html .gallery li {
	height: 136px;
}
.gallery li.last {
	margin-right: 0;
}
.gallery a {
}
.gallery a img {
	vertical-align: bottom;
	border: 1px solid #fff;
}
.gallery a span {
	text-align: center;
	display: block;
	padding: 3px 0;
}
.gallery a:hover img {
	border: 1px solid #195bff;
}
.gallery a:hover span {
	background-color: #ddeeff;
}

.copy {
	clear: both;
	margin-left: 372px;
	color: #195bff;
	padding: 3px 0;
	font-size: 95%;
}


/* Header background */

#content {
	background-image: url(../img/css-bg-blue.jpg);
	background-repeat: no-repeat;
	background-position: 27px 27px;
}

#content p, #content td a {
	font-size: 1.08em;
}
#content p {
	text-align: justify;
}

#content h1 { color: #0a50ff; }

#content.home { background-image: none; }
#content.about-us h1				{ color: #0a50ff; }

#content.about-us					{ background-image: url(../img/css-bg-aboutus.jpg); }
#content.about-us h1				{ color: #0a50ff; }

#content.william-s-life				{ background-image: url(../img/css-bg-life.jpg); }
#content.william-s-life h1			{ color: #ff1a00; }

#content.william-s-illness			{ background-image: url(../img/css-bg-illnes.jpg); }
#content.william-s-illness h1		{ color: #f7c706; }

#content.about-medulloblastoma		{ background-image: url(../img/css-bg-medullo.jpg); }
#content.about-medulloblastoma h1	{ color: #390; }

#content.research					{ background-image: url(../img/css-bg-research.jpg); }
#content.research h1					{ color: #d200d2; }

#content.fund-raising				{ background-image: url(../img/css-bg-red.jpg); }
#content.fund-raising h1			{ color: #ff1a00; }

#content.our-supporters				{ background-image: url(../img/css-bg-yellow.jpg); }
#content.our-supporters h1			{ color: #f7c706; }

#content.help-forum					{ background-image: url(../img/css-bg-green.jpg); }
#content.help-forum h1				{ color: #390; }

#content.your-stories				{ background-image: url(../img/css-bg-red.jpg); }
#content.your-stories h1			{ color: #ff1a00; }

#content.contact-us					{ background-image: url(../img/css-bg-yellow.jpg); }
#content.contact-us h1				{ color: #f7c706; }

#content.about-us ol li				{ color: #333; margin-top: 1em;	 }
#content.about-us ol li b			{ color: #333; font-size: 1em; }

/* Left box */

#leftbox {
	width: 372px;
	float: right;
	background: transparent url(../img/css-bg-left-menu.jpg) no-repeat 0 0;
	min-height: 540px;
	position: relative;
}
* html #leftbox {
	height: 540px;
}

.logo {
	float: right;
	margin: 26px 26px 0 0;
}

ul.leftnav {
	margin: 8px 0 100px 0;
	width: 170px;
	float: right;
	clear: right;
}
ul.leftnav li {
	width: 161px;
	float: right;
}
ul.leftnav li.active			{ 					background: transparent url(../img/css-li-nav-arrow-active.gif) no-repeat 100% 4px; }
ul.leftnav li.active a			{ color: #b51ac6;	background: transparent url(../img/css-li-nav-active.gif) no-repeat 138px 10px; }
ul.leftnav li.active li a		{ color: #195bff;	background: transparent url(../img/css-li-nav.gif) no-repeat 138px 10px; }
ul.leftnav li.active li li a	{ color: #195bff;	background: transparent url(../img/css-li-li-nav.gif) no-repeat 139px 9px; }
ul.leftnav li.active li li li a	{ color: #195bff;	background: transparent url(../img/css-li-li-li-nav.gif) no-repeat 140px 10px; }

ul.leftnav li li.active			{ 					background: transparent url(../img/css-li-nav-arrow-active.gif) no-repeat 100% 4px; }
ul.leftnav li li.active a		{ color: #b51ac6;	background: transparent url(../img/css-li-nav-active.gif) no-repeat 138px 10px;		text-decoration: underline; }
ul.leftnav li li.active li a	{ color: #195bff;	background: transparent url(../img/css-li-li-nav.gif) no-repeat 139px 9px;			text-decoration: none; }
ul.leftnav li li.active li a:hover	{ text-decoration: underline; }
ul.leftnav li li.active li li a	{ color: #195bff;	background: transparent url(../img/css-li-li-li-nav.gif) no-repeat 140px 10px;		text-decoration: none; }
ul.leftnav li li.active li li a:hover	{ text-decoration: underline; }

ul.leftnav li li li.active		{					background: transparent url(../img/css-li-nav-arrow-active.gif) no-repeat 100% 2px; }
ul.leftnav li li li.active a	{ color: #b51ac6;	background: transparent url(../img/css-li-li-nav-active.gif) no-repeat 139px 9px; }
ul.leftnav li li li.active li a	{ color: #195bff;	background: transparent url(../img/css-li-li-li-nav.gif) no-repeat 140px 10px; }

ul.leftnav li li li li.active	{ 					background: transparent url(../img/css-li-nav-arrow-active.gif) no-repeat 100% 1px; }
ul.leftnav li li li li.active a	{ color: #b51ac6;	background: transparent url(../img/css-li-li-li-nav-active.gif) no-repeat 140px 9px; }

ul.leftnav li a					{ color: #195bff;	background: transparent url(../img/css-li-nav.gif) no-repeat 138px 10px; }
ul.leftnav li li a				{ color: #195bff;	background: transparent url(../img/css-li-nav.gif) no-repeat 138px 10px; }
ul.leftnav li li li a			{ color: #195bff;	background: transparent url(../img/css-li-li-nav.gif) no-repeat 139px 9px; }
ul.leftnav li li li li a		{ color: #195bff;	background: transparent url(../img/css-li-li-li-nav.gif) no-repeat 140px 10px; }
ul.leftnav li a {
	font-size: 1.38em;
	font-weight: bold;
	display: block;
	text-align: right;
	padding: 3px 32px 3px 0;
}
ul.leftnav li li li {
	padding-right: 0;
}
ul.leftnav li li li a {
	font-size: 1.2em;
	font-weight: normal;
}
ul.leftnav li li li li a {
	font-size: 0.92em;
	font-weight: normal;
}

.logos {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 230px;
	text-align: right;
	margin-right: 10px;
}
.logos img {
	margin-right: 7px;
}

#content .offspring_list_simple ul {
	margin-top: 16px;
}
#content .offspring_list_simple ul li {
	width: 187px;
	float: left;
	background: none;
	padding: 0;
}
#content .offspring_list_simple ul li a {
	padding: 0 12px 0 0;
	background: transparent url(../img/css-li-nav.gif) no-repeat scroll 100% 6px;
	font-size: 1.38em;
	font-weight: bold;
}
#content .offspring_list_simple ul li a:hover {
	text-decoration: none;
}

#content .familliar_list_simple ul li {
	margin-top: 20px;
}
#content .familliar_list_simple ul li {
	background-image: none;
	padding-left: 0;
	float: left;
	width: 185px;
}
#content .familliar_list_simple ul li a {
	padding: 0 12px 0 0;
	background: transparent url(../img/css-li-nav.gif) no-repeat scroll 100% 6px;
	font-size: 1.1em;
	font-weight: bold;
}

#content .article {
	margin-top: .9em;
}

#content .article_brief {
	margin-top: 0.3em;
}


/* Specials */

.about dt {
	float: left;
	width: 85px;
	margin-top: .5em;
	color: #333;
}
.about dd {
	float: left;
	width: 440px;
	margin-top: .5em;
}
.about dd address {
	float: left;
}

table.research {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
table.research th, table.research td {
	vertical-align: top;
	background-color: #f2f9ff;
	padding: 2px 4px;
}

.glossary {
	margin-left: 0;
}
.glossary dt {
	float: left;
	margin: 0;
	color: #333;
	margin-right: 8px;
	font-weight: bold;
}
.glossary dd {
	margin-bottom: .2em;
}

.chelsea img {
	margin-top: 1em;
}

#content p.chelsea {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #4186de;
}

.remark {
	font-style: italic;
	font-size: .8em;
}
.txtcenter {
	text-align: center;
}

#content table.events {
	width: 100%;
	margin: 1.2em 0 3px 0;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
}
#content  table.events .mark, #content table.events .mark td {
	background-color: #ffc4cc;
}
#content table.events td {
	padding: 2px 0 2px 4px;
}


#content .offspring_list h3 a {
	font-weight: bold;
}
.offspring_list .article img {
	float: left;
	margin: 0 8px 0 0;
}
.offspring_list .article .more {
	clear: both;
}

/* Moneymeter */

#content .moneymeter {
	position: relative;
	background: transparent url(../img/css-moneymeter.gif) no-repeat 0 100%;
	width: 542px;
	height: 66px;
	margin: 0.8em 0 0 10px;
}
#content .moneymeter .pounds {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ff7900;
}
#content .moneymeter .thanx {
	position: absolute;
	top: 60px;
	left: 230px;
	font-weight: bold;
	color: #333;
}
#content .moneymeter .gauge {
	position: absolute;
	bottom: 7px;
	left: 21px;
	height: 27px;
	background: transparent url(../img/css-gauge.gif) no-repeat 100% 0;
}

#content .gallery_list li {
	background-image: none;
	background-color: #eef7ff;
	padding: 0;
	float: left;
	width: 260px;
	margin: 0 15px 15px 0;
	padding: 5px;
	display: inline;
}
#content .gallery_list li.last {
	margin-right: 0;
}
#content .gallery_list li h4 {
	margin-bottom: 5px;
}
#content .gallery_list li h4 a {
	float: none;
}
#content .gallery_list li a {
	float: left;
	margin: 0 8px 0 0;
}
#content .gallery_list li a.details {
	margin-top: 0.3em;
	font-size: 0.92em;
}
#content .gallery_list li p {
	margin: 2px 0 0 0;
}

#content .gallery_list li p.strapline {
	font-size: 0.92em;
	text-align: left;
	float: left;
	width: 135px;
}

.pictures_list {
	margin-top: 20px;
}
.pictures_list a {
	float: left;
	width: 110px; height: 80px;
	text-align: center;
	margin: 20px 0 0 23px;
}
.pictures_list a img {
	vertical-align: bottom;
}

#numberDisplay {
	font-size: 11px;
	font-weight: bold;
}

#content .aboutus {
	font-size: .85em;
}
#content .aboutus h3 {
	margin-top: 0.2em;
}
#content .aboutus p {
	margin-top: 0.4em;
}
#content .aboutus img {
	margin: 3px 5px 0 0;
	float: left;
}
#content .aboutus li {
	padding: 0;
	background: none;
}

#content .creditcards li {
	padding: 0;
	margin: 0 16px 0 0;
	float: left;
}

#chelsea-flash, #flash_chelsea {
	margin: 12px auto 0 auto;
	width: 60px;
}
#surfinbird-flash, #flash_surfinbird {
	position: absolute;
	width: 60px;
	right: 0;
	top: 90px;
}

#content table {
	margin-top: 1em;
	width: 100%
}
#content table th, #content table td {
	font-size: 1.08em;
	padding: 2px;
	background-color: #f2f9ff;
}
#content table td {
	border-top: 1px solid #cacaca;
}
#content table th {
	text-align: left;
	color: #333;
}

#content.our-patrons .patron {
	margin-bottom: 20px;
}
#content.our-patrons .patron h2 {
	margin-bottom: 5px;
}
#content.our-patrons .patron p {
	margin: 0;
	margin-bottom: 1em;
}

#content dt {
	font-size: 1.08em;
	float: left;
	width: 120px;
	margin: 0;
	margin-bottom: 5px;
	font-style: italic;
}
#content dd {
	font-size: 1.08em;
	margin-bottom: 5px;
}
/*
	btn-banner
*/
.btn-banner {
	margin: 10px 0 0 372px;
}
.btn-banner .donate-online {
	float: right;
}
.btn-banner .banner {
	float: left;
}