﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	color:#1A4C8E;
}

h2 {
	font-size: 23px;
	color:#666;
}

h3 {
	font-size: 21px;
	color:#666;
}

h4 {
	font-size: 19px;
	color:#666;
}

h5 {
	font-size: 17px;
	color:#666;
}

h6 {
	font-size: 15px;
	color:#666;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	font-size : 13px;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

body {
	/*background: #123;
	border-top: 5px solid #003881;*/
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	/*font-family: Georgia, serif;*/
	font-weight: bold;
	text-align: left;
	color:#1A4C8E;
}

.boxhead h1, .boxhead h2, .boxhead2 h1, .boxhead2 h2, .boxhead3 h1, .boxhead3 h2, .boxhead4 h1, .boxhead4 h2, .boxhead5 h1, .boxhead5 h2, .boxhead6 h1, .boxhead6 h2, .boxhead7 h1, .boxhead7 h2 {
	text-align: center;
}

h2 {
	/*padding: 20px 0 0;*/
	text-align: left;
}

p {
	/*border: 1px solid #666;
	overflow: hidden;
	padding: 0;
	text-align: left;*/
	font-size: 13px;
	text-align: justify;
}

.container_12 {
	background: #fff /*url(../../img/12_col.gif) repeat-y*/;
	margin-bottom: 20px;
}

.container_16 {
	background: #fff /*url(../../img/16_col.gif) repeat-y*/;
}

.container_24 {
	background: #fff /*url(../../img/24_col.gif) repeat-y;*/
}

#logo {
    background: #fff url(../img/logo.jpg) no-repeat;
}    

/*--------------------------2010--------------------------------*/

#login {
    background-color:#FFFFFF;
   /* border:1px solid #CCCCCC;*/
    color:#000000;
    font-size:12px;
    margin:20px 2px 20px;
    padding:7px;
    text-align:right;
    /*width:340px;
    float:right;*/
}

#login_button {
margin-bottom:-6px; 

}

p.password {
    border:medium none;
    margin:0;
    padding:0;
    font-size:11px;
}


  
p.password a {
    border:medium none;
    color:#333333 !important;
    float:right;
}

a#forgot {
    /*margin:7px 15px 0 0;*/
    margin:10px 0 0 0;    
    text-decoration:underline;
}

a#sign-up {
    /*margin:7px 15px 0 0;*/
    margin:10px 10px 0 0;  
    text-decoration:underline; 
} 

#login .theInput {
    font-size:11px;
    margin-right:5px;
    width:80px;
}

#login .login-button {
    text-align:right;
    float:right;
}  

p.xx {
    border:none;
    margin-bottom:0px;
    padding:0;
    line-height:1.5em;
}    

p.xy {
    border:none;
    margin-bottom:0px;
    padding:0;
    line-height:1.5em;
    color:/*#FFF;*/#333;
    /*font-size:125%;*/
    font-size:13px;
}  

p.xz {
    border:none;
    margin-bottom:0px;
    padding:0;
    line-height:1.5em;
    /*color:#666;
    font-size:125%;*/
    color:#333;
    font-size:13px;
} 

h1.boxh {
    font-size: 17px !important;
    margin:0 0 0 12px;
    padding:0;
}   

#nav2  {
    font-size: 13px !important;
}

ul.lefty {
    font-size: 13px !important;
}

/*--- trust logos rotate --------*/
#mcafee,
#thawte,
#paymethods {
    display:none;
}

#mcafee img {
 text-align: center;
 margin:40px;

}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 330px;
	clear: both;
}

#footer {
	height: 150px;
	width: 100%;
	min-width: 940px;
	background: #fff;
	position: relative;
	/*border: 1px solid #e8e6e6 !important;*/
}

#footercontainer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	position: relative;
	/*background: #bcbec0;*/
	/*border: 1px solid #e8e6e6 !important;*/
}

.footercolumn {
	width: 250px;
	float: left;
	display: inline;
	/*border: 1px solid #e8e6e6 !important;*/
}

.footercolumn p {
	margin-left: 7px;
	margin-right: 15px;
	margin-bottom: 30px;
	color: #fff;
	font-size: .9em;
}

