@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	color: #69747B;
	line-height: 139%;
	font-family: Geneva, Trebuchet MS, Lucida, Arial, sans-serif;
}

.small {	font-size: 11pt;
	color: #65C8C6;

}

.medium {	font-size: 13pt;
	color: #93c65c;

}

.large {	font-size: 15pt;
	color: #f38cb1;

}

.pink {	font-size: 12pt;
	color: #93C65C;

}

/* @group Global Reset */

html, form, fieldset {
	margin: 0;
	padding: 0;
	font-family:Geneva, Trebuchet MS, Lucida, Arial, sans-serif;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	padding-left: 9px;
	margin: 0px;
}
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
a:focus {
	outline: none;
}
/* @end */

/* @group Typography */

/* Module Column Typography - sightly smaller headings */

.module h1, .moduletable h1 {
	font-size: 18px;
}
.module h2, .moduletable h2 {
	font-size: 16px;
}
.module h4, .moduletable h4 {
	font-size: 14px;
}
/* Basic Typography */
div.main-left-only ol, div.main-left-only ul, div.main-right-only ol, div.main-right-only ul, div.main-wide ol, div.main-wide ul, div.main-both ol, div.main-both ul {
	margin-left: 20px;
}
p {
	padding-bottom: 10px;
}
h1 {
	font-size: 20px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}
h2 {
	font-size: 18px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}
h3 {
	color: #93c65c;
	font-size: 16px;
	line-height: 125%;
	padding: 4px 4px 4px 0;
	letter-spacing: -1px;
}
h4 {
	font-size: 14px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
}

h5 {
	font-size: 16px;
	line-height: 125%;
	letter-spacing: -1px;
}

/* EXTRA STYLES */

p.alert {
	background: #f8bda9 url(../images/exc.png) no-repeat 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	color: #57060a;
}
p.info {
	background: #b9cce5 url(../images/info.png) no-repeat 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #466eae;
	border-bottom: 2px solid #466eae;
	color: #000;
}
p.warn {
	background: #faffb5 url(../images/warn.png) no-repeat 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #F7D229;
	border-bottom: 2px solid #F7D229;
	color: #463b0b;
}
/*-----SPECIAL LIST STYLE (CHANGE OR ADD ANOTHER)-----*/

ul.checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	list-style-position: outside;
}
ul.checklist a {
	text-decoration: underline;
	padding: 1px;
}
ul.checklist a:hover {
	text-decoration: none;
	padding: 1px;
}
/*-----BLOCKQUOTE STYLE-----*/

blockquote {
	padding: 10px;
	font-style: italic;
	padding: 10px;
}
div.code {
	padding: 10px;
	text-decoration: none;
	font: normal normal normal 11px "Courier New", Courier, mono;
}
/* @end */

/* @group Structure */

