* {
	padding: 0;
	margin: 0;
}

body {
	font: small/1.5em "Helvetica Nue", Helvetica, Verdana, Arial, Sans-serif;
	background-color: #d3d2c8;
	padding:  40px 0;
}

a:link, a:visited {
	color: #4cacff;
}

a:hover, a:active {
	color: #3684c5;
}

.flag {
	display: none;
}

a img {border: none;}

#wrapper {
	width: 939px;
	margin: 0 auto;
}

#wrap_head {
	background: url(/assets/images/wrap_tbkgd.gif) no-repeat 0 0;
	height: 12px;
	font-size: 1px;
}

#wrap_tile {
	background: #fff url(/assets/images/wrap_bkgd.gif) repeat-y 0 0;
}

#wrap_foot {
	background: url(/assets/images/wrap_bbkgd.gif) no-repeat 0 0;
	height: 12px;
}

#masthead, #mastnav {
	background-color: #f6f6eb;
}

#masthead {
	padding: 25px;
}

ul#mastnav {
	clear: both;
	list-style: none;
	padding: 0 25px 7px 25px;
}

ul#mastnav li {
	display: inline;
	margin: 0 15px 0 0;
}

ul#mastnav li a {
	/*fon

t-weight: bold;*/
	color: #95948e;
	text-decoration: none;
	font-size: 1.1em;
}

ul#mastnav li a.active {
	font-weight: bold;
	color: #70706a;
	text-shadow: #fff 2px 2px 1px;
}

ul#mastnav li a:hover {
	color: #5c5c58;
}

h1#logo {
	background: url(/assets/images/logo.gif) no-repeat 0 0;
	width: 225px;
	height: 74px;
	text-indent: -9999em;
	float: left;
}

#masthead address {
	text-align: right;
	float: right;
	color: #b6b5ad;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.2;
}

#masthead address  strong {
	color: #95948e;
}

#intro_banner {
	position:  relative;
	padding: 0 25px;
	background-color: #8dc651;
	height: 188px !important;
}

#intro_banner img {
	position:  absolute;
	color: #7baf47;
	background-color: #7baf47;
	width: 588px;
	height: 188px;
}

#intro_banner ul {
	position:  absolute;
	left:  598px;
	list-style: none;
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
}

#intro_banner ul li {
	margin: 0 0 5px 15px;
}

#intro_banner ul li a {
	padding: 5px 0 3px 28px;
	width:  250px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #456b1e;
	background-color: #94d054;
	border-bottom: 1px solid #9ddd5a;
	border-right: 1px solid #9ddd5a;
}

#intro_banner ul li a.active {
	background-color: #badf82;
	/*background-color: #94d054;*/
	border-bottom: 1px solid #c1e987;
	border-right: 1px solid #c1e987;
	width:  270px;
}

#intro_banner ul li a:hover {
	color: #284310;
	background-color: #e1fcb4;
	border-bottom: 1px solid #eafdcb;
	border-right: 1px solid #eafdcb;
}

#content {
	float: left;
	width: 560px;
	padding: 20px 25px 15px 25px;
}

#sidebar {
	padding: 61px 0 0 0;
	width: 300px;
	float: right;
}

body#home #sidebar {
	padding: 21px 0 0 0;
}

#sidebar h2 {
	font-weight: normal;
	font-size: 150%;
	margin: 0 0 6px 0;
	color: #95948e;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 150%;
	line-height: 1.6;
	color: #62625d;
	margin: 0 0 2px 0;
}

#sidebar ul {
	list-style: none;
	margin:  0 0 15px 0;
}

#sidebar ul li {
	line-height: 1.5;
}

#sidebar ul li a {
	text-decoration: none;
	color: #95948e;
}

#sidebar ul li a:hover {
	color: #5c5c58;
}

#sidebar ul li a.active {
	font-weight: bold;
	color: #d7147c;
}

#content h2 {
	font-weight: bold;
	font-size: 1.9em;
	line-height: 1.3;
	margin: 0 0 6px 0;
	color: #d7147c;
}

#content h3 {
	font-weight: normal;
	font-size: 150%;
	line-height: 1.4;
	color: #71a142;
	margin: 0 0 2px 0;
}

#content h3 a {
	color: #71a142;
	text-decoration: none;	
}

#content h4 {
	font-weight: normal;
	font-size: 115%;
	color: #95948e;
	margin: 0 0 2px 0;
}

