@charset "UTF-8";
body {
	margin: 0;
	background-color: #fff;
	background-image: url(../imgs/global/bk.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-size:12px;
	line-height: 20px;
}
a {
	color: #1538b4;
}
h1 {
	color: #011d7d;
	font-size:24px;
	margin: 0 0 15px 0;
	font-weight: normal;
	line-height:30px;
}
h1 strong {
	font-weight: normal;
}
.h_content h1 {
	font-size: 18px;
}
h2 {
	color:#333333;
	font-size: 18px;
}
h3 {
	color:#333333;
	font-size: 14px;
	margin: 25px 0 0;
	padding:0;
}
h4 {
	font-size:11px;
	padding: 0;
	margin: 0;
}
h4 a {
	font-weight: bold;
	text-decoration: none;
}
h4 a:hover {
	text-decoration:underline;
}
p {
	margin: 5px 0 15px;
}
img {
	border: 0;
}
.orange {
	color: #FFA000;
}
.heading {
	background-image: url(../imgs/global/icn_lgarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	font-size:18px;
}
.smheading {
	background-image: url(../imgs/global/icn_dnarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	font-weight: bold;
	font-size:11px;
}
#header, #menuitems, #h_main, #footer {
	width: 980px;
	margin: 0 auto;
}
.heading_lg {
	color:#00589F;
	font-weight:lighter;
	text-transform: uppercase;
}
.xsmall {
	font-size:10px;
}
.subheading {
	font-size: 20px;
}
/***************
 * Header 
 ***************/
#header {
	height: 55px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffa000;
}
#header ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
#header li {
	display: block;
	float:left;
	background-position: bottom;
}
#logo {
	margin-right: 40px;
	height: 40px;
	width:262px;
}
#slogan {
	padding-left: 20px;
	padding-top: 15px;
	height: 28px;
	padding-bottom:10px;
	font-size:25px;
}
#visaheader{
	padding-top: 10px;
	padding-right:5px;
	float: right;
}
.asterisk {
	font-family:Arial,Helvetica;
	font-size:26px;
}
/***************
 * Main Menu 
 ***************/
#mainmenu {
	background-image: url(../imgs/global/menu_bk.jpg);
	background-color:#000099;
	background-repeat: repeat-x;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
#menuitems ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menuitems li {
	display: inline;
}
#menuitems li a {
	display:inline;
	float:left;
	padding: 10px 30px;
	margin: 0 34px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
#menuitems li a:hover, #mainmenu  li a.selected {
	background-image: url(../imgs/global/menu_bk_selected.gif);
	background-color:#0033FF;
	background-repeat: repeat-x;
}
#menuitems li#homeitem a {
	margin-left: 3px !important;
	margin-left: 0px;
}
#menuitems li#contactusitem a {
	margin-right: 0;
}
/***************
 * Main Content 
 ***************/
