/* ------ GENERAL ------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.smalltext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #666666;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666699;
}
a:active {
	color: #666699;
}

h1 {
	font: bold normal 16px Georgia, "Times New Roman", Times, serif;
	color: #41457A;
}
h2 {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6f689e;
}

h3 {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f689e;
	margin: 0px;
	padding: 0px;
}

#services h2, #services h1, #services h3, #coaching h2, #coaching h1, #coaching h3 {
	color: #4f8e97;
}

#casestudies h2, #casestudies h1, #casestudies h3 {
	color: #8da22d;
}

#clients h2, #clients h1, #clients h3 {
	color: 10549a;
}

#contactus h2, #contactus h1, #contactus h3 {
	color: #d79c26;
}
#whatsnew h2, #whatsnew h1, #whatsnew h3 {
	color: #6A4862;
}

.image1 {
	border: none;
}

.hidden {
	display: none;
}

li {
   line-height: 20px;
}
/* ----- page divs ------*/
#container {
	margin: 0px;
	padding: 0px;
	width: 790px;
}


/* ----- HOME PAGE ----- */

.tableIndex {
	width: 810px;
	border: none;
}
.divIntro {
	margin: 0px 0px 0px 50px;
	padding: 20px;
	border: 1px solid #ddd;
	width: 280px;
	background-color: #FFFFFF;
	background-image: url(../images/background_index.jpg);
	background-repeat: repeat-x;
}

.divIntro  p {
	margin: 0px;
	padding: 0px;
}

.divIntro2 {
	margin: 0px 0px 0px 50px;
	padding: 20px;
	border: 0px solid #ddd;
	width: 280px;
	background-color: #FFFFFF;
	
}

.divIntro2  p {
	margin: 0px;
	padding: 0px;
}


.welcome {
	font-size: 13px;
	font-weight: bold;
}

#ptop {
	margin-bottom: 10px;
}


/*---- All pages ------- */

.stripecol {
	width: 9px;
	background: #b5dc10;
}

.stripecolbottom {
	width: 9px;
	background: #b5dc10;
	border-bottom: 1px solid #ccc;
}

.bottomaddresscol {
	border-bottom: 1px solid #ccc;
}


/* -----  CONTENT pages -------- */

.tableContent {
	width: 810px;
	border: none;
}

.tableContent td.bottomaddresscol {
	width: 637px;
}

.tableContent td.logobottom {
	border-bottom: 1px solid #ccc;
	width: 24px;
}

.tableContent td.logobottomright {
	width: 140px;
	border-bottom: 1px solid #fff;
}

.tableContent td.leftspacer {
	width: 20px;
}

.tableContent td.leftcol {
	width: 155px;
}

.tableContent td.centercol {
	width: 486px;
}

.tableContent td.rightcol {
	width: 140px;
}


.picturecol {
	width: 138px;
	background-color: #FFFFFF;
	background-image: url(../images/background_about.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#services .picturecol, #coaching .picturecol{
	background-image: url(../images/background_services.jpg);
}

#casestudies .picturecol{
	background-image: url(../images/background_casestudies.jpg);
}

#clients .picturecol{
	background-image: url(../images/background_clients.jpg);
}

#contactus .picturecol{
	background-image: url(../images/background_contactus.jpg);
}

#whatsnew .picturecol{
	background-image: url(../images/background_whatsnew.jpg);
}

#quoteDiv {
	padding-right: 10px;
	padding-left: 10px;
}

p.quote {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #6f689e;
	line-height:2.0em;
	margin-bottom: 10px;
}

#services p.quote, #coaching p.quote  {
   color:#4f8e97;
}

#casestudies p.quote {
   color:#8da22d;
}

#clients p.quote {
   color:#10549a;
}

#contactus p.quote {
   color:#C69224;
}

#whatsnew p.quote {
  color:#6A4862;
}

.tableInternal {
	width: 641px;
	border: 1px solid #CCCCCC;
	border-right: none;
}

td.content {
	width: 503px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}


/* -------- BOTTOM ADDRESS DIV --------- */

#bottomAddress{
margin: 35px 0px 0px;
padding: 0px;
}

#bottomAddressList {
margin: 0px;
padding: 0px;
}

#bottomAddressList li {
	list-style: none;
	font-size: 9px;
	color: #999;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	line-height: 20px;
	white-space: nowrap;
	display: inline;
}

/* ---- DESIGN BY ---------*/

#designby {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

#designby a, #designby a:visited {
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
#designby a:hover {
	text-decoration: underline;
	color: #999;
}


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

#nav {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#navList {
	margin: 0px;
	padding: 0px;
}

#navList li {
	list-style: none;
	display:block;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
}

#navList a, #navList a:visited {
	list-style: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	color: #663399;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
 

#navList #about a {
	color: #6f689e;
}

#navList #services a {
	color: #4f8e97;
}

#navList #clients a {
	color: #10549a;
}

#navList #case a {
	color: #aac135;
}

#navList #new a {
	color: #8a5e7f;
}

#navList #contact a {
	color: #d79c26;
}

#navList a:hover {
	text-decoration: underline;
}

input {
	border: 1px solid #ccc;
}

#subnav {
  position:absolute; 
  left:180px; 
  top:91px; width:475px; height:23px; z-index:1; 
  text-align: right;
  font-size: 11px;
}

#about #subnav {
  color: #6f689e;
}
#services #subnav , 

#coaching #subnav{
  color: #4f8e97;
}


.currentpage {
  color: #999;
}

#about #subnav a, #about #subnav a:visited {
	color: #6f689e;
	text-decoration: none;
}

#services #subnav a, #coaching #subnav a, #services #subnav a:visited, #coaching #subnav a:visited {
	color: #4f8e97;
	text-decoration: none;
}

#about #subnav a:hover, #services #subnav a:hover, #coaching #subnav a:hover  {
	text-decoration: underline;
}


.divScroll {
	width:310px;
	text-align:center;
	margin-left:50px;
	margin-top:30px;
	border:1px solid #ddd;
	padding:5px;
	}







