/****************************************** Clear elements fix  ***************************************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

* html .clearfix {
    height:1px;
}

/****************************************** Global ***************************************/

body,a,li {
	font-family: verdana;
	color: #4d4d4d;
}

body h1 {
	margin: 13px 0 0 0;
	font-size: 24px;
	height: 30px;
	background: url('/assets/images/global/bullet.gif') no-repeat;
	background-position: 0 10px;
	padding: 0 0 6px 23px;
	width: 520px;
	border-bottom: 1px solid #4d4d4d;
	color: #4d4d4d;
	position: relative;
	bottom: 14px;
}

body h2 {
	padding: 10px 0 4px 23px;
	margin: 0px 0 15px 0;
	font-size: 18px;
	background: url('/assets/images/global/bullet.gif') no-repeat;
	background-position: 0px 12px;
	width: 520px;
	border-bottom: 1px solid #4d4d4d;
	color: #4d4d4d;
	position: relative;
}

body h3 {
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 0px;
	font-family: verdana;
	font-size: 15px;
	color: #de0f04;
}

body h4 {
	font-family: verdana;
	font-size: 15px;
	margin: 15px 0 15px 0;
}

p {
	font-family: verdana;
	font-size: 12px;
	color: #4d4d4d;
	margin-bottom: 20px;
	display:block;
}

a {
	color: #de0f04;
}

table {
	margin-top: 20px;
	margin-bottom: 20px;
}

table tr.heading {
	font-weight: bold;
	color: #6a6a6a;
} 

table td {
	border: 2px solid #e9e9e9;
	padding: 10px;
}

table td.centred {
	text-align: center;
}
a:hover {
	color: #4d4d4d;
}

#quoteText span {
	color: #777777;
	font-style: italic;
}

span.quote {
	color: #777777;
	font-style: italic;
}

#boldQuote span {
	color: #de0f04;
	font-size: 15px;
	font-style: italic;
}

#outerWrap {
	width: 920px;
	margin: 0 auto 0;
}

#header{ 
	width: 920px;
	height: 180px;
	background: url('/assets/images/global/header.gif')  10px left no-repeat;
}

#content {
	border-width: 1px;
	width: 870px;
	background: url('/assets/images/global/shadow.gif') top left repeat-y;
	padding: 10px 0 0 50px;
}

#footer {
	width: 920px;
	height: 196px;
	background: url('/assets/images/global/footer.gif') top left no-repeat;
}

#header img {
	margin-left: 45px;
	margin-top: 10px;
}

span.boldRed {
	font-weight: bold;
	color: #de0f04;
}
span.boldGrey {
	font-weight: bold;
	color: #4d4d4d;
}

/************************* html nav *********************/

#header ul {
	margin: 15px 0 0 500px;
}

#header ul li {
	display: inline;
	margin: 0 2px;
	color: #de0f04;
}

#header ul li a {
	text-decoration: none;
	font-size: 13px;
	color: #4d4d4d;
}

#header ul li a:hover {
	color: #000;
}

/************************* cols *********************/

#leftCol {
	float: left;
	width: 548px;
	padding-right: 30px;
	border-right: 2px solid #de0f04;
}

#divider {
	
	float: left;
	min-height: 50px;
	margin-top: 10px;
	width: 2px;
}

#rightCol {
	float: right;
	width: 215px;
	margin-left: 25px;
	padding-right: 40px;
}

/************************* left hand column *********************/

#leftCol ul {
	padding: 0 0 0 20px;
	color: #4d4d4d;
}

#leftCol ul li {
	background: url('/assets/images/global/bulletLittleOn.gif') top left no-repeat;
	padding: 0 0 0 35px;
	margin: 15px 0;
}

.leftImg {
	display: block;
	float: left;
	padding: 5px 15px 10px 10px;
}

.rightImg {
	display: block;
	float: right;
	padding: 5px 10px 10px 10px;
}

.centreImg {
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0px;
}

/************************* right hand column *********************/

#sideNav {
	width: 212px;
	background: url('/assets/images/global/sideBoxTop.gif') top left no-repeat;
	margin: 25px 0px 25px 0px;
}

#sideNav ul {
	padding: 10px 0px 0px 22px;
}

#sideNav ul li {
	background: url('/assets/images/global/bulletLittleOff.gif') top left no-repeat;
	padding: 0 0 0 30px;
	margin: 15px 0;
}

#sideNav ul .current {
	background: url('/assets/images/global/bulletLittleOn.gif') top left no-repeat;
	color: #de0f04;
	
}

