@import url("header.css");
@import url("footer.css");
@import url("form.css");
@import url("left.css");


@charset "UTF-8";
/***********************************************

	INADCO BASE STYLESHEET

***********************************************/

*/ * {
margin: 0;
padding: 0;
}

html{
	font-size: 100%;
} 

body {
	background: #fff;
	border-top: solid 4px #005C99;
	color: #000;
	font: 1.0em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	background: url(/images/div-dots.gif) repeat-x left bottom;
	margin: 0 0 6px 0;
	padding: 6px 0;
	font: bold 180% Helvetica, Arial, sans-serif;
	color: #005C99;
	letter-spacing: -0.04em;
}
h1 span {
	display: none;
}
h2 {
	font: bold 150% Helvetica, Arial, sans-serif;
	padding: 14px 0;
	margin: 0 auto;
	letter-spacing: -0.03em;
	color: #666;
}
h3 {
	font: bold 130% Helvetica, Arial, sans-serif;
	padding: 12px 0;
	margin: 0 auto;
}
h4 {
	font: normal 120% Helvetica, Arial, sans-serif;
	padding: 6px 0;
	margin: 0 auto;
	border-bottom: solid 1px #8B407E;
}
a {
	color: #0E3085;
}
a.selected {
	color: #0E3085 !important;
}
a:hover {
	color: #44315c;
	text-decoration: underline;
}
img {
	border: none;
}
p, li, span {
	line-height: 1.3em;
	margin: 0 0 12px 0;
}
li {
	margin: 0 0 6px 0;
}

.home-lt, .home-rt {
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	float: left;
	height: 330px;
	width: 50%;
}
.home-lt {
	background:url(../images/adv-home.gif) no-repeat top right;
}
.home-rt {
	background: url(../images/pub-home.gif) no-repeat top left;
}
.home-lt h2, .home-rt h2 {
	padding: 0;
	margin: 0;
}
.home-lt h2 a, .home-rt h2 a {
	height: 330px;
	width: 100%;
	display: block;
	right: 10px;
}
.home-lt h2 a span, .home-rt h2 a span {
	display: none;
}
.management {
	
	font: normal 120% Helvetica, Arial, sans-serif;
	margin: 0 auto;
	color: #8e3e7b;	
}
.careers {
	
	font: normal 120% Helvetica, Arial, sans-serif;
	margin: 0 auto;
	color: #8e3e7b;	
}
.management-member {
	color:#093154;
		padding-bottom: 10px;
		text-decoration:none;
}
.manager-bio {
	line-height: 1.3em;
	padding-bottom: 11px;
	font-size:12px;	
}

/***********************************************

	MAIN LAYOUT STYLES

***********************************************/

#pge-wrap {  
	padding: 0;
	margin: 0 auto;
}
#content-wrap { 
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 0;

	
}

/***********************************************

	CONTENT STYLES

***********************************************/

#content {
	clear: both;
	display: block;
	margin: 14px auto;
	padding: 0 0 20px 0;
	position: relative;
	text-align: left;
	width: 96%;
	min-height: 400px;
}
#content-wide { /* full width content */
	float: left;
	left: 20px;
	margin-bottom: 30px;
	padding: 0 0 20px 0;
	position: relative;
	top: 10px;
}
#content-lt { /* left navigation holder */
	float: left;
	margin-bottom: 30px;
	padding: 0 0 20px 0;
	position: relative;
	top: 10px;
	width: 300px;
}
#content-lt1 { /* left navigation holder */
	float: left;
	margin-bottom: 30px;
	padding: 0 0 20px 0;
	position: relative;
	top: 20px;
	width: 260px;
}
#content-rt { /* right content holder */
	float: right;
	width: 580px;
	top: 10px;
	position: relative;
	padding: 0 0 20px 0;
	margin-bottom: 10px;
}

#content-text { /* text holder for main text only pages*/
	width: 620px;
	margin: 0 auto;
}


/***********************************************

	HOW IT WORKS STYLES

***********************************************/


#hiw-main {
	background: url(/images/howitworks2.gif) no-repeat 0 -18px;
	height: 450px;
	position: relative;
	left: 60px;
}
#hiw-adv, #hiw-pub {
	display: inline;
}
#hiw-adv a {
	position: absolute; 
	top: 86px; 
	text-indent: -4000px; 
	height: 210px; 
	width: 200px;
}
#hiw-pub a {
	position: absolute; 
	top: 86px; 
	left: 546px;
	text-indent: -4000px; 
	height: 210px; 
	width: 200px;
}
.hiw-text {
	width: 420px;
}
.hiw-text .inner {
	padding: 4px 20px;
}
.hiw-text.adv {
	background: url(/images/bg-form-blue_01.png) no-repeat 0 0;
	float: left;
}
.hiw-text.adv .ftr {
	background: url(/images/bg-form-blue_02.png) no-repeat 0 bottom;
	height: 20px;
}

.hiw-text.pub {
	background: url(/images/bg-form-purple_01.png) no-repeat 0 0;
	float: right;
}
.hiw-text.pub .ftr {
	background: url(/images/bg-form-purple_02.png) no-repeat 0 bottom;
	height: 20px;
}




.btn {
	padding: 0 0 20px 0;
}
.btn img {
	border: none;
}
.clr-w {
	width: auto;
}
.clr-bg {
	background: none;
	border: none;
}
.sm {
	font: 11px Helvetica, Arial, sans-serif;
}

/***********************************************

	LOGIN LINKS

***********************************************/

.login {
	font-size: 11px;
	padding: 10px 10px 0 10px;
	text-align: center;
	font-weight: normal;
}



/***********************************************

	CLEAR FOR FLOATS

***********************************************/

.clearfix:after {
	content: ".";
	height: 0 !important;
	visibility: hidden;
	display: block;
	clear: both;
}
/* ie7 */
.clearfix {
	overflow:hidden;
}
/* ie6 */	
* html .clearfix {
	height: 1%;
	overflow: visible;
}
