/*///////////////////////////////////////////////////////
Style Guide
/////////////////////////////////////////////////////////

#idName {
	display: block; position: absolute; top: 0; left: 0; z-index: 1; width: auto; height: auto; overflow: auto;
	margin: 0; border: 0 solid #FFFFFF; padding: 0; background: #FFFFFF url('../images/spacer.gif') no-repeat top left;
	font: italic small-caps bold 68%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #000000px; text-align: left; text-decoration: none;

//	font: <'font-style'> <'font-variant'> <'font-weight'> <'font-size'>/<'line-height'> <'font-family'>	//
}
*/




/*//////////////////////////////////////////////
------------------------------------------------
Colour Palette for Testing Purposes
------------------------------------------------

#FEE686  #FEE686  #E9C46D
#DDDDDD  #EEEEEE  #FFFFFF

//////////////////////////////////////////////*/




/*///////////////////////////////////////////////////////
General Style Information
///////////////////////////////////////////////////////*/

/*////// Structure Module //////*/
html {
}
body {
	margin: 0; padding: 0; background: #FFFFFF;
	font: 72%/150% arial, verdana, helvetica, sans-serif; 
}
div {
}

/*////// Text Module //////*/
p {
	margin: 0; margin-bottom: 1.2em;
}
blockquote {
	margin: 0 3.5em;
}
h1 {
	margin: 0; margin-bottom: 0.4em;
	font-size: 1.4em;/* text-transform: uppercase;*/
}
h2 {
	margin: 0; margin-bottom: 0.3em; color: #FFCC00;
	font-size: 1.3em;/* text-transform: uppercase;*/
}
h3 {
	margin: 0; margin-bottom: 0.2em; color: #FDE68C;
	font-size: 1.1em;/* text-transform: uppercase;*/
}
h4 {
	margin: 0; margin-bottom: 0.1em; color: #FFCC00;
	font-size: 1.0em; font-variant: small-caps;
}
h5 {
	margin: 0; margin-bottom: 0.1em; color: #FDE68C;
	font-size: 1.0em; font-weight: bold;
}
h6 {
	margin: 0; margin-bottom: 0.1em; color: #FDE68C;
	font-size: 1.0em; font-style: italic;
}

abbr {
	border-bottom: 1px dashed #FEE686; color: #FEE686; cursor: help;
}
acronym {
	border-bottom: 1px dashed #FEE686; color: #FEE686; cursor: help;
}
address {
}
cite {
	color: #FEE686; font-size: 1.0em;
}
code {
	color: #FEE686; font-size: 1.0em;
}
dfn {
	color: #FEE686; font-size: 1.0em;
}
em {
	color: #FEE686; font-style: italic;
}
kbd {
	color: #FEE686; font-size: 1.0em;
}
pre {
	color: #FEE686; font-size: 1.0em;
}
q {
	font-style: italic; color: #FEE686;
}
samp {
	color: #FEE686; font-size: 1.0em;
}
span {
}
strong {
	color: #FFCC00; font-weight: bold;
}
var {
	color: #FEE686; font-size: 1.0em;
}

/*////// Hypertext Module //////*/
a:link {
	color: #FFCC00; /* #FEE686 */ text-decoration: underline;
}
a:visited {
	color: #FFCC00; text-decoration: underline;
}
a:hover {
	color: #FDE68C; text-decoration: underline;
}
a:focus {
	color: #FFCC00; text-decoration: underline;
}
a:active {
	color: #FFCC00; text-decoration: underline;
}

/*////// List Module //////*/
dl {
	margin-bottom: 1.2em; padding-left: 20px;
}
dt {
	margin: 0; margin-top: 1.2em;
	color: #FFCC00; font-weight: bold;
}
dd {
	margin: 0;
}
ol {
	margin-top: 0; margin-bottom: 1.2em;
}
ul {
	margin-top: 0; margin-bottom: 1.2em;
}
li {
	margin-top: 0; margin-bottom: 0.6em;
}

/*////// Presentation Module //////*/
big {
}
hr {
	width: 50%; height: 1px; margin: 0 auto; margin-bottom: 0.6em; border-bottom: 1px solid #FEE686; color: #FEE686; text-align: center;
}
small {
}
sup {
	color: #FEE686;
}
sub {
	color: #FEE686;
}