#maincontent {
	background-repeat: repeat-y;
	background-position: right top;
	background-color: transparent;
	background-image: url(../imgs/global/content_bk.png);
	float:left;
	margin: 0 auto;
	width: 986px;
}
#h_mainpromo {
	margin: 0 5px 0 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color:#e2e2e2;
	text-align:center;
}
.fullbanner {
	width: 986px;
	height: 260px;
	margin: 0 auto 3px auto;
}
#hpflashfile {
	border:1px solid #ffffff;
	width:963px;
	height:248px;
	margin:0 auto;
}
.h_content {
	width: 610px;
	padding-left: 16px;
	padding-top:15px;
	display:block;
	float:left;
}
#h_sidecontent {
	width: 270px;
	background-color:#f1f4ff;
	display:block;
	margin-right:5px !important;
	margin-right:2px;
	float:right;
	font-size:11px;
	line-height: 18px;
	padding: 20px 5px 20px 32px;
}
#h_sidecontent p {
	margin: 0;
}
.full_content {
	display:block;
	float:left;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom:25px;
	width:950px;
}
#s_leftnav {
	margin-left:4px !important;
	margin-left: 2px;
	margin-right:25px;
	width: 170px;
	display:block;
	float:left;
	background-color:#f1f4ff;
	padding-bottom: 25px;
}
#s_nav_header{
	background-image: url(../imgs/global/nav_header_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	font-size:14px;
	font-weight:bold;
	color:#ffa000;
	margin-top: 20px;
	padding-left: 25px;
	padding-top: 7px;
	margin-left: 15px;
	
}
#s_nav_header a {
	text-decoration:none;
	color:#ffa000;
}
#s_leftnav ul {
	margin: 0;
	padding: 0 10px 0 50px;
	list-style:none;
	font-size:11px;
}
#s_leftnav li {
	padding: 10px 0;
}
#s_leftnav li.selected {
	color: #ffa000;
	font-weight: bold;
	list-style-type: disc;
}
#s_leftnav li a {
	color:#4d4d4d;
	text-decoration:none;
}
#s_leftnav li a:hover {
	text-decoration:underline;
}
#s_leftnav li.selected a {
	color: #ffa000;
}
#s_leftnav li.sub2 {
	margin-left:10px;
	list-style-type:square;
	padding-left:2px;
}
#s_full_content {
	width: 780px;
	display:block;
	float:left;
}
#s_content {
	width: 530px;
	display:block;
	float:left;
}
#s_one_page_content {
	width: 880px;
	margin:auto;
	padding: 10px 0;
}
#breadcrumbs {
	font-size:10px;
	color:#011d7d;
	margin: 10px auto 30px;
}
#breadcrumbs a{
	text-decoration:none;
}
#breadcrumbs a:hover{
	text-decoration:underline;
}
#s_rightportlet {
	width: 178px;
	display:block;
	float:right;
	border-left: 1px solid #ececec;
	padding: 10px 17px 15px 13px;
	font-size:11px;
}
#s_rightportlet p {
	margin:0;
}
#s_rightportlet .p_line {
	height: 1px;
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	display:block;
	margin: 20px 0 10px 0;
}
#endcontent {
	width: 992px !important;
	width: 987px;
	margin:0 auto;
}
#endbk {
	background-image: url(../imgs/global/content_bottom_bk.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right:0 !important;
	margin-right: 1px;
	height: 8px;
	clear:both;
}
.p_line {
	height: 1px;
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	display:block;
	margin: 20px 0 10px 0;
}

.bl_line {
	background-image: url(../imgs/global/divider_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 3px;
	margin: 15px auto;
}
.or_line {
	background-image: url(../imgs/global/divider_or.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 3px;
	margin: 15px auto;
}

#steps {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#steps li {
	padding: 13px 50px;
}
#steps .item1 {
	background-image: url(../imgs/global/1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#steps .item2 {
	background-image: url(../imgs/global/2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#steps .item3 {
	background-image: url(../imgs/global/3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.square-list {
	list-style:square;
	padding-left: 25px;
    padding-right: 15px;
}
/***************
 * Footer
 ***************/
#footer {
	font-size: 10px;
	margin-top: 10px;
}
#l_footer {
	width: 580px;
	float: left;
}
#r_footer {
	width: 280px;
	float:right;
	text-align:right;
}
#r_footer ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#r_footer li {
	display:inline;
	border-right:#4d4d4d solid 1px;
	padding: 0 10px;
}
#r_footer a {
	text-decoration: none;
}
#r_footer a:hover {
	text-decoration: underline;
}
#r_footer li#f_privacy {
	border-right: none;
	padding-right:0;
}

/***************
 * Tables
 ***************/
table.program {
	color:#000000;
	font-size:11px;
	border-top: 2px solid #00519A;
	border-right: 1px solid #00519A;
	border-bottom: 2px solid #00519A;
	border-left: 2px solid #00519A;
}
.programheading {
	font-size:13px;
	font-weight:bold;
}
td.programrowt {
	border-right:1px solid #00519A;
	border-top:1px solid #00519A;
}
td.programrowtr {
	border-right:1px solid #00519A;
	border-top:1px solid #00519A;
}
table.benefits {
	color:#000000;
	font-size:11px;
}
.tableheading {
	font-size:15px;
	font-weight:bolder;
}
table .ordering {
	color:#00589F;
	font-weight:bold;
}

/***************
 * Customized Subs
 ***************/
#sub1_customerservice {
	font-weight:bold;
}
