/*
General page styling for 
	www.wayforwardpsychotherapy.org

Designed by Alacrify Ltd
	www.alacrify.co.uk
	office@alacrify.co.uk
	+44(0) 1300 320076

Last Update
	24.06.2007	JS

*/
body { 
	font-size: 12px;
	font-family: Tahoma, Helvetica, Arial, sans-serif ;
	text-align: center;
	background: url(images/v-greycream-eeeeaa-dddddd.jpg) #ecede5 top left repeat-x;		  
	}
div, td {
	font-size: 12px;
	}
tr {
	vertical-align: top;
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
	} 
p { 
	font-size:1em; 
	margin-top: 1.5em; 
	margin-bottom: 1.5em; 
	} 
h1 { 
	font-size:1.5em; 
	line-height: 1em; 
	margin-top: 0; 
	margin-bottom: 1em; 
	font-weight: normal;
	} 
h2 { 
	font-size:1.1667em; 
	line-height: 1.286em; 
	margin-top: 1.929em; 
	margin-bottom: 0.643em; 
	font-weight: normal;
	} 
ul {
	list-style-type: none;
	}	
li {
	padding-left: 35px;
	background: url(images/rh-arrow-small.jpg) left 5px no-repeat;	
	height: 25px;
	margin-top: 1.5em; 
	margin-bottom: 1.5em; 
	}
form {
	background-color:  #fcfdf5;
	border: 1px solid #cccdc5;
	padding: 20px; 
	width: 500px;
	}
	
.singlebullet {
	line-height: 25px;
	margin-top: 0; 
	margin-bottom: 0; 
	}
.note { 
	font-size:0.8333em; 
	line-height:1.8em; 
	} 
#navmargin p { 
	margin: 0.45em 0.45em 0.225em 0;
	padding: 0px 10px;
	} 

/* Page Layout Elements */
#wrapper {	
	width: 802px;
	margin: 20px auto 0px auto;
	border: 1px solid #cccdc5;
	background-color: #FFFFFF;
	background-image: url('images/middle copy.jpg'); 
	background-repeat: repeat-y;
	background-position: top left;
	}
#navmargin {
	width: 126px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	}
#maincontent {
	text-align: left;
	height: 640px;
	padding: 50px;
	background-color: #FFFFFF;
	}	
#lowernav {
	margin:0;
	background-color: #FF9933;
	color: black;
	padding: 5px;
	border-top: 1px solid #000000;
	}

/* All this relates to hyperlinks */
a  { 
	color : #000000; 
	text-decoration: none;
	text-align: left;
	}
a:active { 
	color : #bdbdff
	}
a:hover { 
	color : #0000ff;
	}

/* All this relates to quotes in the text */
.nextnav {
	float:right;
	background: url(images/rh-arrow-small.jpg) no-repeat top right;
	height:19px;
	vertical-align:middle;
	padding-right: 26px;
	padding-top: 2px;
	margin: 0;
	margin: 4px;
	position: relative;
	width: 90px;
	}
#maincontent p {
	padding-left: 10px;
	padding-right: 10px;
	}
#maincontent ul {
	padding-left: 30px;
	}	
#maincontent a {
	color: blue;
	}
#maincontent a:hover {
	color: red;
	}
