/* CSS Document */
/*/////////////////////////////////////////Body//////////////////////////////////////////*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#252525;
	text-align:center;
	text-decoration:none;
	margin:0px;
}
*{
	margin:0px;
	padding:0px;
}
#wrapper{
	width:716px;
	margin:0px auto;
}
img{
	border:none;
}
a:link, a:visited{
	color:#FF7F00;
	text-decoration:none;
}
a:hover, a:active{
	color:#FF7F00;
	text-decoration:underline;
}
.orangetext{
	color:#FF7F00;
	text-decoration:none;
}

/*/////////////////////////////////////////topNav//////////////////////////////////////////*/
#topnav_container{
	width:716px;
	margin-top:17px;
	position:relative;
	float:left;
}
#topnav_container p{
	float:left;
}
#topnav{
	float:right;
	width:340px;
	margin-top:50px;
}
#topnav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#topnav ul li{
	margin:0px;
	padding:10px 0px 0px 10px;;
	float:left;
}
#topnav ul li span{
	display:none;
}
.nav1 a{
	display:block;
	width:159px;
	height:18px;
	background:url(images/topnav_howdoesitwork.gif) top left no-repeat;
}
.nav1 a:hover{
	display:block;
	width:159px;
	height:18px;
	background:url(images/topnav_howdoesitwork.gif) bottom left no-repeat;
}
.nav2 a{
	display:block;
	width:159px;
	height:18px;
	background:url(images/topnav_credit.gif) top left no-repeat;
}
.nav2 a:hover{
	display:block;
	width:159px;
	height:18px;
	background:url(images/topnav_credit.gif) bottom left no-repeat;
}
.nav3 a{
	display:block;
	width:159px;
	height:18px;
	background:url(images/topnav_thebenefits.gif) top left no-repeat;
}
.nav3 a:hover{
	display:block;
	width:159px;
	height:18px;
	background:url(images/topnav_thebenefits.gif) bottom left no-repeat;
}
.nav4 a{
	display:block;
	width:159px;
	height:18px;
	background:url(images/topnav_contactus.gif) top left no-repeat;
}
.nav4 a:hover{
	display:block;
	width:159px;
	height:18px;
	background:url(images/topnav_contactus.gif) bottom left no-repeat;
}
#nav1active .nav1 a{
	background:url(images/topnav_howdoesitwork.gif) bottom left no-repeat;
	cursor:default;
}
#nav2active .nav2 a{
	background:url(images/topnav_credit.gif) bottom left no-repeat;
	cursor:default;
}
#nav3active .nav3 a{
	background:url(images/topnav_thebenefits.gif) bottom left no-repeat;
	cursor:default;
}
#nav4active .nav4 a{
	background:url(images/topnav_contactus.gif) bottom left no-repeat;
	cursor:default;
}
/*/////////////////////////////////////////Contents//////////////////////////////////////////*/
.underline{
	clear:both;
	background:url(images/underline.gif) repeat-x center;
	height:2px;
	width:100%;
	position:relative;	
	float:left;
	margin:0px;
	padding:0px;	
}
.underline img{
	float:none;
}
.underline p{
	padding:10px 0px 14px 0px;
	margin:0px;
}
#maincontent_container{
	width:716px;
	float:left;
	position:relative;
	text-align:left;
}
#head_homepage{
	background:url(images/bg_head_homepage.gif) top left no-repeat;
	width:716px;
	float:left;
	position:relative;
}
#content_homepage{
	margin-top:125px;
	width:211px;
	float:left;
	position:relative;
}
#homeFlash_content{
	width:460px;
	margin-top:52px;
	float:right;
	position:relative;
	text-align:right
}
#main_contentBox{
	padding-top:8px;
}
#textBox{
	width:420px;
	float:left;
	position:relative;
	padding:11px 11px 0px 11px;
	margin:0px;
	text-align:left;
}
.headtxt{
	height:1%;
	float:left;
	position:relative;
	width:420px;
}
.detailBox{
	width:400px;
}
.detailBox img{
	float: left;
	width: 18px;
}
.detailBox p{
	float: right;
	width: 370px;
}
#imgBox{
	width:266px;
	height:394px;
	float:right;
	position:relative;
	padding-bottom:12px;
}
.mainPic{
	margin-top:12px;
	width:716px;
}
/*/////////////////////////////////////////sideNav//////////////////////////////////////////*/
#sidenav_container{
	width:420px;
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
}
#sidenav_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidenav_container ul li{
	margin:0px;
	padding:0px;
	width:197px
}
#sidenav_container ul li span{
	display:none;
}
#snav_benefit1 a{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_intelligence.gif) top left no-repeat;
}
#snav_benefit1 a:hover{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_intelligence.gif) bottom left no-repeat;
}
#snav_benefit1 a.selected{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_intelligence.gif) bottom left no-repeat;
	cursor:default;
}
#snav_benefit2 a{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_vigilance.gif) top left no-repeat;
}
#snav_benefit2 a:hover{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_vigilance.gif) bottom left no-repeat;
}
#snav_benefit2 a.selected{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_vigilance.gif) bottom left no-repeat;
	cursor:default;
}
#snav_benefit3 a{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_profitability.gif) top left no-repeat;
}
#snav_benefit3 a:hover{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_profitability.gif) bottom left no-repeat;
}
#snav_benefit3 a.selected{
	display:block;
	width:300px;
	height:18px;
	background:url(images/snav_benefit_profitability.gif) bottom left no-repeat;
	cursor:default;
}
#snav_credit1 a{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_approved.gif) top left no-repeat;
}
#snav_credit1 a:hover{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_approved.gif) bottom left no-repeat;
}
#snav_credit1 a.selected{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_approved.gif) bottom left no-repeat;
	cursor:default;
}
#snav_credit2 a{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_efficiency.gif) top left no-repeat;
}
#snav_credit2 a:hover{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_efficiency.gif) bottom left no-repeat;
}
#snav_credit2 a.selected{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_efficiency.gif) bottom left no-repeat;
	cursor:default;
}
#snav_credit3 a{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_reporting.gif) top left no-repeat;
}
#snav_credit3 a:hover{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_reporting.gif) bottom left no-repeat;
}
#snav_credit3 a.selected{
	display:block;
	width:197px;
	height:18px;
	background:url(images/snav_credit_reporting.gif) bottom left no-repeat;
	cursor:default;
}
/*/////////////////////////////////////////Contact//////////////////////////////////////////*/
#bg_contact{
	background:url(images/bg_contactus.jpg) bottom right no-repeat;
	width:716px;
	float:left;
	position:relative;
}
#txt_contact{
	width:270px;
	float:left;
	position:relative;
	padding:11px 11px 0px 11px;
	margin:0px;
	text-align:left;
}
#openmail_container{
	float:left;
	position:relative;
	width:350px;
	height:350px;
}
#openmail a{
	position:absolute;
	width:160px;
	height:27px;
	left:27px;
	top:253px;
	display:block;
}