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

html {
	margin: 0;
	height: 100%;
	min-width: 1000px;
}
body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
	background: #545454;
}
img {
	border: none;
}
.container {
	float: left;
	text-align: left;
	/*width: 770px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -143px 0; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	z-index: 20;
	float: left;
}
#push {
	float: left;
	height: 143px; /* .push must be the same height as .footer */
}
#header_container {
	width: 100%;
	float: left;
	height: 178px;
	text-align: center;
	overflow: hidden;
}
#header {
	text-align: left;
	min-width: 1000px;
	height: 178px;
	margin: 0 auto 0 auto;
}
#nav_container {
	float: left;
	width: 100%;
	height: 41px;
	text-align: center;
	background: url(../images/nav_bg2.png) left top repeat-x;
	behavior: url(scripts/iepngfix.htc);
}
#nav {
	position: relative;
	text-align: left;
	width: 764px;
	margin: 0 auto 0 193px;
}
#content_container {
	float: left;
	width: 100%;
	min-height: 240px;
	height: auto !important;
	height: 240px;
	padding-bottom: 143px;
}
#body {
	text-align: left;
	width: 764px;
	margin: 0 auto;
}
#footer_container {
	float: left;
	width: 100%;
	height: 143px;
	background: url(../images/footer_bg.png) left top repeat;
	behavior: url(scripts/iepngfix.htc);
	text-align: center;
	position: relative;
	z-index: 30;
}
#footer {
	float: left;
	text-align: left;
	width: 764px;
	margin: 0 auto 0 193px;
	display: inline;
}


/* Home BG */
#img_holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 600px;
	overflow: hidden;
}
.home_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	min-width: 100%;
	min-height: 100%;
	/*width: 100%;
	min-width: 1600px;*/
}
#bg2 {
	display: none;
}
#bg3 {
	display: none;
}

.home_header {
	position: absolute;
	top: 70px;
	left: 203px;
	z-index: 40;
	behavior: url(scripts/iepngfix.htc);
}
#h2 {
	display: none;
}
#h3 {
	display: none;
	
}/*
#gray_bar {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 138px;
	left: 193px;
	background: url(http://www.insourcenow.com/staging/images/footer_bg.png) left top repeat;
	behavior: url(scripts/iepngfix.htc);
	z-index: 10;
}*/
#gray_bar {
	position: relative;
	width: 100%;
	height: 40px;
	top: -40px;
	left: 193px;
	background: url(../images/footer_bg.png) left top repeat;
	behavior: url(scripts/iepngfix.htc);
	z-index: 10;
}



/* Header */

#logo {
	behavior: url(scripts/iepngfix.htc);
}
#utility_nav {
	float: right;
	width: 270px;
	text-align: right;
	margin: 10px 10px 0 0;
	display: inline;
	color: #fff;
}
#utility_nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#utility_nav a:hover {
	text-decoration: underline;
}

/* Nav */
#nav a {
	position: relative;
	display: block;
	float: left;
	height: 27px;
	margin: 0;
	padding: 10px 20px 0 20px;
	/*background: url(../images/nav_rule.gif) right center no-repeat;*/
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #357954;
}
#nav a#last_nav {
	/*background: none;*/
	border-right: none;
}
#nav a:hover, #nav a#last_nav:hover {
	background: #357954;
}

#nav span a {
	position: static;
	display: inline;
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#nav span a:hover {
	text-decoration: underline;
}


.nav_item {
	position: relative;
	float: left;
}
.nav_ro_box_hide {
	display: none;
}
.nav_ro_box {
	position: absolute;
	top: 37px;
	left: 0;
	width: 277px;
	height: 124px;
	background: url(../images/nav_ro_box_bg.png) left top no-repeat;
	behavior: url(scripts/iepngfix.htc);
	color: #fff;
	font-size: 14px;
	display: inline;
	padding: 20px;
}
.nav_ro_box#nav_box_0 {
	width: 550px;
	background: url(../images/nav_ro_box_default_bg.png) left top no-repeat;
}
.nav_ro_box p {
	margin: 0 0 6px 0;
	line-height: 22px;
}



/* Footer */
#news_box {
	float: left;
	width: 346px;
	height: 118px;
	background: #231f20;
	margin: 13px 0 0 0;
}
#news_box h3 {
	color: #00aff8;
	font-size: 11px;
	padding: 0 24px;
	margin: 9px 0 0 0;
}
#news_box p {
	color: #ced151;
	font-size: 12px;
	padding: 0 24px;
	margin: 4px 0;
}
#news_box a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#news_box a:hover {
	text-decoration: underline;
}

#footer_content {
	float: right;
	text-align: right;
	width: 350px;
	height: 100px;
	font-size: 11px;
	color: #fff;
	margin: 20px 0 0 0;
}
#footer_content p {
	margin: 10px 0;
}
#footer_content a {
	color: #fff;
	text-decoration: none;
}
#footer_content a:hover {
	text-decoration: underline;
}
#footer_content img {
	behavior: url(scripts/iepngfix.htc);
}