/* Header Text */
#header_text {
	width: 960px;
	margin: 0px auto;
}
#header_text h1, #header_text h1 a {
	padding:0px;
	text-decoration: none;
}
#header_text h2 {
	padding: 0px;
	margin: 0px;
}
/* CSS for Header Image */
#header_graphic a img {
	border: none;
}
#header_graphic {
	width: 960px;
	margin: 0px auto;
}
#header_text .inside, #header_graphic .inside {
	padding:0;
	margin:0;
}
#header_graphic h2 {
	text-indent: -6000em;
	padding:0px;
	margin:0px;
	line-height: 0px;
	font-size: 0;
}
#header_graphic .inside {
	padding:0;
	margin:0;
}
#pathway {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}
#header-wrap {
	width: 100%;
	margin: 0;
}
#main-wrapper {
	width: 964px;
	margin: 0px auto;
	border-left: 3px solid #6A747D;
	border-right: 3px solid #6A747D;
	border-bottom: 3px solid #6A747D;
	padding:0;
}
#mainbody-both {
	padding: 0px;
	margin: 0px;
}
.main-top-right-only, .main-top-both, .main-top-left-only {
	width: 964px;
}
.main-top-wide {
	height: 11px;
	width: 964px;
}
.main-both {
	margin: 0px 220px 0px 329px;
}
.main-wide {
	margin: 0px auto;
	width: 952px;
	position: relative;
}
.main-left-only {
	margin: 0px 10px 0px 200px;
	width: 755px;
}
.main-right-only {
	margin: 0px 314px 0px 0px;
	width: 650px;
}
#leftcol {
	float: left;
	width: 329px;
	padding: 0;
	margin: 0;
}
#leftcol {
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#rightcol {
	float: right;
	width: 200px;
}
#rightcol .right-inside {
	margin: 0;
	width: auto;
	padding: 15px 9px 0px 0px;
}
/* Footer */
.bottom-right-only, .bottom-both, .bottom-left-only, .bottom-wide {
	height: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.footer {
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}
.footer p {
	margin: 0px;
	padding: 2px 0px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
/* @end */

/* @group Modules */
 
 /* Header Module */
#headermod {
	float: right;
	overflow: hidden;
	position: relative;
}
#headermod .moduletable h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	padding-top: 8px;
	margin: 0;
	text-indent: 0px;
	background-image: none;
}
#headermod .moduletable {
	font-size: 11px;
	line-height: 145%;
	text-align: right;
}
#headermod .contentheading, #headermod a.contentpagetitle {
	font-size: 16px;
	line-height: 18px;
}
/* Module  (Default) */
div.module {
	margin-bottom: 8px;
}
div.module div {
}
div.module div div {
}
div.module div div div {
	padding: 5px 0px 0px 0px;
}
div.module div div div div {
	padding: 0;
}
div.module h3, div.moduletable h3 {
	padding: 0;
	line-height: 100%;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 9px;
	font-size: 16px;
}
/* Module Unstyled */
div.module-none {
	margin-bottom: 10px;
	background: none;
}
div.module-none div {
	background: none;
}
div.module-none div div {
	background: none;
}
div.module-none div div div {
	background: none;
	padding: 0px;
	margin: 0px;
}
div.module-none div div div div {
	background: transparent none;
	padding: 0;
}
div.module-none h3 {
	margin: 10px 0;
	padding:0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 15px;
	font-size: 18px;
	font-style: normal;
	border: none;
	color: #2F462B;
}
/* Overrides - Must come after module structure */
#showcase, .bottom {
	margin: 0px;
	padding: 0px;
}
#leftcol ul#mainlevel li, #rightcol ul#mainlevel li, #leftcol ul#mainlevel-sidenav li, #rightcol ul#mainlevel-sidenav li {
	background-image: none;
	padding: 0px;
}
#leftcol ul#mainlevel, #rightcol ul#mainlevel, #leftcol ul#mainlevel-sidenav, #rightcol ul#mainlevel-sidenav {
	background-image: none;
	list-style: none;
}
#leftcol a.mainlevel, #rightcol a.mainlevel, #leftcol a.mainlevel-sidenav, #rightcol a.mainlevel-sidenav {
	line-height: 27px;
	height: 27px;
	padding-left: 8px;
	margin-bottom: 2px;
	text-decoration: none;
	display: block;
	font-size: 12px;
}
#leftcol a.mainlevel:hover, #rightcol a.mainlevel:hover, #leftcol a.mainlevel-sidenav:hover, #rightcol a.mainlevel-sidenav:hover {
}
#leftcol a#active_menu.mainlevel, #leftcol a#active_menu.mainlevel:hover, #rightcol a#active_menu.mainlevel, #rightcol a#active_menu.mainlevel:hover {
}
a.sublevel, a.sublevel-sidenav {
	padding-left: 4px;
	font-size: 12px;
}
a.sublevel.img {
}
/* Banner */
div#banner {
	margin: 0px auto 10px auto;
	text-align: center;
}
/* @end */

/* @group Joomla Styles */
table.contentpaneopen ul, table.contentpaneopen ol {
	list-style-position: inside;
}
/* Tables */
table.contentpaneopen, table.contentpane, table.blog {
	border-collapse: collapse;
	width: 100%;
}
table.contentpaneopen, table.contentpaneopen-personal, table.contentpaneopen-business, table.contentpaneopen-nlp, table.contentpaneopen-faq, table.contentpaneopen-resource, table.contentpaneopen-contacts {
	border-collapse: separate;
	margin: 0;
	padding-left: 25px;
	padding-top: 15px;
	width: 97%;
}
table.blog table.contentpaneopen {
	white-space: normal;
	border-collapse:separate;
}
table table.contentpaneopen td, table table.contentpane td {
	padding: 0px 4px;
}
table.content-main {
	width: 100%;
	border-collapse: collapse;
	margin-left: 10px;
}
table.content-lower-right-only {
	width: 100%;
	padding-left: 25px;
}
table.content-lower-both {
	width: 100%;
	padding-left: 0px;
}
div.blog_more {
	padding: 0px 10px;
}
div.blog_more strong {
	position: relative;
}
div.blog_more ul li {
	list-style: none;
	background-image: none;
	padding: 0px;
}
div.blog_more ul li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
div.blog_more ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 4px;
}
/* Polls Module */
table.pollstableborder {
	width: 100%;
	text-align: left;
}
table.poll {
	font-size: 11px;
}
.smalldark {
	white-space: nowrap;
}
.sectiontableentry1 a, .sectiontableentry2 a {
	text-decoration: none;
}
li a.category {
	font-weight: bold;
	text-decoration: none;
}
table.contentpane tr td ul {
	list-style: none;
}
/* Print-PDF-EMail */

