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

body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636466;
	background: #fff; /*background: #545454 url(../images/subpage_bg.jpg) left top repeat-x;*/
}
img {
	border: none;
}
.container {
	float: left;
	text-align: left;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header_container {
	float: left;
	width: 100%;
	height: 160px;
	text-align: center;
}
#header {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 914px;
	height: 160px;
	background: #fff;
}
#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 {
	text-align: left;
	margin: 0 auto;
	width: 914px;
}
#content_container {
	/*float: left;
	width: 100%;*/
	width: 914px;
	text-align: center;
	margin: 0 auto;
	text-align: left;
}
#body {
	position: relative;
	float: left;
	margin: 0 auto;
	text-align: left;
	width: 914px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	background: #fff;
	padding-bottom: 120px;
}
#left_col {
	float: left;
	width: 348px;
}
#right_col {
	float: left;
	width: 566px;
}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	float: left;
	width: 914px;
	height: 70px;
}

a {
	color: #527898;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Header */
#logo {
	float: left;
	margin: 10px 0 0 17px;
}
/*#tagline {
	float: right;
	margin: 116px 54px 0 0;
}*/
#subpage_header {
	float: right;
	margin-right: 67px;
}
#tagline {
	position: absolute;
	top: 123px;
	left: 18px;
	font-size: 14px;
}
#home_link {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
}

/* Nav */
#nav a {
	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: 16px;
	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, #nav a.selected, #nav a.selected#last_nav {
	background: #357954;
}

/* Subnav */
#subnav {
	float: left;
	width: 914px;
	height: 30px;
	padding-left: 6px;
}
#subnav a {
	display: block;
	float: left;
	height: 20px;
	margin: 10px 0 0 0;
	padding: 0 12px 0 12px;
	/*background: url(../images/subnav_rule.gif) right center no-repeat;*/
	border-right: 1px solid #357954;
	font-size: 15px;
	text-decoration: none;
	color: #357954;
	font-weight: bold;
}
#subnav a:hover, #subnav a.selected {
	text-decoration: underline;
}
#subnav a#last_subnav {
	/*background: none;*/
	border-right: none;
}

/* Body */
/* Left Col */
#left_col h2 {
	font-size: 	20px;
	color: #527898;
	padding: 0 30px 0 34px;
}
#left_col h3 {
	padding: 0 20px;
}
#left_col p {
	font-size: 	14px;
	/*padding: 0 30px 0 34px;*/
}
/* Callouts */
.callout_box {
	float: left;
	width: 248px;
	display: inline;
	margin: 20px 0;
	/*background: #717273;*/
	border: 1px solid #3c5ba9;
	color: #3c5ba9;
	padding: 14px 20px;
}
.callout_box h1 {
	font-size: 18px;
	margin: 0 0 6px 0;
}
.callout_box ul {
	margin: 0 0 0 16px;
	padding: 0;
	font-size: 14px;
	list-style-image: url(../images/bullet_triangle.gif);

}
.callout_box li {
	margin: 4px 0;
}

#left_col p {
	padding: 0 20px;
}
#left_col a.callout {
	float: left;
	clear: left;
	display: block;
	background: url(http://insourcenow.com/staging/images/callout_triangle.gif) left top no-repeat;
	padding: 2px 4px 2px 30px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #2598d0;
	margin: 0 0 20px -20px;
}/*
#left_col a:hover {
	text-decoration: none;
	background: url(../images/callout_btn_bg_ro.gif) left top no-repeat;
}*/
#left_col a.learn_more_link {
	float: right;
	color: #2598d0;
}



/* Right Col */
#right_col h1 {
	font-size: 	30px;
	padding-right: 70px;
}
#right_col h2 {
	font-size: 	20px;
	padding-right: 70px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
#right_col p {
	font-size: 	14px;
	padding-right: 70px;
}
#right_col table {
	border-left: 1px solid #9dadd4;
	border-top: 1px solid #9dadd4;
	background: #eceff7 url(../images/table_bg.gif) left top repeat-x;
}
#right_col td {
	border-right: 1px solid #9dadd4;
	border-bottom: 1px solid #9dadd4;
	padding: 6px;
}
#right_col ul, #right_col ol {
	font-size: 	14px;
	padding: 0 70px 0 0;
	margin: 0 0 0 20px;
}
#right_col ul {
	list-style-image: url(../images/bullet_table.gif);
}
#right_col table ul, #right_col table ol {
	padding-right: 0;
}


/* Footer */
#utility_nav {
	float: left;
	margin: 0 0 0 20px;
	display: inline;
	color: #636466;
	font-size: 14px;
}
#utility_nav a {
	color: #636466;
	text-decoration: none;
	font-weight: bold;
}
#utility_nav a:hover {
	text-decoration: underline;
}
#footer_content {
	float: right;
	text-align: right;
	width: 300px;
	font-size: 12px;
	color: #636466;
	margin: 0 67px 0 0;
}
#footer_content p {
	margin: 2px 0;
	font-size: 12px;
}
#footer_content a {
	color: #636466;
	text-decoration: none;
}
#footer_content a:hover {
	text-decoration: underline;
}#footer_content img {
	behavior: url(scripts/iepngfix.htc);
}
