/* General Layout ------------------------- */
html, body {
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #cfcfcf;
}

.evenit{
	clear: both;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	width: 964px;
	margin:0 auto;
	background-color: #cfcfcf;
	text-align: left;
}

#borderframe{
	width: 960px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-left: 2px solid #b6b6b6;
	border-right: 2px solid #b6b6b6;
	}

#header {
	width: 940px;
	margin: 0 10px 0 10px;
	padding: 8px 0 0 0;
	background-color: #FFF;
	}




#logoloc {display: block; width: 139px; height: 68px; padding: 0 0 14px 0; float: left}

#bodyframe{
	margin: 0 10px;
	padding: 0;
	}

#roundedbottom{
	margin: 0px;
	padding: 0px;
	background-image: url(/assets/images/global/frame_footer.gif);
	background-repeat: no-repeat;
	}



/* BOX It ------------------------- */

.cssboxleft { 
    width: 306px; /* intended total box width - padding-right(next) */
    padding-right: 11px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px 0px 10px 0; /* use to position the box */ 
    float: left;
} 

.cssboxright { 
    width: 306px; /* intended total box width - padding-right(next) */
    padding-right: 0; /* the gap on the right edge of the image (not content padding) */
    margin: 10px 0 10px 0; /* use to position the box */ 
	float: right;
}




/* Subpage ------------------------- */

#leftcol {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0 0 5px 0;
}
	
#leftcolheader {
	margin-top: 8px;
	padding-left: 16px;
}

#leftcolheader .breadcrumb {
	color: #666;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: normal;
}

#leftcolheader .breadcrumb a {
	color: #666;
	font-weight: normal;
}

#leftcolheader .breadcrumb a:hover {
	color: #000;
}

#leftcolheader h1 {
	margin: 0 0 16px 0;
	font-size: 24px;
	font-family: arial;
	font-weight: normal
}

#leftcolcontent {
	padding: 0 16px 16px 16px;
	font-size: 13px
}
	
#leftcolcontent h3 {
	font-size: 14px;
	margin-bottom: 8px
}


#leftcolcontent ul  {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none
}

#leftcolcontent ul li {
	line-height: 1.5em;
	padding-left: 11px; 
	margin: 0 0 5px 0;
	background-image: url(/assets/images/common/grey_bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0 8px !important
}

#leftcolcontent p, ul, ol {
	line-height: 1.5em;
}

#leftcolcontent ol {
	margin-bottom: 15px;
}
	
#columns{
	height:306px;
	overflow: hidden;
}

#leftcolcontent .buy-now-column, .volume-discounts-column, .upgrade-or-renew-column{
	width: 202px;
	height: 306px;
	padding: 70px 18px 0px 15px;
	float: left;
	font-size: 75%;
	margin:0px 10px 0px 0px;
}

.buy-now-column p, .volume-discounts-column p, .upgrade-or-renew-column p, .buy-now-column h3, .volume-discounts-column h3, .upgrade-or-renew-column h3{
	text-align:center;
}

.buy-now-column a, .volume-discounts-column a, .upgrade-or-renew-column a{
	color:#648d00;
	font-weight:bold;
}

.buy-now-column p{
	padding-top:50px;
}

#leftcolcontent .buy-now-column{
	background:url(/assets/images/subpage/buy-now.jpg) no-repeat;
}

#leftcolcontent .volume-discounts-column{
background:url(/assets/images/subpage/volume-discounts.jpg) no-repeat;
}

#leftcolcontent .upgrade-or-renew-column{
background:url(/assets/images/subpage/upgrade-or-renew.jpg) no-repeat;
}
	
#buy-now{
position:absolute;
width:232px;
height:303px;
left:0px;
top:0px;
display:block;
}
	
#leftcolcontent-text{
	width:460px;
	float:right;
}
	
#leftcolcontent .table-space{
	padding-top:20px;
	clear:both;
}

#leftcolfooter {
	margin: 0;
	padding: 0;
	height: 10px;
}

#rightcol {
	float: right;
	width: 168px;
	margin-top: 8px;
	padding-bottom: 16px;
	font-size: 12px
}

