body {
	background: #f9f9f9 url(images/bg.gif) repeat-x top left;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 80px 16px 0;
	width: 748px;
	background: white;
	text-align: left;
	}
	
a {
	color: #3e3e3e;
	}
	
a:hover {
	color: #008de2;
	}
	
#logo {
	position: absolute;
	top: 4px;
	left: 11px;
	width: 318px;
	height: 159px;
	background: url(images/ml-logo.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	}
	
h1 span {
	display: none;
	}
	
h2 {
	margin: 20px 0 12px;
	clear: both;
	padding: 0;
	font: 180% Arial, Helvetica, sans-serif;
	color: #008de2;
	}

h3 {
	font-size: 115%;
	margin: 0 0 10px;
	text-transform: lowercase;
	color: #008de2;
	font-weight: normal;
	}

h3 a {
	color: #008de2;
	text-decoration: none;
	}

h3 a:hover {
	color: #3e3e3e;
	}
	
p, ul {
	color: #3e3e3e;
	line-height: 1.4;
	margin: 0 0 12px;
	}	

#content ul {
	padding: 0 0 0 10px;
	}
	
#content li {
	padding: 0 0 0 16px;
	list-style: none;
	margin: 0;
	position:relative;
	background: url(images/nav-arrow.gif) no-repeat 0 8px;
	}
	
	
#banner {
	border-top: 8px solid #bcbfc1;
	} 
	
h2#bridging {
	margin: 1px 0;
	background: url(images/bridge.jpg) top left no-repeat;
	width: 527px;
	height: 167px;
	float: left;
	}
	
h2#bridging span {
	display: none;
	}
	
#nav {
	float: left;
	margin: 1px 0 1px 1px;
	background: #b4c9d5 url(images/nav-bg.jpg) top left no-repeat;
	height: 167px;
	width: 220px;
	}
		
#nav ul {
	list-style: none;
	padding: 0;
	margin: 9px 16px 0 14px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 90%;
	line-height: 1.2;
	}
	
#nav li {
	padding: 5px 0 6px;
	background:url(images/nav-dots.gif) bottom left repeat-x;
	}
	
#nav li.end {
	background-image: none;
	}
	
#nav a {
	color: #3f4040;
	text-decoration: none;
	}

#nav a:hover {
	color: white;
	}
	
#contact {
	position: absolute;
	top: 0;
	right: 16px;
	background: #5fb4e5;
	padding: 8px 10px;
	}

#contact a {
	background: url(images/envelope.gif) no-repeat 0% 50%;
	padding-left: 32px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: white;
	}
	
#contact a:hover {
	color: #b8ddf2;
	}
	
#languages {
	clear: both;
	width: 100%;
	border-top: 8px solid #bcbfc1;
	padding-top: 0px;
	}	
	
#languages h2 {
	display: none;
	}

#languages ul {
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0 0 0 14px;
	background: #b7c8d3 url(images/languages-bg.gif) no-repeat top left;
	height: 31px;
	}
	
#languages li {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 48px;
	margin: 2px 20px 2px 0;
	font-size: 90%;
	line-height: 27px;
	text-transform: lowercase;
	color: white;
	}
	
#languages li.spanish {
	background-image: url(images/spain.gif);
	}
	
#languages li.italian {
	background-image: url(images/italy.gif);
	}
	
#languages li.german {
	background-image: url(images/germany.gif);
	}
	
#languages li.french {
	background-image: url(images/france.gif);
	}			

#languages li.japanese {
	background-image: url(images/japan.gif);
	}
	
#languages li.mandarin {
	background-image: url(images/china.gif);
	}			

#languages a {
	color: white;
	text-decoration: none;
	}
	
#languages a:hover {
	color: #3e3e3e;
	}

#methods h2 {
	background: #b7c8d3 url(images/teaching-options.gif) no-repeat top left;
	width: 748px; 
	height: 29px;
	}
	
#methods {
	margin-top: 40px;
	}	
	
#methods h2 span {
	display: none;
	}	

.one {
	background: url(images/oneonone-bg.gif) no-repeat top left;
	width: 200px;
	margin: 18px 18px 0 13px;
	float: left;
	padding: 14px 10px;
	}
	
.group {
	background: url(images/group-bg.gif) no-repeat top left;
	width: 200px;
	margin: 18px 0 0 13px;
	float: left;
	padding: 14px 10px;
	}

.one p, .group p {
	font-size: 85%;
	}
		
	
#footer {
	clear: both;
	font-size: 85%;
	margin: 20px 0 0;
	border-bottom: 3px solid #c1c4c6;
	}
	
p.right {
	float: right;
	}
	
#content {
	clear: both;
	border-top: 8px solid #bcbfc1;
	margin-bottom: 50px;
	}
		
div.quote {
	padding: 12px;
	border: 1px solid #ccc;
	margin: 0 0 16px;
	}
	
.quote h3 {
	text-transform: none;
	}

#form {
	background-color: #eff4f6;
	margin: 22px 0 6px 0;
	padding: 12px 12px 2px;
	}


label, input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
	font: 11px/14px verdana, tahoma, sans-serif;
	padding: 3px;
}

input, textarea {
	border: 1px dotted #666;
	color: #666;
	}

label {
	text-align: right;
	padding: 3px 10px 0 0;
	width: 300px;
	font: 90% Arial, Helvetica, sans-serif;
	}

br {
	clear: left;
}

input.sub {
	display: inline;
	margin: 10px 0 20px 310px;
	text-align:center;
	font-size: 110%;
	color: #008de2;
	font-weight: bold;
	padding: 4px 5px;
	width: auto;
	clear: both;
	float: none;
	}
	
#content img {
	float: right;
	margin: 0 0 10px 10px;
	}
	
.hide {
	display: none;
	}