.footercolumn1 {
	width: 150px;
	margin-left: 20px;
	display: inline;
	font-size:120%;
	height:120px;
}

.footercolumn2 {
	width: 150px;
	margin-left: 30px;
	display: inline;
	/*border-left: 1px solid #e8e6e6 !important;*/
	font-size:120%;
	height:120px;
}
.footercolumn h5 a{
    color:#aaa;
}

.footercolumn h5 {
	padding-left: 40px;
	text-align:left;
	margin-bottom:12px;
	margin-top: 8px;
	font-size:1em !important;
	/*color: white; */
	color:#999;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px;  Safari-only, but cool */
}

.footercolumn ul {
	list-style-type: none;
	float: left;
	font-size: .9em;
	line-height: 1.2em;
}

.footercolumn li a {
	color: #666;
	text-decoration: none;
	/*background: url(../c/also_see_arrow.gif) no-repeat 0 2px;*/
	padding-left: 10px;
	padding-bottom: 5px;
	display: block;
	width: 170px;
	text-align:left;
}

.footercolumn li a:hover {
	color: #333;
    text-decoration: underline;
}

.utilitylinks {
	clear: both;
	padding-top: 40px;
	padding-right:40px;
	padding-bottom:10px;
	text-align:right;
	color: #666;
	/*float: right;
	width: 920px;
    padding-bottom: 10px;
	position: relative;*/
}

.utilitylinks span.copyright {
	/*float: right;
	display: inline;
	color: #CCC;
	font-family: Arial, 'Trebuchet MS' , Verdana, 'Lucida Grande' , Sans-Serif;
	font-style: italic;
	font-weight: bold;
	margin-right:125px;*/
}

/*---------------------------------------------------------Slideshow--------------------------------------------------------------*/

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:460px;
	height:153px;
	/*background:transparent url(../img/bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;
	top:0px;
	left:20px;
	/*background: #CCC;*/

}

#slideshow #slidesContainer {
  margin:0 auto;
  width:460px;
  height:152px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  /*border: 1px solid #CCC;*/
  border-left: 1px solid #CCC;
  
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:440px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:153px;
  padding-left:5px;
  /*background:#CCC;*/
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:153px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:1px;
  left:64px;
  background:transparent url(../img/control_left2.png) no-repeat 0 0;
  z-index:1000;
}
#rightControl {
  top:1px;
  right:0px;
  background:transparent url(../img/control_right2.png) no-repeat 0 0;
}

.slide img {
    top:1px;
    left:55px;
    float: right;
    margin: 3px 0px 0px 5px;
    padding:0px 0 0px 0;
    z-index:1000;
}


.slide h2 {
    text-align:left;
    padding:0 !important;
    color:#1A4C8E;
    margin-bottom:0px;
    /*margin-left:50px;
    margin-top:15px;
    margin-bottom:-10px !important;*/
}

 h2.box-headings {
    margin-left:25px;
}

 h3.box-headings {
    margin-left:25px;
}

#solutions-box {
    background:#fff;
    padding-top:25px;
}

#solutions, #news {
    margin-bottom:10px !important;
}

#news .datetime {
    color:#1A4C8E;/*#999; ec6e00;*/
    font-weight:bold;
   /*  text-shadow: rgba(0,0,0,.4) 0px 2px 5px; Safari-only, but cool */
}

#news a {
    color:/*#2562F0;*/#1A4C8E;
    font-size: 13px;
   /* text-shadow: rgba(0,0,0,.4) 0px 2px 5px;  Safari-only, but cool */
}

input#contact {
    margin-top:10px;
    padding:5px;
}

/*------------------------------------*/


ul#theworld {
    /*list-style-image:url(./also_see_arrow.gif);
    list-style-position:outside;*/
    list-style-type:none;
    color:#333;
    margin-top:0px;
    font-size:12px;
    margin-left:-30px;
}
ul#theworld li {
font-size:12px;
}

ul#also-see {
    /*list-style-image:url(./also_see_arrow.gif);*/
    list-style-position:outside;
    list-style-type:none;
    color:#333;
    margin-top:5px;
}

