@charset "UTF-8";

#ddbutton-text3 {
  display: block; /* Or float left, whichever is necessary... */
   position: relative;
   /*top: 5px; 
   left: 35%;*/
  width: 60%; 
  height: 82px;
  background-image: url('../img/banner_button2.png');
background-repeat:no-repeat;
background-position:left; 

}


#ddbutton-text3 span {  /* Hide the "Logo Text" from view... */
display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}


/* homepage banner ad */

#intro-text2 {
	width:100%;
	height:270px;
	margin: 0 auto;
	/*  */padding:50;
	background:#00335c url(../img/banner_text.png) no-repeat;
background-position:center; 
	overflow:hidden;
	text-align:left;
	color:#FFFFFF;
	font-size:19px;
	font-weight:normal;
	line-height:30px;
}
#banner-bg-screengrab-girl {
	width:100%;
	height:270px;
	margin: 0 auto;
	/*  */padding:50;
	background:#00335c url(../img/banner_text_small1.png) no-repeat;
background-position:center; 
	overflow:hidden;
	text-align:left;
	color:#FFFFFF;
	font-size:19px;
	font-weight:normal;
	line-height:30px;
}
#banner-bg-screengrab-girl2 {
	width:100%;
	height:270px;
	margin: 0 auto;
	/*  */padding:50;
	background:#323232 url(../img/banner_text_small2.png) no-repeat;
background-position:center; 
	overflow:hidden;
	text-align:left;
	color:#FFFFFF;
	font-size:19px;
	font-weight:normal;
	line-height:30px;
}

#banner-bg-scanner {
	width:100%;
	height:220px;
	margin: 0 auto;
	/*  */padding:50;
	background:#323232;
background-position:center; 
	overflow:hidden;
	text-align:left;
	color:#FFFFFF;
	font-size:19px;
	font-weight:normal;
	line-height:30px;
}
img.bannerimage{
display:block; 
margin-left:auto; 
margin-right:auto; 
}

p.banner_text { margin-left:20%;}

/* end homepage banner ad */
/* styling for home header include */
.lkheader {
height:95px;
width:100%;
margin: 0 auto;
background:#00335c url(../img/bg1.png);
	border-bottom:2px solid #999999;
}
.lkheaderInner {
height:95px;
width:870px;
margin: 0 auto;
}
.lkheaderInnerHome {
height:95px;
width:920px;
margin: 0 auto;
}
.lklogo {
float:left; 
padding: 0px 1px 0px 0px;  
margin: 0px 1px 0px 0px; 
}
.lktrustbadge {
float:right; 
padding: 0px 15px 0px 10px;  
margin: 0px 15px 0px 10px; 
}
#lklogo {
margin:0px 0 0px 0px;
	padding:0;
	width:288px;
	height:70px;
	background:url(../img/logo1.jpg) no-repeat top left;
	text-indent:-3000px;
	display:block;
	overflow:hidden;}
#lklogo a {
display: block;
}



#navlevel1-white{padding: 0px 15px 10px 10px;  
margin: 0px 15px 0px 10px; height: 36px;}
#navlevel1-white ul{font: 13px Arial; margin :0; margin-left: -1px; padding: 0; list-style: none; }
#navlevel1-white li{display: inline; margin: 0 0 0 0; padding: 0;}
#navlevel1-white a {
float: right; 
display: block; 
color:#FFFFFF; 
text-decoration:none; 
font-weight:bold; 
margin: 0 0 0 0; /*Margin between each menu item*/ 
padding: 0px 8px;  
}
#navlevel1-white a:hover{color: #CCCCCC;}
#navlevel1-white a.topnavon:link, a.topnavon:active, a.topnavon:visited, a.topnavon:hover  {  background-color: #ffffff; color: #336699;}




/* end styling for home header include */



/* footer global nav */
#footer-nav {
	margin:8px 0 0;
	padding:0;
	list-style-type:none;
	float:center;
}
#footer-nav li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 10px;
	color:#FFFFFF;
}
#footer li a {
	display:inline;
	color: #FFFFFF;
}

/* end footer global nav */


