@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Century Schoolbook";
  src: url(/asset/fonts/censcbk.ttf);
}

@font-face {
  font-family: "Eras Demi ITC";
  src: url(/asset/fonts/erasdemi.ttf);
}

@font-face {
  font-family: HelveticaNeue;
  src: url(/asset/fonts/HelveticaNeueHv.ttf);
}

@font-face {
  font-family: "Product Sans";
  src: url(/asset/fonts/ProductSansRegular.ttf);
}




html { margin: 0; padding: 0; }

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
#header {
	width: 100%;
	clear: left;
	float: left;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66FFFF;
}
#header_centre {
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
	position: relative;
}
#header #header_logo {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 10px;
	max-width: 200px;
}

#header #header_logo #header_logo_img {
	width: 100%;
	clear: left;
	float: left;
	margin-top: 0px;
        margin-bottom: 20px;
}
#header  #header_logo #tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: -40px;
	clear: left;
	float: left;
	margin-left: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-weight: bold;
}
#header  #header_centre  #img_ims_iso  {
	height: 80px;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}
#header   #header_centre   #img_ims_25th   {
	height: 80px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#header #topmenu {
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #topmenu li {
	list-style-type: none;
	margin: 0px;
	float: left;
	font-family: "Product Sans";
	font-size: 1.2em;
}
#header #topmenu a {
	float: left;
	color: #000000;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	-webkit-transition: padding-bottom 1s, background-color 0.5s; /* Safari */
	transition: padding-bottom 1s, background-color 0.5s;
}
#header #topmenu a:hover {
	color: #000000;
	background-color: #FFAEB0;
	padding-bottom: 60px;
}


#logo_small_box {
	width: 10%;
	margin-top: 10px;
	clear: left;
	float: left;
}

#logo_small_box #logo_small_img {
	width: 100%;
}
.slicknav_menu {
	display:none;
	border-bottom: solid gray 1px;
}
#middle {
	width: 100%;
	clear: left;
	float: left;
	background-color: #FFFFFF;
	vertical-align: top;
}

#middle_centre {
	margin-left:auto;
	margin-right:auto;
	max-width: 100%;
	position: relative;
	overflow:hidden;

}
#middle_centre h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 50px;
}

#footer {
	width: 100%;
	/*box-shadow: 0px -10px 10px -10px black;*/
	padding-top: 20px;
	clear: left;
	float: left;
	padding-bottom: 100px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66FFFF;
}
#footer_centre {
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
	position: relative;
}
#footer .linkgroup_container {
	clear: left;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 50px;
}
#footer .linkgroup {
	font-family: "Product Sans";
	float: left;
	width: 200px;
	margin-top: 20px;
}

#footer .linkgroup .title {
	font-size: 1em;
	font-weight: bold;
}
#footer .linkgroup ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .linkgroup li {
	font-size: 0.9em;
	margin: 0px;
	padding: 2px;
}

#endfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 90%;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: left;
	float: left;
}


@media screen and (min-width: 300px) {

#header {
	/*background-color: rgba(255, 255, 255, .95);*/
	background-color:#FFFFFF;
	text-align:	left;
}
#header #header_logo {
	width: 80%;
	margin-top: 10px;

}

#logo_small_box {
	width: 150px;
	margin-top: 10px;
}

#logo_small_box #logo_small_img {
	width: 100%;
}

	/* #menu is the original menu */
	
	#header_logo, #img_ims_iso, #img_ims_30th {
		display:none;
	}		
	#topmenu {
		display:none;
	}	
	.slicknav_menu {
		display:block;	
		/*box-shadow: 0px 10px 10px -10px black;*/
		border-bottom: 1px solid #66FFFF;
		
	}
	
}

@media screen and (min-width: 900px) {
#header_logo_small {
	width: 200px;
	margin-top: 10px;
}

#header #header_logo {
	width: 20%;
	margin-top: 10px;
}
#header {
/*	background-color: rgba(0, 255, 255, 0);*/
	background-color:#FFFFFF;	
	text-align:	left;
	border-bottom: 1px solid #66FFFF;	
}

#logo_small_box {
	width: 150px;
	margin-top: 10px;
}

#logo_small_box #logo_small_img {
	width: 100%;
}

	/* #menu is the original menu */
	
	#header_logo, #img_ims_iso, #img_ims_30th {
		display:block;
	}			
	#topmenu {
		display:block;
	}
	
	.slicknav_menu {
		display:none;

	}
}
