﻿body {
    margin: 0px 0 10px 0;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px; /*color: #666666;*/
    color: #333333;
    line-height: 140%;
    background: #FFFFFF url(/assets/images/bkg_topix2.png) repeat-x fixed left bottom;
    direction: ltr;
}

a {
    color: #1780CF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html {
    height: 100% !important;
    margin-bottom: 1px;
}

.smallText {
    color: #000000;
    font: 10px verdana, arial, sans-serif;
}
.grayText {
    color: #666666;
    font: 11px verdana, arial, sans-serif;
}
.heading {
    color: #000000;
    font: 13px verdana, arial, sans-serif;
    font-weight: bold;
}
h1 {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    color: #35528A;
}
h2 {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
h3 {
    margin: 12px 0;
    font-size: 13px;
}
h4 {
    margin: 12px 0;
}
h5 {
    margin: 12px 0;
}

h6 {
    margin: 12px 0;
}
p {
    margin: 12px 0;
}
img {
    border: 0;
}
.h1spacer {
    margin: 15px;
}
.h2spacer {
    margin: 15px;
}
.blueBar {
    color: #0000FF;
}
.page_container {
    width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    height: 100%;
    /*position: relative;*/
}
#content_container {
    height: 1px;
    background: #fff;
    height: 100%;
}
#header_top {
    padding-top: 8px;
    height: 79px;
}
#header_top .banner {
    float: left;
}
#header_top #header-right {
    float: right;
    width: 220px;
    height: 77px;
    text-align: right;
    font-size: .9em;
}
#header-right ul {
    padding: 0px;
    margin: 0;
    list-style-type: none;
}
#header-right li.first {
    border: none;
}
#header-right li {
    display: inline;
}
#header-right .links a {
    text-decoration: none;
    padding: 0 4px 0px 3px;
}
#header-right .links a:hover {
    text-decoration: underline;
}

#socialMedia {
    position: absolute; 
    z-index: 9999; 
    right: 7px; 
    top: 0;
}

/* Logon */
div#username, div#password {
    position: relative;
    float: left;
    margin-right: 5px;
}
input#username-field, input#password-field {
    width: 4em;
    border: 1px #c3c3c3 solid;
}
label.overlabel {
    color: #656565;
    font-size: 90%;
}
.loginButton {
    border: 1px solid #999999;
    clear: right;
    background: #CCCCCC;
    margin-right: 20px;
    height: 20px;
}

/* Search box*/
#search_box {
    width: 161px;
    height: 20px;
    background: url(/assets/images/bg_search_box.gif) no-repeat;
    float: right;
    margin-top: 1px;
}
#search_box .s {
    /*float: right;*/
    float: left;
    padding: 0;
    margin: 2px 0 0 6px;
    border: 0;
    width: 129px;
    background: none;
    color: #A7A7A7;
}
#search_box .go {
    float: right;
    margin: 0px 0px 0 0;
}
.searchError {
    font-weight: normal;
}

/* Breadcrumb navigation */
.breadcrumb {
    font-size: 90%;
    padding-left: 8px;
    text-transform: capitalize;
    color: #233E99;
}
.breadcrumb a {
    /*text-decoration:none;*/
    color: #646363;
}
.breadcrumb a:visited, .breadcrumb a:active {
    color: #646363;
}
#flashcontainer {
    /*background: #fff url(/assets/images/header_bg.jpg) repeat-x;*/
}
#content_border {
    border-left: 1px #D9D9D9 solid;
    border-right: 1px #D9D9D9 solid;
    border-bottom: 1px #D9D9D9 solid;
    border-top: 1px #D9D9D9 solid;
    overflow: hidden;
    position: relative;
}
.clear {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}
.img_left {
    float: left;
    margin: 0 10px 10px 5px;
}
.alignright {
    text-align: right;
    padding-top: 14px;
}
#solutions_container .readmore {
    border-width: 0;
}
#content {
    background: #fff;
    padding-top: 20px;
}
#news {
    float: left;
    width: 216px;
    padding-left: 13px;
}
#news .banner {
    background: #A9A9A9 url(/assets/images/newsBG.png) no-repeat;
    position: relative;
    padding-top: 8px;
    height: 22px;
}
#news h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #233E99;
    padding: 0;
    margin: 0;
    text-indent: 28px;
    font-size: 1.4em;
}
#news h2 {
    padding: 0 0 2px 0;
    margin: 0;
    color: #233E99;
}
#news .content {
    padding: 10px 0;
    margin: 0;
    height: 208px; /*Firefox */
    _height: 211px; /*IE6 Only hack, overwrites height rule above*/
    background: url('/assets/images/testimonialsFooterBG3.gif') repeat-x bottom left;
    display: inline-block;
}