/*////// Forms Module //////*/
form {
	text-align: center;
}
fieldset {
	display: block; width: 37em; margin: 0em auto 0.6em auto; border: none; padding: 0; text-align: left;
}
legend {
	display: none; margin: 0em 0em 0.6em 0em; padding: 0; color: #FEE686;
}
label {
	float: left; width: 15em; text-align: left;
}
input, select, textarea {
	font-size: 1em; 
}
input, select, textarea {
	width: 14.4em;
}
/*
input: focus, select: focus {
	background: #EEEEEE; color: #FEE686;
}
*/
option {
}
textarea {
	font: 1em verdana, sans-serif;
}
submit, reset, button, .button {
	width: auto; border: 2px outset #FEE686; padding: 0 3px; background: #FBCC6C; color: #000000; 
}
.radio input, .checkList input {
	width: auto; 
}



/*////// Table Module //////*/
table {
	margin-bottom: 1.2em; font-size: 1em; border: 1px solid #FEE686; background: #FFFFFF; border-collapse: separate;
}
caption {
	padding: 8px; border: 1px solid #FEE686; border-bottom: none; background: #FEE686; font-size: 0.9em;
}
thead {
	background: #CCCCCC;
}
tbody th {
	background: #EEEEEE;
}
tfoot {
	background: #DDDDDD;
}
th {
	padding: 4px 8px; text-align: left; font-weight: bold;
}
tr {
}
td {
	border: 1px solid #EEEEEE; padding: 4px 8px; text-align: left;
}

td form {
	margin: 0;
}

/*////// Image Module //////*/
img {
	display: block; margin: 0; border: none;
}




/*///////////////////////////////////////////////////////
CLASS and ID Styles
///////////////////////////////////////////////////////*/

html {
	height: auto !important; height:100%; min-height:100%;
	margin-bottom: 1px;
}
body {
	background-attachment: fixed; background: #3D5766 url('../images/bg-02.jpg') no-repeat center bottom;
	color: #FFFFFF;
}

#container {
	min-width: 780px; min-height: 600px;
	margin: 0; padding: 0; background: transparent;
	text-align: left; 
}


#skip { 
	position: absolute; z-index: 100; /* left: -999em; width: 0; height: 0; overflow: hidden; */
}
#skip ul {
	margin: 0; padding: 0.4em 0 0 0; list-style: none; font-size: 0.8em;
}
#skip li {
	display: inline; margin: 0; padding: 0 0.3em; list-style: none;
}
#skip a {
	float: left; width: 0; height: 2.0em; overflow: hidden; 
	color: #000000; text-decoration: none;
}
#skip a:hover, #skip li a:focus, #skip li a:active {
	width: auto; overflow: auto;
	color: #FFCC00; text-decoration: underline;
}



#masthead {
	display: block; clear: both: margin: 0; padding: 0; overflow: auto;
	position: absolute; top: 2.8em; width: 45%;
}
#masthead h1 {
	margin: 0; padding: 0; text-align: right;
}
#masthead h1 a {
	float: right; display: block; width: 300px; height: 0 !important; height /**/: 119px; overflow: hidden; 
	margin: 0 3.0em 0 0; padding: 119px 0 0 0; background: transparent url('../images/logo-mmc.png') no-repeat left top;
	text-indent: -999em;
}


#content {
	clear: both; margin: 4.5em 0 0 0; padding: 0 3.0em 3.0em 45%;
}


#navigation {
	position: absolute; top: 0; right: 0; width: 100%; min-height: 2.2em;
	margin: 0; padding: 0; background: #000000;
	/* text-align: right; */
}
#navigation h2 {
	position: absolute; left: -999em; top: -999em;
	text-indent: -999em;
}
#navigation ul {
	/* float: right; width: 67em;*/ margin: 0; padding: 0;
	list-style: none; line-height: 1; text-align: left;
}
#navigation li {
	float: left; margin: 0; padding: 0; list-style: none; 
}
#navigation a {
	display: block; padding: 0.6em 0.8em;
	font-family: Arial Narrow, Arial, sans-serif; font-size: 1em;
	color: #FFFFFF; font-weight: normal; text-transform: uppercase; text-decoration: none;
}
#navigation a:hover {
	color: #FFCC00;
}
#navigation li:hover a, #navigation li.sfhover a {
	/* for top level highlight of sub-levels */
	color: #996600;
	background-color: #000000; /* 111111 */
}
#navigation li:hover a:hover, #navigation li.sfhover a:hover {
	color: #FFCC00;
	background-color: #000000; 
}

