<!--

/* import the menu css file. */
@import url("menu.css");

* {
	margin: 0; 
	padding: 0;
} 
html {
	height: 100.1%; /* force a scrollbar on firefox */ 
	font-size: 100.01%; /* prevent safari errors */
}
/* <body></body> */
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	line-height: 18px;
	text-align: center;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-attachment: fixed;
}

/* hide span */
span.hide {
	visibility: hidden;
	font-size: 1px;
}

/* Main Wrapper. */
div#wrapper {
	margin: 20px auto;
	width: 770px;
	font-size: 11px;
	background-image: url(../img/wrapper_bg.png);
	background-repeat: no-repeat;
	height: 606px;
	text-align:left;
}
html>body div#wrapper {
	height: auto;
	min-height: 606px;
}
/* IE filter for the PNG background. */
* html div#wrapper {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/wrapper_bg.png',sizingMethod='crop');
}


/* header */
div#header {
	position: relative;
	border-bottom: 2px solid #518EB2;
	height: 90px;
	text-align: center;
}
html>body div#header {
	height: auto;
	min-height: 90px;
}

/* site logo */
div#header a#logo {
	position: absolute;
	left: 5px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 83px;
	text-decoration: none;
}


/* top banner */
div#banner {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	width: 582px;
	height: 57px;
}
html>body div#banner {
	height: auto;
	min-height: 57px;
}



/* Top graphic underneath the Menu. */
div#flash {
	background-image: url(../img/top_graphic.jpg);
	margin: 5px 0 5px 0;
	height: 78px;
}

html>body div#flash {
	height: auto;
	min-height: 78px;
}

/* main holder */
div#main {
	margin: 0;
	border-bottom: 2px solid #518EB2;
	min-height:400px;
}
html>body div#main {
	height: auto;
	min-height: 400px;
}

div#left {
	float: left;
	width: 250px;
	font-size: 12px;
}

div#left b {
	color: #518EB2;
}

div#left p {
	padding-left: 15px;
	padding-bottom: 10px;
}

div#right {
	float: left;
	width: 498px;
	padding: 0 10px 0 10px;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
}


div#right p {
	margin: 5px 0 10px 0;
}
div#right p strong {
	font-weight: bold;
	color: #518EB2;
}

div#right ul {
	margin: 0 0 10px 30px;
	font-size: 12px;
}

div#right ul li {
	padding: 5px 0 5px 0;
	color: #518EB2;
}

h2#welcome {
	background-image: url(../img/welcome.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 80px;
}
/* IE filter for the PNG background. */
* html h2#welcome {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/welcome.png',sizingMethod='crop');
}

div#right a, div#left a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div#right a:hover, div#left a:hover {
	color: #518EB2;
	text-decoration: underline;
}

br.clear { 
	clear: both;
	height: 1px;
}


/* Box that Holds the Flash */
div.block {
	float: left;
	width: 150px;
	border: 1px solid #B6B6B6;
	background-position: bottom;
	height: 124px;
	vertical-align: top;
	border-right: 0;
	margin: 0 0 10px 0;
}

html>body div.block {
	height: auto;
	min-height: 124px;
}

/* Title of the floated boxes. */
div.block div.title {
	background-image: url(../img/blocks_title_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
	font-size: 9px;
	height: 14px;
	border-bottom: 1px solid #B6B6B6;
	vertical-align: top;
}

html>body div.block div.title {
	height: auto; 
	min-height: 14px;
}

/* Flash */
div.block div.flash {
	padding: 0;
	height: 107px;
	position: relative;
	background-position: center;
}

html>body div.block div.flash {
	height: auto;
	min-height: 107px;
}
/* Floated block Links */
div.block a { text-decoration: none; }

a.commlink {
	position: absolute;
	top:0;
	left: 0;
	width: 150px;
	height: 105px;
}


/* Background Images for users without Flash/Java */
div#comm {
	background-image: url(../img/communication_bg.jpg);
	background-position: center;
}

div#stress {
	background-image: url(../img/stress_bg.jpg);
	background-position: center;
}

