﻿/* CSS layout */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
}

#whole_page {
	width: 780px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* MASTHEAD TOP NAVIGATION - COLOR #996699 9966CC - - - - - - - - */

#masthead {
	height:90px;
}

#masthead_logo {
	height: 90px;
	width: 275px;
	background-position: center;
	background-image: url('images/thinking_strategies_275x90.gif');
	background-repeat: no-repeat;
	float: left;
}

#masthead_picture {
	background-image: url('images/zthinking.jpg');
	width: 285px;
	height: 89px;
	float:right;
}

#top_nav {
	background-color: #AA8AD0;
}

td.top_nav_width {
	width: 156px;
	height: 30px;
	background-image: url('images/tall_white_2x30.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.top_nav_width_last {
	width: 156px;
	height: 30px;
}

#container {
}

/* INDEX PAGE - - - - - - - - - - - - - - - - */

#index_page_left_col {
	width: 302px;
	float: left;
}

#index_page_right_col {
	width: 478px;
	float: left;
}

#index_page_left_col_content {
	margin-top: 28px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#index_page_right_col_content {
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 5px;
	margin-bottom: 20px;
}

/* 2 COLUMN PAGE - - - - - - - - - - - - - - - - */

#left_col {
	width: 390px;
	float: left;
}

#right_col {
	width: 390px;
	float: left;
}

#left_col_content {
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
}

#right_col_content {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* 3 COLUMN PAGE - - - - - -F5F0FF AA8AD0 D0BDEB  E0D1F5  EADEFA - - - - - - - - - */

#col_1 {
	width: 155px;
	float: left;
}

#col_2 {
	width: 575px;
	float: left
}
#col_3 {
	width: 50px;
	float: left;
}

#left_nav {
	background-color: #E0D1F5;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 15px;
}

#col_2_content {
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#col_3_content {
	margin-top:25px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px
}

/* FOOTER - - - - - - - - - - - - - - - - - - */

#footer {
	clear: both;
}
#footer_line {
	height: 1px;
	border-top: 1px #AA8AD0 solid;
}

#footer_copyright {
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.8em;
	font-size: 1.1em;
	color: #808080;
}

/* BOXES FRAMES - - - - - - - - - - - - - - - - */

.application_mindmaps {
	margin-left: 18px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 1px #C0C0C0 solid;
}

.mmap_caption {
	font-size:1.0em;
	text-align:center;
}

.course_outline_box {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 30px;
	background-color: #EEE6FA;
	border: 1px #AA8AD0 solid;
}

.critical_thinking_picture {
	background-image: url('images/critical.jpg');
	height: 212px;
	width: 96px;
	margin-top: 6px;
	margin-bottom: 30px;
}

.strategic_thinking_picture {
	background-image: url('images/strategic.jpg');
	height: 212px;
	width: 96px;
	margin-top: 6px;
	margin-bottom: 30px;
}

.systems_thinking_picture {
	background-image: url('images/systems.jpg');
	height: 212px;
	width: 93px;
	margin-top: 6px;
	margin-bottom: 30px;
}

/* FORMS - - - - - - - - - - - - - - - - - - - - */

#form_content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 55px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-color: #EEE6FA;
	border: 1px #AA8AD0 solid;
}

.label_block {
	margin-top: 12px;
	margin-bottom: 12px;
}

.label_name {
	font-size: 1.2em;
	width: 80px;
	display: block ;
	float: left;
	padding-top: 0.2em;
}

.label_name_1 {
	font-size: 1.2em;
	width: 50px;
	display: block ;
	float: left;
	padding-top: 0.2em;
}

p.form_privacy {
	font-size: 1.0em;
	line-height: 140%;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

/* BULLETS - - - - - - - - - - - - - - - - - - */

.purple_bullet {
	background-position: left;
	background-image: url('images/b_purple_6x6.gif');
	background-repeat: no-repeat;
}

.index_page_purple_bullet {
	background-position: left;
	background-image: url('images/b_purple_6x6.gif');
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-bottom: 0px;
}

.purple_bullet_link {
	background-position: left;
	background-image: url('images/b_purple_6x6.gif');
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 0px;
}

/* LINKS - - - - - - - - - - - - - - - - - - - */

a.link_bold {
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 15px;
}

a.link_normal {
	font-size: 1.2em;
	font-weight: normal;
}

a.link_normal_indent {
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 15px;
}

a.top_nav {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.link_normal_indent {
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 15px;
}
.left_nav_link {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 8px;
}

.link_go_to_top {
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* FONTS - - - - - - - - - - - - - - - - */

h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
}
	
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-top: 2.0em;
	margin-bottom: 1.0em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

h6	{
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
}

ul {
	font-size: 1.2em;
	line-height: 140%;
	margin-top: -1.0em;
}

li {
	line-height: 140%;
	margin-left: -1.0em;
}

p {
	font-size: 1.2em;
	line-height: 140%;
	margin-top: -0.2em;
}

p.client_comments {
	font-size: 1.2em;
	line-height: 140%;
	margin-top: -0.4em;
	margin-bottom: 0.8em;
}

p.outline_box {
	font-size: 1.2em;
	line-height: 140%;
	margin-top: -0.6em;
	margin-bottom: 1.0em;
}

p.quotation {
	font-size: 1.2em;
	line-height: 140%;
	color: #562D87;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 1.2em;
	margin-bottom: 1.8em;
}

p.spaced {
	font-size: 1.2em;
	line-height: 140%;
	margin-top: 1.6em;
}

p.tabletext {
	font-size: 1.2em;
	line-height: 150%;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
}

p.workshop_desc {
	font-size: 1.2em;
	line-height: 140%;
	margin-left: 15px;
	margin-top: 2px;
}

