html, body, p, address, form, table, input, texarea, label, legend, td, th, h1, h2, h3, h4, h5, dd, dl, dt, fieldset, blockquote {
	margin: 0;
	padding: 0;
}
a img {	border: 0; }
:focus { outline: none; }

html { font-size: 75%; }
body {
	font: 100.1% Tahoma, Arial, Helvetica, sans-serif;
	background: #fff url(../img/bg_main.gif);
}
input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #4356b4;
}
a:hover {
	text-decoration: none;
}

/* {{{ header */
#header {
	position: relative;
	height: 81px;
}
#logo {
	position: absolute;
	top: 8px;
	left: 10px;
}
#header blockquote {
	font: italic 20px "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	left: 204px;
	top: 42px;
	width: 50%;
}
#header blockquote {
	quotes: "\00AB" "\00BB";
}
#header blockquote:before {
	content: "\00AB";
	content: open-quote;
}
#header blockquote:after {
	content: "\00BB";
	content: close-quote;
}
#header .service-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 42px;
	top: 36px;
}
#header .service-menu li {
	width: 25px;
	height: 20px;
	float: left;
	margin-right: 11px;
}
#header .service-menu a,
#header .service-menu b {
	display: block;
	height: 100%;
	text-indent: -9999px;
	background-image: url(../img/ico_service.png);
	background-repeat: no-repeat;
}
.item-home a { background-position: 0 0; }
.item-home a:hover, .item-home b { background-position: 0 -20px; }

.item-contacts a { background-position: -36px 0; }
.item-contacts a:hover, .item-contacts b { background-position: -36px -20px; }

.item-sitemap a { background-position: -74px 0; }
.item-sitemap a:hover, .item-sitemap b { background-position: -74px -20px; }
/* }}} header */

/* {{{ content */

/* {{{ main menu */
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu li {
	width: 148px;
	height: 74px;
	border-left: 20px solid #e6decc;
	padding-left: 10px;
	margin-bottom: 10px;
}
.main-menu a,
.main-menu b {
	display: block;
	height: 100%;
	text-indent: -9999px;
	background-image: url(../img/menu_items.png);
	background-repeat: no-repeat;
}
.main-menu li:hover, .main-menu li.active {
	border-color: #f39f12;
}

.item-about a { background-position: 0 0; }
.item-about a:hover, .item-about b { background-position: -148px 0px; }

.item-news-proj a { background-position: 0px -74px; }
.item-news-proj a:hover, .item-news-proj b { background-position: -148px -74px; }

.item-grants a { background-position: 0px -148px; }
.item-grants a:hover, .item-grants b { background-position: -148px -148px; }

.item-volunt a { background-position: 0px -222px; }
.item-volunt a:hover, .item-volunt b { background-position: -148px -222px; }
/* }}} main menu */


h1 {
	font-size: 15px;
	font-weight: normal;
	color: #f39f12;
	margin-bottom: 15px;
	background-image: url(../img/headers.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.about-page h1 {
	background-position: 0 0;
	height: 30px;
}
.newsroom-page h1 {
	background-position: 0 -30px;
	height: 71px;
}
.grants-page h1 {
	background-position: 0 -101px;
	height: 31px;
}
.volunteering-page h1 {
	background-position: 0 -132px;
	height: 38px;
}
.assoc-page h1 {
	background-position: 0 -170px;
	height: 71px;
}
.terms-page h1 {
	background-position: 0 -241px;
	height: 30px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #b2a27d;
	margin: 10px 0 5px;
}
h2.hd-projects {
	background: url(../img/hd_projects.gif) no-repeat 0 0;
	height: 23px;
	text-indent: -9999px;
	font-size: 1px;
}
h2.hd-whatsnew {
	background: url(../img/hd_whatsnew.gif) no-repeat 50% 0;
	height: 19px;
	text-indent: -9999px;
	font-size: 1px;
	margin-top: 0;
}
#content-wrapper {
	position: relative;
}
/*
.title {
	background: url(../img/bg_title.png) no-repeat;
	width: 512px;
	height: 81px;
	position: absolute;
	right: 0;
	bottom: -15px;
	opacity: 0.5;
}
*/
#content {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	color: #999;
}
#service-col1,
#service-col2,
#main-col {
	padding: 0;
	vertical-align: top;
	padding-top: 19px;
}
#service-col1 {
	width: 178px;
	background: url(../img/bg_col1.gif);
}
#main-col {
	width: auto;
	background: url(../img/bg_col2.gif);
}
#service-col2 {
	width: 178px;
	background: url(../img/bg_col3.gif);
}
#main-col .col-content {
	padding: 0 30px;
}
#service-col2 .col-content {
	padding: 0 15px 254px;
}
#main-col p {
	text-indent: 25px;
	margin: 5px 0;
}