body.contentpane {
	background: #fff;
	margin: 25px;
}
span.pagenav {
	color: #9e9984;
}
td.modifydate {
	line-height: 30px;
}
div.mosimage {
	margin: 10px;
}
div.mosimage_caption {
	font: 10px/12px Arial, Helvetica, Geneva, sans-serif;
	padding: 2px;
}
div.mosimage img {
	padding: 5px;
}
/* Content Headings */
a.contentpagetitle {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 145%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	text-decoration: none;
}
a.contentpagetitle:hover {
	text-decoration: none;
}
td.contentheading, td.contentheading-resource {
	width: 100%;
}
.contentheading, contentheading-resource {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 115%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	font-style: normal;
	letter-spacing: -1px;
}
.componentheading, .componentheading-personal, .componentheading-business, .componentheading-nlp, .componentheading-faq, .componentheading-resource, .componentheading-contacts {
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	padding-left:30px;
	padding-top:15px;
}
a.readon {
	float: right;
	padding-left: 18px;
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
}
.pagenav_next a, .pagenav_prev a {
	margin: 15px 15px 0px 0px;
	padding: 1px 4px;
	text-align: center;
	text-decoration:none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
div.back_button a {
	margin: 15px 15px 0px 0px;
	border: 1px solid #adc387;
	padding: 1px 2px;
	text-align: center;
	text-decoration:none;
	float: right;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.pagenav_next a:hover, .pagenav_prev a:hover, div.back_button a:hover {
	text-decoration:none;
}
div.pagenavbar a, div.pagenavbar {
	text-decoration: none;
	font-size: 11px;
}
table.contenttoc {
	font-size: 12px;
}
table.contenttoc th {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}
table.contenttoc td {
	font-size: 14px;/*	padding: 2px 8px; */
}
table.contenttoc a.toclink {
	/*	background:transparent url(../images/style2/bullet.gif) no-repeat scroll left center; */
	font-size: 13px;
	font-weight: bold;
	/*	padding-left: 13px; */
	text-decoration: none;
}
a.toclink:active, a.toclink:focus {
	color: #69747B;
}
table.contentpaneopen-overview {
	padding-top: 15px;
}
.article_separator {
	line-height: 0px;
}
div.module-padded {
	margin-bottom:400px;
}
div#logos {
	padding:10px 0;
	overflow:hidden;
}
div#logos img {
	float: left;
	padding: 10px;
}
ul#countrytabs li {
	background:none;
}
ul#countrytabs, ul#countrytabs li {
	margin:0;
	padding:0;
}
/* @end */

/* @group Typography */

/* Link Colors */

a {
	color: #65C8C6;
	text-decoration: none;
}
a:hover {
	color: #335a74;
	text-decoration: underline;
}
li {
	background: url(../images/bullet.gif) no-repeat 0 8px;
	padding-left: 14px;
}
/* $headerstyle(graphic) */

#header_graphic a img {
	padding-top: 8px; /* Header Text distance from top */
	padding-left: 10px;
}
/* Total header height */

#header-wrap, #header_text, #header_graphic {
	height: 110px;
}
/* Header background color/image */

#header-wrap {
	background-color: #6A747D;
	margin:auto;
	width:964px;
	margin-top: 10px;
	border-left: 3px solid #6A747D;
	border-right: 3px solid #6A747D;
}
/* $headerstyle(text) */

