/*
      Created by Nick Taylor <nick@netmanager.co.uk> on 1/2/10
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px;
	background-color:#f2f2f2;
}

#wrapper {
	background-color: white; 
	margin: 0 auto;
	padding: 10px;
	width: 910px;
	height: 100%;
	background-image: url('http://www.thecounselhouse.com/images/background.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #eeeeee;
}

#leftcolumn {
	float: left;
}

#headerimg {
	width: 150px;
	height: 210px;
	margin-bottom: 20px;
}

#nav {
	width: auto;
}

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

#nav ul li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 1px 0px;
}

#profile {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	overflow: auto;
}

#profile img {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 20px 10px 0px;
}

#profile1 ul li {
	list-style-type: square;
}

#rightcolumn { 
	float: left;
}

#header {
	height: 100px;
	background: #C1B1A5;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content {
	width: 575px;
	height: 500px;
	padding: 15px 10px 10px 55px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

#content h1 {
	font-size: 160%;
	margin: 0 0 10px 0;
}

#content h2 {
	font-size: 120%;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 100%;
	margin: 15px 0 -5px 0;
}

#content p {
	margin: 10px 0 0 0;
}

#content a { 
	color: #333333;
}

#content a:hover { 
	text-decoration: none;
	color: #333333;
}

#content ul {
	list-style-type: square;
	margin: 10px 0 0 0;
}

#content ul li {
	list-style-type: square;
	margin: 0 0 0 25px;
}

#members {
	float: left;
}

#members dl {
	text-align: center;
}

#members dt, dd {
	width: 95px;
	float: left;
}

#members dt {
	margin-bottom: 30px;
}

#members dd {
	font-size: 11px;
	margin: 50px 0 0 -10.5em;
}

#members img {
	border: 0;
}

.clients {
	list-style-type: none;
}

#testimonials {
	float: right;
	width: 200px;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

#footer { 
	clear: both;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#footer a { 
	text-decoration: none;
	color: #999999;
}

#footer a:hover { 
	color: black;
}

#footershadow {
	margin: 0 auto;
	width: 930px;
	height: 15px;
	background-color: #f2f2f2;
	background-image: url('http://www.thecounselhouse.com/images/footershadow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	border: 0px solid black;
}

#footerextra { 
	margin: 0 auto;
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}

#footerextra a { 
	text-decoration: none;
	color: #cccccc;
}

img {
	display: block;
	vertical-align: middle;
	border: 0px;
}

