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

body{
	padding:0;
	margin:0;
    font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	background:url(../images/main_bg.gif) 0 0 repeat-x #ffffff;
	color:#000;
	font-size: 12px;
}

#mainOuter {
	width: 1002px;
	margin: 0 auto;
}

#topbar{
	height: px;
}

#logoBox {
	float:left;
	width: 225px;
}

#commonLinks {
	float:right;
	width: 440px;
	height: 32px;
	margin-top: 40px;
}
  
#topMenuBar{
	clear:both;
	height: 35px;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(images/nav_home.png) no-repeat;
	width: 78px;
}
ul#topnav a.products {
	background: url(images/nav_products.png) no-repeat;
	width: 117px;
}
ul#topnav a.sale {
	background: url(images/nav_sale.png) no-repeat;
	width: 124px;
}
ul#topnav a.community {
	background: url(images/nav_community.png) no-repeat;
	width: 124px;
}
ul#topnav a.store {
	background: url(images/nav_store.png) no-repeat;
	width: 141px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	background: #344c00 url(images/sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 180px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}


#topFeatureBox {
	clear:both;
	width: 971px;
	height: 100px;
	background-color:#abd4f5;
	margin:0px 15px;
	/*border-left: 1px solid #3391dd;
	border-right: 1px solid #3391dd;*/
	/*padding: 0px 10px;*/
}
/*#topFeatureBox_faq {
	clear:both;
    width: 950px;
	height: 100px;
	background-color: #e0aa35;
	margin:0px 15px;
	border-left: 1px solid  #F60;
	border-right: 1px solid #F60;
	padding:0 10px;
}*/
#topFeatureBox_hh1 {
	clear:both;
	height: 100px;
	background-color: #303c90;
	margin:0px 15px 0 35px;
	border-left: 1px solid  #303c90;
	border-right: 1px solid #303c90;
	padding: 10px;
}


#wrapper {
	margin-top: 3px;
	width: 1002px;
	float: left;
	background-image:url(../images/mainContentShadow.gif);
}


#contentArea{
	float:left;
	margin-left: 15px;
	margin-right: 15px;
	background-image:url(../images/contentBkg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	
}

#leftBar_innerlinks {
	margin-left: 30px;
}
#leftBar{
	float:left;
	width: 210px;
	height:100%;
	margin: 5px;
}

#leftBar_allProds{
	 width: 180px;
	 margin-top: 50px;
	 color: #000;
}
#leftBar_allProds .subhd{
	 margin-left: 10px;
	 margin-bottom: 10px;
	 color: #000;
	 font-weight: bold;
}

#topFeatureBox_common{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#acabab;
	margin:0px 15px 0 35px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*padding: 0 10px;*/
}



#topFeatureBox_emr{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #3391dd;
	border-right: 1px solid #3391dd;
	/*padding: 0 10px;*/
}
#leftBar_emr{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_emr a{
	color:#3391dd;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:both;
	float:left;
}
#leftBar_emr a:hover{
	text-decoration:none;
}
#backtotop_emr {
	clear:both;
	text-align: right;
}
#backtotop_emr a {
	color:#3391dd;
}

#topFeatureBox_pm{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #ff6d01;
	border-right: 1px solid #ff6d01;
	/*padding: 0 10px;*/
}
#leftBar_pm {
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_pm a {
	color:#ff6d01;
	margin-left: 1px;
	margin-bottom: 10px;
	clear:both;
	float:left;
}

#leftBar_pm a:hover{
	text-decoration:none;
}


#backtotop_pm {
	clear:both;
	text-align: right;
}

#backtotop_pm a {
	color:#ff6d01;
}


#topFeatureBox_eordr{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #ccc114;
	border-right: 1px solid #ccc114;
	/*padding: 0 10px;*/
}

#leftBar_eordr{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_eordr a{
	color:#A8A011;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:both;
	float:left;
}

#leftBar_eordr a:hover{
	text-decoration:none;
}


#backtotop_eordr {
	clear:both;
	text-align: right;
}

#backtotop_eordr a {
	color:#A8A011;
}


#topFeatureBox_erx{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #6f124d;
	border-right: 1px solid #6f124d;
	/*padding: 0 10px;*/
}

#leftBar_erx{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}

#leftBar_erx a{
	color:#6f124d;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:both;
	float:left;
}

#leftBar_erx a:hover{
	text-decoration:none;
}


#backtotop_erx {
	clear:both;
	text-align: right;
}

#backtotop_erx a {
	color:#6f124d;
}

