@charset "utf-8";
@font-face {
    font-family: 'webfont';
    src: url('websymbols-regular-webfont.eot');
    src: url('websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('websymbols-regular-webfont.woff') format('woff'),
         url('websymbols-regular-webfont.ttf') format('truetype'),
         url('websymbols-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, form, fieldset, legend,input
{
	margin: 0pt;
	padding: 0pt;
}

body  {
	font-size: 13px; 
	font-family: helvetica, arial, sans-serif; 
	line-height: 20px;
	background: #EBEBEB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
} 

p {
	text-align: left;
	}

a {
	text-decoration:none;
	}

h1 {
color:#000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0px;
}

img {
	border: none;
	vertical-align:middle;
	}
	
li {
	list-style:none;
	
}

.wrapper {
	width: 960px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

#container {
	width: 960px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	min-height:600px;
}
#interiorImgcontainer {
	width: 960px;
	background: #FFFFFF url(../images/internal_1d2.gif) no-repeat 10px top; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	position: relative;
}
.btm{
background-image: url(../Images/btm.png);
position:absolute;
left:0;
background-repeat: no-repeat;
width:965px;
height:20px;
margin-left:-1px;	
}
.top{
background-image: url(../Images/top.png);
left:0;
background-repeat: no-repeat;
width:965px;
height:30px;
margin-left:-1px;
margin-top:25px;	
}
a 
{
color: #003f76;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------------------------------*/
#header {
	padding-bottom: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:0;
	background-color: #FFFFFF;
	position: relative;
	min-width:960px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.greenBar{
height:5px;
width:100%;
background-color: #60BB46;	
min-width:960px;
}
#logo {
	width: 300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:20px;
	//float:left;
}

.search{
position:absolute;
top:70px;
right:0;
height:25px;
text-align:right;
}


.search input.box {
	color: #575757;
	width: 176px;
	height: 25px;
	float:left;
	line-height: inherit; !important
	display:inline;
	background:  url(../Images/search-bg.png) repeat-x left top;
	border:none;
	outline:none;
}
.search-left{
background:	url(../Images/search-left.png) no-repeat left top;
float:left;
width:7px;
height:25px;
}
.search-right{
background:	url(../Images/search-right.png) no-repeat left top;
float:left;
width:31px;
height:25px;
cursor:pointer; 
}

.search input.searchbtn{
	float:left;
}
.demoBtn{
position:absolute;
top:15px;
right:0;
}

#breadcrumb {
	background:	url(../Images/breadcrumb.png) no-repeat left top;
	width:300px;
	height:45px;
	margin-left: -10px;
	line-height:40px;
	color:#fff;
	text-align:center;	
}
#breadcrumb h1{
	color:#fff;
}

#bcrumb{
font-size:75%;
margin-top:-15px;
margin-right:45px;
float:right;
color: #0d7bc0;
font-weight: bold;	
}

#bcrumb a {
	color: #0d7bc0;
	font-weight: bold;	
	text-decoration: none;
	}

#bcrumb a:hover {
	text-decoration: underline;
	}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	margin-top: 20px;
	margin-right:  25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	min-height: 480px;
	line-height: 35px;
}

#sidebar1 a {
	color: #0d7bc0;
	
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 15px;*/
	font-weight: bold;
}
	
#sidebar1 a:hover {
	text-decoration: underline;
	}
	


#mainContent {
	text-align:left;
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
} 
/*-----------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------*/
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	clear:both;
	margin-top:40px;
	height: 100px;
	position: relative;
	border-top: 1px solid #60BB46;
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#999999;
	min-width:960px;
} 
#footerLeft ul li{
list-style: disc;
}
	
#footer a {
	color: #999999;
	}	
	
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#footerLeft {
float:left;
text-align: left;
margin-top:-10px;
}
.footerMiddle {
float:left;
text-align: left;
border-left-color: #D5D5D5;
border-left-style:solid;
border-left-width:1px;
margin-left:40px;
padding-left:30px;
height:85px;
}
.footerWrap{
position:relative;
width:100px;
padding-bottom:5px;	
}

.footerImg{
position:absolute;
top:0;
right:0	
}
.footerText{
position:absolute;
top:0;
left:0;	
}
.authThumb{
position:absolute; top:-15px;right:0px; 	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#topnav {
	min-width:960px;
	margin-top:  0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 100;
	height: 36px;
	background: url(../Images/tabBG.png) repeat-x top left;
}
#interiorImage {
	width:940px;
	height:111px;
	background-image:url(../Images/internal_1d2.gif);
	background-position: top right;
	background-repeat:no-repeat;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index:10;
}

#flash {
	left: 0px;
	top: 0px;

}

#industryMenu {
	float: left;
	}
	
#IndustryMenu a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#IndustryMenu a:hover {
	text-decoration: underline;
	}