#header_text h1, #header_text h1 a {
	color: #fff; /* Header Text Color */
	padding-top:15px; /* Header Text distance from top */
	font: bold 40px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* Header Text Typograhy */
	letter-spacing: -1px;
}
#header_text h2 {
	color: #abccd6; /* Slogan Text Color */
	font: italic bold 18px/18px Geneva, Verdana, sans-serif;/* Slogan Text Typograhy */
}
/* Heading Styles */

h1 {
	color: #427392;
}
h2 {
	color: #333;
}
h3 {
	color: #93c65c;
}
h4 {
	color: #727272;
}

h5 {
	color: #666;
}

blockquote {
	border: 1px solid #cfdbe2;
	background-color: #e9f7fe;
}
.footer {
	color: #6f6f6f;
}
/* @end */

/* @group Newsflash Module */

#headermod {
	height: 60px; /* Module Height */
	width: 500px; /* Module Width */
	padding: 37px 20px 0 0;
	position: relative;
}
#headermod .contentheading, #headermod a.contentpagetitle, #headermod a {
	color: #f9f9f2;/* Heading/Link Color */
}
#headermod td.contentheading, #headermod .moduletable h3 {
	border-bottom: 1px solid #3e6d8d;/* Content/Module Heading Border */
}
#headermod .quote {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: #65C8C6;
	font-style: italic;
}
#headermod .author {
	color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-align: right;
}
/* @end */

/* @group Joomla! Styles */

/* Category Tables */
td.sectiontableheader {
	color: #fff;
	background-color: #335a74;
	font: 14px/20px Arial, Helvetica, Geneva, sans-serif;
}
table tr.sectiontableentry1 td, table td.sectiontableentry1 {
	background: #fff;
	padding: 4px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 155%;
}
table tr.sectiontableentry2 td, table td.sectiontableentry2 {
	background: #fff;
	padding: 4px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 155%;
}
/* Polls */
table.pollstableborder td.sectiontableentry1 {
	color: #3d2518;
	background: #f8f8f8;
	padding: 2px;
	border-bottom: 1px solid #fff;
}
table.pollstableborder td.sectiontableentry2 {
	color: #3d2518;
	background: #f2f2f2;
	padding: 2px;
	border-bottom: 1px solid #fff;
}
table.pollstableborder td.sectiontableheader {
	padding: 8px;
	color: #fff;
	border: none;
}
table.pollstableborder tr.sectiontableentry1 td {
	border: none;
}
table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}
/* Article Overflow */

div.blog_more {
	border-top: 1px solid #e6e6d4;
}
div.blog_more ul li a {
	border-bottom: 1px solid #dadacc;
}
div.blog_more ul li a:hover {
	border-bottom: 1px solid #dadacc;
	background-color: #f9f8ed;
}
/* Mosimages */
div.mosimage {
	border: 1px solid #ccc;
	background: #f7f7f7;
}
div.mosimage_caption {
	color: #666;
	background: #fff;
	border-top: 1px solid #ccc;
}
/* Content Headings */
a.contentpagetitle {
	color: #470705;
}
a.contentpagetitle:hover {
	color: #000;
}
td.contentheading, td.contentheading-resource {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding-left:30px;
}
td.contentheading-resource {
	font-size:20px;
	padding-left:0px;
}
.contentheading, .contentheading-resource {
	color: #65C8C6;
}
.componentheading, .componentheading-personal, .componentheading-business, .componentheading-nlp, .componentheading-faq, .componentheading-resource, .componentheading-contacts, h1 {
	color: #65C8C6;
}
a.readon {
	background: url(../images/readon.png) no-repeat left center;
}
span.small, .createdate, .modifydate {
	font: 10px/10px Tahoma, Lucida, Verdana, sans-serif;
	color: #bbc6cc;
}
.pagenav_next a, .pagenav_prev a {
	border: 1px solid #cfdbe2;
	background-color: #e9f7fe;
	color: #44789b;
}
div.back_button a {
	border: 1px solid #cfdbe2;
	background-color: #e9f7fe;
	color: #44789b;
}
.pagenav_next a:hover, .pagenav_prev a:hover, div.back_button a:hover {
	background-color: #fff;
	color: #335a74;
}
table.contenttoc {
	border-bottom:1px solid;
	margin-bottom:20px;
	padding-bottom:2px;
}
table.contenttoc th {
	text-align: left;/*	border-bottom: 1px solid; */
}
/* @end */

/* Conditional Styles - Advanced Edits Only Below This Line */

/* @group Style 1 Modules */

/* Default Style */

