@charset "utf-8";
/* CSS Document */

html, body {
	background: #b3b3a5;
	color: #3c3c3e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.2em;
	margin: 0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	height: 25px;
	margin: 0;
	padding: 0 0 1em 0;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 1em 0;
}

a {
	color: #3c3c3e;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0;
}

#outerWrapper {
	height: 764px;
	margin: auto;
	width: 820px;
}

#menuBar {
	border-left: 1px solid #999;
	height: 20px;
	text-transform: uppercase;
	width: 819px;
}

#menuBar ul, #menuBar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuBar li {
	border-right: 1px solid #999;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 90px;
}

#menuBar a {
	color: #FFF;
	display: block;
	font-weight: normal;
	width: 90px;
}

#menuBar a:hover {
	background: #82d1bb;
	color: #FFF;
}

#menuBar span {
	background: #82d1bb;
	display: block;
	color: #798184;
}

#contentImageWrapper {
	border-bottom: 1px solid #5a5b5e;
	border-top: 1px solid #5a5b5e;
	height: 742px;
	position: relative;
}

.revealLink {
	height: 16px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 183px;
}

.revealLink a {
	outline: none;
}

#contentWrapper {
	height: 742px;
}

#contentLeftWrapper {
	background: url(images/content-left-bg.png) no-repeat;
	height: 562px;
	float: left;
	margin-right: 1px;
	padding-top: 180px;
	width: 415px;
}

#contentLeft {
	padding: 0 10px;
}

#contentRightWrapper {
	background: url(images/content-right-bg.png) no-repeat;
	float: left;
	height: 559px;
	margin-top: 183px;
	width: 404px;
}

#contentRightWrapperWeddings {
	background: url(images/content-right-bg.png) no-repeat;
	float: left;
	height: 161px;
	margin-top: 581px;
	width: 404px;
}

#contentRight {
	padding: 40px 10px 10px 10px;
}

#contentRightWeddings {
	padding: 30px 10px 10px 10px;
}

#footer {
	color: #FFF;
	font-size: 10px;
	line-height: 30px;
	margin: auto;
	width: 820px;
}

#footer a {
	color: #FFF;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

#homeTagline {
	color: #798184;
	padding-top: 300px;
	text-align: center;
}

#homeLeft {
	background: url(images/home/home-left.jpg) 90px 12px no-repeat;
	float: left;
	height: 130px;
	padding: 192px 13px 0 92px;
	position: relative;
	width: 310px;
}

.homeLinksWrapperLeft {
	bottom: 8px;
	left: 90px;
	position: absolute;
}

#homeRight {
	background: url(images/home/home-right.jpg) 0 12px no-repeat;
	float: left;
	height: 130px;
	padding: 192px 0 0 1px;
	position: relative;
	width: 316px;
}

.homeLinksWrapperRight {
	bottom: 8px;
	left: 0;
	position: absolute;
}

a.linkBar {
	outline: none;
}

a.linkBar span {
	background: url(images/link-bar-bg.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 13px;
	line-height: 13px;
	margin-bottom: 6px;
	padding: 1px 5px;
}

html a.home span {
	background: url(images/link-bar-home-bg.png) no-repeat;
}

a.linkBar span:hover, a.selectedLinkBar span {
	background: url(images/link-bar-bg-roll.png) no-repeat;
	border-bottom: 1px solid #5a5b5e;
	border-top: 1px solid #5a5b5e;
	padding: 0 5px;
}

.narrowBar {
	width: 306px;
}

.thumbWrapper {
}

.leftSide {
	bottom: 10px;
	left: 10px;
	position: absolute;
	width: 396px;
}

.rightSide {
	margin-left: 3px;
	width: 378px;
}

.thumbItem {
	background: #333;
	border: 1px solid #5a5b5e;
	cursor: pointer;
	float: left;
	height: 68px;
	margin: 11px 11px 0 0;
	position: relative;
	width: 68px;
}

.rightSide .thumbItem {
	margin: 7px 7px 0 0;	
}

.thumbOverlay {
	background: url(images/thumb-overlay.png) no-repeat;
	height: 68px;
	left: 0;
	position: absolute;
	top: 0;
	width: 68px;
}

.selectedThumb .thumbOverlay {
	visibility: hidden;
}

.noRightMargin, .rightSide .noRightMargin {
	margin-right: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
}

.hidden {
	display: none;
}

.topPadding {
	padding-top: 6px;
}

ul.noMarginList {
	margin: 12px 0;
	padding: 0 0 0 1em;
}

.noMarginList li {
	margin: 0;
	padding: 0;
}

a.koreanFlag, a.koreanFlagOn {
	background: url(images/school/korean-flag.gif) no-repeat;
	display: block;
	float: left;
	height: 31px;
	margin-right: 5px;
	width: 45px;
}

a.koreanFlag:hover {
	background: url(images/school/korean-flag-roll.gif) no-repeat;
}

a.japaneseFlag {
	background: url(images/school/japanese-flag.gif) no-repeat;
	display: block;
	float: left;
	height: 31px;
	width: 46px;
}

a.japaneseFlag:hover {
	background: url(images/school/japanese-flag-roll.gif) no-repeat;
}

a.ukFlag {
	background: url(images/school/uk-flag.gif) no-repeat;
	display: block;
	float: left;
	height: 31px;
	margin-right: 5px;
	width: 46px;
}

a.ukFlag:hover {
	background: url(images/school/uk-flag-roll.gif) no-repeat;
}