#sideNav ul .last {
	margin: 0;
}

#sideNavBottom {
	height: 18px;
	background: url('/assets/images/global/sideBoxBottom.gif') top left no-repeat;
}

#sideNav ul li a {
	font-size: 12px;
	color: #444;
	text-decoration: none;
}

#sideNav ul li .currentLink {
	color: #de0f04;
}

#sideNav ul li a:hover {
	color: #de0f04;
}

#sidePanel {
	width: 192px;
	background: url('/assets/images/global/sideBoxTop.gif') top left no-repeat;
	padding: 10px 0 0 15px;
	margin: 10px 0 0;
}

#sidePanel div {
	padding: 5px 25px 20px 15px;
}

#sidePanel p {
	font-size: 12px;
	font-weight: normal;
	color: #777777;
}

#sidePanel span {
	font-size: 14px;
	font-weight: normal	;
	font-style: italic;
	color: #de0f04;
}

#sidePanelBottom {
	height: 18px;
	margin-top: -15px;
	background: url('/assets/images/global/sideBoxBottom.gif') top left no-repeat;
}

/****************************************** index.html ***************************************/

#text{
	width: 415px;
}

#moreNews{
	width: 212px;
	padding: 0px 0 10px 0;
}

#moreNews h2{
	width: 192px;
}

#moreNews {
	color: #de0f04;
}

#moreNews a:hover{
	color: #de0f04;
}

#moreNews a {
	color: #4d4d4d;
}

#moreNews h3 a{
	color: #de0f04;
}

#pastNews {
	color: #de0f04;
}

#pastNews a:hover {
	color: #de0f04;
}

#pastNews a {
	color: #4d4d4d;
}

div.ad {
	float: left;
	width: 240px;
	border: 1px solid #de0f04;
	margin-left: 15px;
	padding: 15px 15px 9px 0px;
}

div.ad li {
	
	background-image: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	font-weight: bold;
}



div.ad li#first { padding-left: 0 !important; }
div.ad li#second { padding-left: 20px !important; }
div.ad li#third { padding-left: 40px !important; }
div.ad li#fourth { padding-left: 60px !important; }


/****************************************** news ***************************************/

#photo{
	background: #eee;
	margin: 20px 42px 25px 23px;
}

#photo img {
	width:430px;
	padding: 12px 0 18px 27px;
}

#photo p {
	color:#de0f04;
	font-size:15px;
	padding: 0 30px 18px 25px;
}

/****************************************** aboutus.html ***************************************/

#ourSupportersImg {
	margin: 25px 0 0 200px;
}

#ourPeople a {
	color: #4d4d4d;
	line-height: 20px;
}

#ourPeople a:hover {
	color: #de0f04
}

#ourPeople span{
	color: #de0f04;
}

#rcImg {
	padding: 5px 15px 5px 0px;
}

img#hangoverBoy {
	padding: 0px 15px 0px 0px;
}

img#do-itLogo {
	padding: 0px 10px 10px 0px;
}

#logoLarger {
	padding: 0px 10px 10px 10px;
	margin-top: -10px;
}

/****************************************** whatwedo.html ***************************************/

.quote {
	width: 530px;
	clear: both;
}
#testiAction4Youth {
	padding: 0px 15px 10px 10px;
}

#testiDerbyCVS {
	padding: 0 15px 10px 10px;
}

#testiDEA {
	padding: 0 15px 20px 10px;
}

#testiLUVU {
	padding: 0 10px 0px 10px;
}

#testiMT{
	padding: 3px 10px 0px 10px;
}

#testiBITC {
	padding: 0 10px 15px 10px;
}
#testiBarnet {
	padding: 0 10px 15px 10px;
}

#whatWeDo div.leftCol {
	display: block;
	float: left;
	width:150px;
	margin-right: 25px;
}

.photo {
    background: #eee;
    padding: 10px 10px 10px 10px; 
}

.photo img {
    padding-bottom: 10px; 
}

#whatWeDo div.rightCol {
	display: block;
	float: right;
	width:373px;
}

#whatWeDoPhoto img {
	width: 130px;
	padding: 10px 10px 5px 10px;
}

#whatWeDoPhoto p {
	padding: 0 10px 10px 10px;
}

#becauseImg {
	padding: 0px 10px 10px 10px;
}

/****************************************** contact.html ***************************************/

#companyInfo {
	width: 165px;
	background: url('/assets/images/global/sideBoxTop.gif') top left no-repeat;
	padding: 5px 20px 10px 25px;
	margin: 30px 0 0;
}