/* Second Level */
#navigation ul ul {
	position: absolute; width: 17em; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid #444444; padding: 0; 
	font-size: 1.2em; line-height: 1.3;
}
#navigation li li {
	width: 18em; /* width needed or else Opera goes nuts */
}
#navigation li li a, #navigation li:hover li a, #navigation li.sfhover li a {
	width: 16em; _width: 19em; 
	border-bottom: 1px solid #444444; padding: 0.4em 1.0em; background-color: #000000;
	color: #FFFFFF; font-weight: normal; text-transform: none; 
}
#navigation li li a:hover, #navigation li li:hover a:hover, #navigation li li.sfhover a:hover {
	border-bottom: 1px solid #996600; background-color: #111111;
	color: #FFCC00 !important; 
}
#navigation li li:hover a, #navigation li li.sfhover a { /* for second level highlight of sub-levels */
	border-bottom: 1px solid #996600; background-color: #000000;
	color: #996600;
}
#navigation li:hover ul, #navigation li.sfhover ul { /* for top level highlight of sub-levels */
	color: #FFCC00;
	background-color: #000000; /* 111111 */
}

/* Third Level */
#navigation ul ul ul {
	width: 18.1em; margin: -1em 0 0 10em; border: 1px solid #996600; border-bottom: none; background-color: #000000;
	font-size: 1.0em; 
}
#navigation ul ul ul:hover, #navigation ul ul ul.sfhover {
	border: 1px solid #996600; border-bottom: none; background: #000000;
}
#navigation li li li a, #navigation li li:hover li a, #navigation li li.sfhover li a {
	border-bottom: 1px solid #996600; background-color: #000000;
	color: #FFFFFF;
}
#navigation li li li a:hover, #navigation li li li:hover a:hover, #navigation li li li.sfhover a:hover {
	border-bottom: 1px solid #996600; background-color: #111111;
	color: #FFCC00 !important; 
}

/* General Nav Styles */
#navigation ul li:hover ul ul, #navigation ul li:hover ul ul ul, #navigation ul li.sfhover ul ul, #navigation ul li.sfhover ul ul ul {
	left: -999em;
}
#navigation ul li:hover ul, #navigation ul li.sfhover ul {
	left: auto;
}
#navigation ul li li:hover ul, #navigation ul li li li:hover ul, #navigation ul li li.sfhover ul, #navigation ul li li li.sfhover ul { /* lists nested under hovered list items */
	left: 5em; margin-top: -1.7em;
}
#navigation li:hover, #navigation li.sfhover {
	position: static; /* Fix for IE7 stickiness */
}

#navigation a.topLevel {
	padding-right: 1.6em !important;
	background-image: url('../images/nav-arrow.gif');
	background-position: 100% 1.0em;
	background-repeat: no-repeat;
}
#navigation li:hover a.topLevel, #navigation li.sfhover a.topLevel {
	margin-right: 0.6em !important; padding-right: 0.6em !important; padding-right: 1.0em !important;
	background-image: none;
}


#footer {
	position: relative;  /* Needed for Safari */
	width: 100%; height: 3.0em; 
	margin: 0; padding: 0; background: #000000;
	text-align: right; font-size: 0.95em;
}
#footer ul {
	margin: 0; padding: 0.6em 0.2em; list-style: none; 
}
#footer li {
	display: inline; margin: 0; border-right: 1px solid #666666; padding: 0 0.8em 0 1.0em; list-style: none;
}
#footer a {
	color: #666666; text-decoration: none;
}
#footer a:hover {
	color: #FFCC00; text-decoration: underline;
}


#validate {
	display: block; margin: 0; padding: 0.6em 0; 
	font-size: 0.9em; text-align: right; 
}
#validate ul {
	margin: 0; padding: 0 1.0em; list-style: none;
}
#validate li {
	display: inline; margin: 0 5px; padding: 0; list-style: none;
}
#validate a {
	position: relative; z-index: 5; color: #4D4D4D; text-decoration: none;
}
#validate a:hover {
	color: #E9C46D; text-decoration: underline;
}

