/* Copyright 2009 by Lisa Erickson, MS, LMHC */

/*
 * COLOR INDEX
 * #1e1a12 - Very dark brown --- Half of #3c3523, which is half of #786a47
 * #786a47 - Dark brown.  Compare with Indian Red (#4e2f2f) and Salmon (#6f4242)
 * #9b937a - Medium brown
 * #bebcad - Tan
 * #efeeea - Light tan
 * #cfe0f3 - Light blue (formerly 6ba0ff and 8dcada)
 * #508ebd - Medium blue
 * #adeaea - Turquoise
 * #000088 - Dark blue
 * Sitemap bkgrnd: From 131a12 to 8a7e61=(786a47+9b937a)/2
 */ 
 
/* BASIC ELEMENTS */ 
a:link { 
	font-weight: bold;
	color: #666666; 
}
a:visited {
	font-weight: normal;
	color: #508ebd; 
}
a:hover, a:active { 
	color: #cfe0f3;
}
body { 
	background: #666666;
	background-image: url('page-background.jpg');
	background-repeat: repeat;
	color: #666666; 
	margin: 0px; 
	padding: 10px;
	text-align:left;
	width: 95%;
}
p { 
	margin: 0px; 
	text-align: left;
}
table {
	background: #cfe0f3; 
	border: 2px solid;
	border-color: #aaaaaa; 
	font-size: small;
	margin: 0px;
	padding: 0px;
}
tbody {
	border: 0px;
	margin: 0px;
}
tfoot {
	background: #666666; 
	border: 0px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

/* ************************* */
/* CLASSES and SPECIFIC DIVS */
/* ************************* */
#about-personally {
	border: double 3px;
	float: right;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-top: 0px;
	padding: 10px;
	padding-top: 0px;
	width: 90%;
}
#center-pane {
	background: #ffffff; 
	height: 100%;
	padding: 0px;
}
#contact-info {
	color: #508ebd; 
	font-size: small;
	padding: 20px;
	text-align: left;
	width: 100%;
}
#contact-info a:link, #contact-info a:visited {
	color: #508ebd; 
	font-weight: bold; 
}
#contact-info a:hover, #contact-info a:active { 
	color: #666666; 
}
.content-em {
	font-weight: bold;
}
#content-pane {
	background: #ffffff; 
	border: 3px solid;
	border-color: #aaaaaa; 
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	vertical-align: top;
}
#content-pane a:link, #content-pane a:visited {
	color: #508ebd; 
	font-weight: bold;
}
#content-pane a:hover, #content-pane a:active {
	color: #666666; 
	font-weight: bold;
}
#copyright { 
	background: #666666; 
	border: 0px;
	color: #ffffff;
	margin: 0px;
	text-align: center; 
	font-family:verdana, arial, sans serif;
	font-size: 12px;
}
.customers-button {
	background: #666666; 
	border: gray outset 3px;
	font-size: large;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}
.customers-button a:link { 
	color: #1e1a12;
	font-weight: bold;
}
.customers-button a:visited {
	color: #1e1a12;
	font-weight: normal;
}
.customers-button a:hover, .customers-button a:active {
	color: #cfe0f3; 
}
.customer-type-header {
	background: #508ebd; 
	border: 2px solid;
	border-color: #aaaaaa; 
	color: ffffff;
	font-size: x-large;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	width: 100%;
}
#customer-table {
	border: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
}
.customer-type {
	background: #ffffff; 
	border: 2px solid;
	border-color: #aaaaaa; 
	font-size: medium;
	margin: 0px;
	padding: 20px;
	vertical-align: top;
	width: 50%;
}
.faq-answer {
	margin: 0px;
}
.faq-answer-label {
	font-weight: bold;
	margin: 0px;
}
.faq-heading {
	font-weight: bold;
	margin: 0px;
}
.faq-question {
	font-style: italic;
	margin: 0px;
}
.faq-question-label {
	font-weight: bold;
	margin: 0px;
}
.feedback {
	background: #cfe0f3; 
	border: 0px;
	color: #508ebd; 
	font-style: italic;
	margin: 0px;
	padding: 10px;
}
#footer { 
	border: 0px;
	margin: 0px;
	width: 100%;
	text-align: center; 
}
.giftedness-belief {
	font-weight: bold;
	margin: 0px;
}
.giftedness-fact {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#giftedness-questions {
	/* background-color: #cfe0f3; */
	border: double 3px;
	float: right;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-top: 20px;
	width: 90%;
}
#home-link {
	color: #bebcad;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
	vertical-align: bottom;
}
#home-link a {
	color: #ffffff; 
}
#home-link a:hover, a:active {
	background-color: #ffffff;
	color: #6ba0ff;
}
#left-nav {
	background: #cfe0f3; 
	border: 0px;
	color: #bebcad;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	width: 275px;
}
#left-nav-table {
	border: 0px;
	text-align: center;
}
.link {
	color: #508ebd;
	font-weight: bold;
}
.map {
	border:0px solid #508ebd;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
.map-table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#page-header {
	background-color: #508ebd; 
	border: 2px solid;
	border-color: #aaaaaa; 
	text-align: center;
	padding: 10px;
}
#page-table {
}
#page-title {
	border: 0px;
	color: #ffffff; 
	font-size: xx-large;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.portrait {
	border: 0px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.quote-box {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.quotes { 
	background: #bebcad;
	background-color: #fee856;
	border: double 3px; 
	border-color: #f7da64; 
	color: #666666; 
	padding: 20px;
	text-align: left;
}
.section-heading {
	border: 0px;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
}
#sitemap {
	background: #cfe0f3; 
	border: 3px;
	border-color: #508ebd;
	color: #cfe0f3; 
	font-weight: bold;
	margin-bottom: 200px;
	margin-left: -10px;
	padding-top: 3px; 
	padding-bottom: 20px;
	text-align: left;
}
.sitemap-em {
	color: #666666;
}
#sitemap li {
	background: #cfe0f3; 
	color: #508ebd;
	float: left;
	list-style-image: url("sitemap-bullet.png");
	margin-left: 0px;
	margin-top: 2px;
	padding-left: 0px;
	width: 100%;
}
#sitemap a:link, #sitemap a:visited  {
	font-weight: bold;
}
#sitemap a, #sitemap span {
	// display: inline-block;
	zoom: 1;
}
/*
 #sitemap a span {
 	behavior: url('./IEFixes.htc'); 
 }
*/
.sitemap-item {
	background: #cfe0f3; 
	color: #508ebd;
	float: left;
	left: 100%;
	width: 100%;
}
#sitemap span.sitemap-item:hover, #sitemap span.sitemap-item.hover /* for IE */ {
	background-color: #bfd0e3;
	color: #666666;
	list-style-type: none;
}
#table-of-contents {
	margin-bottom: 0px;
	margin-left: 40px;
}
#tagline {
	background-color: #508ebd; 
	color: #ffffff; 
	font-size: large;
	text-align: center;
}
.trainings-comment {
	margin-left: 80px;
}
.trainings-date {
	margin-left: 0px;
	font-weight: bold;
}
.trainings-name {
	margin-left: 40px;
	text-transform: uppercase;
}
.trainings-registration {
	margin-left: 40px;
}
.trainings-units {
	margin-left: 80px;
}
.trainings-where-and-when {
	margin-left: 40px;
	font-style: italic;
}