#linkBoxes {
	width: 915px;
	margin-top:  20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	clear: both;
	height: 120px;
}

#featureLink1 {
	width: 270px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
	height: 118px;
}
#featureLink2 {
	width: 270px;
	margin-top:  0px;
	margin-bottom: 0px;
	margin-left: 49px;
	border: 1px;
	border-color:#B3B3B3;
	float: left;
	position: relative;
	margin-right: 49px;
	height: 118px;
}
#featureLink3 {
	width: 270px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px;
	border-color:#B3B3B3;
	float: right;
	height: 118px;
}

#subLinks {
	width: 910px;
	margin-top:  20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	position: relative;
	clear: both;
	height: 40px;

}

#sub1 {
	width: 100px;
	margin-top:  0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	float: left;
	position: relative;
}
#sub2 {
	width: 100px;
	margin-top:  0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	float: left;
	position: relative;
	margin-right: 0px;
}
#sub3 {
	width: 100px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 0px;
	position: relative;
	float: right;
}
#sub4 {
	width: 100px;
	margin-top:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: relative;
	float: right;
}

#sub5 {
	width: 150px;
	margin-top:  0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: relative;
	float: right;

}

#CVA-sidebar {
line-height: 22px;
}

span.formerror
{  
font-family: arial; 
font-weight: bolder;  
font-size:8pt; 
color:#900; 
float:right;
}
#actionLink{
text-decoration:none;
 }
a.actionLink:hover{
	text-decoration:none;
}
 .actionBox{
font-size:16px;
border: #999;
border-style:outset;
border-width:thin; 
border-color:#999;
width:125px;padding:5px;
text-align:center;
 }
 .actionBox:hover{
	 background-color: #EBEBEB;
	 border-style:inset;
	  }
  .actionBox a{
	  text-decoration:none;
	  
}

// ****************** blog styling starts *******************

.blogPost{
position:relative;
border-bottom: 1px solid #999999;
}
.blogPost h1{
margin-bottom:5px;	
}
.rss{
float:right;
}
.rss a{
font-family: 'webfont';
font-size:150%;
color: #CCC!important; 
}
.rss a:hover{color: #F90!important; text-decoration:none !important;}
.postBar{
position:relative;
background-color: #EBEBEB; 
height:40px;
line-height:40px;
color:#828282;
font-weight:bold;
}

.postDate{
position:relative;
float:left;
width:80px;
background-color: #6D6D6D;
color:#FFF; 
text-transform:uppercase;
margin-right:15px;
text-align:center;
font-weight:bold;
}

.postImg{
position:relative;
background-color: #EBEBEB; 
width:120px; 
height:130px;
float:left;
padding-top:5px;
margin:15px 15px 15px 0px;
text-align:center; 
color:#828282;
font-weight:bold;	
}

.moreLink img{
border: 1px solid #CCC;
padding: 2px;	
margin: 10px 5px 0 0;
}
.moreLink img:hover {
border: 1px solid  #979797;
}
.wp_wrap{
position:relative;
margin:15px 0px 15px 0px; 
padding-bottom:15px;	
}
.wp_wrap p{
position:absolute;top:0px; left:130px; width:450px;		
}
.wp_line{width:100%; border-bottom:#CCC 1px solid;}
.downloadNow{margin-left:130px;}
#mouseover{
    cursor:pointer;
    cursor:hand;
}
#mouseover{
    cursor:pointer;
    cursor:hand;
}


.sideBar{
position:relative;
background-color: #EBEBEB; 
height:40px;
line-height:40px;
color:#828282;
font-weight:bold;
padding-left:35px;
} 
 
.hide{
display:none;
margin-top:5px;
}
.hide1{
display:none;
margin-top:5px;
}

.popularLinks{
position:realative;
float:left;
}
.popularLinks ul li{
list-style: url("../Images/bullet.png");
height:40px;
margin-bottom:-10px;
padding:0;
}

.popularLinks li:hover{
list-style-image: url("../Images/bulletHover.png");
}
.blog_rightCol{
position:absolute;width:280px; top:0;right:-355px;line-height:30px;	
}
.blog_rightCol a{
color: #0d7bc0;
font-weight: bold;	
}
// ****************** blog styling ends *******************
#slider{
margin-left:20px;
font-weight:bold;
color:#003f76;
}
#slider ul li{
list-style: square inside;
}
.a{
list-style: square inside;	
}
.rsa img {
border: 1px solid #CCC;
padding: 2px;	
margin: 10px 5px 0 0;
/* for IE */  filter:alpha(opacity=90);  /* CSS3 standard */  opacity:0.9;
}
.rsa img:hover {
border: 1px solid  #979797;
/* for IE */  filter:alpha(opacity=100);  /* CSS3 standard */  opacity:1;
}