#news a.link1 {
    color: #233E99;
}
#news .readmore {
    color: #233E99;
    font-weight: normal;
    font-size: .9em;
    padding-right: 5px;
}
#news ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 6px;
    font-size: .9em;
}
#news li {
    background: url(/assets/images/blue-bullet.gif) no-repeat left 60%;
    padding-left: 12px;
    padding-top: 0px;
}
#news .list a {
    font-weight: normal;
}

#news .footer {
    background: url('/assets/images/testimonialsFooterBG2.gif') repeat-x bottom left;
    width: 180px;
    padding: 18px 5px 0 5px;
    height: 23px;
    text-align: right;
}
#accesssupport {
    float: left;
    width: 400px;
    padding-left: 20px;
}
#accesssupport .banner {
    background: url('/assets/images/aas2.png') no-repeat;
    position: relative;
    padding-top: 8px;
    height: 22px;
}

#accesssupport h1 {
    padding: 0;
    margin: 0;
    text-indent: 28px;
    font-size: 1.4em;
    color: #233E99;
}

#accesssupport h2 {
    color: #233E99;
    padding: 0 0 10px 0;
    margin: 0;
}
#accesssupport .content {
    float: left;
    width: 180px;
    margin: 0;
    padding: 10px 0; /*height:230px;*/
}
#accesssupport .footer {
    background: url('/assets/images/testimonialsFooterBG2.gif') repeat-x bottom left;
    width: 180px;
    padding: 18px 5px 0 5px;
    height: 23px;
    text-align: right;
}
#accesssupport .accountlogin {
    float: left;
    margin: 0;
    padding: 0;
}
#accesssupport .readmore {
    font-size: .9em;
}
#accesssupport a {
    color: #233E99;
}
#accesssupport a:hover {
    text-decoration: underline;
}
#keepintouch {
    float: left;
    width: 216px;
    padding-left: 20px;
}
#keepintouch a {
    color: #233E99;
}
#keepintouch .banner {
    background: #A9A9A9 url(/assets/images/aas3.png) no-repeat;
    position: relative;
    padding-top: 8px;
    height: 22px;
}
#keepintouch h1 {
    padding: 0;
    margin: 0;
    text-indent: 28px;
    font-size: 1.4em;
    color: #233E99;
}
#keepintouch h2 {
    color: #233E99;
    padding: 0 0 10px 0;
    margin: 0;
}
#keepintouch .content {
    float: left;
    width: 210px;
    margin: 0;
    padding: 10px 0;
    height: 230px;
}
#keepintouch .footer {
    background: url('/assets/images/testimonialsFooterBG3.gif') repeat-x bottom left;
    width: 180px;
    padding: 18px 5px 0 5px;
    height: 23px;
    text-align: right;
}
.loginform {
    width: 200px;
    float: left;
    background: url(/assets/images/login_bg.png) no-repeat 0 0 #FFFFFF;
    color: #000000;
    padding: 8px 0 0 4px;
    height: 193px;
}
.loginform input {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.loginform .textbox {
    margin-left: 3px;
    width: 110px;
}
.loginform .invalidlogin {
    color: Red;
}
.invalidLoginText {
    color: Red;
    font-size: 110%;
}
/*#freeRegistration{
	background-image:url('/assets/images/free_registration_bg.png');
	height:20px;
	width:186px;
	text-align:center;
	margin:10px auto;	
}	
#freeRegistration p{
	font-weight:bold;
	font-size:.9em;
	margin:0;
	padding-top:2px;	
}*/

#freeRegistration {
    /*background-image:url('/assets/images/free_registration_bg.png');*/
    width: 186px;
    text-align: center;
    margin-top: 10px;
}
#freeRegistration p {
    font-weight: bold;
    font-size: .9em;
    margin: 0;
    padding: 0;
}

#freeRegistration a {
    /*text-decoration:none;*/
}
#freeRegistration a:hover {
    text-decoration: underline;
}
/*.buttonLoginSubmit {
	background:url(/assets/images/submit_bg.gif) no-repeat 37px 0 #FFFFFF; 
	color:#35528A; 
	border:none;
	width:53px; 
	height:13px; 
	margin:0 0 0 24px; 
	padding:0 23px 0 0; 
	cursor:pointer;
	font-family:Tahoma ;
	font-size:90%;
}*/

