body {
	margin:0;
	color:#414141;
	font:14px Arial, Helvetica, sans-serif;
	background:#fde6cf url(../../images/sos_site/bg-body.gif) repeat-x;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#009ee0;
}
a:hover {
	color:#007eb3;
}
input,
textarea,
select {
	font-size:100%;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:878px;
	margin:0 auto;
	background: url(../../images/sos_site/bg-wrapper.png) repeat-y;
	padding:0 32px;
}
.wrapper-b {
	background: url(../../images/sos_site/bg-wrapper-b.png) no-repeat;
	width:942px;
	height:150px;
	margin:0 auto;
}
#header {
	width:878px;
}
#header .holder {
	width:878px;
	overflow:hidden;
}
.logo {
	margin:26px 0 0 10px;
	float:left;
	display:inline;
}
.logo a {
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	width:207px;
	height:34px;
	background:url(../../images/sos_site/logo.gif) no-repeat;
}
#header .search-block {
	float:right;
	margin:26px 0 0;
}
.search-block .text {
	width:189px;
	height:24px;
	background: url(../../images/sos_site/bg-search-text.gif) no-repeat;
	float:left;
	margin:2px 0 0;
}
.search-block .text input {
	border:0;
	background:none;
	width:179px;
	color:#818181;
	font-size:12px;
	padding:4px 5px 4px; 
	float:left;
}
.search-block .submit {
	float:left;
	background: url(../../images/sos_site/btn-go.gif) no-repeat;
	width:28px;
	height:22px;
	margin:3px 0 0 6px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
}
.search-block .submit:hover {
	text-decoration:none;
	background: url(../../images/sos_site/btn-go-hover.gif) no-repeat;
	color:#fff;
}
.search-block .btn-block {
	border-left:1px solid #ebebe5;
	margin:0 0 0 18px;
	float:left;
	display:inline;
	padding:3px 0 4px 16px;
}
.donate-btn {
	height:22px;
	width:108px;
	overflow:hidden;
	display:block;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	background: url(../../images/sos_site/btn-donate.gif) no-repeat;
	padding:0 0 0 10px;
	color:#fff;
}
.donate-btn:hover {
	text-decoration:none;
	background: url(../../images/sos_site/btn-donate-hover.gif) no-repeat;
	color:#fff;
}
#nav {
	margin:22px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:878px;
}
#nav li {
	float:left;
	margin:0 -1px 0 0;
}
#nav li a {
	float:left;
	background: url(../../images/sos_site/bg-nav.gif) repeat-x;
}
#nav li a span {
	float:left;
}
#nav li a strong {
	font:bold 13px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	height:30px;
	cursor:pointer;
	float:left;
	background: url(../../images/sos_site/separator-nav.gif) no-repeat 0 50%;
}
#nav li.last-child {
	margin:0;
}
#nav li.first-child span {
	background: url(../../images/sos_site/bg-nav-l.gif) no-repeat;
}
#nav li.last-child span {
	background: url(../../images/sos_site/bg-nav-r.gif) no-repeat 100% 0;
}
#nav li.first-child a strong {
	background:none;
}
#nav li a:hover {
	background: url(../../images/sos_site/bg-nav-hover.gif) repeat-x !important;
	position:relative;
	text-decoration:none;
}
#nav li a:hover strong {
	background:none;
}
#nav li.first-child a:hover span {
	background: url(../../images/sos_site/bg-nav-l-hover.gif) no-repeat !important;
}
#nav li.last-child a:hover span {
	background: url(../../images/sos_site/bg-nav-r-hover.gif) no-repeat 100% 0 !important;
}
#nav li a.active {
	background: url(../../images/sos_site/bg-nav-active.gif) repeat-x;
	position:relative;
}
#nav li a.active strong {
	background:none;
}
#nav li.first-child a.active span {
	background: url(../../images/sos_site/bg-nav-l-active.gif) no-repeat;
}
#nav li.last-child a.active span {
	background: url(../../images/sos_site/bg-nav-r-active.gif) no-repeat 100% 0;
}
#main {
	margin:15px 0 0;
	width:878px;
	padding:0 0 12px;
	overflow:hidden;
}
.wrap-block {
	width:878px;
	overflow:hidden;
	margin:0 0 9px;
}
.gallery-holder {
	width:657px;
	position:relative;
	float:left;
}
.gallery {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	width:657px;
	overflow:hidden;
	height:314px;
}
.gallery li {
	position:absolute;
	display:none;
}
.gallery li.active {
	display:block;
}
.gallery li img {
	display:block;
}
.overlay {
	width:330px;
	height:196px;
	position:absolute;
	right:-1px;
	top:29px;
}
.overlay .holder {
	background:url(../../images/sos_site/bg-overlay.png) no-repeat;
	padding:11px 0 11px 11px;
	height:174px;
	width:319px;
}
.overlay .text {
	height:141px;
	display:table;
	padding:0 14px 0 16px;
	font-size:16px;
	color:#009ee0;
	text-transform:uppercase;
	position:relative;
	width:289px;
}
.overlay .text div {
	display:table-cell;
	vertical-align:middle;
}
.overlay .text h3 {
	margin:0;
	font-size:24px;
	color:#007eb3;
	font-weight:normal;
}
.overlay .text p {
	margin:0;
}
.overlay .sub {
	height:33px;
	background:#007eb3;
	padding:0 0 0 16px;
	line-height:33px;
	color:#b3d9e8;
	position:relative;
}
.overlay .sub p {
	margin:0;
}
.more-blue {
	height:22px;
	width:50px;
	overflow:hidden;
	float:right;
	padding:0 0 0 8px;
	color:#fff;
	cursor:pointer;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	background: url(../../images/sos_site/btn-more-blue.png) no-repeat;
}
.more-blue:hover {
	background: url(../../images/sos_site/btn-more-blue-hover.png) no-repeat;
	text-decoration:none;
	color:#fff;
}
.sub .more-blue {
	margin:6px 8px 0;
}
.overlay .celebrate {
	background: url(../../images/sos_site/bg-celebrate.gif) no-repeat 100% 0;
}
.thumbnails {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:15px;
	left:16px;
	z-index:100;
}
.thumbnails li {
	float:left;
	margin:0 6px 0 0;
	display:inline;
}
.thumbnails li a {
	display:block;
	background: url(../../images/sos_site/bg-thumbnails.png) no-repeat;
	width:11px;
	height:11px;
	overflow:hidden;
	cursor:pointer;
}
.thumbnails li.active a {
	background: url(../../images/sos_site/bg-thumbnails-active.png) no-repeat;
}
.side-block {
	width:214px;
	float:right;
}
.side-block .visual {
	width:214px;
}
.side-block .visual img {
	display:block;
}
.side-block .text {
	width:214px;
	background:#ec7404 url(../../images/sos_site/bg-text.gif) no-repeat;
}
.side-block .text-b {
	background: url(../../images/sos_site/bg-text-b.gif) no-repeat 0 100%;
	padding:18px 12px 15px 18px;
	width:184px;
	overflow:hidden;
	color:#fff;
	min-height:142px;
}
* html .side-block .text-b {
	overflow:visible;
	height:142px;
}
.side-block p {
	margin:0 0 10px;
}
.side-block h4 {
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 3px;
	line-height:22px;
}
.side-block h4 span {
	color:#fed4ad;
	display:block;
}
.side-block select {
	width:182px;
	color:#818181;
	font-size:12px;
}
.btn-get-started {
	background: url(../../images/sos_site/btn-get-started.png) no-repeat;
	width:88px;
	height:22px;
	overflow:hidden;
	cursor:pointer;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	padding:0 0 0 10px;
	margin:24px 0 0;
	float:right;
}
.btn-get-started:hover {
	text-decoration:none;
	background: url(../../images/sos_site/btn-get-started-hover.png) no-repeat;
	color:#fff;
}
.categories {
	background: url(../../images/sos_site/bg-categories-c.gif) repeat-y;
	width:878px;
	margin:0 0 9px;
}
.categories .t {
	background: url(../../images/sos_site/bg-categories-t.gif) no-repeat;
	width:878px;
}
.categories .b {
	background: url(../../images/sos_site/bg-categories-b.gif) no-repeat 0 100%;
	overflow:hidden;
	margin:0 -6px 0 0;
	width:884px;
	position:relative;
}
.categories .block {
	width:181px;
	margin:0 7px 0 0;
	padding:7px 14px 39px 19px;
	font-size:12px;
	display:inline;
	float:left;
	line-height:16px;
	min-height:128px;
}
* html .categories .block {
	height:128px;
}
.categories .world {
	background: url(../../images/sos_site/bg-world.png) no-repeat;
}
.categories .block h2 {
	font-size:20px;
	margin:0 0 5px;
	padding:13px 0 5px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:20px;
}
.categories .block h2 span {
	display:block;
}
.categories .block p {
	margin:0;
}
.categories .block .more {
	height:22px;
	width:50px;
	overflow:hidden;
	position:absolute;
	padding:0 0 0 8px;
	color:#fff;
	cursor:pointer;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	bottom:17px;
}
.categories .mission h2 {
	color:#ab2e45;
	background: url(../../images/sos_site/bullet-our-mission.gif) no-repeat 123px 13px;
}
.categories .mission h2 span {
	color:#e74361;
}
.categories .mission .more {
	background: url(../../images/sos_site/btn-more-red.png) no-repeat;
	left:141px;
}
.categories .mission .more:hover {
	background: url(../../images/sos_site/btn-more-red-hover.png) no-repeat;
	text-decoration:none;
}
.categories .world h2 {
	color:#007eb3;
	background: url(../../images/sos_site/bullet-world.gif) no-repeat 123px 0;
}
.categories .world h2 span {
	color:#009ee0;
}
.categories .world .more {
	background: url(../../images/sos_site/btn-more-blue.png) no-repeat;
	left:360px;
}
.categories .world .more:hover {
	background: url(../../images/sos_site/btn-more-blue-hover.png) no-repeat;
	text-decoration:none;
}
.categories .gift h2 {
	color:#598b41;
	background: url(../../images/sos_site/bullet-gift.gif) no-repeat 142px 8px;
}
.categories .gift h2 span {
	color:#76b856;
}
.categories .gift .more {
	background: url(../../images/sos_site/btn-more-green.png) no-repeat;
	left:584px;
}
.categories .gift .more:hover {
	background: url(../../images/sos_site/btn-more-green-hover.png) no-repeat;
	text-decoration:none;
}
.categories .email h2 {
	color:#c05e03;
	background: url(../../images/sos_site/bullet-email.gif) no-repeat 108px 2px;
}
.categories .email h2 span {
	color:#ec7404;
}
.login-form {
	width:181px;
	overflow:hidden;
	margin:5px 0 0;
}
.login-form .text {
	width:149px;
	height:24px;
	background: url(../../images/sos_site/bg-login-text.gif) no-repeat;
	float:left;
}
.login-form .text input {
	border:0;
	background:none;
	width:139px;
	color:#818181;
	font-size:12px;
	padding:4px 5px 4px; 
	float:left;
}
.login-form .submit {
	float:right;
	background: url(../../images/sos_site/bg-login-submit.gif) no-repeat;
	width:28px;
	height:22px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	margin:1px 0 0;
}
.login-form .submit:hover {
	background: url(../../images/sos_site/bg-login-submit-hover.gif) no-repeat;
	text-decoration:none;
	color:#fff;
}
.events {
	width:878px;
	background: url(../../images/sos_site/bg-events.gif) repeat-y;
}
.events .t {
	background: url(../../images/sos_site/bg-events-t.gif) no-repeat;
}
.events .b {
	width:884px;
	background: url(../../images/sos_site/bg-events-b.gif) no-repeat 0 100%;
	overflow:hidden;
	margin:0 -6px 0 0;
}
.events .block {
	width:185px;
	margin:0 7px 0 0;
	padding:20px 14px 27px 15px;
	font-size:12px;
	display:inline;
	float:left;
	line-height:16px;
}
.events .block .date {
	color:#ec7404;
	font:bold 10px Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 5px;
}
.events .block p {
	margin:0 0 5px;
}
.events .block .read-more {
	color:#009ee0;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	padding:0 8px 0 0;
}
.events .block .read-more:hover {
	color:#007eb3;
	text-decoration:none;
}
.events .block .read-more:hover span {
	background: url(../../images/sos_site/bullet-read-more-hover.gif) no-repeat 100% 4px;
}
.events .block .read-more span {
	background: url(../../images/sos_site/bullet-read-more.gif) no-repeat 100% 4px;
	padding:0 0 0 3px;
}
#footer {
	width:920px;
	margin:0 -21px;
	background:#f1f0ed url(../../images/sos_site/bg-footer.gif) no-repeat;
	padding:23px 0 7px;
	overflow:hidden;
	color:#646464;
	font-size:10px;
	line-height:14px;
}
#footer .icons {
	margin:0;
	padding:0 0 0 16px;
	list-style:none;
	width:224px;
	float:right;
}
#footer .icons li {
	float:left;
	margin:0 13px 0 0;
	display:inline;
}
#footer .icons li img {
	display:block;
}
#footer .block {
	width:650px;
	float:left;
	padding:0 0 0 30px;
}
#footer .links {
	margin:2px 0 0;
	padding:0;
	list-style:none;
	width:650px;
	overflow:hidden;
}
#footer .links li {
	float:left;
	font:bold 10px/21px Arial, Helvetica, sans-serif;
	color:#646464;
	padding:0 0 0 12px;
}
#footer .links li a {
	font:bold 10px/21px Arial, Helvetica, sans-serif;
	color:#646464;
}
#footer .links .share {
	background: url(../../images/sos_site/separator-footer.gif) no-repeat 100% 8px;
	padding:0 13px 0 0;
}
#footer .links .share a:hover {
	text-decoration:underline;
}
#footer .links .share a {
	padding:4px 0 0 22px;
	background: url(../../images/sos_site/bullet-share.gif) no-repeat;
}
#footer .links li img {
	display:block;
}
#footer .nav {
	margin:18px 0 13px;
	padding:0;
	list-style:none;
	width:650px;
	overflow:hidden;
}
#footer .nav li {
	float:left;
	padding:0 7px 0 9px;
	background: url(../../images/sos_site/separator-footer.gif) no-repeat 0 4px;
	margin:0 9px 0 -9px;
}
#footer .nav li a {
	color:#646464;
	font-size:11px;
}
#footer .nav li a:hover {
	text-decoration:underline;
}
#footer p {
	margin:0;
}
#footer .list {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
#footer .list li {
	background: url(../../images/sos_site/separator-footer.gif) no-repeat 0 2px;
	padding:0 5px 0 7px;
	float:left;
	margin:0 7px 0 -7px;
}
#footer .list li address {
	font-style:normal;
}
#footer .list li a {
	color:#646464;
}
#footer .list li a:hover {
	text-decoration:underline;
}
/* inner page */
#sidebar {
	float:left;
	width:218px;
	margin:0 0 0 3px;
	display:inline;
}
#content {
	width:858px;
	float:right;
	padding:10px 15px 0  5px;
	font:14px/20px Arial, Helvetica, sans-serif
}
#content .print {
	margin:0;
	text-align:right;
	padding:0 6px 12px 0;
}
#content .print a {
	background: url(../../images/sos_site/bullet-print.gif) no-repeat;
	padding:2px 0 0 22px;
	color:#a78b56;
	font-size:10px;
	line-height:16px;
}
#content .print a:hover {
	text-decoration:underline;
}
#content h2 {
	color:#ec7404;
	font-size:32px;
	font-weight:normal;
	margin:0 0 26px;
	line-height:normal;
}
#content .quote-holder {
	width:640px;
	background: url(../../images/sos_site/quote-holder.gif) repeat-y;
	margin:0 -15px 32px -5px;
}
.quote-holder .t {
	background: url(../../images/sos_site/quote-holder-t.gif) no-repeat;
}
.quote-holder .b {
	background: url(../../images/sos_site/quote-holder-b.gif) no-repeat 0 100%;
	width:640px;
	overflow:hidden;
	padding:27px 0 43px;
}
.quote-holder .spotlight {
	display:block;
	color:#818181;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.quote-holder .visual {
	width:135px;
	float:right;
	margin:0 25px 0 0;
	display:inline;
}
.quote-holder .visual img {
	display:block;
}
.quote-holder .visual span {
	color:#818181;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
	display:block;
	margin:11px 0 0;
}
.quote-holder .text {
	width:375px;
	float:left;
	margin:0 0 0 23px;
	display:inline;
}
.quote-holder .visit {
	color:#ec7404;
	font:bold 12px Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 15px;
}
.quote-holder blockquote {
	margin:0;
	color:#818181;
}
.quote-holder blockquote q:after {
	content:"";
}
.quote-holder blockquote q:before {
	content:"";
}
.quote-holder blockquote q {
	font:italic 16px/22px Georgia, "Times New Roman", Times, serif;
	display:block;
	background: url(../../images/sos_site/bullet-quote.gif) no-repeat;
	padding:23px 0 0;
	margin:0 0 13px;
	quotes:none;
}
.quote-holder blockquote cite {
	font:italic bold 11px Georgia, "Times New Roman", Times, serif;
	display:block;
}
#content h3 {
	color:#ec7404;
	font:18px/20px Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}