.rsa_wed img {
border: 1px solid #CCC;
padding: 2px;	
margin: 10px 5px 0 0;
/* for IE */  filter:alpha(opacity=90);  /* CSS3 standard */  opacity:0.9;
}
.rsa_wed img:hover {
border: 1px solid  #979797;
/* for IE */  filter:alpha(opacity=100);  /* CSS3 standard */  opacity:1;
}
.goTop{
margin-left:440px;	
}
/*==========================================================================
Solutions Diagrams
===========================================================================*/
.passReset{
background:url(../Images/AppDiagrams/password-reset-diagram.gif) top left;
width:443px;
height:463px;
position:relative;
}
.passReset p{
width:200px;
padding-top:145px;
margin-left:145px;
line-height:1.2;
font-size:90%;
}
.passHeader{width:110px;position:absolute;top:-5px; left:0;line-height:1.2;padding-left:10px;font-weight:bold;font-size:90%;}
.riskMngmt{width:150px;top:-15px;}
.webServerRiskMngt{top:360px; left:360px; width:80px;}
.webtelCenterPass{top:-25px; left:280px; width:100px;}
.tokens{
background:url(../images/AppDiagrams/token-diagram.gif) top left;
width:448px;
height:546px;
position:relative;
}
.tokens p{
width:150px;
padding-top:10px;
margin-left:190px;
line-height:1.2;
font-size:90%;		
}
.tokenHeader{width:150px;position:absolute;line-height:1.2;padding-left:10px;font-weight:bold;font-size:90%; left:0;}
.pstn{top:20px; left:180px;}
.webtelCenter{top:-15px; left:280px; width:100px;}
.webServer{top:410px; left:350px; width:130px;}
#longerP{width:260px; margin-left:150px; padding-top:145px;}
#step4{padding-top:5px; width:350px;margin-left:150px;min-height:70px;}

/*=====================================================================================
Release Page
======================================================================================*/

.releaseRightCol{font-weight:bold;float:left;}
.releaseLeftCol{margin-left:70px; margin-bottom:30px;}
/*=====================================================================================
Slide Tabs
=======================================================================================*/
/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:110px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../Images/2chk/navigato.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	

.facts{
width:270px; 
height:187px; 
background:url(../Images/2chk/2chk-fact-slider.jpg) no-repeat top left; 
}
.facts div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:15px 30px 15px 15px;
	font-size:12px;
	width:180px;
}

/* header */
.facts h3 {
	font-size:16px;
	font-weight:bold;
	margin:-10px 0px 0px 113px;
	color:#fff;
	text-align:left;
}
.facts p{
width:210px;
margin:25px 50px 15px 20px;	
font-size:110%;
text-align:left;
line-height:1.5;
font-weight:bold;
font-size:16px;
color: #666;
}
.animation{
width:125px;
position:absolute;
top:-360px;
left:47px;
z-index:1000;
}
.animation div{
display:none;
position:absolute;
	top:0;
	left:0;		
}
#bulletList li{
list-style:disc;	
}
#sbContent {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom:10px;
	line-height: 30px;
	text-align: left;
	padding-top:0px;
}
#sbContent  ul{margin-top:0px;}
#sbContent  ul li{
list-style:square url("../Images/bullet.png");
line-height:1.5;
font-size:100%;
margin-top:10px;
}
#sbContent  ul li:first-child {
 margin-top:45px;
}
#sbContent  ul li:hover{
list-style:square url("../Images/bulletHover.png");
}
/*================================Demo page=========================================*/
.rightCol{
margin:0 10px 0 10px;
text-align:center;	
}
.rightCol p{
text-align:left; line-height:1.5;
padding-left:15px;
}
.rightCol p a{
font-family: helvetica, arial, sans-serif !important; 
line-height: 20px !important;	
font-size: 100% !important; 
font-weight:bold !important;
}
/*============================2CHK page ==========================================*/
#videoContainer{
width:430px; 
height:330px; 
background:url(../Images/2chk/bg.png) top left no-repeat;
padding:60px 10px 10px 20px; 
margin-top:40px;	
}
#videoContainer img{ cursor:pointer;}
#videoContainer div{margin-top:20px;}
#videoContainer div a{
color: #0d7bc0;
font-weight: bold;	
}
/*=========================== Go to top btn ======================================*/
#gototop 
{
	display: block;
	display: none;
	z-index: 999; 
	/*opacity: .8;*/
	position: fixed;
	bottom: 0;
	right:0;
	margin-right:20px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	width: 80px;
	line-height: 15px;
	height: 15px;
	padding: 3px;
	background-color: #007AC2;
	font-size: 95%;
	font-weight:bold;
	text-align: center;
	color: #fff;
	cursor:pointer;
}
#gototop span{font-family: 'webfont'; 
margin-right:3px;
font-size:150% !important;
}