div.module h3, div.moduletable h3 {
	border-bottom: 1px solid #ececec;
	color: #335973;
	background: url(../images/mod_heading.png) no-repeat left center;
}
/* Module "S1" Text Style */
.moduleS1 {
	position:relative;
	margin:0 0 1em;
	padding:0;
	background: #427392 url(../images/topright_S1.png) top right no-repeat;
	color: #FFFFFF;
}
div.moduleS1 div {
	background: url(../images/topleft_S1.png) top left no-repeat;
}
div.moduleS1 div div {
	background: url(../images/botleft_S1.png) bottom left no-repeat;
	height:1%;
}
div.moduleS1 div div div {
	background: url(../images/botright_S1.png) bottom right no-repeat;
	padding:10px;
}
div.moduleS1 div div div div {
	background:none;
}
/* Module Heading "S1" Style */
div.moduleS1 h3 {
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 0px;
	font-size: 16px;
	letter-spacing: normal;
	border-bottom: 1px solid #467ea5;
	color: #fcfcfc;
}
/* Module "S1" Link Color */
div.moduleS1 a {
	color: #FFFFFF;
	text-decoration:underline;
}
div.moduleS1 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
/* Module "S1" List Styles */
div.moduleS1 ul, div.moduleS1 ul.latestnewsS1, div.moduleS1 ul.mostreadS1 {
	list-style: none;
	margin: 0px;
	padding:0px;
}
div.moduleS1 ul li, div.moduleS1 ul.latestnewsS1 li, div.moduleS1 ul.mostreadS1 li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background: url(../images/bullet_S1.gif) no-repeat 0px 5px;
	white-space: normal;
}
/* Module "S2" Text Style */
.moduleS2 {
	position:relative;
	margin:0 0 1em;
	padding:0;
	background: #dadacc url(../images/topright_S2.png) top right no-repeat;
	color: #333333;
}
div.moduleS2 div {
	background: url(../images/topleft_S2.png) top left no-repeat;
}
div.moduleS2 div div {
	background: url(../images/botleft_S2.png) bottom left no-repeat;
	height:1%;
}
div.moduleS2 div div div {
	background: url(../images/botright_S2.png) bottom right no-repeat;
	padding:10px;
}
div.moduleS2 div div div div {
	background:none;
}
/* Module Heading "S2" Style */
div.moduleS2 h3 {
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 0px;
	font-size: 16px;
	letter-spacing: normal;
	border-bottom: 1px solid #c2c2b8;
	color: #888885;
}
/* Module "S2" Link Color */
div.moduleS2 a {
	color: #333333;
	text-decoration:underline;
}
div.moduleS2 a:hover {
	color: #333333;
	text-decoration:none;
}
/* Module "S2" List Styles */
div.moduleS2 ul, div.moduleS2 ul.latestnewsS2, div.moduleS2 ul.mostreadS2 {
	list-style: none;
	margin: 0px;
	padding:0px;
}
div.moduleS2 ul li, div.moduleS2 ul.latestnewsS2 li, div.moduleS2 ul.mostreadS2 li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background: url(../images/bullet_S2.gif) no-repeat 0px 5px;
	white-space: normal;
}
/* Module "S3" Text Style */
.moduleS3, .focusbox {
	position:relative;
	margin:0 0 1em;
	padding:10px;
	background: #ebebeb url(../images/topright_S3.png) top right no-repeat;
	color: #6e6e6e;
	min-height: 234px;
}
.focusbox h3 {
	color: #65c8c6;
	padding:5px 0 15px 0;
	margin:0;
}
.focusbox ul, .focusbox ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
/* Module Heading "S3" Style */
div.moduleS3 {
	padding: 0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 0px;
	font-size: 16px;
	letter-spacing: normal;
	border-bottom: 1px solid #c7c7c7;
	color: #666;
}
/* Module "S3" Link Color */
div.moduleS3 a, div.focusbox a {
	color: #65C8C6;
	font-size: 10pt;
	text-decoration:none;
}
div.moduleS3 a:hover, div.focusbox a:hover {
	color: #69747B;
	text-decoration:none;
}
/* Module "S3" List Styles */
div.moduleS3 ul, div.moduleS3 ul.latestnewsS3, div.moduleS3 ul.mostreadS3 {
	list-style: none;
	margin: 0px;
	padding:0px;
}
div.moduleS3 ul li, div.moduleS3 ul.latestnewsS3 li, div.moduleS3 ul.mostreadS3 li {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	background: url(../images/bullet_S3.gif) no-repeat 0px 8px;
	white-space: normal;
}
/* @end */

