@charset "utf-8";
/* CSS Document */

body {
	color: #333;
	background: #FFF url(images/body-back.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
h2 {
	color: #666;
	font-size: 18px;
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
}
h3 {
	color: #09F;
	font-size: 22px;
	display: block;
	line-height: 30px;
	padding-left: 40px;
	border-bottom: 2px solid #CCC;
	background: url(images/h3-back.gif) 0% 50% no-repeat;
}
#wrapper {
	width: 760px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 5px;
	padding-bottom: 20px;
}
#topbar {
	width: 760px;
	height: 140px;
	float: left;
	background: url(images/top-back.jpg) center top no-repeat;
}
#nav {
	width: 760px;
	height: 40px;
	float: left;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;

}
#nav ul li {
	display: block;
	width: 126px;
	line-height: 40px;
	float: left;
}
#nav ul li a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(images/nav-li-back-a.jpg) center top no-repeat;
}
#nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#main {
	width: 760px;
	height: auto;
	float: left;
	border-bottom: 4px solid #CCC;
}
#sideBar {
	width: 200px;
	height: auto;
	float: left;
	padding-top: 40px;
}
#sideBar p {
	text-align: right;
}
#sideBar img {
	margin-bottom: 15px;
}
#sideBar a img {
	border: 1px solid #333;
}
#sideBar a:hover img {
	border: 1px solid #CCC;
}
#sideBar .menu-head {
	color: #F60;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/arrow-red-down.gif) 100% 50% no-repeat;
}
#sideBar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
	border-bottom: 1px solid #999;
}
#sideBar ul li a {
	display: block;
	padding: 15px 10px;
	color: #06F;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
#sideBar ul li a:hover {
	color: #00F;
	text-decoration: underline;
	background: url(images/arrow-red-hover.gif) 100% 50% no-repeat;
}
#sideBar ul li a:active {
	color: #00F;
	text-decoration: underline;
	background: url(images/arrow-red.gif) 100% 50% no-repeat;
}
#contents {
	width: 500px;
	height: auto;
	float: right;
	text-align: justify;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #CCC;
}
#contents .partners-list {
	display: block;
	width: 220px;
	height: 100px;
	float: left;
	margin-right: 30px;
}
#contents .partners-list img {
	float: left;
	margin: 0px 10px 0px 0px;
}
#contents ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#contents ul li {
	padding-left: 40px;
	padding-bottom: 4px;
	padding-top: 4px;
	display: block;
	background: url(images/arrow-green.gif) 2% 50% no-repeat;
}
#contents ol {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#contents ol li {
	padding-left: 45px;
	padding-bottom: 8px;
	padding-top: 8px;
	display: block;
	width: 185px;
	float: left;
	margin-right: 20px;
	background: url(images/pdf-icon.gif) 1% 50% no-repeat;
}
#contents ul ul li {
	padding-left: 60px;
	background: url(images/arrow-grey-ul-ul-li.gif) 8% 50% no-repeat;
}
#contents img {
	float: right;
	padding: 2px;
	margin: 0px 0px 4px 10px;
}
#contents a img {
	border: 2px solid #999;
	-moz-border-radius: 6px;
}
#contents a:hover img {
	border: 2px solid #333;
}
#contents a {
	color: #06F;
	text-decoration: underline;
}
#contents a:hover {
	color: #F00;
	text-decoration: none;
}
#footer {
	width: 760px;
	height: auto;
	clear: both;
	padding-top: 20px;
	text-align: left;
	font-size: x-small;
	color: #333;
}
#company {
	width: 290px;
	height: auto;
	float: left;
	color: #8D8D8D;
}
#links {
	width: 440px;
	height: auto;
	float: right;
	text-align: right;
}
#footer a {
	color: #4D4D4D;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #F00;
	text-decoration: underline;
}
#home #nav .home a,
#about #nav .about a,
#activities #nav .activities a,
#donate #nav .donate a,
#photos #nav .photos a,
#contacts #nav .contacts a,
#mission #nav .mission a {
	color: #333;
	cursor: default;
	text-decoration: none;
	background: url(images/nav-li-back.jpg) center top no-repeat;
}
#news #sideBar .news a,
#photos #sideBar .photos a,
#patners #sideBar .patners a,
#mission #sideBar .mission a,
#activities #sideBar .previous a,
#activities #sideBar .current a,
#activities #sideBar .coming a {
	color: #333;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
	background: url(images/arrow-red.gif) 100% 50% no-repeat;
}