body{
	color: #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	
}
#logo {
	background-image: url(../images/logo.gif);
	height: 130px;
	width: 190px;
}
#logo h1{
	text-indent: -90000em;
}


#header{
	width: 961px;
	background-image:url(../images/telephone.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
#container{

	width: 961px;
	margin: auto;
}
#nav_top{
	width: 961px;
	background-image:url(../images/nav_top.gif);
	background-repeat:no-repeat;
}
#nav{
	width: 961px;
	background-image:url(../images/nav_bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding-bottom: 8px;	
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 10px;	
}

#nav li { /* all list items */
	float: left;
	position: relative;
	background-repeat:no-repeat;
	background-position: center left;
}

#nav li a{
	display:block;
	background-repeat:no-repeat;
	background-position: center left;
	text-decoration: none;
	text-indent: -9000em;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	margin-left: 0px;
	background-color: #c0b9dc;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 33px;
	left: 0px;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}



#nav_1, #nav_1 a{
	width: 88px;
	background-image:url(../images/nav_home.gif);
	height: 33px; 		
}
#nav_2, #nav_2 a{
	width: 127px;
	background-image:url(../images/nav_services.gif);
	height: 33px; 		
}
#nav_2a, #nav_2a a{
	width: 221px;
	height: 41px;	
	background-image:url(../images/nav_11counselling.gif);
}
#nav_2b, #nav_2b a{
	width: 221px;
	height: 36px;	
	background-image:url(../images/nav_therapeutic.gif);
}
#nav_2c, #nav_2c a{
	width: 221px;
	height: 69px;	
	background-image:url(../images/nav_partners_family.gif);
}
#nav_3, #nav_3 a{
	width: 148px;
	height: 33px; 		
	background-image:url(../images/nav_resources.gif);
}
#nav_3a, #nav_3a a{
	width: 206px;
	height: 41px;	
	background-image:url(../images/nav_resourcelibrary.gif);
}
#nav_3b, #nav_3b a{
	width: 206px;
	height: 34px;	
	background-image:url(../images/nav_download.gif);
}
#nav_3c, #nav_3c a{
	width: 206px;
	height: 50px;	
	background-image:url(../images/nav_training.gif);
}
#nav_3d, #nav_3d a{
	width: 206px;
	height: 35px;	
	background-image:url(../images/nav_faq.gif);
}
#nav_4, #nav_4 a{
	width: 125px;
	height: 33px; 		
	background-image:url(../images/nav_support.gif);
}
#nav_4a, #nav_4a a{
	width: 162px;
	height: 39px; 		
	background-image:url(../images/nav_donations.gif);
}
#nav_4b, #nav_4b a{
	width: 162px;
	height: 49px; 		
	background-image:url(../images/nav_supporters2.gif);
}
#nav_5, #nav_5 a{
	width: 185px;
	height: 33px; 		
	background-image:url(../images/nav_case_scenarios.gif);
}
#nav_6, #nav_6 a{
	width: 116px;
	height: 33px;
	margin: 0 15px 0 0; 		
	background-image:url(../images/nav_contact.gif);
}

#nav_7, #nav_7 a{
	width: 95px;
	height: 26px; 		
	background-image:url(../images/nav_news.gif);
}


#nav_8, #nav_8 a{
	width: 30px;
	height: 33px; 		
	background-image:url(../images/nav_facebook.gif);
}


.clear{
	clear: both;
}

.content_container1{
  background-image:url(../images/bg4.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	width: 920px;
	padding: 20px;
	}
	
.content_container2{
  background-image:url(../images/bg3.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	width: 920px;
	padding: 20px;
	}
	
.content_container3{
  background-image:url(../images/bg2.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	width: 920px;
	padding: 20px;
	}
	
.content_container4{
  background-image:url(../images/bg1.gif);
	background-repeat:no-repeat;
	background-color: #D1CCDF;
	width: 920px;
	padding: 20px;
	}

.content_container5{
  background-image:url(../images/bg5.gif);
	background-repeat:no-repeat;
	background-color: #D1CCDF;
	width: 920px;
	padding: 20px;
	}

.content_container{
  background-image:url(../images/content_bg.gif);
	background-repeat:no-repeat;
	background-color: #D1CCDF;
	width: 920px;
	padding: 20px;
	}

.content_container6{
  background-image:url(../images/bg5.gif);
	background-repeat: repeat-y;
	background-color: #D1CCDF;
	width: 920px;
	padding: 20px;
	}

#content_container{
	
}
#footer{
	color: #474747;
	font-size: 0.9em;
	padding: 20px;
}
#footer a{
	color: #333333;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	float: left;
}
#credit{
	float: right;
}
#content{
	float: left;
	width: 612px;
}
#content2{
	float: left;
	width: 271px;
}
.home_cols{
	width: 291px;
	float: left;
}
.home_cols3{
	width: 291px;
	float: left;
}
.home_cols4{
	width: 291px;
	float: right;
}
#home_1{
	margin-right: 30px;
}
#home_1a{
	margin-right: 30px;
    height: 387px;
}
#right_col{
	width: 271px;
	float: right;


}
#right_col_home{
width: 271px;
height: 387px;
	float: right;
    }