.specials {
	margin: 0 0 1.5em 0; padding: 2em; overflow: auto;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bg-special.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.specials[class] {
  background-image:url('../images/bg-special.png');
}
.specials h3 {
	margin:  -2em -2em 0.8em -2em; padding: 0.5em 2em; background: #000000;
	font-size: 1.0em; color: #FFDD00;/* text-transform: uppercase;*/
}
.specials img {
	margin: 1em; border: 1px solid #FFCC00; padding: 1px; background: #000000;
}


.inline li {
	display: inline; padding-right: 0.5em; 
}
.abn {
	font-size: 0.9em; color: #FFCC00;
}
.additional {
	display: block; font-size: 0.95em; color: #CCCCCC;
}
.party {
	position: absolute; top: 2.3em; left: 0; z-index: 100; width: 40%; 
	text-align: center;
}
.party img {
	margin: 180px 3em; border: 3px solid #FFCC00; padding: 1px; background: #000000;
}
form h3 {
	text-align: left; padding-left: 5%;
}



#media {
}
#media table {
	border: none; background: none;
}
#media tr {
	border: none; background: none;
}
#media td {
	margin: 0; padding: 0 20px 20px 0; border: none; background: none;
}
#media img {
	margin: 0; padding: 5px; border: 2px solid #FFCC00; background: #FFFFFF;
}




/*///////////////////////////////////////////////////////
Section Styles
///////////////////////////////////////////////////////*/

body.general { background: #2B3D48/*#304454*/ url('../images/bg-02.jpg') no-repeat center bottom; } /*BLUE*/
body.general #container { min-width: 780px; min-height: 600px; }

body.about { background: #2B3D48/*#304454*/ url('../images/bg-08.jpg') no-repeat center bottom; } /*BLUE*/
body.about #container { min-width: 780px; min-height: 600px; }

body.publications { background: #3C333C/*#443745*/ url('../images/bg-04.jpg') no-repeat center bottom; } /*PURPLE*/
body.publications #container { min-width: 780px; min-height: 600px; }

body.products { background: #3C333C/*#443745*/ url('../images/bg-03.jpg') no-repeat center bottom; } /*PURPLE*/
body.products #container { min-width: 780px; min-height: 550px; }

body.employees { background: #4D3D1C/*#5A4521*/ url('../images/bg-06.jpg') no-repeat center bottom; } /*YELLOW*/
body.employees #container { min-width: 780px; min-height: 560px; }

body.teachers { background: #4D3D1C/*#5A4521*/ url('../images/bg-05.jpg') no-repeat center bottom; } /*YELLOW*/
body.teachers #container { min-width: 780px; min-height: 620px; }

body.real-life { background: #2B3D48/*#304454*/ url('../images/bg-01.jpg') no-repeat center bottom; } /*BLUE*/
body.real-life #container { min-width: 780px; min-height: 500px; }

body.difficult { background: #4D3D1C/*#5A4521*/ url('../images/bg-07.jpg') no-repeat center bottom; } /*YELLOW*/
body.difficult #container { min-width: 780px; min-height: 600px; }

body.learning { background: #4D3D1C/*#5A4521*/ url('../images/bg-10.jpg') no-repeat center bottom; } /*YELLOW*/
body.learning #container { min-width: 780px; min-height: 600px; }

body.parents { background: #3C333C/*#443745*/ url('../images/bg-11.jpg') no-repeat center bottom; } /*PURPLE*/
body.parents #container { min-width: 780px; min-height: 600px; }




/*/////////////////////////////////////////
Lytebox Styles
/////////////////////////////////////////*/

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; border: none; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url('../images/loading.gif') center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url('../images/blank.gif') no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url('../images/prev-grey.gif') left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url('../images/prev-red.gif') left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url('../images/prev-green.gif') left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url('../images/prev-blue.gif') left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url('../images/prev-gold.gif') left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url('../images/blank.gif') no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url('../images/next-grey.gif') right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url('../images/next-red.gif') right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url('../images/next-green.gif') right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url('../images/next-blue.gif') right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url('../images/next-gold.gif') right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url('../images/close-grey.png') no-repeat; }
	#lbClose.red { background: url('../images/close-red.png') no-repeat; }
	#lbClose.green { background: url('../images/close-green.png') no-repeat; }
	#lbClose.blue { background: url('../images/close-blue.png') no-repeat; }
	#lbClose.gold { background: url('../images/close-gold.png') no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url('../images/play-grey.png') no-repeat; }
	#lbPlay.red { background: url('../images/play-red.png') no-repeat; }
	#lbPlay.green { background: url('../images/play-green.png') no-repeat; }
	#lbPlay.blue { background: url('../images/play-blue.png') no-repeat; }
	#lbPlay.gold { background: url('../images/play-gold.png') no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url('../images/pause-grey.png') no-repeat; }
	#lbPause.red { background: url('../images/pause-red.png') no-repeat; }
	#lbPause.green { background: url('../images/pause-green.png') no-repeat; }
	#lbPause.blue { background: url('../images/pause-blue.png') no-repeat; }
	#lbPause.gold { background: url('../images/pause-gold.png') no-repeat; }
