/* ------------------------------------------------------------
   HTML Tags
   ------------------------------------------------------------ */

html {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 13px; /* 80%; */
	color: #202020;
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: none; margin: 0; padding: 0;
}

a {
	text-decoration: none;
	color: #0000A0
}

a:hover {
	text-decoration: underline;
/*	color: #8080FF !important;*/
}

a:visited {
	color: #800080;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
	margin: 0;
}

h3, h4 {
	margin: 0 0 1em 0;
}

/* ------------------------------------------------------------
   Global Customs
   ------------------------------------------------------------ */

.underline {
	text-decoration: underline;
}

.no_margin {
	margin: 0;
}

.top_margin {
	margin-top: 1em !important;
}

.hidden {
	visibility: hidden;
}

.full_w {
	width: 100%;
}

.half_w {
	width: 50%;
}

.gold {
	color: #9D8C3F;
}

.indent {
	margin-left: 20px !important;
}

.clear_b {
	clear: both;
}

ul.indent {
	padding-left: 20px !important;
}

span.site_name {
	font-weight: bold;
}

a.bul_arr_u {
	background: url('../img/bul_arr_u.gif') center left no-repeat;
	padding-left: 15px;
}

a.bul_arr_d {
	background: url('../img/bul_arr_d.gif') center left no-repeat;
	padding-left: 15px;
}

a.bul_arr_l {
	background: url('../img/bul_arr_l.gif') center left no-repeat;
	padding-left: 15px;
}

a.bul_arr_r, ul.bul_arr_r li {
	background: url('../img/bul_arr_r.gif') center left no-repeat;
	padding-left: 15px;
}

ul.zero_nostyle {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.inside {
	list-style-position: inside;
}

div.outer {
	display: table;
}

div.middle {
	display: table-cell;
	vertical-align: middle;
}

/* ------------------------------------------------------------
   Containers
   ------------------------------------------------------------ */

#header {
	height: 80px;
	color: #FFFFFF;
	background: #000040 url('../img/bg_hr_blue.jpg') top left;
}

#content {
	clear: both;
	min-height: 71%;
	padding: 20px;
	border-left: 2px solid #000040;
	border-right: 2px solid #000040;
}

#footer {
	clear: both;
	padding: 1em 5px;
	border-left: 2px solid #000040;
	border-right: 2px solid #000040;
	color: #FFFFFF;
	background: #000040 url('../img/bg_hr_blue.jpg') top left;
	text-align: center;
}

/* ------------------------------------------------------------
   Header Entities
   ------------------------------------------------------------ */

#header_left img {
	float: left;
}

#header_right {
	height: 80px;
	margin-left: 400px;
	background: url('../img/bg_globe_right_cut.gif') top right no-repeat;
}

#lang {
	float: right;
	height: 29px;
}

#lang img {
	float: left;
	margin: 5px 5px 0 0;
}

#menu {
	clear: right;
	margin-right: 2px;
}

#menu ul {
	float: right;
	margin-top: 24px;
}

#menu ul li {
	float: left;
	margin-left: 5px;
}

#menu ul li a {
	display: block;
	width: 90px;
	height: 27px;
	margin-bottom: -5px;
	padding-top: 5px;
	color: #FFFFFF;
	background: url('../img/menu_bg_dark.gif') no-repeat;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#menu ul li a.curr_page, #menu ul li a:hover {
	text-decoration: none;
	color: #000040;
	background: url('../img/menu_bg_light.gif') no-repeat;
}

/* ------------------------------------------------------------
   Footer Entities
   ------------------------------------------------------------ */

/*#footer ul li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #FFFFFF;
}

#footer ul li.first {
	padding-left: 0;
	border: none;
}

#footer ul li.last {
	padding-right: 0;
}

#footer ul li.curr_page {
	border-bottom: 1px solid #FFFFFF;
}

#footer ul li a {
	color: #FFFFFF;
}

#footer ul li a.curr_page {
	text-decoration: none;
	font-weight: bold;
}*/

/* ------------------------------------------------------------
   Breadcrumbs
   ------------------------------------------------------------ */

#breadcrumbs {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #808080;
	font-size: 12px;
}

#breadcrumbs .sep {
	padding: 0 5px;
	font-size: 10px;
}

/* ------------------------------------------------------------
   Home
   ------------------------------------------------------------ */

#top_stmt, #bot_stmt {
	margin: 0 10%;
}

#top_stmt {
	font-size: 15px;
}

#main {
/*	margin: 20px 0;*/
	width: 724px;
	margin: 20px auto;
}

#left_pic_col {
	float: left;
	width: 162px;
}

#right_pic_col {
	float: right;
	width: 162px;
}

#centre_col {
	margin: auto 162px;
	background: url('../img/bg_world_map.jpg') center center no-repeat;
}

#centre_col .outer {
	height: 300px;
	margin: auto;
}

#main table {
	margin: 0 auto;
}

td#centre {
	width: 400px;
	height: 300px;
/*	background: url('../img/bg_globe.jpg') center center no-repeat;*/
	background: url('../img/bg_world_map.jpg') center center no-repeat;
}

td.top {
	vertical-align: top;
}

td.bot {
	vertical-align: bottom;
}

#courses {
	padding: 0 60px 0 70px;
	text-align: left;
}