ul#also-see li {
    margin-top:5px;
    margin-left:0px;
    font-size:13px;
}

ul#also-see li a:hover {
    text-decoration:underline;
}

#selectsites a {
    color:#629DD7;
    font-weight:600;
    margin:0;
    text-decoration:none;
}

img.world-img {
    position:relative;
    top:5px;
}

ul#theworld li a {
    color:#333;
    text-decoration:none;
}

ul#theworld li a:hover {
	color: #333;
    text-decoration: underline;
}

h2.left {
    text-align:left;
    padding:0;
    color:/*#999;*/#1a4c8e;
}    

p.left {
    text-align:left;
    padding:0;
    /*font-size:125%;*/
    font-size:13px;
    /*margin-top:-15px;*/
}  

p.lefty {
    text-align:left;
    padding:0;
    /*font-size:125%;*/
    font-size:13px;
    width:60%;
    /*text-align:justify;*/
}  

p.plain {
    text-align:left;
    padding:0;
    color:#666;
    font-size: 13px;
} 

div.news {
    margin:0;
    padding:0;
    overflow:hidden;
}

div.news p.plain {
    padding:0;
    margin-bottom:10px;
}

div.news p.plain:first-child {
border-bottom:dashed 1px #CCC;

}
ul.solution-link {
	list-style-type: none;
	float: left;
	font-size: /*1em;*/120%;
	font-weight:bold;
	line-height: 2em;
	padding-top:5px;
	/*margin-left: -112px;*/
	margin-right: 0px;
	margin-left: -30px;
}    

ul.solution-link li a{
	color:#ec6e00;
}

h4.solution-link {
	float: left;
	font-size: 1em;
	font-weight:bold;
	line-height: 2em;
	clear:both;
	margin-left:-5px;
}    


#contact-home {
    /*-moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;*/
    background:#FFFFFF none repeat scroll 0 0;
    /*border:1px solid #CCCCCC;*/
    margin-bottom:10px;
    padding:0 12px 0px 0;
    text-align:right;
}

#contact-home h3 {
    text-align:left;
    margin:0 !important;
    padding: 0 0 5px 0;
    color:#999;
}

#test-network h3 {
    text-align:left;
    margin:0 !important;
    padding: 0 0 5px 0;
    color:/*#999;*/#1a4c8e;
}

#contact-home p {
    text-align:left;
    margin:0 !important;
    padding: 0 0 15px 0;
    font-size:13px;
}

p.right {
    text-align: right;
    margin-top:40px;
    font-size: 13px;
}  

p.right2 {
    text-align: right;
    margin-top:-10px !important;
    font-size: 13px;
}   

#bsign-up {
    float:left;
}  

#flowerdivcontainer {
    border: 0px solid gray; 
    width: 500px; 
    height: 153px;
    padding: 5px; 
    float:right;
}

#float-right {
    float:right;
}

p#float-right {
    float:right;
    font-size: 13px;    
}

/*/////////////////////TABLE CSS ZA///////////////////////////*/
#c_codes {
    border: 1px solid #828282;
    margin-left: 22%;
    width: 77%;
}

#c_codes th {
    font-size: 1.4em;
    color: /*#f49730;#486203;*/#333;
}

#c_codes thead tr {
    background: #f49730;/*#a5c184;*/
    height: 2.5em;
}

#c_codes tbody td {
    color: #000;
    font-size: 1.2em;
}

#c_codes tbody tr {
    background-color: #f2f2f2;
}  

#data_table {
    width: 510px;
    margin-left: 5px;
    border: 1px solid #828282;
    padding: 0;
}

#data_table table {
    width: 495px;
    margin: 5px;
    border: none;
    text-align: center;
    padding: 0;
}

#data_table td {
    width: 165px;
}

#data_table th {
    font-size: 1.4em;
    color: /*#486203*/#666666;
}

#data_table thead tr {
    background: /*#a5c184*/#CCCCCC;
    height: 3em;
}

#data_table tbody tr {
    font-size: 1.2em;
    line-height: 2em;
}

#data_table tbody td.edgeit {
    border-left: 1px solid #cacaca;

}

