@charset "utf-8";
/* CSS Document */

body {
		font-family:Arial, Helvetica, sans-serif;
		background-image:url(../images/nsi_back.jpg);
		background-position:center;
		background-attachment:fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
}
.nsiHeader {
	background-image:url(../images/hongkong_header.jpg);
		background-position:center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		height:300px;
		padding:0px;
}
.lucent {
		background-color:rgba(218,236,250,0.8);
		color:#00002c;
}
.lucent2 {
		background-color:rgba(218,236,250,0.8);
		color:#00002c;
	}	
.headIMG {
		-webkitborder-radius:25px;
		-moz-border-radius:25px;
		-o-border-radius:25px;
		border-radius:25px;
		margin:20px 0px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

#footer {
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color:rgb(216,225,239)
}
.mainText {
	font-size:1.7em;
	padding-top:20px;
	line-height:2em;
}