#course_list {
	margin-left: 17px;
	list-style-image: url('../img/bul_05.png');
}

/*#course_list li {
	padding-left: 15px;
	background: url('../img/bul_05.png') center left no-repeat;
}*/

img.grayframe {
	padding: 3px;
	border: 3px double #808080;
}

img.bot_pic {
	margin-top: 52px;
}

#theo_bf_top ul {
	margin-left: 17px;
	list-style-image: url('../img/bul_12.png');
}

/*#theo_bf_top li {
	padding-left: 15px;
	background: url('../img/bul_12.png') center left no-repeat;
}*/

#sol li {
	padding-left: 15px;
	background: url('../img/bul_12.png') center left no-repeat;
/*	background: url('../img/bul_04.png') center left no-repeat;*/
}

#sol2 li {
	float: left;
	margin-right: 10px;
}

#sol2 li ul li {
	float: none;
	padding-left: 15px;
	background: url('../img/bul_12.png') center left no-repeat;
/*	background: url('../img/bul_04.png') center left no-repeat;*/
}

a.exp_list {
/*	background: url('../img/bul_arr_r') center right no-repeat;
	padding-right: 12px;
	padding-left: 4px;*/
	padding: 0 2px 0 4px;
}

a.exp_list img {
/*	margin-left: 2px;*/
}

div.hidden_list {
	position: absolute;
	display: none;
	margin-top: 0.5em;
	padding: 10px;
	border: 2px solid #900B09;
	background: #FFFFFF;
}

div.hide_list {
	margin-top: 0.5em;
	text-align: center;
}

#discl {
	margin-top: 20px;
	padding: 5px 5px;
	border: 2px dotted #900B09;
}

/* ------------------------------------------------------------
   About
   ------------------------------------------------------------ */

/*#bio li {
	display: none;
	border: 5px double #9D8C3F;
	margin-top: 10px;
	padding: 10px;
}

#bio li div {
	min-height: 90px;
	padding-left: 90px;
}

#bio p.cert {
	margin-bottom: 0;
	font-weight: bold;
}

#bio p.role {
	margin-top: 0;
}

#bio p.last {
	margin-bottom: 0;
	text-align: right;
}

#bio p.last a {
	margin-right: 5px;
}

#bio a.contact {
	float: left;
}

#RB div {
	background: url('../img/pic_RodneyBhally.jpg') top left no-repeat;
}*/

div.contact {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
}

div.heading {
	min-height: 90px;
	padding-left: 90px;
}

p.cert {
	margin-bottom: 0;
	font-weight: bold;
}

p.role {
	margin-top: 0;
}

div#GT {
	background: url('../img/pic_GilbertTay.jpg') top left no-repeat;
}

div#RB {
	background: url('../img/pic_RodneyBhally.jpg') top left no-repeat;
}

/* ------------------------------------------------------------
   Info
   ------------------------------------------------------------ */

/*table#info td {
	vertical-align: top;
}*/

#info_right_col {
	float: right;
	width: 262px;
}

#info_left_col {
	margin-right: 272px;
}

ul.img_stack li {
	margin-bottom: 10px;
}

ul.img_stack li.last {
	margin-bottom: 0;
}

img.blueframe {
/*		margin: 0 0 10px 10px;*/
		padding: 3px;
		border: 3px double #000080; /*#000077;#900B09;*/
}

ul#adv {
	list-style-image: url('../img/bul_15.png');
}

ul#doc {
	list-style-image: url('../img/bul_arr_r.gif');
}

/* ------------------------------------------------------------
   Link
   ------------------------------------------------------------ */

/* v1
	#link li {
	line-height: 150%;
}*/

/* v2
	td.img {
	width: 90px;
	height: 90px;
}

td.desc {
	padding-right: 10px;
}*/

li.site {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

li.left {
	clear: left;
	margin-right: 10px;
}

li.last_r {
	margin-bottom: 0;
}

li.site div.outer {
	height: 80px;
}

li.site div.img {
	float: left;
	margin-right: 10px;
}

a.ext_site_name {
	font-weight: bold;
}

/* ------------------------------------------------------------
   Contact
   ------------------------------------------------------------ */

#clinic_stmt {
	margin: 0 10px;
	padding: 5px;
	color: #FFFFFF;
	background: #000040;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	word-spacing: 5px;
}

#contact {
	width: 100%;
}

#contact td {
	width: 50%;
	padding: 10px;
	border: 2px dotted #808080;
	vertical-align: top;
}

#contact p {
	margin: 0;
}

p.contact_name {
	font-weight: bold;
}

p.addr {
	min-height: 55px;
	background: url('../img/icon_compass1.png') top left no-repeat;
}

p.tel {
	min-height: 32px;
	background: url('../img/icon_phone3.png') top left no-repeat;
}

p.email {
	min-height: 35px;
	height: 35px;
	background: url('../img/icon_email6.png') top left no-repeat;
}

p.addr, p.tel, p.email {
	margin-top: 1em !important;
	padding-left: 70px;
}

#webmaster {
	margin: 10px 0;
	text-align: center;
}

/* ------------------------------------------------------------
   Disclaimer
   ------------------------------------------------------------ */

/*img.discl {
	float: left;
	margin: 0 10px 10px 0;
}*/

/* ------------------------------------------------------------
   Temp
   ------------------------------------------------------------ */