#data_table tbody tr.topwhite {

    background: #fff;
    line-height: 0.01pt;
    height: 10px;
    padding:0;
    margin:0;
}

#data_table tbody tr.topgray {
    background: url(/c/data_table_mid-line_tile.gif) repeat-x 0 0 ;
    color: #000;
    font-size: 1.3em;
}

#data_table .greyback {
    background-color: #f2f2f2;
}

#data_table tbody tr.tgray {
    background: #f2f2f2;
    color: /*#a5c184#CCCCCC;*/#333;
}

#data_table .t-left { 
    text-align: center; 
    padding-left: 5px;
}

#data_table a {
    color:#0056ba;
    text-decoration: none;
}

#data_table a:hover {
    text-decoration: underline;
}


/* pricing table */
#float-right-table {
    width: 180px;
    margin: 0 25px 0 5px;
    border: 1px solid #828282;
    padding: 0 10px 0 10px;
    float:right !important;
/*
-moz-border-radius:10px;
-webkit-border-radius:10px;
-opera-border-radius:10px;
-khtml-border-radius:10px;
border-radius:10px;*/
}

#price_table {
    width: 655px;
    margin-left: 5px;
    border: 1px solid #828282;
    padding: 0;
    padding-right:5px;
}

#price_table table {
    width: 264px;
    margin: 3px;
    border: none;
    text-align: center !important;
    padding: 0;
}

#price_table td {
    width: 88px;
}

#price_table th {
    font-size: 1.4em;
    color: /*#486203*/#666666;
}

#price_table thead tr {
    background: /*#a5c184#ff9001;*/#F49730;
    height: 3em;
}

#price_table tbody tr {
    font-size: 1.2em;
    line-height: 2em;
}

#price_table tbody td.edgeit {
    border-left: 1px solid #cacaca;
    text-align: ".";
}

#price_table tbody tr.tgray {
    background: #f2f2f2;
    /*color: #CCCCCC;*/
    color:#333;
}

#price_table tbody tr.torange {

    background: #CCCCCC;
   /* color: #fff;*/
   color:#333;
}

table.misc_table {
    background: /*#a5c184*/#CCCCCC;
}

table.misc_table tbody tr {
    background: #fff;
}

table.misc_table tbody tr td {
    color: #000;
    font-size: 1.2em;
    line-height: 2em;
}

/* price_tableII */

#price_tableII {
    width: 510px !important;
    margin-left: 5px;
    border: 1px solid #828282;
    padding: 0;
}

#price_tableII table {
    width: 495px !important;
    margin: 3px;
    border: none;
    text-align: center;
    padding: 0;
}

#price_tableII td {
    width: 88px;
}



#price_tableII th {
    font-size: 1.4em;
    color: /*#486203*/#666666;
}

#price_tableII thead tr {
    background: /*#a5c184*/#ff9001;
    height: 3em;
}

#price_tableII tbody tr {
    font-size: 1.2em;
    line-height: 2em;
}

#price_tableII tbody td.edgeit {
    border-left: 1px solid #cacaca;
    /*--text-align: ".";   -----doesn't validate - chris --*/
}

#price_tableII tbody tr.tgray {
    background: #f2f2f2;
    color: /*#a5c184*/#333;
}

#price_tableII tbody tr.torange {
    background: #CCCCCC;/* was #ffac41 */
    color: #333;
}
table.misc_table {
    background: /*#a5c184*/#CCCCCC;
}

table.misc_table tbody tr {
    background: #fff;
}

table.misc_table tbody tr td {
    color: #000;
    font-size: 1.2em;
    line-height: 2em;
}


/* advantages 'adv' table */

#adv_table {
    width: 500px;
    margin-left: 5px;
    border: 1px solid #828282;
    padding: 0;
}

#adv_table table {
    width: 494px;
    margin: 3px;
    border: none;
    text-align: center;
    padding: 0;
}

#adv_table th {
    font-size: 1.4em;
    color: /*#486203*/#666666;
    border: 1px solid #fff;
}


#adv_table th.wide {
    width: 200px;
    font-size: 1.7em;
    text-align: center;
}

#adv_table td.detail {
    text-align:left;
    padding-left: 5px;
}