/* @group Structural */

.main-top-both, .main-top-left-only {
	background: none;
}
.main-top-wide, .main-top-right-only {
	background: url(../images/top_wide.png) no-repeat center bottom;
}
#mainbody-both {
	background: none;
}
#mainbody-left-only {
	background: url(../images/mid_leftonly.png) repeat-y center top;
}
#mainbody-wide, .mainbody-wide, #mainbody-right-only {
	background: none;
}
/* background variations */
#mainbody-wide-personal, .mainbody-wide-personal, #mainbody-right-only-personal {
	background: transparent url(../images/bg_personal.jpg) no-repeat scroll right bottom;
}
#mainbody-wide-business, .mainbody-wide-business, #mainbody-right-only-business {
	background: transparent url(../images/bg_business.jpg) no-repeat scroll right bottom;
}
#mainbody-wide-nlp, .mainbody-wide-nlp, #mainbody-right-only-nlp {
	background: transparent url(../images/bg_nlp.jpg) no-repeat scroll right bottom;
}
#mainbody-wide-faq, .mainbody-wide-faq, #mainbody-right-only-faq {
	background: transparent url(../images/bg_FAQs.jpg) no-repeat scroll right bottom;
}
#mainbody-wide-resource, .mainbody-wide-resource, #mainbody-right-only-resource {
	background: transparent url(../images/bg_resource.jpg) no-repeat scroll right bottom;
}
#mainbody-wide-contacts, .mainbody-wide-contacts, #mainbody-right-only-contacts {
	background: transparent url(../images/bg_getInTouch.jpg) no-repeat scroll right bottom;
}
.bottom-both, .bottom-left-only {
	background: none;
}
.bottom-wide, .bottom-right-only {
	background: url(../images/bot_wide.png) no-repeat center top;
}
ul.checklist li {
	background: url(../images/checklist.png) no-repeat left center;
}
/* @end */

.menubar {
	width: 100%;
	height: 42px;
	margin: 0px;
	padding: 0px;
	font: 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#navmenu {
	padding: 0px 0px 0px 3px;
	margin: 0px auto;
	position: relative;
	float: none;
	width: 960px;
}
#navmenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin:0;
	position: relative;
	top: 8px;
}
#navmenu ul li {
	float: left;
	height: 22px;
	line-height:22px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#navmenu li a {
	float: none;
	height: 22px;
	line-height: 21px;
	text-decoration: none;
	/*padding-right: 10px;*/
	padding:0px 10px 0px 10px;
	display: block;
	margin:0;
}
div#navmenu li:hover, div#navmenu li.iehover {
}
div#navmenu li:hover a, div#navmenu li.iehover a {
}
div#navmenu li.active {
}
div#navmenu li.active a {
}
div#navmenu ul ul {
	display: none;
}
div ul.left-nav {
	padding:0;
	border:1px sold #ccc;
	margin:10px 0;
}
ul.left-nav li {
	/*background:none;*/
	padding:0 0 0 20px;
	margin:0;
}
ul.left-nav li a {
	font-size:1.2em;
}
/* @group Top Menu */

.menubar {
	background-color:#DADEE2;
	margin:auto;
	width:964px;
	border-left: 3px solid #6A747D;
	border-right: 3px solid #6A747D;
}
#navmenu {
}
#navmenu li {
	background: none;
}
#navmenu li a {
	background: none;
	color: #69747B;
	font-weight:bold;
}
div#navmenu li:hover, div#navmenu li.iehover {
	background: none;
}
div#navmenu li:hover a, div#navmenu li.iehover a {
	background: none;
	color: #65C8C6;
}
div#navmenu li.active {
	background: none;
	color: #65C8C6;
}
div#navmenu li.active a {
	background: none;
	color: #65C8C6;
}
a#active_menu.mainlevel {
	color: #65C8C6;
}
/* @end */

/* @group Left Nav */

