﻿/* CSS layout mindmapping.com.sg */

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

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

/* MASTHEAD TOP NAVIGATION - - - - - - - - - - - */

#masthead {
	height: 90px;
}

#masthead_logo {
	height: 90px;
	width: 230px;
	background-image: url('images/logo_mind_mapping_230x90.gif');
	float: left;
}

#masthead_picture {
	height: 90px;
	width: 137px;
	background-image: url('images/crayons_137x90.jpg');
	float: right;
}

#top_nav {
	background-color:#FF9900;
}

td.top_nav_width_1 {
	width: 180px;
	height: 30px;
	background-color:#FF9900;
	background-image: url('images/tall_white_2x30.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.top_nav_width_2 {
	width: 180px;
	height: 30px;
	background-color:#FF9900;
	background-image: url('images/tall_white_2x30.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.top_nav_width_3 {
	width: 180px;
	height: 30px;
	background-color:#FF9900;
	background-image: url('images/tall_white_2x30.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.top_nav_width_4 {
	width: 180px;
	height: 30px;
	background-color:#FF9900;
	background-image: url('images/tall_white_2x30.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.top_nav_width_5 {
	width: 180px;
	height: 30px;
	background-color:#FF9900;
}

#container {
}

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

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

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

#index_page_left_col_content {
	margin-left: 30px;
	margin-right: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#index_page_right_col_content {
	margin-left: 60px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#index_page_graphic {
	width: 300px;
	height: 193px;
	background-image: url('images/top_image_300x193.jpg');
	margin-bottom:30px;
}

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

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

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

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

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

/* 3 COLUMN PAGE - - - - - - - - - - - - - - - - */

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

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

#left_nav {
	background-color: #FFF0D9;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
	padding-right: 5px;
	padding-top: 14px;
	padding-bottom: 15px;
}

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

/* ARTICLE PAGE - - - - - - - - - - - - - - - - */

#col_1_article {
	width: 130px;
	float: left;
}

#col_2_article {
	width: 610px;
	float: left
}
#col_3_article {
	width: 160px;
	float: right;
}

#left_nav_article {
	background-color: #FFF0D9;
	padding-left:  28px;
	padding-right:  0px;
	padding-top:    17px;
	padding-bottom: 17px;
}

#col_2_content_article {
	margin-left:  40px;
	margin-right: 45px;
	margin-top:    25px;
	margin-bottom: 20px
}

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

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

#footer {
	clear: both;
}
#footer_line {
	height: 1px;
	border-top: 1px #FF9900 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: 54px;
	margin-right: 54px;
	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: #FFFAF0;
	border: 1px #FF9900 solid;
}

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

#form_content {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFAF0;
	border: 1px #FF9900 solid;
}

#form_content_table {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFAF0;
	border: 1px #FF9900 solid;
}

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

.label_input {
	font-family: Verdana;
	font-size: 1.2em;	 
}

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

#form_content_newsletter {
	margin-top:30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px #999999 solid;
}

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

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

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

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

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

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

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

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

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

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

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

a.link_normal {
	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;
}

.left_nav_link {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.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.quotation {
	font-size: 1.2em;
	line-height: 140%;
	color: #FF9900;
	font-weight: bold;
	margin-top: 1.2em;
}	

p.formtabletext {
	font-size: 1.2em;
	line-height: 140%;
	margin-top: 0.20em;
	margin-bottom: 0.30em;
}

p.tabletext {
	font-size: 1.2em;
	line-height: 170%;
	margin-top: 0px;
	margin-bottom: 0px;
}

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



