body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666;
	color: #555;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#container {
	background-color: #fff;
	width: 980px;
	margin: auto;
}

img {
	border: 0;
}

a {
	color: #5E898F;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #174851;
	text-decoration: underline;
}


.fabricFloatLeft {
	float: left;
	margin: 0 10px 5px 0;
}

.fabricFloatRight {
	float: right;
	margin: 0 0 5px 10px;
}

#header {
  background-color: #fff;
  float: left;
  width: 100%;
}

#logo {
	margin: 46px 0 35px 29px;
	float: left;
}

#lang {
	float: right;
	margin: 56px 27px 0 0;
}

#navigation {
	background-color: #f1f7e7;
	background-image: url(/templateimages/nav-top.png);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	padding-top: 38px;
	letter-spacing: 0.3px;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #555;
}

ul.menu * {
	margin:0; padding:0;
}

ul.menu a {
	display: block;
	text-decoration: none;
	color: #666;
}

ul.menu li {
	position: relative;
	float: left;
	margin-right: 2px;
}

ul.menu ul {
	position: absolute;
	top: 1.8em;
	left: 0;
	display: none;
	list-style: none;
	font-size: 90%;
	text-transform: uppercase;
}

ul.menu ul li {
	position: relative;
	border-bottom: 1px solid #fff;
	/*width: 148px;*/
	margin: 0;
	width: 100%;
}

ul.menu ul li a {
	display: block;
	padding: 3px 7px 5px;
	background-color: #57a29b;
	color: #fff;
}

ul.menu ul li a:hover, ul.menu li a.selected {
	background-color: #4d917b;
  color: #fff;
}

ul.menu ul ul {
	left:148px;
	top:-1px;
}

ul.menu .menulink {
	padding: 2px 7px 3px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #4d917b;
	color: #fff;
}

ul.menu .sub {
	background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat;
}

ul.menu .topline {
	border-top:1px solid #aaa;
}


#footer {
	border-top: 1px solid #e6e7e8;
	border-bottom: 1px solid #e6e7e8;
	background-color: #e6e7e8;
	color: #555;
	float: left;
	width: 100%;
	font-size: 65%;
}

#footer p {
	margin: 31px 0 22px 30px;
	float: left;
}

#footer a, #footer a:visited {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.schools {
	float: right;
	margin: 11px 31px 15px 0;
}

.schools a {
	display: block;
	background-image: url(/templateimages/school-logos.png);
	background-repeat: no-repeat;
	float: left;
	height: 0;
	padding-top: 58px;
	overflow: hidden;
}

.schools a.lums {
	width: 121px;
}

.schools a.mcgill {
	width: 114px;
	background-position: -121px 0;
}

.schools a.iimb {
	width: 65px;
	background-position: -235px 0;
}

.schools a.china {
	width: 59px;
	background-position: -300px 0;
}

.schools a.insead {
	width: 70px;
	background-position: -359px 0;
}


#contentContainer {
	font-size: 80%;
	padding: 27px 0 20px 31px;
	background-color: #fff;
	background-image: url(/templateimages/main-bg.png);
	background-repeat: repeat-y;
	clear: both;
	position: relative;
	float: left; 
	width: 949px;
}

.s_forms #contentContainer {
	background-image: none;
}

#content {
	float: right;
	width: 100%;
	line-height: 1.35em;
	font-size: 105%;
}

#content h1, #content h2, #content h3, #content h4 {
	color: #4d917b;
}

#content .insert {
	margin-left: 60px;
	margin-right: 25px;
}

#content p, #content hr, #content table, #content ul, #content ol, #content blockquote {
	margin-right: 320px;
}

#content .insert p, #content .insert hr, #content .insert table, #content .insert ul, 
#content .insert ol, #content .insert blockquote, #content ul.vjs-controls, #content ul.vjs-controls ul {
	margin-right: auto;
}

.s_forms #content p, .s_forms #content hr, .s_forms #content table, .s_forms #content ul, .s_forms #content ol, .s_forms #content blockquote {
	margin-right: auto;
}

#content h2, .insert h3 {
	margin-top: 0;
	padding-top: 0;
}

.insert blockquote {
	margin: 0;
	padding: 0;
	color: #4d917b;
}


/* Message styling */
.errorMessage, #errorMessages {
	padding: 8px 10px 10px 40px;
	background-image: url(/common/icons/warning.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	min-height: 35px;
	height: 35px;
	background-color: #ffffe1;
	border: 1px solid #ddd;
	margin-bottom: 1em;
}

html>body .errorMessage {
	height: auto;
}

.informationMessage, #infoMessages {
	padding: 8px 10px 10px 40px;
	background-image: url(/common/icons/information.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	min-height: 35px;
	height: 35px;
	background-color: #F2F9FF;
	border: 1px solid #DAEDF9;
	margin-bottom: 1em;
}

html>body #infoMessages {
	height: auto;
}


/* Form styling */
.formRow {
	margin-bottom: 1.2em;
}

label {
	display: block;
	width: 11em;
	margin-right: 0.5em;
	text-align: right;
	float: left;
}

label.checkbox, label.radio {
	display: inline;
	width: auto;
	margin: 0;
	text-align: left;
	float: none;
}

input[type=text], textarea {
	border: 1px solid #888;
}

.accesskey {
	border-bottom: 1px solid #888;
}

.formTickboxGroup {
	margin-left: 11.5em;
	clear: left;
}

textarea {
	width: 25em;
	height: 15em;
}

.requiredField {
	color: red;
}

fieldset {
	border: 1px solid #888;
	margin-bottom: 1em;
}

legend {
	padding: 0 5px 0 5px;
	font-weight: bold;
}

#form_contact {
    margin-left: 10em;
}


/* News styling */
.newsItem {
    clear: both;
    margin-right: 320px;
}

.newsItem h3, .headline {
    margin: 0;
    padding: 0;
}

.newsItem h3 a {
    text-decoration: none;
}

.newsItem img {
    float: right;
    border: 1px solid #bbb;
    margin-left: 8px;
}

.newsRss {
    margin-right: 320px;
    float: right;
}

#content .newsItem h3, #content .newsItem p {
	margin-right: 88px;
}

.date {
    font-size: 80%;
    margin: 0;
    padding: 0;
}


/* Slideshow banner */
#banner {
	clear: both;
	position: relative;
}

#banner .slideshowAltImage {
	visibility: hidden;
}

.slideshow ul, .slideshow ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


th {
	background-color: #ddd;
}

td {
	background-color: #eee;
	padding: 2px 4px 2px 4px;
}

.s_forms td, .s_forms th {
	background-color: #fff;
}