#rightcol #right-buttons a {
	background: url(/assets/images/common/Glass_GreenOff.gif) no-repeat left top;
	font: bold 14px arial;
	margin-bottom: 3px;
	padding: 2px 0 4px 26px
}

#rightcol h3 {
	margin:15px 0 5px 0;
	padding:0 0 3px 0;
	color:#000;
	font-size: 12px;
	font-weight:bold;
	border-bottom:dotted #000 1px;
}

#rightcol #right-buttons {border:0; margin:12px 0 22px 0; padding:0;}

#rightcol a
{
	display:block;
	font-weight:normal;
	color:#13234b;
}
#rightcol a:hover { color:#f97c0c; }
.iconbox {
	clear: both;
	float: left;
	margin: 8px 14px 10px 0;
	padding: 8px;
	border: 1px solid #c8c8c8;
	background-color: #e3e3e3;
	}

.icondescription {
	float: right;
	width: 565px;
	}

.icondescription h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.icondescription h5 {
	font-style: italics;
	margin: 0px;
	padding: 0px;
	}

#formleft {
	float: left;
	width: 420px;
	padding: 0;
	margin: 15px 0;
	}

#formright {
	float: right;
	width: 280px;
	padding: 0;
	margin: 15px 0;
	}

#checklist {
	float: right;
	width: 581px;
	}
	
.clientbox {
	float: left;
	margin-right: 30px;
	width: 150px;
	}

#leftcolcontent .clientbox p {
	font-size: 100%;
	}

.clientlogo {
	float: left;
	margin: 10px 10px 5px 0;
	padding: 8px; 
	border: 1px solid #c8c8c8;
	}

.clientdescription {
	float: left;
	width: 520px;
	margin: 10px 0 10px 10px;
	}

.sptbox {
	width:125px; 
	height:160px; 
	float:left; 
	margin: 0 10px 0 0; 
	padding: 5px 15px 5px 15px; 
	font:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	background-image: url(/assets/images/subpage/spt_box.gif); 
	background-repeat: no-repeat;
	}

.sptbox2 {
	width:125px; 
	height:160px; 
	float:left; 
	margin: 0; 
	padding: 5px 15px 5px 15px; 
	font:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	background-image: url(/assets/images/subpage/spt_box.gif); 
	background-repeat: no-repeat;
	}

#sptform {
	 margin: 15px 0 0 15px; 
	 padding: 15px 10px 10px 15px;; 
	 width:350px; 
	 float:right; 
	 border: 1px solid #ccc;
	}

.ftricon {
	float: left;
	margin: 10px 10px 15px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	}


/* Footer ------------------------- */
#footer {
	clear: both;
	width: 950px;
	padding: 0;
	margin: 0 0 0 2px;
	}

#footerleft{
	float: left;
	width: 400px;
	margin: 0px 8px;
	padding: 0px;
	}

#footerright{
	float: right;
	width: 450px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}


/* Genuine Interactive Styles */
#maincontent {
	width: 609px;
	height:314px;
	padding: 21px 0 0 331px;
	background: #004177 url(/assets/images/home/homepage_bg.jpg) no-repeat top left;
	margin: 0 0 26px 0;
	z-index:0;
	overflow:hidden;
}
	
#maincontent #introtext {
	width: 420px;
	}

#maincontent #introtext a {
	color: #f07a0d;
	}

#maincontent #introtext a:hover {
	color: #fff;
	}

#maincontent #introtext a:active {
	color: #d55c00;
	}
	
#maincontent h1 {
	margin: 0;
	font-size: 30pt;
	color: #f07a0d;
	}
	
#maincontent h1 span {
	margin-bottom: 12px;
	font-size:16px;
	display:block;
	color: #fff;
	}

#maincontent h2 {
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 16.5pt;
	font-weight: normal;
	}

#maincontent h2 strong {
	color: #f07a0d;
	font-weight: normal; 
	}

	

#maincontent a#products {
	position:relative;
	display:block;
	top:-277px;
	left:-303px;
	width: 257px;
	height: 257px;
	}
	
