/*---------------------------------------
Stylesheet for http://www.wellcounselling.org.uk
author: Lisa Chadwick
Company: Chadwick Associates
contact: lisa@chadsonline.co.uk
-----------------------------------------*/
*{ padding:0px;
margin:0px;}

body {
	background-image: url(images/blue-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #BBCDFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
/*--------------STRUCTURE-----------------------*/
#wrapper {
	width: 785px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
#wrapper a:link, a:visited{
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper a:hover, a:active{
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#site {
	border-collapse:collapse;
	border: 1px solid #0F3190;
	background-color: #FFFFFF;
	width: 758px;
}
#header {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#border{
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
}

/*-------------TYPOGRAPHY-------------------*/

p {
	font-size: 1.2em;
	color: #0F3190;
	padding-bottom: 10px;
	text-align: left;
}
#mainTxt h1 {
	font-size: 1.4em;
	color: #0F3190;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#mainTxt {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#montage {
	background-image: url(images/montage2.jpg);
	text-align: center;
	height: 333px;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}
#mainTxt h2 {
	font-size: 1.4em;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#mainTxt a:link, #mainTxt a:visited  {
	font-size: 1.1em;
	color: #0F3190;
	text-decoration: underline;
}
blockquote {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	color: #0F3190;
	margin-bottom: 10px;
	font-style: italic;
}

#mainTxt a:hover, #mainTxt a:active {
	font-size: 1.1em;
	color: #0F3190;
	text-decoration: underline;
}
#mainTxt li {
	font-size: 1.2em;
	color: #0F3190;
	list-style-type: disc;
	margin-left: 45px;
	padding-bottom: 5px;
	text-align: left;
}
#mainTxt h3 {
	font-size: 1.4em;
	color: #339933;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #339933;
}
.smallTxt {
	font-size: 1em;
	color: #0F3190;
	padding-bottom: 10px;
	text-align: left;
	font-style: italic;
}
.floatR {
	float: right;
	margin-left: 10px;
}


/*-------------------NAVIGATION---------------*/

#navBar {
	width: 175px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	float: left;
        }

#navBar ul {
	list-style: none;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	        }

#navBar li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	text-align:left;
	list-style-type: none;
		}	
	
#navBar  li a:link, #navBar li a:visited {
	color: #00319A;
	display: block;
	background:  url(images/menu3b.gif);
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
	font-size: 0.9em;
	}
	
#navBar  li a:hover, #navBar  li a:active {
	color: #0F3190;
	background:  url(images/menu3b.gif) 0 -32px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	text-decoration: none;
	}

