@charset "utf-8";
/* CSS Document */
/* Reset all Elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-weight:normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* Normalize links across all browsers */
a:link {
	color:#069
}
a:visited {
	color: purple;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: yellow;
}
/* Center Design */
#wrapper {
	margin:0 auto;
}
/* Style fonts to pixel size */
html {
	font-size:62.5%;
}
/* Class for debugging elements */
.fix {
	background:#f00;
	border: 1px solid #0f0;
}
/* Page Layout */
.left {
	float:left;
}
.right {
	float:right;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#cacaca;
	color:#000;
	font-size:1.1em;
	line-height:1.4em;
}
#wrapper {
	width:585px;
	background-color:#e6e6e6;
	display:table;
}
#sidebar {
	width:135px;
	background-color:#969696;
	height:345px;
	color:#fff;
	float:left;
	overflow:visible;
}
#main {
	width:450px;
	background-color:#fff;
	float:right;
}
h2 {
	font-size:1.5em;
	font-style:italic;
	padding-bottom:12px;
	letter-spacing:-1px;
}
.norm {
	font-style:normal;
}
sup {
	font-size:10px;
	line-height:5px;
}
/* Sidebar Elements */
#navmenu {
	padding:200px 0 15px 15px;
}
#navmenu a {
	color:#fff;
	text-decoration:none;
}
body.index #navmenu a.index, body.clients #navmenu a.clients, body.coaching #navmenu a.coaching, body.consulting #navmenu a.consulting, body.executivecoaching #navmenu a.executivecoaching, body.industrybuzz #navmenu a.industrybuzz, body.training #navmenu a.training {
	color:#64d3d9;
}
#navmenu a:hover {
	color:#64d3d9;
}
#navmenu .bottom_half a:hover {
	color:5fa9ad;
}
body.resources #navmenu a.resources, body.quicktips #navmenu a.quicktips, body.about #navmenu a.about, body.contact #navmenu a.contact {
	color:#5fa9ad;
}
#navmenu .bottom_half a {
	color:#666666;
}
/* Main Elements */
#headtext {
	background-color:#6bb7bb;
	color:#fff;
	padding:10px 15px 15px;
	float:left;
	width:420px;
	height:90px;
}
#content {
	position:relative;
}
#content, #footer {
	padding:15px;
	float:left;
	width:420px;
}
#footer {
	color:#666;
}
#content ul, #footer ul {
	list-style:url(images/teal_bullet.png) inside;
	margin:5px 0;
}
#content li, #footer li {
	padding:0;
}
.colortext {
	color:#337E82;
}
.lighttext {
	color:#666;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
#news {
	position:absolute;
	top:83px;
	left:299px;
	width: 138px;
	height: 138px;
	visibility: visible;
}
#footer ul {
	list-style:url(images/grey_bullet.png) inside;
}
.grey_bullet {
	list-style:url(images/grey_bullet.png) inside;
}
#footer ul a {
	color:#6bb7bb;
	text-decoration:underline;
}
.coaching #wrapper #main #smallcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: None;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
}
.coaching #wrapper #main #content .smallcaps {
	font-size: None;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
}
.index #wrapper #main #content #ftn1 cite {
	font-size: 9px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.index #wrapper #main #content .citation {
	font-size: 9pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.footnote  {
	font-size: 9px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
li {
	padding:0 0 10px 0;
}
.colortextbold {
	color:#337E82;
	font-weight: bold;
}
.lighttextBold {
	color:#666;
	font-weight: bold;
}