#maincontent a#learnmore {
	position:relative;
	display:block;
	top:-500px;
	left:438px;
	width: 154px;
	height: 35px;
	text-indent: -3000px;
	}
	
#maincontent a#freetrial {
	position:relative;
	display:block;
	top:-492px;
	left:438px;
	width: 154px;
	height: 138px;
	text-indent: -3000px;
	}
	
#lowerleft {
	float: left;
	width: 285px;
	padding: 0 15px 0 10px;
	margin: 0px;
	}

#lowercenter {
	float: left;
	width: 285px;
	border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
	padding: 0 15px;
	}
	
#lowerright {
	float: right;
	width: 285px;
	padding: 0 10px 0 0;
	}
	
#spotlight 
{
	background: #005b8a url(/assets/images/home/windows_vista_bg.jpg) no-repeat;
	padding: 13px 110px 10px 15px;
	width: 167px;
	height: 99px;
	overflow: hidden;
}

#lowerright #rightcallout
{
	background: #f1f1f1 url(/assets/images/home/rightcallout-top.png) no-repeat top left;
}

#lowerright #rightcallout div 
{
	width: 251px;
	padding: 21px 18px 25px 18px;
	background: transparent url(/assets/images/home/rightcallout-bottom.png) no-repeat bottom left;
}

#lowerright #rightcallout p 
{
	margin: 0;
	padding: 0;
	color: #004ea2;
}
/*for FAQ*/

.question{
	font-weight:bold;
}










body{
	text-align:center;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #2c2751;
	}
a          { color: #034cab; text-decoration: none;}
a:Active   { color: #d55c00; text-decoration: underline;}
a:Hover    { color: #f2831d; text-decoration: underline}

#footer a          { color: #666; text-decoration: none; font-weight: bold; }
#footer a:visited  { color: #666; text-decoration: none; }
#footer a:hover, a:active { color: #999; text-decoration: underline}

.editthis{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #cc0000;
}

#leftcol td {
	vertical-align: top;
}

#leftcol h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 12px 0 10px 0;
	margin: 0;
}

h3{
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	margin: 0;
}


h4{
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	letter-spacing: -.2px;
	padding: 8px 0 0 10px;
	margin: 0;
}

h5{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #384e8c;
	padding: 10px 0 0 0;
	margin: 0;
}

h6{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #2a7ad3;
	padding: 10px 0 0 0;
	margin: 0;
}

.clientdescription h6 {
	padding: 2px 0 0 0;
}

h7{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #777;
	padding: 0;
	margin: 0;
}

h6.pr {
	font-style: italic;
	margin: 2px 0px 5px;
	padding: 0px;
}

.headertop{
	padding: 0;
}

p {
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: left;
	}


p.newsback {
	text-align: right;
	font-size: 10px;
	}

	
.quotedbox	{
		background-color: #ececec;
		padding: 15px;
		margin: 20px 10px 10px 10px;
		border: 1px solid #ccc;
		}

.quoted{
		font: 13px "Lucida Sans", "Lucida Grande", Arial, sans-serif;
		line-height: 20px;
		letter-spacing: -1;
		}
		
.quotedname{
	font: normal 11px Arial, Helvetica, sans-serif;
}	

#homebox {
	margin: 5px 0 5px 0;
	padding: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #3b6192;
	}

#homebox a          { color: #3b6192; text-decoration: none; font-weight: bold; }
#homebox a:Visited  { color: #3b6192; text-decoration: none; }
#homebox a:Active   { color: #3b6192; text-decoration: none; }
#homebox a:Hover    { color: #3086e9; text-decoration: none; }

#footer{
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999;
	}

hr {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: none; 
	background-color: #eee; 
	height: 1px;
	}
	
#hr2 {
	margin: 10px 0 10px 0; 
	background-color: #ccc;
	height: 1px;
	}

.ulspace{
	margin: 0 10px 3px 20px;
	padding: 0;
}
	
#sidebarcontent{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #293b5c;
	}

#sidebarcontent ul li{
	margin: 4px 0;
	padding: 0;
	}
