@charset "UTF-8";
/*						            			Reset
---------------------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
/*						           			Structure
-------------------------------------------------------------------------------
*/
#wrapper{
	width:980px;
	margin:0 auto;
}
#header{
	margin:10px 0 0 0;
	width:980px;
	float:left;
}
#logo{
	width:980px;
	float:left;
	height:90px;

}
#asfin{
	float:left;
	height:75px;
	width:650px;
	background-image:url('images_as/asfinLogo.png');
	background-repeat:no-repeat;
}
#topLinks{
	margin:-15px 0 0 925px;
	display:block;
	float:left;
}
#content{
	width:980px;
	float:left;
}
#slider{
	width:980px;
	float:left;
	height:349px;
}
#sliderContent{
	width:520px;
	float:left;
	position:relative;
	z-index:100
}
#sliderPicture{
	width:300px;
	height:349px;
	float:left;
	margin:0 0 0 -520px;
}
#sliderBorder{
	background-image:url('images_as/sliderBottomBorder.png');
	width:980px;
	height:10px;
	float:left;
}
#products{
	margin:30px 0 0 0;
	width:980px;
	float:left;
	
}
#productLeft{
	width:750px;
	float:left;
	height:500px;
}

#productLeft_2{
	width:750px;
	float:left;
	height:750px;
}

#productLeft_3{
	width:750px;
	float:left;
	height:1300px;
}

#productRight{
	width:230px;
	float:left;
	height:600px;
}
#footer{
	width:980px;
	float:left;
	height:45px;
	margin:10px 0 0 80px;	
}
#footerBorder{
	background-image:url('images_as/footerBorder.png');
	width:980px;
	height:13px;
	float:left;
	margin:35px 0 0 0;
}
/*							     				Type
--------------------------------------------------------------------------------
*/
h1{
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight:500;
	font-size:1em;
	color:#153780;
}
h2{
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight:500;
	font-size:2.45em;
	color:#153780;
}
h3{
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight:400;
	font-size:1.4em;
	line-height: 1.1em;
	color:#3bb0d8;
}
h4{
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight:600;
	font-size:.9em;
	line-height: 1.2em;
	color:#5a5a5a;
}
h5{
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight:400;
	font-size:1.3em;
	line-height: 1.1em;
	color:#153780;
}
h6{
	font-family: "Helvetica Neue", "Arial", sans-serif;	
	font-weight:300;
	font-size:.9em;
	color:#153780;
}
p{
	font-family: "Helvetica Neue", "Arial", sans-serif;		
	font-weight:300;
	font-size:.8em;
	line-height: 1.15em;
	color:#484848;
}

li{
	font-family: "Helvetica Neue", "Arial", sans-serif;	
	font-weight:300;
	font-size:.9em;
	color:#484848;
}

/*										Top Links
-------------------------------------------------------------------------------
*/
#topLinks ul{
	list-style-type:none;	
}
#topLinks li{
	display: block;
	float: left;
}
#topLinks a{
	font-family: "Helvetica Neue", "Arial", sans-serif;	
	text-decoration:none;
	color:#666666;
	font-size:.8em;
}
#topLinks span{
	display:block;
	float:left;
	margin:1px 15px;
	font-size:1.2em;
	font-weight:100;
}
#loginIcon{
	background-image:url('images_as/icon.png');
	background-repeat:no-repeat;	
	height:14px;
	width:13px;
	float:left
	display:block;
	padding: 0 10px 0 0;
	text-indent:20px;
	margin:2px 0 0 0;
}
/*									Slider Content
-------------------------------------------------------------------------------
*/
#sliderBodyCopy{
	width:480px;
}