#adv_table td.detail b {
    font-size: 1.2em;
    font-weight: 600;
    vertical-align: text-bottom;
}

#adv_table tbody td.edgeit {
    border-left: 1px solid #cacaca;
    width: 75px;
}

#adv_table thead tr {
    background: /*#a5c184*/#CCCCCC;
    height: 3em;
}

#adv_table tbody tr {
    font-size: 1.2em;
    line-height: 1.6em;
}

#adv_table tbody tr.tgray {
    background: #f2f2f2;
    color: /*#a5c184*/#333;
}

#adv_table tbody tr.torange {
    background:  #ff9001;/* was #ffac41 */
    color: #fff;
}

.a_line {
    width: 80%;
    text-align: center;
    border: none ;
    border-top: 1px solid /*#486203*/#666666;
    padding: 0;
    margin: 1em 0 1em 10%;
    height: 1px;
}

/* News */

li.news {
    background-color:#FFFFFF;
    color:#000000;
    width:90%;
    font-size:13px;
    margin:10px 2px 0px 12px;
    padding:10px; 
    list-style-type:none;
    text-align: justify;
}

.date_time {
    color:#1A4C8E;
}

p.download-messenger {
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    margin:5px 0pt 0pt;
}

p.download-messenger a {
    background:transparent url(/c/download-txt.jpg) no-repeat top center;
    color:#FFFFFF;
    display:block;
    padding:13px 10px 12px;
    text-align:center;
}

ul.faq li {
font-size:13px;
}    

ul.copy li {
font-size:13px !important;
} 

.grid_9 ul li {
	font-size: 13px !important;
}	 

ol.copy li {
font-size:13px !important;
}  

.box {
font-size:13px !important;
float:left;
}

th.help-heading {
    text-align:left;
    font-size:16px;
    margin:0;
    padding:0;
    color:#666;
}

/********************************
*Forms
*
********************************/

fieldset {  
    margin: 1.5em 0 0 0;  
    padding: 0;  
    font-size:13px;
}  
legend {  
    margin-left: 1em;  
    color: #000000;  
    font-weight: bold;  
}  
fieldset ol {  
    padding: 1em 1em 0 1em;  
    list-style: none;  
}  
fieldset li {  
    padding-bottom: 1em;      
}  

fieldset.submit {  
    border-style: none;  
}

label {    
    display: block;  
}

label {    
    float: left;    
    width: 10em;    
    margin-right: 1em;  
}


fieldset li {    
    float: left;    
    clear: left;    
    width: 100%;    
    padding-bottom: 1em;  
}

 
fieldset {    
    float: left;    
    clear: left;    
    width: 100%;    
    margin: 0 0 1.5em 0;    
    padding: 0;  
}


#nav {
	position: relative;
	top: 0;/*1.6em;*/
/*	left: 12em;*/
	font-size: 118%;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 12px 0;   /*---------- be aware of this change of 12px later when template complete, might cause problems in layout ---------*/
	z-index: 1000 !important;
    background: #FFF url(../img/nav-bg2.jpg) repeat-x; 
}

* html #nav {
	position: relative;
	top: 1.2em;
	/*left: 12em;*/
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 30px 0 !important;
	z-index: 1000 !important;
}

/* Float fix */

#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/

* html #nav { height: 1%; }

/* End hide from IE-mac */


/* End float fix */


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
    font-size:1.2em !important;
    border-right: solid 1px #FFF;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

#nav li.sep {
    margin-top:5px;
}

* html #nav li.sep {
    margin-top:5px;
}

#nav a {
	margin: 0;
	padding: 5px 2em 3px 2em;
	float: left;
	color: #FFF;/* color: #4e86c2; */
	text-decoration: none;
	font-weight: normal;
	text-transform:capitalize;
	font-size:80%;
    background: #FFF url(../img/nav-bg2.jpg) repeat-x; 
}

* html #nav a {
	margin: 0;
	padding: 6px 1em 3px 1em;
	float: left;
	color: #4e86c2;
	text-decoration: none;
	font-weight: normal;
	/*margin-top:0px;
	margin-bottom:0px;*/
}