#topFeatureBox_ebill{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #62930c;
	border-right: 1px solid #62930c;
	/*padding: 0 10px;*/
}
#leftBar_ebill{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_ebill a{
	color:#62930c;
	margin-left: 10px;
		margin-bottom: 10px;
	clear:both;
	float:left;

}
#leftBar_ebill a:hover{
	text-decoration:none;
}

#leftBar_offers{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_offers a{
	color:#F3770A;
	margin-left: 10px;
		margin-bottom: 10px;
	clear:both;
	float:left;

}
#leftBar_offers a:hover{
	text-decoration:none;
}

#backtotop_ebill {
	clear:both;
	text-align: right;
}
#backtotop_ebill a {
	color:#62930c;
}

#topFeatureBox_billsvc{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #33CC33;
	order-right: 1px solid #33CC33;
	/*padding: 0 10px;*/
}
#leftBar_billsvc{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_billsvc a{
	color:#33CC33;
	margin-left: 10px;
		margin-bottom: 10px;
	clear:both;
	float:left;

}
#leftBar_billsvc a:hover{
	text-decoration:none;
}
#backtotop_billsvc {
	clear:both;
	text-align: right;
}
#backtotop_billsvc a {
	color:#33CC33;
}

#topFeatureBox_transsvc{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #CC99CC;
	border-right: 1px solid #CC99CC;
	/*padding: 0 10px;*/
}
#leftBar_transsvc{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_transsvc a{
	color:#6f124d;
	margin-left: 10px;
		margin-bottom: 10px;
	clear:both;
	float:left;

}
#leftBar_transsvc a:hover{
	text-decoration:none;
}
#backtotop_transsvc {
	clear:both;
	text-align: right;
}
#backtotop_transsvc a {
	color:#6f124d;
}

#topFeatureBox_faq{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #e0aa35;
	border-right: 1px solid #e0aa35;
	/*padding: 0 10px;*/
}
#leftBar_faq{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_faq a{
	color:#e0aa35;
	margin-left: 10px;
		margin-bottom: 10px;
	clear:both;
	float:left;

}
#leftBar_faq a:hover{
	text-decoration:none;
}
#backtotop_faq {
	clear:both;
	text-align: right;
}
#backtotop_faq a {
	color:#e0aa35;
}

#topFeatureBox_ereg {
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid  #303c90;
	border-right: 1px solid #303c90;
	/*padding: 0 10px;*/
}
#leftBar_ereg {
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_ereg a {
	color:blue;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:both;
	float:left;
}
#leftBar_ereg a:hover {
	text-decoration:none;
}
#backtotop_ereg {
	clear:both;
	text-align: right;
}
#backtotop_ereg a {
	color:blue;
}

#topFeatureBox_ewhy{
	clear:both;
	width: 950px;
	height: 100px;
	background-color:#ffffff;
	margin:0px 15px 0 35px;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	/*padding: 0 10px;*/
}
#leftBar_ewhy{
	float:left;
	width: 180px;
	height:100%;
	margin: 5px;
}
#leftBar_ewhy a{
	color:#ff0000;
	margin-left: 1px;
		margin-bottom: 10px;
	clear:both;
	float:left;
}
#leftBar_ewhy a:hover{
	text-decoration:none;
}
#backtotop_ewhy {
	clear:both;
	text-align: right;
}
#backtotop_ewhy a {
	color:#ff0000;
}

#mainContent3Col{
	float:left;
	background-color:#FFF;
	width:520px;
	padding: 10px;

}

#mainContent2Col{
	float:left;
	background-color:#FFF;
	width:560px;
	padding: 15px;

}

#breadcrumb{
	height:22px;
	background-color:#CCC;
}

#rightFeatureBar{
	float:left;
	width: 192px;
	margin: 5px;

}

#bottomMain{
	clear:both;
}

#bottomLinks{
	height:160px;
	background-image:url(../images/bottom1Bkg.gif);
	background-repeat:repeat-x;
}
#bottomLinksSection {
	float:left;
	width: 180px;
	padding: 10px;
	margin: 10px;
}

#bottomLinksSection h4 {
	margin: 0;
	padding: 0;
}


#bottomLinksSection a:link, #bottomLinksSection a:active, #bottomLinksSection a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#bottomLinksSection a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #666;
	font-weight: bold;
}

#bottom2{
	clear:both;
	height: 100px;

}

#bottom2leftbox {
	float: left;
	margin: 20px;
}

#bottom2rightbox {
	float: right;
	text-align: right;
}


.cb {
	clear:both
}

.fl {
	float:left
}

.fr {
	float:right
}