#content p {
	margin:0 0 19px;
}
#content .visual-left {
	width:135px;
	float:left;
	margin:0 21px 0 0;
	display:inline;
	padding:5px 0 0;
}
#content .visual-left img {
	display:block;
}
#content .visual-left span {
	color:#818181;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
	display:block;
	margin:11px 0 0;
}
#content .visual-right {
	width:135px;
	float:right;
	margin:0 30px 0 20px;
	display:inline;
	padding:5px 0 0;
}
#content .visual-right img {
	display:block;
}
#content .visual-right span {
	color:#818181;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
	display:block;
	margin:11px 0 0;
}
#content .btn-holder {
	width:627px;
	background: url(../../images/sos_site/bg-btn-holder.jpg) no-repeat;
	margin:50px -3px 0 -4px;
	padding:30px 0 88px;
}
#content .btn-sponsor-child {
	background: url(../../images/sos_site/btn-sponsor-child.png) no-repeat;
	width:173px;
	height:42px;
	color:#fff;
	padding:0 0 0 25px;
	font:bold 16px/42px Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 0 208px;
	cursor:pointer;
} 
/* inner 2 */
#content .opening {
	font:18px/22px Arial, Helvetica, sans-serif;
	color:#818181;
	margin:-5px 0 0;
}
#content .opening p {
	margin:0 0 20px;
}
#content .opening .holder {
	width:100%;
	overflow:hidden;
	margin:0 0 17px;
}
#content .opening .holder a {
	float:left;
}
.opening .holder .btn-block {
	border-left:1px solid #ebebe5;
	margin:0 0 0 14px;
	float:left;
	display:inline;
	padding:3px 0 4px 16px;
}
.btn-get-stardet {
	height:22px;
	width:88px;
	overflow:hidden;
	display:block;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	background: url(../../images/sos_site/btn-get-started.gif) no-repeat;
	padding:0 0 0 10px;
	color:#fff;
}
.btn-get-stardet:hover {
	background: url(../../images/sos_site/btn-get-started-hover.gif) no-repeat;
	color:#fff;
}
.donate-list {
	margin:0;
	padding:0 0 20px;
	list-style:none;
}
.donate-list li {
	border-top:1px solid #ebebe5;
	padding:26px 0 30px;
	overflow:hidden;
	height:1%;
}
.donate-list .visual {
	width:135px;
	float:right;
	margin:0 3px 0 30px;
	display:inline;
}
.donate-list .visual img {
	display:block;
}
.btn-donate-now {
	height:22px;
	width:88px;
	overflow:hidden;
	display:block;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	background: url(../../images/sos_site/btn-get-started.gif) no-repeat;
	padding:0 0 0 10px;
	color:#fff;
}
.btn-donate-now:hover {
	background: url(../../images/sos_site/btn-get-started-hover.gif) no-repeat;
	color:#fff;
}
.small-visual {
	float:left;
	margin:0 8px 0 0;
	display:inline;
}
.small-visual img {
	display:block;
}
#sidebar .block {
	width:214px;
	margin:0 0 9px;
}
#sidebar .block .b {
	width:181px;
	padding:7px 14px 16px 19px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
}
#sidebar .block h4 {
	font-size:20px;
	margin:0 0 5px;
	padding:13px 0 5px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:20px;
}
#sidebar .block .more {
	height:22px;
	width:50px;
	margin:10px 0 0;
	overflow:hidden;
	padding:0 0 0 8px;
	color:#fff;
	cursor:pointer;
	font:bold 12px/22px Arial, Helvetica, sans-serif;
	display:block;
	float:right;
}
#sidebar .block h4 span {
	display:block;
}
#sidebar .block p {
	margin:0;
}
#sidebar .email {
	background:#fbe3cd url(../../images/sos_site/bg-email-t.gif) no-repeat;
}
#sidebar .email .b {
	background: url(../../images/sos_site/bg-email-b.gif) no-repeat 0 100%;
}
#sidebar .email h4 {
	color:#c05e03;
	background: url(../../images/sos_site/bullet-email.gif) no-repeat 108px 2px;
}
#sidebar .email h4 span {
	color:#ec7404;
}
#sidebar .corner {
	background:#e4f1dd url(../../images/sos_site/bg-corner-t.gif) no-repeat;
}
#sidebar .corner .b {
	background: url(../../images/sos_site/bg-corner-b.gif) no-repeat 0 100%;
}
#sidebar .corner h4 {
	color:#598b41;
	background: url(../../images/sos_site/bullet-corner.gif) no-repeat 113px 4px;
}
#sidebar .corner h4 span {
	color:#76b856;
}
#sidebar .corner .more {
	background: url(../../images/sos_site/btn-more-green.png) no-repeat;
	left:584px;
}
#sidebar .corner .more:hover {
	background: url(../../images/sos_site/btn-more-green-hover.png) no-repeat;
	text-decoration:none;
}
#sidebar .donate {
	background:#ccecf9 url(../../images/sos_site/bg-donate-t.gif) no-repeat;
}
#sidebar .donate .b {
	background: url(../../images/sos_site/bg-donate-b.gif) no-repeat 0 100%;
}
#sidebar .donate h4 {
	color:#007eb3;
	background: url(../../images/sos_site/bullet-donate.gif) no-repeat 136px 0;
}
#sidebar .donate h4 span {
	color:#009ee0;
}
#sidebar .donate .more {
	background: url(../../images/sos_site/btn-more-blue.png) no-repeat;
	left:360px;
}
#sidebar .donate .more:hover {
	background: url(../../images/sos_site/btn-more-blue-hover.png) no-repeat;
	text-decoration:none;
}
#sidebar .child {
	background:#e4f1dd url(../../images/sos_site/bg-corner-t.gif) no-repeat;
}
#sidebar .child .b {
	background: url(../../images/sos_site/bg-corner-b.gif) no-repeat 0 100%;
}
#sidebar .child h4 {
	color:#598b41;
	background: url(../../images/sos_site/bullet-gift.gif) no-repeat 142px 8px;
}
#sidebar .child h4 span {
	color:#76b856;
}
#sidebar .child .more {
	background: url(../../images/sos_site/btn-more-green.png) no-repeat;
	left:584px;
}
#sidebar .child .more:hover {
	background: url(../../images/sos_site/btn-more-green-hover.png) no-repeat;
	text-decoration:none;
}
#sidebar .gift {
	background:#ccecf9 url(../../images/sos_site/bg-donate-t.gif) no-repeat;
}
#sidebar .gift .b {
	background: url(../../images/sos_site/bg-donate-b.gif) no-repeat 0 100%;
}
#sidebar .gift h4 {
	color:#007eb3;
	background: url(../../images/sos_site/bullet-gift2.gif) no-repeat 136px 0;
}
#sidebar .gift h4 span {
	color:#009ee0;
}
#sidebar .gift .more {
	background: url(../../images/sos_site/btn-more-blue.png) no-repeat;
	left:360px;
}
#sidebar .gift .more:hover {
	background: url(../../images/sos_site/btn-more-blue-hover.png) no-repeat;
	text-decoration:none;
}
.accordion {
	margin:15px 0 40px 0;
	padding:0;
	list-style:none;
	width:218px;
}
.accordion li {
	border-top:1px solid #ebebe5;
	padding:4px 0 4px 3px;
}
.accordion li a {
	color:#ec7404;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	background: url(../../images/sos_site/bullet-accordion.gif) no-repeat 4px 6px;
	padding:0 0 0 20px;
	display:block;
}
.accordion li a:hover {
	color:#f4c33a;
}
.accordion .ui-state-active {
	background: url(../../images/sos_site/bullet-accordion-selected.gif) no-repeat 0 8px;
}
.accordion ul li {
	border:0;
	padding:0 0 0 12px;
}
.accordion ul {
	margin:5px 0 0;
	padding:0 0 7px 10px;
	list-style:none;
}
.accordion ul li a {
	color:#818181;
	font-size:11px;
	background:none;
	line-height:18px;
	padding:0;
}
.accordion ul li a:hover {
	color:#818181;
}
.accordion ul .ui-state-active {
	background:none;
	color:#414141;
}
.accordion ul ul {
	padding:0 0 5px;
	margin:0;
}
.accordion ul ul li {
	padding:0 0 0 8px;
	background: url(../../images/sos_site/bullet-sub-accordion.gif) no-repeat 0 5px;
}
.accordion ul ul li a {
	font-weight:normal;
	font-size:11px;
	color:#818181;
	line-height:16px;
}
.accordion ul ul li a.active {
	color:#414141;
}
