body 	{
	color: #333;
	margin: 0 ;
	padding: 0 ;
	line-height: 1.5em ;
	font-size: 85% ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	}
/* added to set font family in Opera to Verdana family */	
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	}
h1	{
	font-size: 115%;
	padding: 0 0 0 0;
	margin: 0;
	color:#663300;
	}
h2	{
	font-size: 108% ;
	padding: 1em 0 0 0;
	margin: 0;
	}
h3	{
	font-size: 97% ;
	padding: 0;
	margin: 0;
	}
h4	{
	font-size: 97% ;
	padding: 0;
	margin: 0;
	}	
p, ul, li {
	padding: 0;
	margin: 0;
	}
a:link {color:#663300;text-decoration:none}      /* unvisited link */
a:visited {color:#663300;text-decoration:none}  /* visited link */
a:hover {color:#FF6600}  /* mouse over link */
a:active {color:#663300}  /* selected link */


	
#wrapper	{
	width: 920px;
	margin: 0% 2% 0 5%;
	background-color: white;
	text-align:center;
/*	border: 1px solid black;*/
	}	
#topbanner	{
	width: 100%;
/*	line-height: 200%;*/
/*	margin-left: 2em;*/
	margin-bottom: 0.5em;
/*	position: relative;*/
	width: 920px;
	height: 155px;
	background-color: transparent;
	background-repeat: no-repeat;
	}
body#homepage #topbanner {
	background-image: url(images/logo_home.jpg);
}
body#educationtrainingpage #topbanner {
	background-image: url(images/logo_education.jpg);
}
body#coachingmentoringpage #topbanner {
	background-image: url(images/logo_coaching.jpg);
}
body#casehistoriespage #topbanner {
	background-image: url(images/logo_casehistories.jpg);
}
body#aboutuspage #topbanner {
	background-image: url(images/logo_aboutus.jpg);
}
body#contactpage #topbanner {
	background-image: url(images/logo_contact.jpg);
}
	
#topnavbar {
/*	background-image:url(images/bckgroundgradient4.png);
	background-repeat:repeat-x;*/
	width: 100%;
/*	border-top: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	text-align: right; */
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
/*	padding-left: 2.3em;*/
	}
#topnavbar ul{
	list-style-type: none ;
	padding: 0 ;
	margin: 0 ;
	font-size: 90%;
	font-weight: bolder;
	}
#topnavbar li {
	display: inline;
}
#topnavbar li a { 
	color: #333333 ;
	text-align: center ;
	text-decoration: none ;
	padding: 0.5em 2.3em 0.5em 0;
/*	border-left: 1px solid #B0B7CC;*/
	}
#topnavbar li a:hover {
	text-decoration: underline;
	}

/* Rules to set the current page to light blue in top nav bar - only set up for existing pages */
body#homepage #topnavbar a#homebutton,
body#coachingmentoringpage #topnavbar a#coachingmentoringbutton,
body#educationtrainingpage #topnavbar a#educationtrainingbutton,
body#casehistoriespage #topnavbar a#casehistoriesbutton,
body#aboutuspage #topnavbar a#aboutusbutton,
body#contactpage #topnavbar a#contactbutton
	{
	color: #ff6600;
	}		
/* end of topnavbar description */

#navbar2 {
	width: 100%;
	background-color: white;
	text-align: right ;
}
#navbar2 ul{
	list-style-type: none ;
	padding: 0 ;
	margin: 0 ;
	font-size: 75%;
	}
#navbar2 li {
	display: inline;
}
#navbar2 li a { 
	color: #333333;
	text-align: center ;
	text-decoration: none ;
	padding: 0.5em 1em ;
	}
#navbar2 li a:hover {
	text-decoration: underline;
	}

	
#sidebar {
	width: 30% ;
	float: right;
	padding: 0;
	margin: 0;
	text-align:left;
	}
#sidebargutter	{padding: 1em;margin:2em 0;background-color:#F5F5F5}
#sidebargutter h1	{
	font-size: 108%;
	padding: 0 0 0 0;
	margin: 0;
	color:#663300;
	}
#sidebargutter h2	{
	font-size: 97% ;
	padding: 0.8em 0 0 0;
	margin: 0;
	}	
#content {
	width: 70%;
	float: left;
padding:0;
margin: 0;
text-align:left;
	}
#content p {
	font-size:97%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0;
}
#content p.prelist {margin:0;padding:0}
/*#content ul {
	margin-left: 1em ;
margin-top: 0;
padding-left: 1em;
padding-top: 0; 
}*/
#content ul, #sidebar ul {
	font-size:97%;
	padding-left: 15px;
	list-style: disc url(images/bullet_square_brown.gif);
/*	line-height: 16px;*/
	margin: 0 0 0.5em 0.2em;
}
#content li, #sidebar ul {
	margin: 0em 0 0.3em 0;
}
#contentgutter {padding:2em 1em 1em 2px}

#footer {
	width: 920px;
	padding:2px 0 1em 2px;
	margin: 0;
	clear: both ;
/*	width: 100% ;*/
	font-size: 75% ;
	text-align: left;
	line-height:normal;
	background-color: white ; 
	border-top: 2px #333333 solid; 
	}	
.imgright	{
	padding: 1.2em 5px 1em 1em;
	float: right;
	clear: both;
	border: none;
	}	
.imgnoborder {border:none}	
.backtotop {padding-left:4em;font-size:70%}
ul#coachingpagelist li {display:inline}
ul#coachingpagelist li a {display:block;float:left;width:240px;text-align:center}


.tblstandard {
	width: 100%;
	border: 0;
}
.tblstandard th, .tblstandard td {
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	text-align: left;
	background: #D4DFF5;
	vertical-align: top;
}
.tblstandard th {
	background: #D4DFF5;
}
.tblstandard td {
	background: #F3F3F3;
}
.tblstandard caption {
	display: none;
}

/* Styles related to sitemap page only*/
#sitemap {
padding-bottom: 5px;
}
#sitemap ul { 
  list-style-type: none ; 
  margin-left: 0 ; 
  padding-left: 0 ;
}
#sitemap li {
  padding-left: 0 ;
} 
#sitemap li li {
  padding-left: 25px ;
} 
#sitemap li a {
	text-decoration: none;
}
#sitemap li a:link { color: black ; 
	}
#sitemap li a:visited { color: #6392EF; }
#sitemap li a:hover {
	color: #1246B4;
	text-decoration: underline;
}
#sitemap li a:focus { color: #1246B4 ; font-weight: bold ;}
.clearing {
height: 0 ; clear: both ;
}
.quote {font-size:80%}
.quotesignature {font-size:70%;font-weight:bold}
.h1withouth2 {padding-bottom:1em}
.btn{
	font-weight: bold;
	padding: 3px;
	background-color: #1246B4;
	color: white;
	border:1px solid;
	border-color: black;
}  

