/* Overall */
html, body {
	font-size: 100%;
	/** background-image: none;*/
	background-color: #F0F0F0;
}

input, select, textarea {
	font-size: 100%;
	max-width: 55%;
}
#country {
	width: 10em;
}

p {
	padding: 0 0 1.4em 0;
	line-height: 1.7em;
}


/* Headings */
.Heading1,
.Heading2,
.Heading3 {
	font-size: 102%;
}


/* Backgrounds */
.Background1,
.Background2,
.Background3 {
	font-size: 100%;
}


/* Layout */
#header_container,
#footer_container,
#body_container,
#copyright,
#navf {
	width: 90%;
}

#body_left,
#body_right,
#body_center,
#body_container {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#body_left {
	/***/ margin: 45px 25px 0 25px;
}

#body_left img {
	max-width: 70%;
	height: auto;
}

#header {
	background: url(../images/Gateway_BG.jpg) no-repeat 50% 0;
	/***/ border-bottom: 4px solid #919191;
	/***/ height: 230px;
}

#footer {
	/***/ background-position: 50% 0;
}

#home {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	/**background: url(../images/Logo_NMIH.png) no-repeat center 10px;*/ 
	/* Max Width: 390px */
}
#home a {
	width: 100%;
	/***/ height: 200px;
}


/* Navigation (Mobile) */
#navm {
	position: absolute;
	z-index: 1001;
	left: auto;
	width: 100%;
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	/***/ top: 210px;
	/***/ background-color: #666666;
}
#navm_btn {
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	/***/ background: url(../images/Nav_BG.jpg) repeat;
	/***/ height: 43px;
}
#navm_btn h6 {
	font-size: 135%;
	font-weight: bold;
	/***/ padding-top: 10px;
	/***/ color: #333333;
	/***/ text-shadow: 0px 1px 1px #FFF;
}
#navm_btn h6:hover {
	/***/ color: #BA2720;
}


/* Navigation */
#nav {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 0;
	text-align: center;
}
#nav a {
	display: inline;
	height: auto;
	text-indent: 0;
	background: none;
	font-size: 110%;
	font-weight: bold;
	/***/ color: #DADADA;
}
#nav a:hover {
	/***/ color: #FFF;
}
#nav a,
#nav a:hover,
#nav a.hover,
#nav a.selected { 
	background: none !important;
	width: auto !important;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
}
#nav ul li { 
	margin-bottom: 0.9em;
	padding: 0;
	clear: left;
	width: 100%;
}


/* Navigation Overlays */
#nav ul li {
	position: relative;
	display: block;
}
#nav ul li ul {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
	background: none;
	display: inline;
}
#nav ul li ul li {
	width: 100%;
	margin: auto;
	padding-bottom: 0.2em;
}
#nav ul li ul li a {
	height: auto;
	text-indent: 0;
	display: inline;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	color: auto;
	text-decoration: auto;
	background: none;
}
#nav ul li ul li a:hover {
	color: auto;
	background-position: auto !important;
}
#nav ul li ul li.arrow {
	display: none !important;
	height: 0 !important;
}


/* Footer */
#copyright {
	left: 0;
	font-size: .6em;
	text-align: left;
	/***/ padding-bottom: 20px;
	/***/ top: 150px;
}

#mobile {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	/***/ top: 75px;
}
#mobile ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile ul li {
	float: left;
	width: 50%;
	white-space: nowrap;
}
#mobile a img {
	vertical-align: middle;
	margin-bottom: .5em;
}
#mobile a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .7em 1.2em .3em 1.0em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	font-size: 110%;
	font-weight: bold;
	/***/ color: #D6E0EB;
	/***/ border: solid 1px #00102B;
	/***/ background: #002156;
	/***/ background: -webkit-gradient(linear, left top, left bottom, from(#0C3869), to(#002156));
	/***/ background: -moz-linear-gradient(top,  #0C3869,  #002156);
}
#mobile a:hover {
	text-decoration: none;
}
#mobile a:active {
	position: relative;
	top: 1px;
}


/* Hide */
#panel,
#flash,
#navf,
#navi,
#social,
#social_counters,
#call,
#calltoaction,
#body_right,
#footer_home {
	display: none;
}


/* Misc */
#body_left table img {
	width: 90%;
}

#body_left table #captchaimg {
	width: auto;
}

#gateway_container {
	width: 100%;
	min-height: auto;
}

#gateway_left,
#gateway_right {
	width: 80%;
	float: left;
	position: relative;
	top: 30px;
	left: 10%;
	clear: both;
}

#superhead {
	display: none;
}