#leftcol ul#mainlevel, #rightcol ul#mainlevel, #leftcol ul#mainlevel-sidenav, #rightcol ul#mainlevel-sidenav {
	list-style: none;
}
#leftcol a.mainlevel, #rightcol a.mainlevel, #leftcol a.mainlevel-sidenav, #rightcol a.mainlevel-sidenav {
	background: url(../images/leftnav_norm.png) no-repeat left center;
	color: #2f462b;
}
#leftcol a.mainlevel:hover, #rightcol a.mainlevel:hover, #leftcol a.mainlevel-sidenav:hover, #rightcol a.mainlevel-sidenav:hover {
	background: url(../images/leftnav_over.png) no-repeat left center;
	color: #fff;
}
#leftcol a#active_menu.mainlevel, #leftcol a#active_menu.mainlevel:hover, #rightcol a#active_menu.mainlevel, #rightcol a#active_menu.mainlevel:hover, #leftcol a#active_menu-sidenav.mainlevel-sidenav, #leftcol a#active_menu-sidenav.mainlevel-sidenav:hover, #rightcol a#active_menu-sidenav.mainlevel-sidenav, #rightcol a#active_menu.mainlevel-sidenav:hover {
	background: url(../images/leftnav_active.png) no-repeat left center;
	color: #fff;
}
a.sublevel, a.sublevel-sidenav {
	color: #000;
}
/* Quote Ticker */
div.moduletable-ticker {
}
div.moduletable-ticker center {
	text-align: right;
}
div.moduletable-ticker span.quote {
	color: #65C8C6;
	font-weight: bold;
	font-size: 12pt;
}
div.moduletable-ticker span.quotelong {
	color: #65C8C6;
	font-weight: bold;
	font-size: 12pt;
	margin-top:	-20px;
}
div.moduletable-ticker span.author {
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	font-size: 10pt;
}
div#text1, div#text2, div#text3, div#text4, div#text5, div#text6, div#text7, div#text8, div#text9, div#text10 {
	position: absolute;
	bottom:	0px;
	right:	20px;
}
/* @end */

div.logo1 img {
	float: left;
}
div.logo2 img {
	float: right;
	margin-top: -50px;
}
div.logo3 img {
	float: left;
	margin-top: 0px;
}
div.logo4 img {
	float: right;
	margin-top: -31px;
}
/* Contact form */

#qcontacts-contacts {
	margin:0 0 15px 10px;
}
address {
	font-style:normal;
	margin:10px 0;
}
#contact-name {
	/*	font-size: 125%; */
	font-weight: bold;
}
#contact-position {
	font-size: 115%;
	font-style: italic;
}
#contact-image {
}
.aright {
	float: right;
	margin-right: 25%;
}
.aleft {
	float: left;
	padding: 5px 25px 25px 0;
}
#qcontacts-contacts #contact-address p {
/*	margin-left: 5px; */
}
#qcontacts-contacts p {
	line-height: 130%;
	margin: 3px 0 3px 0;
	padding: 0;
}
#emailForm {
	margin-top: 15px;
}
.contact-other {
	margin-bottom: 3px;
}
#qcontacts-contacts label {
	display:block;
}
#qcontacts-contacts label.chkbox {
	display:inline;
}
#qcontacts-contacts input.chkbox {
	display:inline;
	margin-bottom: 0;
	margin-left: 20px;
}
#qcontacts-contacts label.required {
/*	color:#ff0000; */
}
#qcontacts-contacts select {
	display: block;
}
span.marker {
	margin:0 0 0 0;
}
div.marker {
	float:left;
	padding-top: 1px;
}
.wtext {
	width:85px;
}
.wicon {
	width: 25px;
}
#qcontacts-contacts input, #qcontacts-contacts textarea, #qcontacts-contacts select, #qcontacts-contacts .fld-wrap {
	display: block;
	margin-bottom: 6px;
}
#qcontacts-contacts input, #qcontacts-contacts textarea, #qcontacts-contacts select {
	border:1px solid #ccc;
}
input.chkbox, #qcontacts-contacts input.contact-button {
	border:0;
}
#qcontacts-contacts input.radio {
	display: inline;
	margin-bottom: 0;
}
#qcontacts-contacts .contact-button {
	display: block;
	margin-top: 10px;
	padding:3px;
	background:#CCC;
}
#qcontacts-contacts .contact-button:hover {
	cursor:pointer;
}
label.textarea {
	margin:7px 0;
	display:block;
}
#qcontacts-error-contacts {
	border: 1px solid #ff0000;
	margin-top: 12px;
	width: 300px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