#sliderContent h2{
	margin:10px 0 0 0;
}
#sliderContent h3{
	margin:10px 0 0 0;
}
#sliderContent h4{
	margin:20px 0 0 0;
}
#sliderContent p{
	margin:20px 0 0 0;
	line-height: 1.35em;

}
.slides_container {
	width:980px;
	overflow:hidden;
	display:none;
	margin:0 0 0 0px;
	float:left;
}
/*						           			Products
-------------------------------------------------------------------------------
*/
.productBox{
	height:163px;
	width:194px;
	background-image:url('images_as/productBG.png');
	float:left;
	margin:0 20px 20px 0;
	padding:11px 18px;
	position:relative;
}
#productRight .productBox{
	margin-right:0px;
}
.doubleBox{
	height:390px;
	width:230px;
	float:left;
	background-image:url('images_as/contactFormBg.png');
	float:left;
}
/*									Product Boxes
--------------------------------------------------------------------------------
*/
.description{
	margin:15px 0 0 0;
}

.learnMore{
	position:absolute;
	bottom:12px;
}

.learnText {
	padding:0 0 0 25px;
	display:block;
}
.arrow{
	background-image:url('images_as/arrow.png');
	height:15px;
	width:15px;
	display:block;
	position:absolute;
	top:2px;	
}
#productRight .productBox h5{
	font-size:1em;
}
#productRight .title{
	margin:10px 0 0 0;

}
#brochure{
	background-image:url('images_as/brochure.png');
	width:78px;
	height:51px;
	display:block;
	float:left;
	margin:-15px 0 0px 0;
}
/*									       		Form 
--------------------------------------------------------------------------------
*/
.doubleBox p{
	color:#ffffff;
	margin:10px 0 -10px 10px;
	font-size:1.2em;
	font-weight:400;	
}
#formBox{
	padding:0 8px 8px 8px;
}
.formInput{
	background-image: url('images_as/inputFormSmall.png');
	color:#999999;
	height:26px;
	width:201px;
	border:0px;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size:.9em;
	padding:2px 6px 2px 6px;
	margin:17px 0 0 0;
}
.formComment{
	background-image: url('images_as/inputFormLarge.png');
	color:#999999;
	height:149px;
	width:201px;
	border:0px;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size:.9em;
	padding:4px 6px 2px 6px;
	margin:17px 0 0 0;
	overflow:hidden;
}
#submitBtn{
	background-image:url('images_as/sendBtn.png');
	background-repeat:no-repeat;
	height:31px;
	width:65px;
	border-style:none;
	background-color:transparent;
	cursor:pointer;
	margin:12px 0 0 148px;
}
/*									    		Footer
----------------------------------------------------------------------------------
*/
#footer ul{
	list-style-type:none;	
}
#footer li{
	display: block;
	float: left;
}
#footer a{
	font-family: "Helvetica Neue", "Arial", sans-serif;	
	text-decoration:none;
	color:#666666;
	font-size:.8em;
}
/*#footer a:hover,a:active{
	background-color:#52b0cc;
	color:#ffffff;
}*/
#footer span{
	font-family: "Helvetica Neue", "Arial", sans-serif;		
	display:block;
	float:left;
	margin:0px 15px;
	font-size:1em;
	font-weight:100;
}
#mailTo{
	background-image:url('images_as/emailicon.png');
	width:20px;
	height:13px;
	display:block;
	float:left;
	margin:3px 0 0 0px;
}

#footer strong{
	font-family: "Helvetica Neue", "Arial", sans-serif;	
	text-decoration:none;
	color:#666666;
	font-size:.8em;
}

#footer strong_bak{
	font-size:.8em;
	margin:0 0 0 17px;
	color:#999999;	
}
#footer small{
	font-size:.8em;
	margin:0 0 0 15px;
	color:#999999;
}
/*										Main Nav
--------------------------------------------------------------------------------
*/
#nav{
	width:980px;
	background-image:url('images_as/navsprite.png');
	float:left;
	height:52px;
	position: relative;	
}
#nav li {
	float: left;
	list-style-type:none;	
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 52px;
	background: url('images_as/navsprite.png') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/*								up state
-----------------------------------------------------------------
*/
li#nav_company a {
	left: 0px;
	width: 180px;
	background-position: 0 0;
}
li#nav_products a {
	left: 180px;
	width: 184px;
	background-position: -180px 0;
}
li#nav_industry a {
	left: 364px;
	width: 190px;
	background-position: -364px 0;
}
li#nav_click a {
	left: 554px;
	width: 208px;
	background-position: -554px 0;
}