#nav a.selected {
	/* color: #4e86c2; */
    color: #000;
}

#nav a.first {
	margin-left: 0em;	
}

#nav a.first selected {
	margin-left: 1em;	
}


#nav a:hover {
	/*background: #333;*/
	color: #00007b;
}

#nav ul.depth1 { /* second-level lists */
	display: none;
	position: absolute;
	top: 2.1em;
	left: 0;
	font-size:78%;    
}

* html #nav ul.depth1 { /* second-level lists */
	display: none;
	position: absolute;
	top: 2.0em;
	left: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}



#nav ul.depth0 li:hover a, #nav ul.depth0 li.over a {
	background:none;
}

#nav ul.depth1 {
	width: 140px;
}

#nav ul.depth1 li {
	float: none;
	width: 100%;
	z-index: 1000;
}

* html #nav ul.depth1 li {
	float: none;
	width: 100%;
	z-index: 1000;
	margin-top:-2px;
}

#nav ul.depth0 li ul.depth1 li a {
	display: block;
	float: none;
	/*width: 100%;*/
    width:130px;
	background: #EFEFEF url(../img/nav.gif) no-repeat;
	margin-top:0px;
	z-index: 100 !important;
    color:#666;
    text-shadow: none !important; /* Safari-only, but cool */
}

* html #nav ul.depth0 li ul.depth1 li a {
	display: block;
	float: none;
	width: 100%;
	background: #FFF url(../img/nav.gif) no-repeat;
	margin-top:0px;
	z-index: 100 !important;
}

#nav ul.depth1 li:hover a, #nav ul.depth1 a:hover {
	background: #d5e0ed url(../img/nav.gif) no-repeat !important;
	color:#00007b;
	z-index: 100 !important;
}

/* html #nav ul.depth1 li:hover a, #nav ul.depth1 a:hover {
	background: #d5e0ed url(../img/nav.gif) no-repeat !important;
	color:#00007b;
	z-index: 100 !important;
}*/

#nav ul.depth1 a.selected {
	background: #333 !important;
}

#nav ul.depth1 a.first {
	/*margin-left: 1em !important;*/
}

#nav ul.depth1 a {
	margin-left: 0em !important;
}

#nav ul.depth1 a.first selected{
	margin-left: 1em !important;
}

#nav ul.depth1 a.last {
	/*margin-left: 1em !important;*/
}

/*

#logIn_form fieldset {
    z-index:0;
}    

* html #logIn_form fieldset {
    z-index:0;
} */


/*ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  display: block;
  position: relative;
  float: left;
}

li ul { display: none; }

ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 5px 15px 5px 15px;
  background: #2C5463;
  margin-left: 1px;
  white-space: nowrap;
}

ul li a:hover { background: #617F8A; }

li:hover ul {
  display: block;
  position: absolute;
}

li:hover li {
  float: none;
  font-size: 11px;
}

li:hover a { background: #617F8A; }

li:hover li a:hover { background: #95A9B1; }*/

/*
.sidebox1 - box:0    -head:4      -h2:4     -body:0
.sidebox2 - box:0    -head:4      -h2:4     -body:0
.sidebox3 - box:3    -head:3      -h2:3     -body:4
.sidebox4 - box:4    -head:4      -h2:4     -body:4
.sidebox5 - box:4    -head:4      -h2:4     -body:4
.sidebox6 - box:5    -head:5      -h2:5     -body:5
.sidebox7 - box:6    -head:4      -h2:4     -body:6

/*---------------------2-----------------------*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox1 {
	margin: 0 auto; /* center for now */
	width: 220px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;*/
    margin-bottom:10px;
}

.sidebox-laptop {
	margin: 0 auto; /* center for now */
	width: 220px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/z-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;*/
    margin-bottom:10px;
}

.sidebox2 {
	margin: 0 auto; /* center for now */
	width: 460px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;*/
    margin-bottom:10px;
}


.sidebox-hand {
	margin: 0 auto; /* center for now */
	width: 460px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/x-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;*/
    margin-bottom:10px;
}

.sidebox-people {
	margin: 0 auto; /* center for now */
	width: 220px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/people-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;*/
    margin-bottom:10px;
}