#content p {
	color: #61605c;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.5;
}

#content address {
	color: #61605c;
	font-style: normal;
	line-height: 1.4;
}

#content address a {
	color: #61605c;
	font-style: normal;
}

#footer {
	clear: both;
	font-size: 95%;
	color: #b6b5ad;
	padding: 0 25px 3px 25px;
}

#footer  strong {
	color: #95948e;
}

p#crumbs {
	font-size: 95%;
	color: #b6b5ad;
	margin: 0 0 15px 0;
}

#content p.posted {
	padding:  0;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	margin: -5px 0 10px 0;
}

p#crumbs a {
	color: #95948e;
}

hr {
	display:  none !important;
}

div.hr {
	border-bottom: 1px dotted #ccc;
	margin:  0 0 15px 0;
}

a.read-more {
	display: block;
	margin:  0 0 15px 0;
}

p#crumbs a:hover {
	color: #5c5c58;
}

#content ul {
	margin: 0 0 15px 17px;
	color: #82827c;
}

#content ul  li {
	margin: 0 0 5px 0;
	color: #82827c;
}

ul#success_story_list {
	list-style: none;
	margin: 0 0 15px 0;
}

ul#success_story_list li {
	margin: 0;
}

ul#success_story_list li a {
	color: #73726d;
	text-decoration: none;
	border-bottom: 1px dotted #c2c1b8;
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
}

ul#success_story_list li.current a {
	font-weight: bold;
}

#content blockquote p {
	font-size: 120%;
	color: #585c4d;
	background-color: #f2fdd7;
	padding: 20px;
	margin: 0 0 10px 0;
}

#content address.backup {
	margin: -26px 0 10px 0;
}

#sidebar blockquote {
	font-size: 100%;
	color: #585c4d;
	background-color: #fefdca;
	border: 3px solid #f5f6c6;
	padding: 20px 20px 10px 20px;
	width: 195px;
	margin: 0 0 1.5em 0;

}

#sidebar blockquote p {
	padding:  0 0 5px 0;
	margin:  0 0 5px 0;	
}

p#paginate.p1 {
      display: none;
}


#wrap_tile:after,
#masthead:after,
#intro_banner:after,
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrap_tile,
#masthead,
#intro_banner,
#wrapper {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html #wrap_tile,
* html #masthead,
* html #intro_banner.
* html #wrapper {
	height: 1%;
}

#wrap_tile,
#masthead,
#intro_banner,
#wrapper {
	display: block;
}

/* End hide from IE-mac */

table.budget {
	width:  100%;
	border-collapse: collapse;
	padding: 0;
	margin: 25px 0;
}

table.budget th  {
	background-color: #f2f1e7;
	padding: 5px;
	border-top: 2px solid #dbdbd3;
	border-bottom: 2px solid #dbdbd3; 
}

table.budget td  {
	color: #61605c;
	background-color: #fff;
	padding: 5px;
}

table.budget .even td {
	background-color: #edfaff;
}

table.budget .totals td {
	font-weight: bold;
	background-color: #f2fdd7;
	border-top: 2px solid #e1ecc9;
	border-bottom: 2px solid #e1ecc9;
}

table#expenses.budget .totals td {
	font-weight: bold;
	background-color: #ffc3ba;
	border-top: 2px solid #ffa29f;
	border-bottom: 2px solid #ffa29f;
}

table.budget .totals td.col2 {
	
}

table.budget th.col1, table.budget td.col1 {
	text-align: left;
	width: 50%;
}

table.budget th.col2, table.budget td.col2 {
	text-align: right;
}

p#budget-surplus {
	text-align: right;
}

p#budget-surplus span {
	padding:  10px;
	background-color: #fefdca;
}

a#rss_link {
	background: #f6f6eb url(/assets/images/rss_icn.gif) no-repeat left top;
	padding:  1px 0 0 20px;
}

#sidebar p.sideline {margin:10px 30px 15px 0;font-size:11px;color:#666;line-height:130%;}

#mailinglist_form {color: #62625d;padding: 0 0 5px 0;}
#mailinglist_form p {margin: 0 0 1em 0;}
#mailinglist_form #ciidk-ciidk, #mailinglist_form #ctub-ctub, #mailinglist_form #name, #mailinglist_form #Surname {font-size: 1em; color: #62625d; width: 200px; border: 1px solid #d4d4c2; padding: 5px;margin-bottom:6px;}