.buttonLoginSubmit {
    background: url(/assets/images/buttonLogin.png) no-repeat #FFFFFF;
    color: #35528A;
    border: none;
    width: 72px;
    height: 17px;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 1em;
    font-weight: bold;
    margin-left: 12px;
    margin-top: 1px;
}


#footer {
    width: 900px;
    margin: 0px auto;
    background: #464646;
    border-top: 5px solid #35528A;
    color: #fff;
    font-size: .9em;
    height: 35px;
    clear: both;
}
#footer .left {
    float: left;
    padding: 0 0 0 10px;
    width: 280px;
    text-align: left;
}
#footer .right {
    float: left;
    padding: 0 8px 0 0;
    width: 280px;
    text-align: right;
}
#footer .center {
    float: left;
    padding: 0 0px 0 0;
    font-weight: bold;
    font-size: smaller;
    width: 320px;
    text-align: center;
}
#footer a {
    /*color: #4a5662;*/
    color: #fff; 
    text-decoration:none;
}
#footer a:hover {
    text-decoration: underline;
}
#footerImage {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    text-align: center; 
    font-size: smaller;
}
/* Solutions */
body #columnA {
    margin: 0px;
    padding: 0 0 20px 0;
    line-height: 20px; /*color: #666666;*/
}
#columnA {
    float: left; /*width: 190px;*/
    width: 200px;
}
#columnA h3 {
    padding-top: 1px;
    margin-top: 1px;
    padding-left: 5px;
    margin-left: 5px;
    height: 22px;
    border-spacing: 2px;
}
#columnA h3.subMenu {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 90%;
}
#columnA .list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 14px;
    font-size: .9em;
}
#columnA .list li {
    background: url(/assets/images/blue-bullet.gif) no-repeat left 60%;
    padding-left: 12px; /*text-decoration:none;*/
    font-weight: normal;
    color: #233E99;
}
#columnA .list li.double {
    background-position: left 27%;
}
#columnA .list a {
    /*text-decoration:none; 	color: #4978ae;*/
    color: #1780CF;
    font-weight: normal;
}
#columnA a {
    text-decoration: none;
}
#columnA a:hover {
    text-decoration: underline !important;
}
#columnB {
    width: 660px;
    height: auto;
    float: left;
    line-height: 20px;
    padding-left: 10px;
    padding-bottom: 40px;
}

#columnB a {
    text-decoration: none;
}

#columnB a:hover {
    text-decoration: underline;
}

#columnB h1 {
    padding-top: 2px;
    margin-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px; /*color: #35528A;*/
    color: #233E99;
}
#columnB h1 a {
    color: #233E99; /*text-decoration:none;*/
}
#columnB h1 a:hover {
    text-decoration: underline;
}
#columnB h2 {
    padding-top: 2px;
    margin-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 24px;
    border-bottom: 1px solid #EEEEEE; /*color: #666666;*/
    color: #333333;
}
#columnB p {
    padding-top: 3px;
    margin-top: 3px;
}
#columnB h2 a {
    /*color: #666666;*/
    color: #333333;
}
#columnB h2 a:hover {
    text-decoration: underline;
}
#columnB h3 a {
    /*color: #666666;*/
    color: #333333;
}
#columnB img {
    border: none;
}
#columnB img.left {
    float: left;
    margin: 3px 15px 0px 0px;
    border: 1px solid #c0c0c0;
}
#columnB .list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 1em;
}
#columnB .list li {
    /*background: url(/assets/images/bullet1.jpg) no-repeat 0 .7em;*/
    background: url(/assets/images/blue-bullet.gif) no-repeat 0 .7em;
    padding-left: 1em; /*color: #1780CF;*/ /*color: #666666;*/
    color: #333333;
}
#columnB .list li ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
}
#columnB .list li ul li {
    padding-bottom: 1px;
}
#columnB .list a {
    /*text-decoration: underline*/
    color: #1780CF;
}
#columnB .list a:hover {
    text-decoration: underline;
}
#columnB .lispacer {
    margin: 12px;
}
#columnB .companyList {
    /*color: #1780CF;*/
}
#columnB .readNewsletter {
    width: 880px;
    padding-bottom: 20px;
    text-align: center;
}
#columnB #faq a {
    color: #4978ae;
    font-weight: normal;
}