/* Form */
	td.formRow {
		font: normal 12px Arial, Helvetica, sans-serif;
		width:180px; 
		padding-bottom:10px; 
	}
	input.field, input.inputreq, input.input,select { 
	    width:130px!important;
	    border:1px solid #b2becb!important; 
	    background-color:#f6f7f9!important; 
	    color:#011e61!important;
	    font-size:11px!important;
	    font-family:verdana, arial, sans-serif!important;
	}
	textarea {
	    border:1px solid #b2becb!important; 
	    background-color:#f6f7f9!important; 
	    color:#011e61!important;
	    font-size:11px!important;
	    font-family:verdana, arial, sans-serif!important;
	}
	input.submitBtn { 
	    border:1px solid #b2becb; 
	    background-color:#f6f7f9; 
	    color:#011e61;
	    font-size:11px;
	    font-family:verdana, arial, sans-serif;
	    font-weight:bold;
	 }
	textarea.description {
	    width:330px; height:60px;
	    border:1px solid #b2becb; 
	    background-color:#f6f7f9; 
	    color:#011e61;
	    font-size:11px;
	    font-family:verdana, arial, sans-serif;
	 }
/* Bulleted List With Replaced Image */

.bulletedlist{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 10px 5px;
	}

.bulletedlist li{
	padding: 3px;
	margin: 0;
	padding-left: 12px;
	text-decoration: none;
	background-image:url(/assets/images/global/arrow-list.gif); 
	background-repeat: no-repeat;
	background-position: 2px 8px;
	}
	
/* Genuine Interactive Styles */
#lowerleft h1, #lowercenter h1, #lowerright h1 {
	font-size: 18px;
	color: #2d4f9e;
	margin: 0 0 20px 0;
	}

#lowerleft h2, #lowercenter h2, #lowerright h2 {
	font-size: 18px;
	color: #004D9B;
	margin: 0 0 20px 0;
	}	

#lowerleft p, #lowercenter p, #lowerright p {
	font-size:11px;
	line-height: 1.63em;
	padding: 0;
	margin: 5px 0;
}

dl.standards, dl.standards dt, dl.standards dd
{
	margin: 0;
	padding: 0;
}

dl.standards dt 
{
	color: #D54B00;
	font-weight: bold;
	font-size:15px;
}

dl.standards dd 
{
	font-size:11px;
	line-height: 1.63em;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 5px;
}

dl.standards dd.last 
{
	border-bottom: none;
}

#spotlight h2, #spotlight p
{
	margin: 0;
	padding: 0;
	color: #fff;
}

#spotlight p 
{
	margin-left: 5px;
}

#spotlight h2 span 
{
	color: #f07a0d;
}



/* Main Nav */

#mainnav {background: url(/assets/images/common/nav-back.gif) repeat-x left top; height: 33px; clear: both}
#mainnav .mainnav_left {background: url(/assets/images/common/nav-left.gif) no-repeat left top; padding-left: 16px; height: 33px}
#mainnav .mainnav_right {background: url(/assets/images/common/nav-right.gif) no-repeat right top; padding-right: 16px; height: 33px}



#mainnav .nav-item {
	float: left;
	height: 32px;
	margin-top: 1px;
	position: relative;
}

#mainnav .hover {
	background-color: #efefef;
	height: 31px;
}

#mainnav .selected {
}

#mainnav .nav-item a {
	display: block;
	padding: 10px 20px 8px 20px;
	color: #000;
	font: normal 11px verdana;
	line-height: 1;
}

#mainnav a:hover {text-decoration: none}

#mainnav .selected a,
#mainnav .selected a:hover,
#mainnav .hover a,
#mainnav .hover a:hover {color: #000}
#mainnav .selected a {
	font-weight: bold
}

#mainnav .drop-menu {
	display: none;
	width: 180px;
	text-align: left;
	background-color: #efefef;
	position: absolute;
	top: 31px;
	left: 0;
	z-index: 999;
	border-left: solid 1px #8a8c8e;
	border-right: solid 1px #8a8c8e;
	border-bottom: solid 1px #8a8c8e;
}