#right_col2{
	width: 612px;
	float: right;
}
.calltoaction{
	background-image:url(../images/button_more_details.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
}

.calltoaction1{
	background-image:url(../images/button_everyclick.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
}

.calltoaction2{
	background-image:url(../images/button_cafonline.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
}

.calltoaction3{
	background-image:url(../images/button_caf_legacies.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
}

.calltoaction5{
	background-image:url(../images/button_basic_information_fo.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
}

.calltoaction6{
	background-image:url(../images/button_giveasyouearn.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
}

.calltoaction7{
	background-image:url(../images/button_more_details.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
	margin-right: 20px;
}

.calltoaction8{
	background-image:url(../images/button_more_details.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
}
.calltoaction9{
	background-image:url(../images/counselling_contracts.gif);
	background-repeat:no-repeat;
	background-position: top right;
	display:block;
	height: 28px;
	text-indent: -9000em;
}

.title{
	text-indent: -90000em;
}
#title_home_1{
	background-image:url(../images/title_home_col_1.gif);
	background-repeat:no-repeat;
	width: 281px;
	height: 54px;
}
#title_home_2{
	background-image:url(../images/title_home_col_2.gif);
	background-repeat:no-repeat;
	width: 253px;
	height: 55px;
}
#title_right_col{
	background-image:url(../images/title_right_col.gif);
	background-repeat:no-repeat;
	width: 180px;
	height: 26px;
}
#title_counselling{
	background-image:url(../images/1-1counselling.gif);
	background-repeat:no-repeat;
	width: 281px;
	height: 30px;
}
.bullet1 ul{ 

 margin: 0px;
 padding: 0px;
 list-style-type: none;
 margin-left: 10px;
}
.bullet ul li{
	 width: 200px;
	  background-image:url(../images/bullet.gif);
		background-repeat:no-repeat;
  background-position: top left;
 	padding-left: 40px;
	 margin-bottom: 15px;

}
a:hover{
color: #474747;
}
a {
color: #474747;
}
h3.box {
	margin-top: 10px;
}
#space li {
	padding-bottom: 10px;
}
#download ul li{
	width: 250px;
	background-image:url(../images/download_calltoaction.gif);
	background-repeat:no-repeat;
	background-position: 15px 15px;
}
#download ul li a{
	color: #474747;
	display: block;
	width: 125;
	padding-left: 125px;
}
#download1{
	text-align: center;
}
.download1{
	list-style-type: none;
	margin: 0px;
	margin-top: 10px;
}
.download1 li{
	background-image:url(../download_calltoaction.gif);
	background-repeat:no-repeat;
	background-position: 50px 3px;
	margin-bottom: 25px;
}
h4.workshop{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#workshop{
	width: 260px;
	border: 1px solid #999999;
	padding: 15px;
	text-align: center;
}
#contactbox{
	width: 220px;
	border: 1px solid #999999;
	padding: 15px;
	margin: 15px 0 30px 0;
	text-align: center;
}
#basicformbox{
	border: 1px solid #999999;
	padding: 15px;
	text-align: center;
}
h3{
	font-size: 170%;
	margin-top: 7px;
}
p.training{
	font-size: 150%;
}
p.training_credit{
	font-size: 85%;
}
p.overview{
	height: 120px;
	margin-right: 18px;
}
p.overviewright{
	height: 120px;
}

.donationbutton {
	text-align: right;
}

#directdebit {
	margin-left: 0;
	float:left;
}

#oneoff {
	margin-left: 0;
	float:right;
}

#donateboxes {
	margin-top: -30px;	
}

.donatetext {
	/**margin-top: -8px; */
	text-align: center;
}

.facebook {
	background: url(../images/facebook_icon.gif) no-repeat left;
	padding: 5px 10px 0 25px;
	margin: 35px 0 0 0;
}

.frontpage-notice {
	border: 1px solid #ccc;
	background: #fff;
	padding: 12px;
	margin-bottom: 12px;
}

.frontpage-notice h2 {
	margin: 0 0 6px;
}