li#nav_contact a {
	left: 762px;
	width: 218px;
	background-position: -762px 0;
}

/*								hover state
--------------------------------------------------------------------
*/
li#nav_company a:hover {
	background-position: 0 -52px;
}

li#nav_products a:hover {
	background-position: -180px -52px;
}

li#nav_industry a:hover {
	background-position: -364px -52px;
}

li#nav_click  a:hover {
	background-position: -554px -52px;
}

li#nav_contact a:hover {
	background-position: -762px -52px;
}
/*								current state
----------------------------------------------------------------------
*/
.company li#nav_company a {
	background-position: 0 -52px;
}
.products li#nav_products a {
	background-position: -180px -52px;
}
.industry li#nav_industry a {
	background-position: -364px -52px;
}
.click li#nav_click a {
	background-position: -554px -52px;
}
.contact li#nav_contact a {
	background-position: -762px -52px;
}
/*									Secondary Nav
---------------------------------------------------------------------------------
*/
#secondaryNav{
	width:980px;
	height:40px;

}
#secondaryNavBorder{
	background-image:url('images_as/sliderBottomBorder.png');
	width:980px;
	height:10px;
	float:left;
}
#firstRow{
	width:700px;
	float:left;
	padding:0 0 0 160px;
}
#secondRow{
	width:800px;
	float:left;
	padding:0 0 0 110px;
	
}
#secondaryNav ul{
	list-style-type:none;	
}
#secondaryNav li{
	display: block;
	float: left;
}
#secondaryNav a{
	font-family: "Helvetica Neue", "Arial", sans-serif;	
	text-decoration:none;
	color:#666666;
	font-size:.8em;
}
#secondaryNav span{
	font-family: "Helvetica Neue", "Arial", sans-serif;		
	display:block;
	float:left;
	margin:0px 15px;
	font-size:1em;
	font-weight:100;
}
/*										Template
-------------------------------------------------------------------------------
*/
#productLeftTitle1{
	background-image:url('images_as/cost_containment.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle2{
	background-image:url('images_as/billsReviewContent.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle3{
	background-image:url('images_as/fraud_and_abuse.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle4{
	background-image:url('images_as/claim_negotiation.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle5{
	background-image:url('images_as/billsReviewContent.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle6{
	background-image:url('images_as/workers_comp_claims.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle7{
	background-image:url('images_as/network_management.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle8{
	background-image:url('images_as/click_n_pay.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle9{
	background-image:url('images_as/patient_advocacy.png');
	width:720px;
	height:180px;
	
}
#productLeftTitle10{
	background-image:url('images_as/preadmission_negotiation.png');
	width:720px;
	height:180px;
	
}
#productLeftBorder{
	background-image:url('images_as/productLeftBorder.png');
	width:657px;
	height:1px;
}
#productLeftTitle h2{
	font-weight:400;
	font-size:2.15em;
	color:#153780;
}

#productLeftTitle h4{
	font-size:1.1em;
	width:400px;
	margin:10px 0 0 0;
}

#productLeftcontent{
	width:720px;
	height:415px;
	float:left; 
}

#productLeftcontent p{
	margin:20px 0 0 0;
	line-height: 1.35em;
}
#productLeftcontent h5{
	font-size:1.3em;
	line-height: 2.1em;
	color:#484848;	
}
#productLeftcontent ul{
	margin:0 0 0 30px;	
	font-size:.9em;
}
#productLeftcontent ul{
	line-height:1.5em;
}