#mainnav .drop-menu .menu-item {
}

#mainnav .drop-menu .menu-item a {
	color: #000;
	padding: 0;
	font-weight: normal;
	padding: 10px 6px 10px 19px;
}

#mainnav .drop-menu .menu-item a:hover,
#mainnav .drop-menu .menu-item a:active,
#mainnav .drop-menu .menu-item a:focus {background-color: #003094; color: #fff}




.dataTable table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show
}

.dataTable thead th {
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: solid 1px #ccc;
	padding: 5px
}

.dataTable thead.alt1 th {
	text-align: left;
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	background-color: #f8f8f8
}

a.popup {background: url(/assets/images/common/popup.gif) no-repeat right 2px; padding-right: 18px}

.dataTable thead th a {
	font-weight: bold !important;
}

.dataTable tbody th,
.dataTable tbody td  {
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #ccc;
	padding: 5px;
	color: #000
}

.dataTable tbody th {
	padding-right: 20px;
	font-weight: normal
}

.dataTable tbody th+td {
	padding-right: 20px;
}

.dataTable td.check {text-align: center}

.dataTable tbody td.rule {font-style: italic; padding: 18px 8px 12px 8px; background: url(/assets/images/common/gradient2.gif) repeat-x top left; color: #666}
.dataTable tbody td.rule b {font-size: 14px}

.dataTable tbody td.rule2 {font-weight: bold; background-color: #f8f8f8; padding-left: 8px;}



.ofxSmallTabs {
	overflow: hidden;
	background: url(/assets/images/common/tabs/line.gif) repeat-x left 20px;
}
.ofxSmallTabs div {
	float: left;
	display: block;
	background: url(/assets/images/common/tabs/left_off.gif) no-repeat left top;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
}
.ofxSmallTabs div a {
	display: block;
	background: url(/assets/images/common/tabs/right_off.gif) no-repeat right top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
}

.ofxSmallTabs div a:hover {
	text-decoration: none !important;
}

.ofxSmallTabs div.ofSelected {
	background-image: url(/assets/images/common/tabs/left_on.gif);
}
.ofxSmallTabs div.ofSelected a {
	background-image: url(/assets/images/common/tabs/right_on.gif);
}

.ofxSmallTabs.ofxLargeTab {
	background-position: left 25px;
}
.ofxSmallTabs.ofxLargeTab div {
	font-size: 14px;
	padding-left: 10px;
	background-image: url(/assets/images/common/tabs/left_off_lg.gif);
}
.ofxSmallTabs.ofxLargeTab div a {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	background-image: url(/assets/images/common/tabs/right_off_lg.gif);
}
.ofxSmallTabs.ofxLargeTab div.ofSelected {
	background-image: url(/assets/images/common/tabs/left_on_lg.gif);
}
.ofxSmallTabs.ofxLargeTab div.ofSelected a {
	background-image: url(/assets/images/common/tabs/right_on_lg.gif);
}


#prodBottom {background: url(/assets/images/common/gradient2.gif) repeat-x top left; padding: 12px; clear: both; margin-top: 16px}
#prodBottom p {font-size: 12px; font-family: arial}
#prodBottom h3 {text-transform: none; color: #000; font-size: 12px}

#homePageProducts ul, #prodBottom ul {padding: 0; margin: 6px 0 0 0; list-style: none}
#homePageProducts li, #prodBottom li {padding: 0 0 0 10px; margin: 0; list-style: none; font-size: 12px; line-height: 15px; margin-bottom: 6px; background: url(/assets/images/common/grey_bullet.gif) no-repeat left 6px}

#prodBottom a {font-weight: normal}

#homePageProducts {background: url(/assets/images/common/gradient2.gif) repeat-x top left; padding: 12px}				
#homePageProducts h3, .altH3 h3 {text-transform: uppercase !important; color: #FF6600 !important; font-size: 14px !important}
#homePageProducts h2 {color: #666; font-size: 14px; margin-bottom: 8px}
#homePageProducts h2 a {font-size: 20px; font-weight: bold}