/* expandable box - links to blog
---------------------------------------*/
.box {
		padding:0 12px 0 0;
		background:#fff url(../img/borders.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background:#fff url(../img/borders.gif) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px;
		background:url(../img/box.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(../img/box.gif) 0 0 no-repeat;
	}
	.bb {
		height:17px;
		margin:0 -12px;
		background:url(../img/box.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:17px;
		background:url(../img/box.gif) 0 100% no-repeat;
	}
	.box h1 {
		margin:0;
		padding:0.3em 10px;
		background:#efece6;
		font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}

/* end expandable box - links to blog
---------------------------------------*/
h1.blue  {
	 font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1ba5e0;
	font-weight: normal;
	margin-bottom:5px;
	text-shadow: 2px 2px 1px #fff;
	margin-top:3px;
		}
h2.green  {
	 font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #83b90d;
	font-weight: bold;
	margin-bottom:8px;
	text-shadow: 2px 2px 1px #fff;
	margin-top:14px;	}		
h3.green {
	 font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #83b90d;
	font-weight: bold;
	margin-bottom:8px;
	margin-top:10px;
	}	
#footerh {
	background:#232323 url(../img/footer_shadow.png) repeat-x left top; padding-top:40px;
	color:#cdcdcd;
	text-align:left;
 }
#footerh_wrapper{
	width:960px;
	margin:auto;	
 }
 ul#comments {
	 margin: 15px 0 30px 0;
 }
ul#comments li {
	background:url(../img/comment.png) no-repeat top left; padding-left:65px; display:block; margin-bottom:15px; padding-bottom:15px; line-height:15px; font-style:italic; 
 }
  ul#ticks {
	 margin: 15px 0 15px 0;
 }
ul#ticks li {
	background:url(../img/tick.png) no-repeat top left; padding-left:65px; display:block; margin-bottom:15px; padding-bottom:15px; line-height:15px; font-style:italic;
 }
#commentsh em {
	display:block; margin-top:7px; font-style:normal; color: #666;
 }
 #copyh {
	display:block; background:#1e1e1e url(../img/footer_shadow.png) repeat-x left top; 
 }
  #copyh p {
	width:960px; text-align:right; margin:auto; padding: 15px 0 15px 0; color:#666; font-size:12px;

}
p {
	margin-bottom:8px;
	}
.line {
	background:url(../img/line.png) repeat-x; height:2px; margin: 35px 0 35px 0;
	}
hr {
	height:1px; color:#999999;
	}
a:link, a:visited {
	text-decoration:none;
	color:#3ba1cd;
	}
	a:hover {
	text-decoration:none;
	color:#00638d;
	}
.clr {clear:both}
ul.list{
	margin:0px;
	padding:5px 0 10px 0;
}
ul.list li {
	background: url(../img/arrow_gray.png) no-repeat left 6px;
	padding:0 0 0 10px; 
	line-height:18px;
	margin:0;
	}
	.al_lf {
		display:block;
		float:right;
		margin-left:35px;
	}
		 #footerh h4 {
	 font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:  #fff;
	font-weight:normal;
	margin-bottom:10px;
 }

a:link.whitelink {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:18px;
}
a:hover.whitelink {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-size:18px
}
p.smaller {
	font-size: 12px;
	font-style:italic;	
}
h2 {
font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:0.8;
	color:#146d96;
	font-weight:bold;
}
h2.topspace {
font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1;
	color:#146d96;
	font-weight:bold;
	padding-top:20px;
	border-bottom: 2px dotted #CCCCCC;
	
}
h1 {
	margin-top:0;
	padding-top: 5px;
	font-size:23px;
	color:#333333;
	line-height:0.8;
}

h1.topspace {
font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1;
	color:#333333;
	font-weight:bold;
	padding-top:15px;
	border-bottom: 2px dotted #CCCCCC;
}

.borderit img{
border: 2px solid #ffffff;
}
.borderit:hover img{
border: 2px solid #336699;
}
.borderit:hover{
color: #336699; /* irrelevant definition to overcome IE bug */
}

