#banner-wrap {
	height: 170px;
	width: 100%;
	clear: both;
}

#banner-no-image
{
	height: 150px;
}

#sitewrap {
	margin: 0 auto;
	width: 960px;
}

#banner-holder {
	margin: 0 10px 10px;
}

#banner-holder p 
{
	margin: 0;
	padding: 0;
}

#banner-holder .module h3
{
	display: none;
}

#nav-holder {
	height: 170px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#nav {
	position: absolute;
	right: 10px;
	bottom: 60px;
	height: 57px;
}

#content {
		
}

.left-column,
.main-column,
.right-column {
	float: left;
	margin: 0 10px 20px 10px;
	display: inline;
}



.left-column,
.right-column {
	width: 210px;	
}

#content1 .main-column {
	width: 940px;
}

#content2 .main-column {
	width: 700px;
}

#content3 .main-column {
	width: 480px;
}

#footer-holder, #funder-logos {
	width: 100%;
	clear: both;
	overflow: hidden;
}

#footer-holder {
	padding: 15px 0;
}

#funder-logos {
	margin-bottom: 20px;
}

#funder-logos p {
	margin: 0;
	padding: 0;
}

#charity-number {
	font-size: 0.7em;
	float: right;
	text-align: right;
	padding: 5px 15px;
}

#back-top {
	clear: both;
	display: block;
	padding: 10px 10px 30px 240px;
}

/* #######################################################################
														General
######################################################################## */
.createdate {
	font-size: 0.7em;
}

span.article_separator {
	display: block;
	width: 100%;
	clear: both;
	margin: 10px auto;
}

/* #######################################################################
														Modules
######################################################################## */

#content-holder .module .module-inner {
	overflow: hidden;
}

/* general */
div.module,
div.moduleblue {
	margin: 0 0 15px 0;
}

.module h3,
.moduleblue h3 {
	margin: 0;
	padding: 5px;
	display: block;
	overflow: hidden;
	clear: both;
	font-size: 1.3em;
}

div.module div div div,
div.moduleblue div div div {
	height: 1%;
	padding: 7px 0 0 0;
}
div.module div div div div,
div.moduleblue div div div div{
	margin: 0;
	padding: 0;
}

/* top menu */
#nav .menu {
	margin: 0;
	padding: 0;
}

#nav .menu li {
	list-style-type: none;
	display: inline;
	
}

#nav .menu li a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	float: left;
	padding: 4px 10px;
	margin: 20px 4px 0 4px;
}

#nav .menu li ul {
	display: none;
}

/* main menu */
#content-holder .menu {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#content-holder .menu li {
	list-style-type: none;
}

#content-holder .menu li a {
	display: block;
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
}

#content-holder .menu li a span {
	display: block;
	padding: 10px 5px;
}

#content-holder .menu li ul {
	margin: 0;
	padding: 0;
}

#content-holder .menu li ul li {
	list-style-type: none;
}

/* main menu - sub menus */
#content-holder .menu li ul {
	margin: 0;
	padding: 0;
}

/* latest news/news Feed */
ul.latestnews,
ul.newsfeed {
	margin: 0 12px;
	padding: 0;
}

ul.latestnews li,
ul.newsfeed li {
	list-style-type: none;
	overflow: hidden;
}

ul.latestnews li a,
ul.newsfeed li a {
	display: block;
	padding: 10px 5px 10px 25px;
}

.module div div div div.newsfeed_item,
.moduleblue div.newsfeed_item {
	display: block;
	margin-bottom: 10px;
}

/* Footer menu */
#bottom-menu {
	float: left;
}

#bottom-menu ul {
	margin: 0;
	padding: 0;
}

#bottom-menu ul li {
	list-style-type: none;
	display: inline;
}

#bottom-menu ul li a {
	float: left;
	padding: 5px 15px;
}

/* #######################################################################
														Headers
######################################################################## */
.contentheading,
.compenentheading,
h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.7em;
}

/* #######################################################################
														Forms
######################################################################## */
fieldset {
	border-style: none;
	padding: 20px 0;
}

/* #######################################################################
														Login Page
######################################################################## */
#com_login-holder {
	width: 380px;
	overflow: hidden;
	padding: 20px;
	margin: 0 auto;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
}

#username, 
#passwd, 
#com_user-register-holder input {
	padding: 5px 10px;
	width: 320px;
	font-size: 1.1em;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#com_user-register-holder input {
	width: 85%;
}

p#com_login-button {
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
}
p#com_login-button input, #com_user-register-holder button {
	padding: 4px 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#com_login-actions {
	margin: 10px auto;
	padding: 0;
	width: 400px;
}

#com_login-actions li {
	list-style-type: none;
}

#com_login-actions li a {
	display: block;
	padding: 5px 15px 0 0;
}
