﻿body	{margin-top: 0; margin-left: 0; font-family: arial, verdana, sans-serif; color: #333333;}

p,td,li	{font-size: 11px;}

ul	{list-style-type: square;}

h1	{font-size: 20px; font-weight: bold; margin-top: 0; margin-bottom: 0;}
h2	{font-size: 13px; font-weight: bold; margin-top: 0;}
h3	{font-size: 11px; font-weight: bold;}
h4	{font-size: 12pt; font-weight: normal; margin-top: 0;}

.bottom	{margin-bottom: 0;}
.top	{margin-top: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

.large	{font-size: 11pt;}
.small	{font-size: 9pt;}

a 			{outline: 0;}
a:link 		{color: #008349; text-decoration: none;}
a:active 	{color: #008349; text-decoration: none;}
a:visited 	{color: #008349; text-decoration: none;}
a:hover 	{color: #008349; text-decoration: none;}

a.information:link		{color: #0c50a5; text-decoration: none;}
a.information:visited	{color: #0c50a5; text-decoration: none;}
a.information:hover		{color: #0c50a5; text-decoration: none;}

a.consulting:link		{color: #008349; text-decoration: none;}
a.consulting:visited	{color: #008349; text-decoration: none;}
a.consulting:hover		{color: #008349; text-decoration: none;}

a.bookstore:link		{color: #967349; text-decoration: none;}
a.bookstore:visited		{color: #967349; text-decoration: none;}
a.bookstore:hover		{color: #967349; text-decoration: none;}

a.seminars:link			{color: #8781BD; text-decoration: none;}
a.seminars:visited		{color: #8781BD; text-decoration: none;}
a.seminars:hover		{color: #8781BD; text-decoration: none;}

.lightgray	{background-color: #e7e7e9;}
.darkgray	{background-color: #bbbcc1;}
.sitecolor	{background-color: #008349;}
.informationcolor	{color: #0c50a5;}
.consultingcolor	{color: #008349;}
.bookstorecolor		{color: #967349;}
.seminarscolor		{color: #8781BD;}

.tableHeader	{
	background-color: #008349;
	color: white;
	font-weight: bold;
}

.sectionheading {
	font-size: 12pt;
}

/* Search Styles */
.SearchBox
{
	color: black;
	background-color: #FDFDFD;
	border: 1px solid #666666;
	font: 11px/14px arial, verdana, sans-serif normal;
	padding: 0 0 0 5px;
	height: 14px; *height: 13px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*Safari Hack*/
    .SearchBox
	{
		font: 11px/20px arial, verdana, sans-serif normal;
		height: 18px;
	}
}

.Contactbox
{
	color: black;
	background-color: #FDFDFD;
	border: 1px solid #666666;
	font: 11px arial, verdana, sans-serif normal;
	padding: 2px 0 1px 5px;
	height: 15px; *height: 14px;
	vertical-align: bottom;
}
.SearchButton
{
	color: white;
	background-color: #008349;
	font: 11px arial, verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #14314F;
	vertical-align: bottom;
	padding: 0 3px 0 3px;
	height: 20px;
}

/* Header Styles */
#headerlink	{font-size: 24px; font-weight: bold; padding-top: 9px;}
#headerlink a {margin-left: 12px; padding: 0;}

#headerlink	a.information:link		{color: #bbbcc1; text-decoration: none;}
#headerlink	a.information:visited	{color: #bbbcc1; text-decoration: none;}
#headerlink	a.information:hover		{color: #0c50a5; text-decoration: none;}

#headerlink	a.consulting:link		{color: #008349; text-decoration: none;}
#headerlink	a.consulting:visited	{color: #008349; text-decoration: none;}
#headerlink	a.consulting:hover		{color: #008349; text-decoration: none;}

#headerlink	a.bookstore:link		{color: #bbbcc1; text-decoration: none;}
#headerlink	a.bookstore:visited		{color: #bbbcc1; text-decoration: none;}
#headerlink	a.bookstore:hover		{color: #967349; text-decoration: none;}

#headerlink	a.seminars:link			{color: #bbbcc1; text-decoration: none;}
#headerlink	a.seminars:visited		{color: #bbbcc1; text-decoration: none;}
#headerlink	a.seminars:hover		{color: #8781BD; text-decoration: none;}

/* Menu Styles */
#menu {width: 185px;}
#menu h1 {padding: 30px 0 0 14px;}
	#menu a:active {color: black; text-decoration: none;}
	#menu a:visited {color: black; text-decoration: none;}
	#menu a:link {color: black; text-decoration: none;}
	#menu a:hover {color: #008349; text-decoration: none;}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: block;
	font-family: arial,helvetica;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
#menu ul li a {
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 15px;
	margin-left: -15px;
}
#menu ul li a:hover {
	display: block;
	color: #008349;
	text-decoration: none;
}
#menu ul ul li {
	display: block;
	line-height: 13px;
	font-weight: normal;
	margin-top: 5px;
	padding: 0;
	font-size: 11px;
}
#menu ul ul li a {
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 25px;
	margin-left: -25px;
	font-weight: normal;
}
#menu ul ul li a:hover {
	display: block;
	color: #008349;
	text-decoration: none;
}
#menu ul ul ul {
	margin-top: 3px;
}
#menu ul ul ul li {
	display: block;
	line-height: 13px;
	font-weight: normal;
	margin: 0;
	padding: 1px 0 0 10px;
}
#menu ul ul ul li a {
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 30px;
	margin-left: -30px;
	font-weight: normal;
}
#menu ul ul ul li a:hover {
	display: block;
	color: #008349;
	text-decoration: none;
}
#menu a.openitem {color: #008349;}
#menu a.information	{color: #0c50a5;}
#menu a.consulting		{color: #008349;}
#menu a.bookstore		{color: #967349;}
#menu a.seminars		{color: #8781BD;}

/* Defines Top Menu Styles */
#topmenu	{height: 20px; background-color: #008349;}
	#topmenu ul {margin: 0; padding: 0;}
	#topmenu li {list-style: none; display: inline; margin-right: 19px; padding: 0; font-size: 11px; line-height: 20px; font-weight: bold; color: white;}
	#topmenu a:link		{color: white; text-decoration: none;}
	#topmenu a:visited	{color: white; text-decoration: none;}
	#topmenu a:active	{color: white; text-decoration: none;}
	#topmenu a:hover	{color: black; text-decoration: none;}

/* Layout Styles */
#mainTable {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header	{
	background-image: url('../../images/spacer.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#menu	{
	width: 185px;
	background-image: url('../../images/spacer.gif');
	background-color: #e7e7e9;
	background-repeat: no-repeat;
	background-position: center top;
}

#content	{
	padding: 30px 0 30px 30px;
	width: 735px;
	height: 434px;
	vertical-align: top;
}
	#contenttext {
		width: 295px;
		/*padding-right: 10px;*/
		vertical-align: top;
	}
	#contentphotos {
		width: 440px;
		vertical-align: top;
	}

#ContentBox {
	width: 275px;
	height: 434px;
	overflow: auto;
	position: relative;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: top;
	text-align: justify;
	float: left;
	outline: 0;
}
	#ContentBox p {margin-top: 0; font-size: 11px; line-height: 15px;}

#ContentBoxFull {
	width: 725px;
	height: 434px;
	overflow: auto;
	position: relative;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: top;
	text-align: justify;
	float: left;
	outline: 0;
}
	#ContentBoxFull p {margin-top: 0; font-size: 11px; line-height: 15px;}

#SearchResultsBox {
	width: 735px;
	height: 434px;
	overflow: auto;
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	vertical-align: top;
	float: left;
}

#homecontent	{
	padding-right: 20px;
	width: 275px;
	height: 434px;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

#homephotos	{
	padding-right: 20px;
	width: 220px;
	height: 434px;
	vertical-align: top;
}

#caption {
	font-size: 11px;
	line-height: 11px;
	margin-top: 4px;
	margin-bottom: -15px;
	text-align: right;
}
	#caption a:active {color: #333333; text-decoration: none;}
	#caption a:visited {color: #333333; text-decoration: none;}
	#caption a:link {color: #333333; text-decoration: none;}
	#caption a:hover {color: #008349; text-decoration: none;}

/* Other Sites Styles */
#rightbar {
	width: 200px;
	vertical-align: top;
}
.othersite {
	width: 100%;
	margin: 5px 0 5px 0;
}
#seminarsheading  {
	margin: 2px;
	color: black;
	background-color: #e7e7e9;
	text-align: center;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
#bookstoreheading  {
	margin: 2px;
	color: black;
	background-color: #e7e7e9;
	text-align: center;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
#consultingheading  {
	margin: 2px;
	color: black;
	background-color: #e7e7e9;
	text-align: center;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
#informationheading  {
	margin: 2px;
	color: black;
	background-color: #e7e7e9;
	text-align: center;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
#seminarsheading a			{color: black; text-decoration: none;}
#bookstoreheading a			{color: black; text-decoration: none;}
#consultingheading a		{color: black; text-decoration: none;}
#informationheading a		{color: black; text-decoration: none;}
#seminarsheading a:hover	{color: white; text-decoration: none;}
#bookstoreheading a:hover	{color: white; text-decoration: none;}
#consultingheading a:hover	{color: white; text-decoration: none;}
#informationheading a:hover	{color: white; text-decoration: none;}
#informationheading:hover	{color: white; background-color: #0c50a5;}
#consultingheading:hover	{color: white; background-color: #008349;}
#bookstoreheading:hover		{color: white; background-color: #967349;}
#seminarsheading:hover		{color: white; background-color: #8781bd;}
.othersitetext {
	padding: 4px 0 0 4px;
	text-align: left;
	font-size: 8pt;
}

#footer	{font-size: 8pt; padding-top: 3px;}
	#footer a:active {color: black; text-decoration: none;}
	#footer a:visited {color: black; text-decoration: none;}
	#footer a:link {color: black; text-decoration: none;}
	#footer a:hover {color: #008349;}

/* Portfolio Styles */
#portfoliocontent {
	padding: 30px 0 30px 30px;
	width: 735px;
	height: 434px;
	vertical-align: top;
}
#portfoliocontent h1 {font-size: 15px; color: #333333; font-weight: bold; margin-top: 0; margin-bottom: 0;}
#portfoliocontent h4	{font-size: 11px; color: #333333; font-weight: normal; margin-top: 0;}


#thumbnails {width: 406px; margin: 0 0 0 -6px; padding: 0; height: 134px;}
	.thumbnail {
		margin: 0;
		padding: 10px 0 0 6px;
		opacity: 0.75;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
    	filter: alpha(opacity=75);
    	zoom: 1;
	}
	.thumbnail:hover { /* fully opaque */
    	opacity: 1;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    	filter: alpha(opacity=100);
    	zoom: 1;
	}
	a.PortfolioDownload:active {padding-left: 15px; font-size: 11px; font-weight: bold; color: black; text-decoration: none;}
	a.PortfolioDownload:visited {padding-left: 15px; font-size: 11px; font-weight: bold; color: black; text-decoration: none;}
	a.PortfolioDownload:link {padding-left: 15px; font-size: 11px; font-weight: bold; color: black; text-decoration: none;}
	a.PortfolioDownload:hover {color: #008349; text-decoration: none;}

#DescriptionBox {
	width: 295px;
	height: 195px;
	overflow: auto;
	position: relative;
	margin: 35px 0 0 0;
	padding: 0 20px 0 0;
	text-align: justify;
}
	#DescriptionBox p {margin-top: 0; font-size: 11px; line-height: 15px;}

#PortfolioLinks {
	margin: 53px 0 0 0;
	padding: 0;
	font-weight: bold;
	height: 11px;
}
#PortfolioLinks ul {
	margin: 0;
	padding: 0;
}
	#PortfolioLinks li {
		display: inline;
		list-style: none;
		margin-right: 20px;
		font-size: 11px;
		line-height: 11px;
	}
	#PortfolioLinks a:active {color: black; text-decoration: none;}
	#PortfolioLinks a:visited {color: black; text-decoration: none;}
	#PortfolioLinks a:link {color: black; text-decoration: none;}
	#PortfolioLinks a:hover {color: #008349; text-decoration: none;}

#TeamBox {
	width: 315px;
	height: 250px;
	overflow: auto;
	position: relative;
	margin: 35px 0 0 0;
	padding: 0;
	text-align: justify;
}
	#TeamBox p {margin-top: 0; font-size: 11px; line-height: 15px;}
.teamTitle	{font-size: 11px; color: #333333; font-weight: normal;}

#TeamLinks {
	margin-top: 120px;
	font-weight: bold;
	height: 11px;
}
#TeamLinks ul {
	margin: 0;
	padding: 0;
}
	#TeamLinks li {
		display: inline;
		list-style: none;
		margin-right: 20px;
		font-size: 11px;
		line-height: 11px;
	}
	#TeamLinks a:active {color: black; text-decoration: none;}
	#TeamLinks a:visited {color: black; text-decoration: none;}
	#TeamLinks a:link {color: black; text-decoration: none;}
	#TeamLinks a:hover {color: #008349; text-decoration: none;}

.arrowright {background: url(/images/arrow.gif) no-repeat left top; padding-left: 15px;}
.arrowdown {background: url(/images/arrow-down.gif) no-repeat left top; padding-left: 15px;}