/* old driving css for ad include */
#computer_drivers_title, #human_drivers_title
{
   background-color: #b9e3f9/*ECE9CC*/;
   border-bottom: 1px #CCCCCC solid;
   margin: 10px 0px 0px 0px;
    width: 962px;
}
#computer_drivers_content
{
   margin: 20px 0px;
   cursor: pointer;
   background-color:#dde8f6;
}
#computer_drivers_teaser
{
   color:#336699;
   margin: 25px 10px 25px 10px;
   background-color:#bfd7f9;
}
#computer_drivers_teaser h1
{
   font-size: 11px;
   font-weight: bold;
   margin: 2px;
   padding: 5px 0px;
   text-indent: 4px;
   line-height: 10px;
   width: 962px;
   color:#009900;
   background-color:#FFFFCC;
}
#ddbutton {
  display: block; /* Or float left, whichever is necessary... */
   position: relative; 
  top: 24px;  
  width: 219px;
  height: 70px;
  background-image: url('/css/img/device_home_btn.png');
}

#ddbutton span {  /* Hide the "Logo Text" from view... */
display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
#ddbutton {
  display: block; /* Or float left, whichever is necessary... */
   position: relative;
   top: 135px; 
  /* left: 35%;*/ 
  width: 100%;
  height: 82px;
  background-image: url('../img/banner_button.png');
background-repeat:no-repeat;
background-position:center; 
}
#ddbutton span {  /* Hide the "Logo Text" from view... */
display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
#ddbutton-text {
  display: block; /* Or float left, whichever is necessary... */
   position: relative;
   /*top: 5px; 
   left: 35%;*/
  width: 60%; 
  height: 82px;
  background-image: url('../img/banner_button.png');
background-repeat:no-repeat;
background-position:left; 

}
#ddbutton-text:hover {
  display: block; /* Or float left, whichever is necessary... */
   position: relative;
   /*top: 5px; 
   left: 35%;*/
  width: 60%; 
  height: 82px;
  background-image: url('../img/banner_button2_on.png');
background-repeat:no-repeat;
background-position:left; 

}
#ddbutton-text span {  /* Hide the "Logo Text" from view... */
display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* end old driving css for ad include */
body {
	margin: 0 auto;
	padding:0;
	background: #146d96;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#000000;
	text-align:center;
}

span.recommended {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#146d96;
	text-align:center;
	font-style:italic;
	font-weight: bold;
	padding-right:100px;
}
.floatleft { float: left; }
.floatright { float: right; }
.float-right {float:right}

