body {
	background: #296482 url("../i/body-gradient.gif") left top repeat-x;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
}

.wrapper {
	width: 1004px;
	margin: 0 auto;
	padding: 0;
	background: #fff url("../i/bird-large.gif") right bottom no-repeat;
	color: #111;
	text-align: left;
}

.wrapper-inner {
	padding: 5px 44px 0 20px;
}

#language-selector {
	clear: both;
	overflow: auto;
	color: #888;
	border-bottom: 1px dotted #999;
	height: 3em;
}
a img {
	border:none;
}
#language-selector p {
	float: left;
	margin: 1em 0;
}

#language-selector ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 1em 2em;
	text-transform: uppercase;
}

#language-selector ul li {
	float: left;
	background-image: none;
	padding: 0;
	margin: 0;
}

#language-selector ul li a {
	display: block;
	padding: 0 0.5em;
	border-left: 1px solid #999;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

#language-selector ul li a:hover {
	text-decoration: underline;
}

#language-selector ul li.first a,
#language-selector ul li:first-child a {
	border-left: none;
}

#header {
	clear: both;
	margin-top: 3px;
	overflow: auto;
	background: url("../i/bird-small.gif") right bottom no-repeat;
	padding-bottom: 3px;
	height: 134px;
	position: relative;
}

#lang-links {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	color: #aaa;
	text-decoration: none;
	width: 125px;
	text-align: right;
}

#lang-links a {
	padding-right: 3px;
}

#lang-links img {
	width: 16px;
}

#header #header-logo-box {
	float: left;
}

#header h1 {
	float: left;
	margin: 0;
}

#header h1 a {
	display: block;
	height: 134px;
	width: 370px;
	text-indent: -2000px;
	background: url("../i/logo-text.gif") left top no-repeat;
}

#header-flash img {
	display: block;
}

#nav {
	clear: both;
	margin: 5px 0 5px 0;
	overflow: auto;
}

#nav ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	float: left;
}

#nav ul li {
	float: left;
	width: 156px;
	border-right: 1px solid #fff;
	height: 43px;
	background-image: none;
	padding: 0;
}

#nav ul li a {
	display: block;
	line-height: 35px;
/*	width: 100%;*/
	background-color: #262626;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	border-bottom: 8px solid white;
	font-weight: normal;
}

/*#nav ul li a:hover,*/
#nav ul li a.current {
	color: #999;
}

#nav ul li a:hover,
#nav ul li a.hovered {
	color: #fff;
}

#nav li.last {
	width: 155px;	
	border-right: none;
}

#nav li.last a {
}

#nav ul li ul {
	position: absolute;
	margin-top: -8px;
}

#nav ul li ul li {
	float: left;
	clear: left;
/*	display: block;*/
	width: 220px;
	border-top: 1px solid #fff;
/*	border-top-color: rgba(255,255,255,0.7);*/
	border-bottom: none;
	height: 35px;
	margin: 0;
	padding: 0;
}

#nav ul li ul li a {
	display: block;
/*	float: none;*/
	line-height: 35px;
	height: 35px;
	width: 180px;
	border-right: 1px solid #fff;
	background-color: #262626;
	padding: 0 20px 0 12px;
	color: #fff;
	text-decoration: none;
	border-left: 8px solid #262626;
	border-bottom: none;
	border-right: none;
	opacity: 0.96;
  filter: alpha(opacity=96);
}

#nav ul li ul li a:hover {
	border-left-color: #28629c;
	background-color: #632B4B;
}

/* NAV COLOURS 

#28629c #1B4269 #B8DBEB
#28629c #651F45
#E9841B #975712
#548915 #36590E
#3C90B9 #2C6988
#28629c #1B4269

*/

.content {
	clear: both;
	overflow: auto;
}

.content p, .content li {
	font-size: 110%;
	text-align: left;
}

.content p.white {
	font-size: 100%;
}

.content a.button {
	font-size: 12px;
}

#footer {
	clear: both;
	height: 320px;
}

#footer h2 {
	font-size: 120%;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	padding-top: 3em;
	margin-top: 0;
}

#footer p {
	font-size: 90%;
}