#columnB .newsrelease {
    position: relative;
    top: 0px;
    padding: 0px 5px 5px 5px;
    background: url('/assets/images/testimonialsFooterBG2.gif') repeat-x bottom;
    border: 1px #c0c0c0 dashed;
}


/* Solutions */

/* Management Team */
img.picA {
    position: relative; /*top: -2px;*/
    width: 76px;
    height: 74px;
    padding-left: 0px;
}

img.floatleft {
    float: left;
    margin: 0px 14px 3px 0px;
}

#management {
    position: relative;
    float: left;
}

#management h2 {
    position: relative;
    top: 4px;
    line-height: 35px;
    color: #35528A;
    border-bottom: 0px solid #EEEEEE;
    padding: 0 0 0 3px;
    margin-bottom: 14px;
}

#management .member .title {
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 45px; /*color: #666666;*/
    color: #333333;
    font-weight: bold;
}

#management p {
    position: relative;
    top: 0px;
    padding: 0px 0px 0px 5px;
    margin-bottom: 10px;
}

#management p strong {
    font-size: 14px;
}

#management h2 a {
    color: #35528A;
}

#management .member {
    margin-bottom: 20px;
}

#management .member .header {
    position: relative;
    border-bottom: 1px #eeeeee solid;
}

#management .member .content {
    margin-bottom: 0px;
    padding-bottom: 1px;
    background: url('/assets/images/testimonialsFooterBG2.gif') repeat-x bottom;
}
/* Management Team */

/* Testimonials */
blockquote {
    background: url(/assets/images/quote.gif) no-repeat;
    background-position: top left;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    clear: both;
}
blockquote div {
    background: url(/assets/images/unquote.gif) no-repeat;
    background-position: bottom right;
    padding: 0 10px 0 0;
    margin: 0;
}

blockquote div.author {
    background: url('/assets/images/testimonialsFooterBG2_blue.gif') repeat-x;
    height: 34px;
    font-style: italic;
    width: 98%;
    text-align: right;
    padding: 30px 5px 0 0;
    margin: 0 0 30px 0;
}
/* Testimonials */
.clientLogin {
    margin: 20px 20px;
    padding: 20px 20px;
}
#qfNewsletters {
    /*width:330px;     float:left;*/
    height: 100%;
}
#qqNewsletters {
    /*width:300px;     float:left;*/
    margin-bottom: 20px;
}

#qqsNewsletters {
    /*width:300px;     float:left;*/
    margin-bottom: 20px;
}
.qfBenefits {
    width: 280px;
    float: left;
}
.qfBenefits ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: .1em;
}
.qfBenefits ul li {
    /*background: url(/assets/images/bullet1.jpg) no-repeat 0 .7em;*/
    background: url(/assets/images/blue-bullet.gif) no-repeat 0 .7em;
    padding-left: 1em; /*color: #4978ae;*/ /*color: #1780CF;*/
}
.qfSpecs {
    width: 300px;
    float: left;
    padding-left: 10px;
}
.qfSpecs strong {
    color: #5A80BB;
}
#updateAccount .textbox {
    width: 250px;
    margin-bottom: 5px;
    border: 1px #c3c3c3 solid;
    padding: 2px;
}
#updateAccount a {
    /*text-decoration:none;*/
    color: #1780CF;
}
#updateAccount a:hover {
    text-decoration: underline;
}
.formSpace {
    line-height: 30px;
}

.textbox {
    width: 250px;
    margin-bottom: 5px;
    border: 1px #c3c3c3 solid;
    padding: 2px;
}

.contactComments {
    width: 600px !important;
    height: 60px !important;
}
.youtube-icon {
    background-position: -55px -71px;
    border: 0 none;
    height: 16px;
    margin: 0 1px -3px 2px;
    width: 16px;
}
.facebook-icon {
    background-position: -12px -71px;
    border: 0 none;
    height: 16px;
    margin: 0 1px -3px 4px;
    width: 16px;
}
.icon {
    background-image: url(/assets/images/news-icons.png);
}

#threeboxContainer {
    padding-top: 20px;
    width: 898px;
    margin: 0 auto;
    background-color: #ffffff;
    height: 280px;
}
#threeboxContainer #bg220 {
    width: 220px;
    height: 260px;
    float: left;
    margin-left: 10px;
    /*background: url('/assets/images/bg220.png') no-repeat;*/
}