div#wellness {
	background-image: url(../img/wellness_bg.jpg);
	background-position: center;
}

div#team {
	background-image: url(../img/team_bg.jpg);
	background-position: center;
}

div#coaching {
	background-image: url(../img/coaching_bg.jpg);
	background-position: center;
}

hr {
	background: none;
	border: 0;
	border-top: 2px solid #518EB2;
}

ol {
	margin: 0 0 0 30px;
}
ol li {
	margin: 8px 0 8px 0;
	font-size: 12px;
}
ol li em {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #518EB2;
}

div#right i {
	font-style: normal;
	color: #518EB2;
}


/* HEADERS */
h2#about {
	background-image: url(../img/about_header.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#about {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/about_header.png',sizingMethod='crop');
}

h2#background {
	background-image: url(../img/background_header.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#background {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background_header.png',sizingMethod='crop');
}

h2#staff {
	background-image: url(../img/our_staff_header.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#staff {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/our_staff_header.png',sizingMethod='crop');
}

h2#social {
	background-image: url(../img/social_header.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#social {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/social_header.png',sizingMethod='crop');
}

h2#services {
	background-image: url(../img/services_header.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#services {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/services_header.png',sizingMethod='crop');
}

h2#communication {
	background-image: url(../img/communication.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#communication {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/communication.png',sizingMethod='crop');
}

h2#stress {
	background-image: url(../img/stress_header.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#stress {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/stress_header.png',sizingMethod='crop');
}

h2#wellness {
	background-image: url(../img/wellness.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#wellness {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/wellness.png',sizingMethod='crop');
}

h2#team_building {
	background-image: url(../img/team_building.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#team_building {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/team_building.png',sizingMethod='crop');
}

h2#coaching {
	background-image: url(../img/coaching.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#coaching {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/coaching.png',sizingMethod='crop');
}

h2#training {
	background-image: url(../img/training.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#training {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/training.png',sizingMethod='crop');
}

h2#case_studies {
	background-image: url(../img/case_studies.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#case_studies {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/case_studies.png',sizingMethod='crop');
}

h2#technique {
	background-image: url(../img/technique.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}

/* IE filter for the PNG background. */
* html h2#technique {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/technique.png',sizingMethod='crop');
}

h2#clients {
	background-image: url(../img/clients.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}

/* IE filter for the PNG background. */
* html h2#clients {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/clients.png',sizingMethod='crop');
}

h2#testimonials {
	background-image: url(../img/testimonials.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#testimonials {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/testimonials.png',sizingMethod='crop');
}


h2#news {
	background-image: url(../img/news.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#news {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/news.png',sizingMethod='crop');
}

h2#contact {
	background-image: url(../img/contact.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 50px;
}
/* IE filter for the PNG background. */
* html h2#contact {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/contact.png',sizingMethod='crop');
}


div#left {
	font-weight: normal;
	font-size: 13px;
}	

div#left a {
	font-weight: normal;
}

ul.default {
	display: block;
}



#articles { width:500px; }
.theBreaker { clear:both; display:block; height:1px; }
#articles .articleRow { width:500px; border-bottom:1px solid #999999; margin:5px 0; }
#articles .articleRow .articleTitle { font-weight:bold; color:#5A93B5; font-size:16px;}
#articles .articleRow .articleLink { text-align:right; font-weight:bold; color:#5A93B5; font-size:12px; }
#articles .articleRow .articleText { float:left; width:400px; z-index:100;}
#articles .articleRow .articleText a{ display:block; color:#5A93B5; }
#articles .articleRow .articleImg { float:left; width:100px;}
#articles .articleRow .articleImg img{ border:none; padding:0; margin:0; }


#articleDetails .articleTitle { font-size:16px; font-weight:bold; color:#5A93B5;}
#articleDetails .articleDate { font-size:14px; color:#5A93B5;}

#articleDetails .articleImg{ margin:0; padding:0; }
#articleDetails .articleImg img{ margin:0; padding:0; border:none; }

-->