@charset "UTF-8";
/* CSS Document */

body{
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:0;
	background-image:url(../images/background_main.png);
	background-repeat:repeat-x;
	background-color:#EBF2F8;
	font-family:arial;
	font-size:12px;
	color:#222;
}

#logo{
	width:790px;
	height:auto;
	float:left;
	margin:0;
	padding-top:15px;
	padding-bottom:50px;
	padding-left:10px;
}

#logo h1{
	margin:0;
	padding:0;
	font-family:calibri;
	font-size:18px;
	color:#666;
	font-weight:normal;
}

h1#image-replacement{
	width:auto;
	height:51px;
	background-image:url(../images/replacements/Angela-Roberts-Counselling-and-Cognitive-Behavioural-Therapy-Service.png);
	background-repeat:no-repeat;
}

h1#image-replacement span{
	display:none;
}

#logo h2{
	margin:0;
	padding-top:0px;
	font-family:calibri;
	font-size:36px;
	font-weight:normal;
	color:#133767;
}

#nav{
	width:100%;
	height:50px;
	background-image:url(../images/navigation.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	font-family:calibri, arial;
	font-weight:normal;
	color:#99B0BF;
}

#nav a{
	color:#FFF;
	text-decoration:none;
}

#nav a:hover{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}

#nav ul{
	margin:0; 
	padding:14px 0 0 20px;
}

#nav li{
	display:inline;
	margin-right:20px;
}

#wrapper{
	width:800px;
	height:auto;
	margin-top:20px;
	float:left;
}

#wrapper-head{
	width:800px;
	height:10px;
	background-image:url(../images/content-header.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	float:left;
}

#wrapper-content{
	width:800px;
	height:auto;
	background-image:url(../images/content-main.png);
	background-repeat:y-repeat;
	background-color:#FFF;
}

#wrapper-footer{
	width:800px;
	height:10px;
	background-image:url(../images/content-footer.png);
	background-repeat:no-repeat;
	float:left;
}

#content{
	width:720px;
	height:auto;
	padding-left:40px;
	padding-right:40px;
}

#content h4{
	font-size:36px;
	font-family:calibri,arial;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#133766;
}

#content p,ul,li{
	font-size:14px;
	line-height:24px;
}

#columns{
	width:800px;
	height:auto;
	float:left;
	line-height:25px;
}

#columns a{
	color:#333;
}

#columns h3{
	font-family:calibri, arial;
	font-size:20px;
	margin:0;
	padding-bottom:20px;
}

h3#related-links{
	background-image:url(../images/replacements/related-links.png);
	background-repeat:no-repeat;
	width:109px;
	height:15px;
}

h3#related-links span{
	display:none;
}

h3#client-groups{
	background-image:url(../images/replacements/client-groups.png);
	background-repeat:no-repeat;
	width:115px;
	height:15px;
}

h3#client-groups span{
	display:none;
}

h3#contact-information{
	background-image:url(../images/replacements/contact-information.png);
	background-repeat:no-repeat;
	width:169px;
	height:15px;
}

h3#contact-information span{
	display:none;
}

#columns p{
	padding:0;
	margin:0;
}

#column-1{
	width:236px;
	height:auto;
	padding:20px 10px 20px 10px;
	float:left;
}

#column-2{
	width:268px;
	height:auto;
	padding:20px 10px 20px 10px;
	float:left;
}

#column-3{
	width:236px;
	height:auto;
	padding:20px 10px 20px 10px;
	float:left;
}

#footer{
	width:800px;
	height:40px;
	background-image:url(../images/footer-bar.png);
	background-repeat:no-repeat;
	float:left;

}

#footer p{
	margin:12px;
	color:#999;

}

#footer a{
	color:#666;
}

table{
	margin:0;
	padding:0;
	line-height:20px;
}

table tr{
	vertical-align:text-top;
	height:50px;
}