#threeboxContainer #bg220-2 {
    width: 220px;
    height: 260px;
    float: left;
    background: url('/assets/images/bg220.png') no-repeat;
    position: relative;
}
#threeboxContainer #bg400 {
    width: 400px;
    height: 260px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background: url('/assets/images/bg400.png') no-repeat;
}
#threeboxContainer .homepageicon {
    float: left;
    margin-right: 10px;
}
#threeboxContainer h1 {
    margin: 0 !important;
    color: #233E99;
    font-size: 1.4em;
}
#threeboxContainer h1 a {
    color: #233E99;
}
#threeboxContainer .content1 {
    float: left;
    height: 225px;
    position: relative;
    width: 210px;
    padding-top: 10px;
}
#threeboxContainer .content2 {
    float: left;
    height: 225px;
    position: relative;
    width: 190px;
    padding-top: 10px;
}
#threeboxContainer .content3 {
    float: left;
    height: 225px;
    position: relative;
    width: 190px;
    margin-left: 10px;
    padding-top: 10px;
}
#threeboxContainer h2 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #233E99;
}
#threeboxContainer ul {
    margin: 0;
    list-style: none;
    padding-left: 3px;
    font-size: .9em;
}
#threeboxContainer li {
    background: url(/assets/images/blue-bullet.gif) no-repeat left 13%;
    padding-left: 10px;
}
#threeboxContainer .footerRight {
    position: absolute;
    bottom: 3px;
    right: 5px;
    font-size: .9em;
}
#threeboxContainer .footerLeft {
    position: absolute;
    bottom: 3px;
    left: 5px;
    font-size: .9em;
}
#threeboxContainer #signup {
    color: #66cc33;
    display: block;
    font-size: 16px;
    height: 44px;
    padding-top: 5px;
    line-height: 22px;
    font-family: Arial;
}

#ctl00_fail {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background: #E6AEAA none repeat scroll 0 0;
    border: 1px solid #C82820;
    color: #C82820;
    font-family: "Arial" ,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 0;
    padding: 1px 3px;
    display: none;
    float: right;
    clear: both;
}
.ico_cancel {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/assets/images/error.jpg) no-repeat scroll left center;
    padding-left: 20px;
}
.blueBar {
    color: blue;
}

#slides #linkqqev {
    position: absolute;
    background: url(/assets/images/banners/playbutton.png) no-repeat;
    width: 95px;
    height: 95px;
    /*right: 140px;*/
    right: 215px;
    top: 52px;
}
#slides a#linkqqev:hover {
    background: url(/assets/images/banners/playbutton.png) no-repeat -95px 0;
}

/* Page Annoucenment Bar */

#topannounce {
	border-bottom: solid 2px #d50000;
	padding: 10px 0 10px 0;
	background: #ffd8d8;
	color: #d50000;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	min-width: 960px;
	position: relative;
	top: 0px;
	z-index: 5;
	/*font-weight: bold;*/
}
#topannounce a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#topannounce a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#topannounce #announce-container, 
#reset-announcement-container {
	margin: 0 auto;
}
#topannounce .rightCloseButton {
	cursor: pointer;
	text-indent: -99999px;
	position: absolute;
	right: 0px;
	top: 5px;
	right: 10px;
	float: right;
}
#topannounce a.rightCloseButton {
	width: 18px;
	height: 19px;
	text-decoration: none;
	border: none;
	display: inline-block;
	background: url(../images/announcements/announce-close.png) no-repeat;
}
#topannounce a.rightCloseButton:hover {
	background-position: bottom left;
}
#reset-announcement {
	width: 100%;
	min-width: 960px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 2;
}
.reset-announce {
	text-indent: -99999px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0;
	right: 10px;
}
a.reset-announce {
	display: block;
	background: url(../images/announcements/reset-announcement.png) no-repeat;
	width: 28px;
	height: 23px;
}
/* Clear Fix */
.clearboth, .clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#topannounce #announce-container,
#reset-announcement-container {
	width: 900px;
}

/* Webinar toggle animation */
.arrowup {
	background: url('../images/arrow-square.gif') no-repeat 0 3px;
}
		
.arrowdown {
	background: url('../images/arrow-square.gif') no-repeat 0 -52px;
}
.response {
	width: 620px;
	clear: both;
	display: none;
}
p.trigger {
	padding-left: 25px;
	padding-bottom: 5px;
}
p.trigger .heading {
	color: #1780cf;
}
div.response {
	padding-left: 25px;
	color: #000000;
	margin-bottom: 20px;
}