.boxhead {
	background: url(../img/2/4-sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../img/2/4-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 30px 5px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../img/2/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
    height: 155px;
}

.boxbodys {
	background: url(../img/2/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
    height: 210px;
}


/*---------------------3-----------------------*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox3 {
	margin: 0 auto; /* center for now */
	width: 220px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/4-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;
    margin-bottom:20px;*/
}
.boxhead3 {
	background: url(../img/2/3-sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead3 h2 {
	background: url(../img/2/3-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 30px 5px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody3 {
	background: url(../img/2/4-sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
    height: 155px;
    margin-bottom:10px;
}


/*---------------------4-----------------------*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox4 {
	margin: 0 auto; /* center for now */
	width: 700px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/4-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;
    margin-bottom:20px;*/
}
.boxhead4 {
	background: url(../img/2/4-sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead4 h2 {
	background: url(../img/2/4-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 30px 5px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody4 {
	background: url(../img/2/4-sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
}


/*---------------------5-----------------------*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox5 {
	margin: 0 auto; /* center for now */
	width: 460px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/4-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;
    margin-bottom:20px;*/
}
.boxhead4 {
	background: url(../img/2/4-sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead4 h2 {
	background: url(../img/2/4-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 30px 5px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody4 {
	background: url(../img/2/4-sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
}

/*---------------------6-----------------------*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox6 {
	margin: 0 auto; /* center for now */
	width: 460px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/5-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;
    margin-bottom:20px;*/
}
.boxhead6 {
	background: url(../img/2/5-sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead6 h2 {
	background: url(../img/2/5-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 30px 5px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody6 {
	background: url(../img/2/5-sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
}


/*---------------------7-----------------------*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox7 {
	margin: 0 auto; /* center for now */
	width: 700px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/7-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;
    margin-bottom:20px;*/
}
.boxhead7 {
	background: url(../img/2/4-sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead7 h2 {
	background: url(../img/2/4-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 30px 5px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody7 {
	background: url(../img/2/7-sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
	min-height:570px;
}


/*---------------------8-----------------------*/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox8 {
	margin: 0 auto; /* center for now */
	width: 700px;/*100%;17em;  ems so it will grow */
	background: url(../img/2/#-sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
    /*margin-left:-7px;
    margin-bottom:20px;*/
}
.boxhead8 {
	background: url(../img/2/4-sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead8 h2 {
	background: url(../img/2/4-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 30px 5px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody8 {
	background: url(../img/2/#-sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
	min-height:570px;
	border:1px solid #CCCCCC;
	border-bottom-right-radius: 11px;
	-moz-border-radius-bottomright:11px;
	-webkit-border-bottom-right-radius:11px;
    border-bottom-left-radius:  11px;
    -moz-border-radius-bottomleft: 11px;
    -webkit-border-bottom-left-radius: 11px;
}


/*------9-----------*/

.boxhead9 {
	background: url(../img/2/8-sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead9 h2 {
	background: url(../img/2/3-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 30px 5px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	text-align: center;
}
.boxbody9 {
	background: url(../img/2/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px 10px;
    height: 155px;
}

#textindent{
	
	padding-right: 5%;
	padding-left: 5%;
}

#banktable{
	
	font-size: 13px;
	border: none;
	
	
}

#banktablecell{
	
	padding-left: 10px;
	border: none;
}

.tablehpv {
	
	border-style: none;
	width: 650px;
	margin-left:auto; 
	margin-right:auto;
	margin: 3px;
	
	
	
	
}

.tdlite{
	
	background: #F2F2F2;
	color: #333;
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
	height: 50px;
	
}

.tddark{
	
	background: #CCC;
	color: #333;
	text-align: center;
	font-size: 13px;	
	vertical-align: middle;
	height: 50px;
	
}

.thhpv{
	font-size: 17px;
	color: #666;
	background: #FF9001;
	vertical-align: middle;
	height: 70px;
}

.divhpv{
	
	width: 656px;
	margin-left:auto; 
	margin-right:auto;
	border: 1px solid #828282;
}