/* {{{ news */
.news {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news li {
	margin-bottom: 1em;
}
.news .date {
	font-weight: bold;
	color: #f39f12;
}
.news .more {
	display: block;
	text-align: right;
}
/* }}} news */
/* }}} content */

/* {{{ footer */
#footer {
	background: #d6c9aa;
	margin-top: 100px;
}
.copy {
	color: #fff;
	font-size: 80%;
	position: relative;
	height: 31px;
	line-height: 31px;
	padding-left: 20px;
}
#footer .service-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 17px;
}
#footer .service-menu li {
	float: left;
	height: 26px;
	background: #fff url(../img/tab_l.gif) no-repeat left;
	margin-left: 5px;
}
#footer .service-menu a,
#footer .service-menu b {
	float: left;
	height: 26px;
	line-height: 26px;
	background: url(../img/tab_r.gif) no-repeat right;
	padding: 0 10px;
	font-size: 120%;
}
#footer .service-menu b {
	color: #f39f12;
}
/* }}} footer */

/* {{{ decor images */
.decor {
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0;
}
.newsroom-page .decor {
	background-image: url(../img/bg_boy.png);
	width: 175px;
	height: 254px;
}
.grants-page .decor {
	background-image: url(../img/bg_doctor.png);
	width: 188px;
	height: 246px;
}
.about-page .decor {
	background-image: url(../img/bg_father.png);
	width: 217px;
	height: 217px;
}
.terms-page .decor {
	background-image: url(../img/bg_mother.png);
	width: 230px;
	height: 155px;
}
.volunteering-page .decor {
	background-image: url(../img/bg_family.png);
	width: 214px;
	height: 202px;
}
.assoc-page .decor {
	background-image: url(../img/bg_hands.png);
	width: 194px;
	height: 168px;
}
.map1 {
	background: url(../img/bg_map1.png) no-repeat;
	width: 178px;
	height: 78px;
	position: absolute;
	left: 0px;
	bottom: 0;
}
.map2 {
	background: url(../img/bg_map2.png) no-repeat;
	width: 78px;
	height: 64px;
	position: absolute;
	left: 178px;
	bottom: 0;
}
.map3 {
	background: url(../img/bg_map3.png) no-repeat;
	width: 247px;
	height: 83px;
	position: absolute;
	left: 0px;
	bottom: -83px;
}
.line {
	background: #fff;
	width: 100%;
	height: 10px;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.3;
}
.hd2 {
	position: absolute;
	bottom: 0;
}
.about-page .hd2 {
	width: 263px;
	height: 65px;
	background: url(../img/hd2_about.png) no-repeat;
	left: 50%;
}
.terms-page .hd2 {
	width: 377px;
	height: 65px;
	background: url(../img/hd2_terms.png) no-repeat;
	left: 50%;
}
.assoc-page .hd2 {
	width: 440px;
	height: 66px;
	background: url(../img/hd2_assoc.png) no-repeat;
	right: 0;
}
.grants-page .hd2 {
	width: 512px;
	height: 66px;
	background: url(../img/hd2_grants.png) no-repeat;
	right: 0;
}
.volunteering-page .hd2 {
	width: 359px;
	height: 64px;
	background: url(../img/hd2_volunt.png) no-repeat;
	left: 50%;
}
.newsroom-page .hd2 {
	width: 511px;
	height: 66px;
	background: url(../img/hd2_newsroom.png) no-repeat;
	left: 50%;
}
/* }}} decor images */