#captcha-img {
	margin-top: 6px;
}
div.separator {
	margin-bottom: 6px;
}
#text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9 {
	padding:0px;
	opacity:.0;
	width:95%;
	overflow:hidden;
}
#text1 {
	padding:0px;
	opacity:.0;
	width:95%;
	overflow:hidden;
}
p.intro {
	padding-top:15px;
	font-weight:bold;
	font-size: 13pt;
	margin-top:15px;
}
p.intro span {
	font-size: 13pt;
	color: #65c8c6;
}
p.sidequote {
	font-size: 12pt;
	font-family: Arial;
	color: #65c8c6;
	font-weight:bold;
}
p.sidequote span {
	font-size: 18pt;
}
p.quoteby {
	font-size: 8pt;
	line-height: 100%;
	font-family: Arial;
	color: #999999;
	text-align:right;
}
#footer {
	font-size:0.81em;
	text-align:center;
}
.moduleS3 {
	padding:10px;
}
.focusbox {
	width:170px;
	float:left;
	height:240px;
}
.space {
	margin-right:10px;
}
.focusbox ul.index li {
	list-style-type:none;
}
.focusbox ul li {
	background:none;
	margin:0;
	padding:0 0 0 20px;
}
img#logo {
	margin:7px 0 0 8px;
	float:left;
}
#header {
	background-color:#6A747D;
	border-left:3px solid #6A747D;
	border-right:3px solid #6A747D;
	margin:10px auto auto;
	width:954px;
	padding:5px 5px 0 5px;
	height:105px;
}
h1 {
	font-size: 20px;
	color: #65c8c6;
	padding:0;
	margin:0;
}
h2 {
	color:#65C8C6;
	font-size:18px;
	padding:10px 0 15px 0;
	margin:0;
}
.blue {
	color: #65c8c6;
}
.main-right-only {
	padding:15px 0 0 25px;
}
#rightcol {
	padding:15px 9px 0 0;
}
#leftcol {
	width:625px;
	float:left;
	padding:15px 0 0 25px;
}

#leftcolwider {
	width:900px;
	float:left;
	padding:15px 0 0 25px;
}
.bgimg-personal {
	background: url(../images/bg_personal.jpg) no-repeat scroll right bottom transparent;
}
.bgimg-business {
	background: url(../images/bg_business.jpg) no-repeat scroll right bottom transparent;
}
.bgimg-nlp {
	background:url(../images/bg_nlp.jpg) no-repeat scroll right bottom transparent;
}
.bgimg-faq {
	background:url(../images/bg_FAQs.jpg) no-repeat scroll right bottom transparent;
}
.bgimg-testimon {
	background:url(../images/bg_FAQs.jpg) no-repeat scroll right bottom transparent;
}
.bgimg-resources {
	background:url(../images/bg_resource.jpg) no-repeat scroll right bottom transparent;
}
.bgimg-contact {
	background:url(../images/bg_getInTouch.jpg) no-repeat scroll right bottom transparent;
}
ul#countrytabs {
	margin:20px 0;
	border-bottom:1px solid #666;
	padding-bottom:7px;
}
ul#countrytabs li a {
	font-size:14px;
}
#countrydivcontainer {
	margin-bottom:25px;
}
h2.subtitle {
	font-size: 12pt;
	color: #65c8c6;
	text-align:center;
	padding-bottom:20px;
}
.who-photo {
	margin-right: 10px;
	margin-bottom:10px;
	float: left;
}
.sidelogos {
	clear:right;
	border:1px solid white;
}
#leftcol-index {
	float:left;
	width:740px;
	height:632px;
	background:url("../images/smile.jpg") no-repeat scroll left top transparent;
}
.midcol {
	padding-left:350px;
}
.spacer {
	height:270px;
}


.outline
{
	border: 1px solid #69747B;
	padding: 10px;
	}


/* form */

input.input-courses {
	width: 30px;
	font-size: 80%;
	}
	
input.book-button {
	width: 100px;
	height: 30px;
	font-size: 90%;
	background-color: #65C8C6;
	border: #65C8C6 1px solid;
	cursor: hand;
	color: white;
	}

.quantityBox {
	width: 30px;
	height: 20px;
	font-size: 90%;
	border: #69747B 1px solid;
	color: #69747B;
	}


select.dropdown {
	color: #69747B;
	font-size: 80%;
	width: 150px;

	}

.courses
{
	font-size: 90%;
	}
	
	
	