#companyInfo h2 {
	width: 140px;
	font-size: 15px;
	line-height: 18px;
	background: url('/assets/images/global/bulletLittle.gif') no-repeat;
	background-position: 0 17px;
	padding-top: 15px;
}

#companyInfoBottom {
	height: 18px;
	margin: 0 0 0;
	background: url('/assets/images/global/sideBoxBottom.gif') top left no-repeat;
}


/****************************************** clients.html ***************************************/

.border {
}

.clientLogo {
    position: relative;
}

#logoWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	height: 1120px;
}

#logoNCVO {
	position: absolute;
	top: 20px;
	left: 20px;
}
#logoBB {
	position: absolute;
	top: 0px;
	left: 210px;
}
#logoLUVU {
	position: absolute;
	top: 20px;
	left: 420px;
}
#logoYAN {
	position: absolute;
	top: 110px;
	left: 55px;
}
#logoV {
	position: absolute;
	top: 100px;
	left: 290px;
}
#logoICTH {
	position: absolute;
	top: 250px;
	left: 260px;
}
#logoBVSC {
	position: absolute;
	top: 205px;
	left: 0px;
}
#logoBTCV {
	position: absolute;
	top: 250px;
	left: 430px;
}
#logoMT {
	position: absolute;
	top: 310px;
	left: 20px;
}
#logoBCYPSP {
	position: absolute;
	top: 370px;
	left: 20px;
}
#logoBCC {
	position: absolute;
	top: 330px;
	left: 220px;
}
#logoWCP {
	position: absolute;
	top: 370px;
	left: 420px;
}
#logoDA {
	position: absolute;
	top: 420px;
	left: 250px;
}
#logoUL {
	position: absolute;
	top: 470px;
	left: 430px;
}
#logoK {
	position: absolute;
	top: 540px;
	left: 80px;
}
#logoSOVA {
	position: absolute;
	top: 560px;
	left: 320px;
}
#logoVE {
	position: absolute;
	top: 600px;
	left: 0px;
}
#logoVH {
	position: absolute;
	top: 650px;
	left: 220px;
}
#logoCF {
	position: absolute;
	top: 715px;
	left: 30px;
}
#logoBITC {
	position: absolute;
	top: 665px;
	left: 420px;
}
#logoBarnet {
	position: absolute;
	top: 810px;
	left: 100px;
}
#logoDerbyCVS {
	position: absolute;
	top: 790px; 
	left: 260px;
}
#logoDEA {
	position: absolute;
	top: 780px;
	left: 440px;
}
#logoFFLAG {
	position: absolute;
	top: 890px;
	left: 280px;
}
#logoMAD {
	position: absolute;
	top: 880px;
	left: 0px;
}
#logoNVYA {
	position: absolute;
	top: 960px;
	left: 50px;	
}
#logoNAS {
	position: absolute;
	top: 980px;
	left: 300px;	
}


/****************************************** admin ***************************************/

.admin {
	background-color: #f3f3f3;
	clear: both;
	padding: 0px;
	border: 0px solid #FF0000;
}

.admin button {
	margin-right:5px;
}

.panel {
	padding: 5px;
	background-color: #e5e5e5;
}

#error {
	
	color: #330000;
}

#leftCol form#editBody {
	width: 500px;
}

#leftCol #editBody textarea {
	width: 500px;
	height: 500px;
}

#rightCol form#editBody {
	width: 215px;
}

#rightCol form#editBody textarea {
	width: 215px;
	height: 300px;
}

form {
	width: 500px;
}

form br {
	clear: both;
}

form label {
	display: block;
	width: 110px;
	float: left;
	text-align: right;
	margin: 0 5px 0 0;
}

form input, textarea {
	margin-bottom: 12px;
	width: 370px;
	float: right;
}

form button {
	margin-left: 130px;
	margin-top: 10px;
}

form select {
	float: right;
	width: 200px;
	margin-bottom: 12px;
	margin-right: 170px;
}

form input#submit {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 130px;
}

form textarea#itemHeading {
	width: 370px;
	height: 50px;
	float: right;
}

form textarea#itemBody {
	width: 370px;
	height: 200px;
	float: right;
}

form#uploadForm {
	padding-bottom: 10px;
}

#imageLoader {
	padding: 15px, 0px, 15px, 130px;
}

#imageLoader p {
	padding: 0px 0px 15px 130px;
}

#imageLoader img {
	display: block;
	padding: 0px 0px 15px 130px;
}

#imageLoader button {
	display: block;
	margin: 0px 0px 15px 130px;
}