.rightfloat {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 10px;
	width:250px;
	height:220px;
	float:right;
	display: block;
	text-align:center;
}
.rightfloat p {
	font-size:13px;
	padding:5px 10px 5px 10px;
	color:#555555;
	background-color:#ffffff;
	text-align:left;
}
.lp-embedright {
	margin:0px 0px 0px 0px;
	padding:20px 20px 30px 20px;
	width:250px;
	height:220px;
	float:right;
	display: block;
	text-align:center;
}
.lp-embedright p {
	font-size:14px;
	padding:10px 20px 10px 20px;
	color:#555555;
	background-color:#e9e4e4;
	text-align:left;
}
.lp-embedright2 {
	margin:0px 0px 0px 10px;
	padding:0px 20px 50px 10px;
	width:250px;
	height:100%;
	float:right;
	display: block;
	text-align:center;
	background-color:#f7f7f7;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.lp-embedright2 p {
	font-size:14px;
	padding:10px 20px 10px 20px;
	color:#555555;
	/* background-color:#e9e4e4;*/
	text-align:left;
}
a.bluenoul {color: #336699; text-decoration: none; font-weight:bold; }
a.bluenoul:hover { color: #336699; text-decoration: none; font-weight:bold; }
a.bluenoul.active:hover { color: #333399; text-decoration: none; font-weight:bold; }

a.top {font-size:11px; color: #333333; text-decoration: none; font-weight:normal; }
a.top:hover { color: #333333; text-decoration: underline; font-weight:normal; }
a.top.active:hover { color: #333333; text-decoration: underline; font-weight:normal; }
#arrowlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#arrowlist li 
{
padding-left: 40px;
background-image: url(../img/arrow_orange.png);
background-repeat: no-repeat;
background-position: 0 .3em;
}
ol.olblue {
font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#000000;
	font-weight:normal;
}
span.orangetext {
font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#4780ab;
	font-weight:bold;
}
h3.orangetext {
font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#e7692f;
	font-weight:bold;
}
h2.greytext {
font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.0;
	color:#146d96;
	font-weight:bold;
}
h1.greytext {
font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.0;
	color:#146d96;
	font-weight:bold;
}
h2.greytext {
font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.0;
	color:#146d96;
	font-weight:bold;
	margin-top: 20px;
padding-top: 20px;
}
h3.greytext {
font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.0;
	color:#146d96;
	font-weight:bold;
	margin-top: 20px;
padding-top: 20px;
}
p.greytext {
font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#146d96;
	font-weight:normal;
	font-style:italic;
	border:1px #666666;
	padding:20px;
}
#container {
  margin: 0 auto;
  width: 100%;
  }
#container-banner {
  margin: 0 auto;
  }
.requirements {
	background:#efeded;
	margin:2px;
	padding:5px;
	border:1px dotted #333;
}
.requirements p {
	font-size:12px;
	font-style:italic;
}
.requirements-small {
	background:#efeded;
	margin:0px;
	padding:0px;
	border:1px dotted #333;
}
.requirements-small p {
	font-size:11px;
}
.instructions-sidebar p {
	font-size:13px;
	color:#4c9ee2;
	font-style:normal;
	margin:5px 5px 5px 18px;
	padding:0 0 0 0;
}
.instructions-sidebar-download p {
	font-size:12px;
	color:#333;
	font-style:normal;
	margin:5px 5px 5px 18px;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
div.install {
font-size:12px;
background:url(../img/bg_inset.png) no-repeat top left;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	width:250px;
	height:200px;
}
div.install p {
	font-size:14px;
	color:#666666;
	font-style:italic;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.testimonials {
	background:#b2e2f3;
	margin:2px;
	padding:5px;
	border:1px dotted #1f7b9d;
}
.testimonials p {
	font-size:12px;
	font-style:italic;
}
.testimonials_white {
	background:#ffffff;
	margin:2px;
	padding:5px;
	border:1px dotted #1f7b9d;
}
#tab_nav { font-size:12px; float: left; width: 100%; padding: 2px 0; font-size: 1.0em; height: 30px; border-bottom:  2px solid #a4aeb2;}
	#tab_nav ul.tab { float: left; margin-top: 5px; list-style: none;  margin-left: -40px; padding-left: 40px;}
	/* margin-top above controls gap below tabs on PC view */
		#tab_nav ul li { float: left; margin-right: 1px; margin-left:0px; }
	#tab_nav ul.tab a {font-size:12px; color: #999999; padding: 5px 15px 10px 15px; text-decoration: none;  }
#tab_nav ul.tab a:hover {  color: #999999; text-decoration: none; background: #e2ebee; padding-bottom: 8px; }
#tab_nav ul.tab a.active { background: #e2ebee; color: #000000; font-weight: bold;  cursor: default; border-bottom: 0px solid #006b99; border-top:  2px solid #a4aeb2;  border-left:  2px solid #a4aeb2;  border-right:  2px solid #a4aeb2;}
#tab_nav ul.tab a.active:hover { padding-bottom: 10px; }
h1.lp {
	margin-top:0;
	font-size:23px;
	color:#45a8ec;
}
span.lp-blue {
font-weight: bold;
color:#45a8ec;
}
h2.lp {
	margin-top:0;
	font-size:26px;
}
h3 {
	margin-top:0;
	font-size:19px;
}
a {color:#00a0dc}
a img {border:none}
.clear-left {clear:left}
.clear-right {clear:right}
.clear-both {clear:both}
.block {display:block}
.img-margin {margin:20px 0}
ul {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	color:#333333;
}
.wrapper {
	width:100%;
	text-align:left;
}
.wrapper-lp {
	width:100%;
	text-align:left;
	font-size: 14px;
}
.wrapper1 {
	width:100%;
}

/* =HEADER STYLES
---------------------------------------*/
#logo {
	margin:0px 0 0px 70px;
	padding:0;
	width:378px;
	height:92px;
	text-indent:-3000px;
	display:block;
	overflow:hidden;
}
#logo a {display:block}
#logo2 {
margin:0px 0 0px 10px;
	padding:0;
	width:378px;
	height:92px;
	background:url(../img/logo3.png) no-repeat top left;
	text-indent:-3000px;
	display:block;
	overflow:hidden;}
#logo2 a {
display: block;
}


#logo-narr {
margin:0px 0 0px 0px;
	padding:0;
	width:288px;
	height:70px;
	background:url(../img/logo1.jpg) no-repeat top left;
	text-indent:-3000px;
	display:block;
	overflow:hidden;}
#logo-narr a {
display: block;
}


#logo-lp {
margin:0px 0 0px 10px;
	padding:0;
	width:377px;
	height:92px;
	background:url(../img/lp_banner.png) no-repeat top left;
	text-indent:-3000px;
	display:block;
	overflow:hidden;}
#ms-cert {
margin:0px 0 0px 10px;
float:right;
	padding:0;
	width:232px;
	height:75px;
	background:url(../img/microsoft_certified.png) no-repeat top left;
	text-indent:-3000px;
	display:block;
	overflow:hidden;}
