@charset "utf-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles */

body {
	background-color: #EAEAE1;
}

div, td {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

a:link, a:visited, a:active {
	color: #FC9D0B;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #29337D;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	background: url('images/BloubergInternationalSchool.png') no-repeat;
	width: 400px;
	height: 125px;
	display: block;
	text-indent: -9999px;
}

h2 {
	color: #29337D;
	font-size: 20px;
}

h3 {
	color: #29337D;
	font-size: 14px;
}

p {
	margin-bottom: 15px;
}

/* Content Areas */

.headWrapper {
	width: 890px;
	height: 212px;
	padding: 48px 42px;
	display: block;
	margin: 0 auto;
	background: url('images/headerBG.png') no-repeat top center;
}

.wrapper {
	width: 950px;
	height: 22px;
	display: block;
	margin: 0 auto;
	background: #FFF url('images/contentTopShade.jpg') no-repeat top center;
}

.innerWrapper {
	width: 950px;
	margin: 0 auto;
	background: #FFF url('images/contentBG.jpg') repeat-y top center;
}

.footerWrapper {
	width: 910px;
	height: 32px;
	display: block;
	margin: 0 auto;
	background: url('images/footerBG.jpg') no-repeat top center;
	font-size: 10px;
	padding: 15px 20px;
}

.side {
	width: 200px;
}

.mainContent {
	width: 550px;
	display: block;
}

/* Header Backgrounds */

.leftHeader {
	background: url('images/LeftSideHead.png') no-repeat;
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 20px;
}

.rightHeader {
	background: url('images/RightSideHead.png') no-repeat;
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 20px;
}

.title {
	padding: 0 20px;
}

#MySlideShow {
	display: none;
	width: 890px;
	height: 226px;
}

/* Menu */

.icn {
	width: 0;
	height: 0;
}

.mainMenu div {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.mainMenu div.hov, .mainMenu div.sel {
	background: url('images/mnuBG.png') no-repeat left center;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFF !important;
	padding-left: 10px;
}

.mainMenu div.hov span.txt {
	color: #FFF !important:
}

.m {
	background-color: #FFF;
	border: 1px solid #29337D;
}

.m td {
	padding: 4px;
}

.m tr.hov {
	background-color: #29337D;
	color: #FFF;
}

tr.break td {
	padding: 0 !important;
	height: 1px;
}

/* Footer */

.footerWrapper a:link, .footerWrapper a:active, .footerWrapper a:visited {
	font-weight: normal;
	font-size: 10px;
	color: #28337D;
	text-decoration: none;
}

.footerWrapper a:hover {
	font-weight: normal;
	font-size: 10px;
	color: #FC9D0B;
	text-decoration: none;
}

.footerLinks a:link, .footerLinks a:active, .footerLinks a:visited {
	font-weight: normal;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.footerLinks a:hover {
	font-weight: normal;
	font-size: 10px;
	color: #FC9D0B;
	text-decoration: none;
}

/* Other Styles */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.logo {
	position: absolute;
}

.clear {
	clear: both;
}

.padding20px {
	padding: 20px;
}

.table {
	margin: 0 auto;
}

.divider {
	width: 457px;
	height: 2px;
}
