/* -- PAGE SETTINGS ------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #dedede url(../images/bg-tile-light.png);
	margin: 0 auto;
}
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}
object, embed {
	border-width: 0;
	display: inline;
}
img {
	border-width: 0;
	display: block;
}
.boxShadow {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, .6);
}

/* -- LOGO ---------------------------------------------------- */

.logo {
	background: url(../images/igh-logo.png);
	background-size: contain;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	margin-left: 4px;
	z-index: 10;
}

/* -- STICKY FOOTER ------------------------------------------- */

#wrapper {
	background: #fff;
	min-height: 100%;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .2), -2px 0px 8px rgba(0, 0, 0, .2);
}
#wrapper, #footer {
	width: 1020px;
	margin: 0 auto;
}
#main {
	overflow: auto;
	padding-bottom: 150px;
}
#footer {
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear: both;
}

/* -- FOOTER CONTENT ------------------------------------------ */

.ft_content {
	width: 998px;
	height: 149px;
	margin: 0 auto;
	background: #eeeef4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeef4));
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	background:	   -moz-linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	background: 	-ms-linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	background: 	 -o-linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	background: 		linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	border: 1px solid #ddd;
	border-bottom: none;
	color: #666;
}
.ft_content a, .ft_content a:visited {
	text-decoration: underline;
	color: #666;
}
.ft_content a:hover, .ft_content a:active {
	text-decoration: underline;
	color: #888;
}
.ft_content ul {
	margin-left: 12px;
	float:left;
	list-style: url(../images/ul.png);
}
.ft_content ul a {
	text-decoration: none;
	font-size: 11px;
}
.ft_icons {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	float: left;
	-webkit-transition: background .2s ease-in-out;
	   -moz-transition: background .2s ease-in-out;
		 -o-transition: background .2s ease-in-out;
			transition: background .2s ease-in-out;
}
.facebook { background: url(../images/ft-facebook-icon.png); }
.facebook:hover { background: url(../images/ft-facebook-hover.png); }
.twitter { background: url(../images/ft-twitter-icon.png); }
.twitter:hover { background: url(../images/ft-twitter-hover.png); }
.google { background: url(../images/ft-google-icon.png); }
.google:hover { background: url(../images/ft-google-hover.png); }
.linkedin { background: url(../images/ft-linkedin-icon.png); }
.linkedin:hover { background: url(../images/ft-linkedin-hover.png); }

/* -- HEADER -------------------------------------------------- */

.header {
	/*background: #CCC;*/
	width: 1020px;
	height: 50px;
}
.header:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
#cssmenu {
	background: #202225 url(../images/menu.png);
	width: 938px;
	padding-left: 82px;
	/*height: 34px;
	/*border-radius: 4px 4px 0 0;
	background: url(../images/menu.png);
	float: right;*/
}
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	/*background: url(../images/menu.png);*/
	color: #ffffff;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	padding: 0 16px;
	border-left: 1px solid #2c3541;
	border-right: 1px solid #191b1d;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu > ul {
	float: left;
	border-right: 1px solid #2c3541;
	border-left: 1px solid #191b1d;
	z-index: 101;
}
#cssmenu > ul > li {
	float: left;
}
/*#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	/*border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #71b00c;
	margin-left: -5px;
}*/
#cssmenu > ul > li:first-child a {
	border-radius: 4px 0 0 0;
}
#cssmenu > ul > li:last-child a {
	border-radius: 0 4px 0 0;
}
#cssmenu > ul > li.active a {
	/*box-shadow: inset 0 0 3px #000000;
	background: url(../images/hover.png) bottom;*/
	background: rgba(255,255,255, 0.05);
}
#cssmenu > ul > li:hover > a {
	background: url(../images/hover.png) bottom;
	zoom: 1;
	/*background: rgba(255,255,255, 0.05);*/
}
#cssmenu .has-sub {
	z-index: 1;
}
/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
#cssmenu .has-sub:hover > ul {
	display: block;
	top: 100%;
	/*opacity: 1;
	visibility: visible;*/
}
#cssmenu .has-sub ul {
	display: none; /**/
	position: absolute;
	width: 130px;
	top: 110%;
	left: -10px;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(0,0,0, 0.4);
	opacity: 0;
	visibility: hidden;
	/*transition: none;  
	-webkit-transition: none;*/
}
}
#cssmenu .has-sub:hover > ul {
	display: block;
	top: 100%;
	opacity: 1;
	visibility: visible;  
}
#cssmenu .has-sub ul {
	/*display: none; /**/
	position: absolute;
	width: 130px;
	top: 110%;
	left: -10px;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(0,0,0, 0.4);
	/**/
	opacity: 0;
	visibility: hidden;
	transition: all .15s ease-in-out;  
	-moz-transition: all .15s ease-in-out;  
	-webkit-transition: all .15s ease-in-out;  
	-o-transition: all .15s ease-in-out;  
}
#cssmenu .has-sub ul li {
	/*margin-bottom: -1px;*/
}
#cssmenu .has-sub ul li a {
	background: #71b00c;
	border-bottom: 1px dotted #aad06d;
	filter: none;
	font-size: 11px;
	display: block;
	line-height: 120%;
	padding: 10px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
#cssmenu .has-sub ul li:hover a {
	background: #528009;
}
#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #528009;
	border-bottom: 1px dotted #97b36b;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #345105;
}

/* BORDER RADIUS */

#cssmenu .has-sub ul li:first-child a {
	border-radius: 4px 4px 0 0;
}
#cssmenu .has-sub ul li:last-child a {
	border-radius: 0 0 4px 4px;
	border-bottom: none;
}
#cssmenu .has-sub .has-sub ul li a {
	border-radius: 0;
}
#cssmenu .has-sub .has-sub ul li:first-child a {
	border-radius: 4px 4px 0 0;
}
#cssmenu .has-sub .has-sub ul li:last-child a {
	border-radius: 0 0 4px 4px;
}

/* -- PAGE CONTENT -------------------------------------------- */

.content {
	width: 1000px;
	height: auto;
	margin: 0 10px;
	overflow: auto;
}
.ui {
	width: 1000px;
	height: auto;
	margin: 0 10px;
	overflow: auto;
	z-index: -1;
}
.left {
	position: relative;
	float: left;
	padding: 0 10px;
}
.middle {
	position: relative;
	float: left;
	padding: 0 10px;
}
.right {
	position: relative;
	float: right;
	padding: 0 10px;
}
.img-float {
	/*background: #202225;
	background: rgba(32,34,37, 0.8);
	color: #eee;*/
	/*background: #fff;*/
	background: rgba(255,255,255, 0.9);
	color: #202225;
	position: absolute;
	padding: 40px;
	margin: 50px 0 0 10px;
}
.clear {
	/*position: relative;*/
	clear: both;
}
.cm {
	margin: 0 -10px;
}
.np {
	padding: 0;
}
.cleartext {
	position: relative;
	clear: both;
	border-bottom: #aad06d 1px dotted;
	margin: 25px 0;
}