#locator { position:absolute; visibility:show; left: 520px; top: 40px; z-index:2;  } 
#navlevel1{padding: 0; height: 36px;}
#navlevel1 ul{font: 13px Arial; margin :0; margin-left: -1px; padding: 0; list-style: none; }
#navlevel1 li{display: inline; margin: 0 0 0 0; padding: 0;}
#navlevel1 a {
float: right; 
display: block; 
color:#336699; 
text-decoration:none; 
font-weight:bold; 
/* background: #2d5092; */
margin: 0 0 0 0; /*Margin between each menu item*/ 
padding: 0px 8px;  
}
#navlevel1 a:hover{color: #003366;}
#navlevel1 a.topnavon:link, a.topnavon:active, a.topnavon:visited, a.topnavon:hover  {  background-color: #ffffff; color: #336699;}
.headheight {
height:85px;
background:#ffffff;
margin: 0 auto;
}



.white {color:#FFFFFF;}

#navlevel-white{padding: 0; height: 36px;}
#navlevel-white ul{font: 13px Arial; margin :0; margin-left: -1px; padding: 0; list-style: none; }
#navlevel-white li{display: inline; margin: 0 0 0 0; padding: 0;}
#navlevel-white a {
float: right; 
display: block; 
color:#cccccc; 
text-decoration:none; 
font-weight:bold; 
/* background: #2d5092; */
margin: 0 0 0 0; /*Margin between each menu item*/ 
padding: 0px 8px;  
}
#navlevel-white a:hover{color: #ffffff;}
#navlevel-white a.topnavon:link, a.topnavon:active, a.topnavon:visited, a.topnavon:hover  {  background-color: #ffffff; color: #336699;}
.headheight {
height:85px;
background:#ffffff;
margin: 0 auto;
}

.headheight-narr-bg {
height:85px;
width:100%;
margin: 0 auto;
background:#00335c url(../img/bg1.png);
}
.headheight-narr {
height:85px;
width:870px;
margin: 0 auto;
}

.emailform {
height:30px;
width:650px;
background:#ffffff;
margin: 0 auto;
}
.headerright3 {
float:left; 
padding: 0px 1px 0px 0px;  
margin: 0px 1px 0px 0px; 
}
.headerright3a {
float:right; 
padding: 0px 15px 0px 10px;  
margin: 0px 15px 0px 10px; 
}
#toshiba {
	background:url(../img/toshiba.jpg) no-repeat 0 0;
	text-indent:-3000px;
	overflow:hidden;
}
#introbg {
 width: 100%;
 background: #1482a8;
 height:236px;}
#intro-bottom p {
	font-size:19px;
	text-shadow:1px 1px 1px #fff;
}
#intro-bottom #intro-download {
}
#intro-text2 {
	width:100%;
	height:270px;
	margin: 0 auto;
	/*  */padding:50;
	background:#00335c url(../img/banner_text.png) no-repeat;
background-position:center; 
	overflow:hidden;
	text-align:left;
	color:#FFFFFF;
	font-size:19px;
	font-weight:normal;
	line-height:30px;
}
span.heading-banner {
text-align:left;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	padding-bottom: 5px;
}
p.banner_text { margin-left:20%;	
}
h3.banner_text {
		margin-left:17%;
	color:#FFFFFF;
}
p.banner_text_ad {
text-align:center;	
}
p.banner_text-ctr {
		margin-left:32%;
}
p.banner_right {
	margin-left:40%;
}
#toplinks {
	width:850px;
	height:31px;
	padding:6px 0px 0;
	display: inline-block; 
}
#toplinks p {
	font-size:12px;
	text-shadow:1px 1px 1px #fff;
	margin:9px 0 0;
	color:#FFFFFF;
}
#toplinks #intro-download {
	float:right;
}
#toplinks ul.topright {  font-size:12px; float: right; margin-top: 5px; list-style: none;  margin-left: -40px; padding-left: 40px; list-style-type: none; display: inline-block; display:inline; }
	/* margin-top above controls gap below tabs on PC view */
		#toplinks ul li { float: left; margin-right: 10px; margin-left:0px; display: inline-block; display:inline; }