/******

COLUMNS

+---------------- .content -------------------+
| +-------------+-------------+-------------+ |
| |  .x1of3     |    .x1of3   | .x1of3.last | |
| +-------------+-------------+-------------+ |
+---------------------------------------------+

+---------------- .content -------------------+
| +---------------------------+-------------+ |
| |          .x2of3           | .x1of3.last | |
| +---------------------------+-------------+ |
+---------------------------------------------+

+---------------- .content -------------------+
| +-------------+---------------------------+ |
| |  .x1of3     |        .x2of3.last        | |
| |             |                           | |
| |             | +---------------+-------+ | |
| |             | |     .main     | .side | | |
| |             | +---------------+-------+ | |
| +-------------+---------------------------+ |
+---------------------------------------------+

*/

.x1of3, .x2of3 {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.x2of3 {
	width: 620px;
}

.last {
	margin-right: 0;
}

.main {
	float: left;
	width: 460px;
	margin-right: 20px;
	margin-top: 20px;
}

.side {
	margin-left: 480px;
	margin-top: 40px;
}

/***************

HOME PAGE BOXES:

* put .box on things that have a fill
* .box.{section} (class="box section") to fill it with that colour
* h2s have their own colour and padding when inside .box
* use .inner to give everything else the right padding

*/

.box {
	margin-bottom: 20px;
	padding-bottom: 1px;
}


/*.tight {
	margin-bottom: 1px;
}
*/
.box.general {
	background-color: #B8DBEB;
}

.box.general h2 {
	background-color: #262626;
	font-size: 110%;
	padding: 15px 10px;
}

.general .button,
.box.general-dark {
	background-color: #2D507F;
	color: #fff;
}

.box.school {
	background-color: #8fadcb;
}

.box.school h2,
.school .button {
	background-color: #28629c;
}

/* Accommodation colours */

.box.accommodation {
	background-color: #92c456;
}

.box.accommodation h2,
.accommodation .button {
	background-color: #548915;
}

/* Accommodation colours end */


/* Visitng colours */

.box.visiting {
	background-color: #92d3f3;
}

.box.visiting h2,
.visiting .button {
	background-color: #3C90b9;
}

/* Visitng colours end */



.box.location {
	background-color: #57B9D5;
}

.box.location h2,
.location .button {
	background-color: #3C90B9;
}

.box.services {
	background-color: #F1B453;
}

.box.services h2,
.services .button,
.courses .button {
	background-color: #E9841B;
}

.box h2 {
	padding: 20px 15px 10px 15px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 130%;
}

.box .inner {
	padding: 0 15px;
}

.white {
	border: 1px solid #999;
	border-top: none;
	padding: 15px;
	background-color: #fff;
	margin-bottom: -1px;
}

.button {
	display: block;
	line-height: 39px;
	height: 39px;
	width: 230px;
	background: url("../i/button-corners-left.png") left top no-repeat;
}

.button span {
	padding: 0 15px;
	display: block;
	background: url("../i/button-corners-right.png") right top no-repeat;
}

a.button:link,
a.button:visited {
	color: #fff;
}

/* TAGS */

a {
	color: #333;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #444;
}

hr {
	border: 1px dotted #666;
	height: 0px;
	border-width: 1px 0 0 0;
}

blockquote {
	font-size: 110%;
	margin: 1.5em 2em 2em 2em;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	color: #262626;
}

ul li {
	background: url("../i/bullet.png") left 0.2em no-repeat;
	padding-left: 18px;
	margin: 1em 0;
}

.content h1 {
	font-size: 170%;
/*	font-weight: normal;*/
	color: #999;
	margin-bottom: 0;
}

.interior .content h2 {
	font-size: 170%;
	margin-top: 0;
}

.interior .content h3 {
	font-size: 150%;
}

ul.subnav {
	padding: 1px 0;
}

/* TEXT STYLES */

.large {
	font-size: 130%;
	margin-top: 1.5em;
}

.punchout {
	border: 1px solid #666;
	border-width: 1px 0;
	padding: 1px 0;
	margin: 1em 0;
}

.punchout p {
	padding: 15px;
	background-color: #eee;
	border: 1px solid #666;
	border-width: 1px 0;
	margin: 0;
}

/* JAPANESE STYLES */

.header-block {
	background-image:url(../jp/i/headerback.gif);
	background-repeat:repeat-x;
	padding:0 7px 1px 7px;
	float:center;
	text-align:left;
}


.full-width {
	float: left;
	width: 940px;
	margin-right: 20px;
	text-align:left;
}


.main-japan {
	float: left;
	width: 600px;
	margin-top: 20px;
}