#toplinks a { 
color:#336699; 
text-decoration:none; 
font-weight:bold; 
}
#toplinks a:hover { color:#336699; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }
.content-top {
	width:100%;
	height:40px;
	margin-top:10px;
	background:url(../img/bg-box-top-test.png) no-repeat 0 0;
	background-position:center;
}
.content-top-grey {
	width:100%;
	height:40px;
	margin-top:10px;
	background-color:#333333;
	background-position:center;
}
.content-top-banner {
	width:100%;
	height:21px;
	margin-top:0px;
	background:#00335c url(../img/bg-box-top-banner.png) no-repeat 0 0;
	background-position:center;
	margin: 0 auto;
}
.contentouter {
background-color:#e8f3f6;
padding-top: 0px;
}

.contentouter2 {
background:#00335c;
padding-top: 0px;
}
.content {
	width:870px;
	background:#FFFFFF;
	padding:5px 0px 5px 20px;
	margin: 0 auto;
}


	
	
.content-border {
	width:850px;
	background:#FFFFFF;
	padding:5px 20px;
	margin: 0 auto;
	border: 1px solid #e9e4e4;
}
.content-bottom {
	width:100%;
	height:51px;
	/*padding:11px 20px 0; */
	background:url(../img/bg-box-bottom-test.png) no-repeat 0 0;
	background-position:center;
	margin: 0 auto;
}
img.buttonposright {
 padding-left:65%;
 }
.download-link-inter {
	width:100%;
	 background: #1482a8;
 height:50px;
	margin: 0 auto;
}
.content-bottom p {
	font-size:19px;
	margin: 0 auto;
	text-align:center;
	/**/ margin:6px 0 0;
	padding:6px 0 0; 
}
a.white {
color: #FFFFFF;
font-weight:bold;
}
.copy {
	float:right;
	width:560px;
}
.sidebar {
	width:250px;
	padding:0px 5px 5px 5px;
	border-right:1px solid #cccccc;
}
.sidebar-blue {
	width:250px;
	border-right:2px solid #333333;
	padding:5px;
	background-color:#ffffff;
}
.sidebar1 {
	width:250px;
	border-right:3px solid #e9e4e4;
	padding:5px;
}
.screenshot {margin-bottom:20px}
.highlight {
	color:#00a0dc;
	width:145px;
	padding-top:50px;
}
#footer-nav-lp {
	margin:8px 0 0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#footer-nav-lp li {
	display:inline;
	font-size:15px;
	margin:0 0 0 10px;
	font-weight:bold;
	color:#FFFFFF;
}
#footer-nav-lp li a {
	display:inline;
	color: #FFFFFF;
}
#footer-nav {
	margin:8px 0 0;
	padding:0;
	list-style-type:none;
	float:center;
}
#footer-nav li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 10px;
	color:#FFFFFF;
}
#footer li a {
	display:inline;
	color: #FFFFFF;
}
#button-expand {float: center;background: url(img/button_full_blue.gif) no-repeat left top;display:block; color:#FFFFFF; font-size:20px; text-decoration:none;font-weight:bold;overflow: hidden; }
#button-expand span:hover {text-decoration:underline; color:#FFFFFF;}
* html #button-expand {width:50%; overflow:visible; min-width: 180px; }
#button-expand span {display: block;background: url(img/button_full_blue.gif) no-repeat right top;margin-left: 30px;margin-bottom: -20px;height: 50px;white-space: nowrap;text-decoration: none;color: #ffffff;padding:25px 30px 32px 0;min-width:180px; text-align:center;}
#button-expand span b {display: block;line-height: 1em;margin-top: -0.5em;padding-top: 35px; }
#btbstretch span a {color:#FFFFFF; text-decoration:none;}
.clear {clear:both}
#button-display1, #button-display2, #button-display1 a, #button-display2 a {display:inline;color:#fff}
