/*CSS Document
Background*/
BODY
{
	background: url(../siteimages/body.jpg) no-repeat;
	background-color: #E7EFFE;
	margin: 0px;
	padding: 0px;
	overflow: auto;  /*IE 8 scrollbar bug fix*/
}
h4, form, label, textarea, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#gray_box {
	width: 870px;
	background: url(../siteimages/gray_box.png) repeat-y right;
	margin: 0 auto;
	overflow: auto;
}
#contentbox
{
	width: 870px;
	background: url(../siteimages/gray_box.png) repeat-y right;
	margin: 0 auto;
	overflow: auto;
}
/*Header*/
#header
{
	width: 870px;
	height: 87px;
}
/*Logo*/
.logo
{
	background: url(../siteimages/logo.png) no-repeat;
	width: 142px;
	height: 71px;
	margin: 15px 0px 0px 35px;
	float: left;
	display: inline;
	overflow: auto;
}
.logo A
{
	margin: 0px;
	padding: 25px;
	display: block;
	text-indent: -9999px;
}
.red_flag_text 
{
	background:url(../siteimages/t1_flag.png) no-repeat;
	width: 184px;
	height: 87px;
	margin: 9px 20px -9px 0px;
	float: right;
	display: inline;
}
.red_flag_text P
{
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

/*Notice Styles*/
.notice {
	background: #FFFF99;
	width: 240px;
	height: 75px;
	margin: 6px 0px 0px 35px;
	float: left;
	display: inline;
	overflow: auto;
}
.notice h1 {
	margin: 0px;
	padding: 5px 10px;
}
.notice p {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size:12px;
}

/*Version 2 Login Area*/
.login {
	width:325px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 2px;
	line-height: 18px;
	padding: 12px 0px 0px 20px;
	float: left;
    position:relative;
	left:310px;
}
.login a {
    font-family: Arial, Helvetica, sans-serif;
    font-size:9px;
    word-spacing: normal;
    letter-spacing: normal;
	color:#FFFFFF;
	text-decoration:none;
    position:absolute;
    left:20px;
    bottom:-12px;
    text-decoration:underline;
}
.login a:hover {
	color:#FF0000;
}
.login H5 {
	line-height: 14px;
	color: #ffffff;
}
.login UL LI {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 2px;
	color: #ffffff;
	list-style:none;
}
.login UL {
	font-size:12px;
}
.login LI {
	font-size:10px;
	float: left;
}
.label.login {
	display: block;
}
.login span {
	margin-right: 20px;
	display: block;
}
.login INPUT {
	border-width:1px;
}
.login input.submit {
	position:absolute;
	top:35px;
	left:285px;
}
/*Version 1 Login Area*/
.login-v1 {
	width:470px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 2px;
	line-height: 18px;
	padding: 12px 0px 0px 20px;
	float: left;
    position:relative;
	left:165px;
}
.login-v1 a {
    font-family: Arial, Helvetica, sans-serif;
    font-size:9px;
    word-spacing: normal;
    letter-spacing: normal;
	color:#FFFFFF;
	text-decoration:none;
    position:absolute;
    left:20px;
    bottom:-12px;
    text-decoration:underline;
}
.login-v1 a:hover {
	color:#FF0000;
}
.login-v1 H5 {
	line-height: 14px;
	color: #ffffff;
}
.login-v1 UL LI {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 2px;
	color: #ffffff;
	list-style:none;
}
.login-v1 UL {
	font-size:12px;
}
.login-v1 LI {
	font-size:10px;
	float: left;
}
.label.login-v1 {
	display: block;
}
.login-v1 span {
	margin-right: 20px;
	display: block;
}
.login-v1 INPUT {
	border-width:1px;
}
.login-v1 input.submit {
	position:absolute;
	top:35px;
	left:285px;
}
.login-v1 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
    position:absolute;
    top:38px;
    left:360px;
}
.login-v1 img.v2_link {
    position:absolute;
    bottom:0px;
    left:420px;
}

/*Menu Styles*/
#menu {
	width: 800px;
	height: 23px;
	margin: 0 35px;
	background: url(../siteimages/nav_bar_full.png) no-repeat;
}
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: .25em;
	z-index:100;
}
#nav {
	left: 1em;
}
#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding:0 .75em;
    color:#fff;
    text-decoration:none;
    background-color:#242628;
}
#nav a:hover{
    background-color:#56595F;
    color:#FFFFFF;
}
#nav li{
    float:left;
    position:relative;
}
#nav li {
    border-left:1px solid #FFFFFF;
}
#nav ul li {
    border:none;
}
#nav ul {
    position:absolute;
    width:17em;
    top:1.5em;
	line-height:2em;
    display:none;
}
#nav li ul a{
    width:13em;		/* **** Use this to control drop-down width **** */
    float:left;
}
#nav ul ul{
	top:auto;
}
#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
}
#nav li:hover ul, #nav li li:hover ul {
    display:block;
}

/*Inside Box Styles -- main containing box for all content*/
#inside_box {
	background-color: #FFFFFF;
	width: 800px;
	min-height: 480px;
	margin: 0px 35px;
	overflow: auto;
}

/*Splash Styles (HOME PAGE ONLY)*/
#splash_content
{
	margin: 0px 35px;
	background: url(../siteimages/main_title.png) no-repeat;
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	border: 0px;
}
#splash_content H1
{
	margin: 0px;
	display: block;
	text-indent: -9999px;
	float: left;
	border: 0px;
}
.splash_img
{
	float: right;
	border: 0px;
	margin-bottom: -5px;
}
.splash_text h1, .splash_text p
{
	width:0;
	height:0;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
.splash_blurb
{
	margin-top: 164px;
	float: right;
	margin-bottom: -4px;
}

/*Container Styles*/
#container
{
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px 35px 0px;
	overflow: auto;
}

/*Column Left Styles*/
#column_left {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 2px;
	line-height: 18px;
	display:inline;
	float: left;
	padding-bottom: 1.4em
}

/*Contact Form Styles*/
.contact_form {
	width: 168px;
	background-color:#e7effe;
	margin:27px 7px 7px 15px;
	padding:10px 0px 7px 7px;
	float: left;
	display: inline;
	border:1px solid #b7b7b7;
}
.contact_form UL LI {
	padding-top:5px;
	margin-left:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	word-spacing: 2px;
	color: #444444;
	list-style:none;
}
.contact_form h4 {
	width: 160px;
	line-height: 14px;
	color: #003366;
	text-align: center;
}
.input {
	background-color:#FFFFFF;
	border-width:1px;
}
select {
	font-size:12px;
}
textarea {
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
	border-width:1px;
	background-color:#FFFFFF;
}
#commentForm label.error {
	width: 157px;
	font-size: 0.95em;
	font-style:italic;
	color:red;
	padding:0;
	float:left;
}
#email {font-weight:normal}
#number1 {width:2em; text-align:center}
#number2 {width:2em; text-align:center}
#number3 {width:3em; text-align:center}

/*Left Navigation Styles on Nested Pages*/
.left_nav
{
	width: 157px;
		height: 176px;
	margin: 0;
	padding: 0;
	border: 0px;
	float: left;
}
.left_nav UL
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	word-spacing: 2px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left_nav UL LI
{
	line-height: 15px;
	padding-bottom: 7px;
}
.left_nav A
{
	text-decoration: none;
	color: #FFFFFF;
}
.left_nav A:hover
{
	text-decoration: underline;
}
.left_nav_bg_1 {
	background-color:#363636;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_2 {
	background-color:#363636;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_3 {
	background-color:#03668f;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_4 {
	background-color:#d4592f;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_5 {
	background-color:#896f96;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_6 {
	background-color:#25316d;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_7 {
	background-color:#b51313;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
#column_left .left_nav_bg_7 UL LI {
	color: #ffffff;
	list-style:decimal;
	margin-left: 2em;
}
#column_left .left_nav_bg_7 P {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	margin: 0 0 7px 0; padding: 0;
}
.left_nav_bg_8 {
	background-color:#d4505e;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_9 {
	background-color:#363636;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_10 {
	background-color:#25316d;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}
.left_nav_bg_11 {
	background-color:#1e7878;
	margin:27px 7px 7px 15px;
	padding: 7px 10px;
	float: left;
	display: inline;
}

/*Integration / Partner Software Styles -- under left nav on nested pages*/
.integrate {
	background-color:#FFFFFF;
	width:175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	word-spacing: 2px;
	line-height: 15px;
	color: #003366;
	margin: 40px 0px 23px 15px;
	padding: 10px 0;
	border:1px dashed #c2bca8;
	border-width: 1px 0;
}
.integrate p {
	padding-bottom: 10px;
}
.integrate a {
	color: #003366;
	text-decoration: none;
}
.integrate a:hover {
	text-decoration: underline;
}

/*Primary Styles*/
#primary
{
	background-color: #FFFFFF;
	width: 600px;
	float: right;
	overflow: hidden;  /*IE 8 scrollbar bug fix*/
}
.primary_img
{
	width: 552px;
	height: 190px;
	margin: 27px 0px 30px 20px;
}
.primary_img IMG
{
	border: 0px;
}
.primary_title H2
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	word-spacing: 3px;
	padding-left: 19px;
	margin-bottom: 20px;
}
.primary_callout {
	width: 552px;
	margin-left: 20px;
	margin-bottom: 20px;
	border:1px dashed #c2bca8;
	border-width: 1px 0;
}
.primary_callout H3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	word-spacing: 3px;
	font-style:italic;
	color:#003366;
	line-height: 22px;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	border-left:2px dashed #c2bca8;
}
.primary_body
{
	margin-bottom: 30px;
}
.primary_body A
{
	text-decoration: none;
	color: #003366;
}
.primary_body A:hover
{
	text-decoration: underline;
}
.primary_body P
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 2px;
	line-height: 21px;
	margin: 0px 27px 10px 20px;
	padding: 0px 10px;
}
.primary_body H3
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	word-spacing: 2px;
	margin: 20px 27px 10px 20px;
}
.primary_body UL
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 2px;
	line-height: 24px;
	margin: 0px 27px 15px 30px;
}
.primary_body LI
{
	margin: 0px 27px 0px 30px;
	line-height: 21px;
}
.primary_body IMG
{
	float: left;
	margin: 10px 25px 10px 20px;
	padding: 5px;
	background-color: #FFFFFF;
}
.primary_body SMALL
{
	display: block;
	float: right;
	color: #777777;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 2px;
	margin: 0px 75px 10px 0px;
	cursor:pointer;
}
.primary_tag
{
	width: 552px;
	height: 150px;
	margin: 27px 0px 30px 20px;
}
.primary_tag IMG
{
	border: 0px;
}
.box
{
	width: 600px;
	display: none;
}
.pullquote {
	width: 552px;
	margin-left: 20px;
	border:1px dashed #c2bca8;
	border-width: 1px 0;
}
.pullquote p {
	font-size:1.1em;
	font-style:italic;
	color:#003366;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	border-left:2px dashed #c2bca8;
}
.screenshot {
	width: 235px;
	float: left;
	padding: 0.5em 1.1em .5em 1.1em;
}
.screenshot img {
	border: 1px solid #999999;
}
.screenshot p {
	width: 210px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #27221F;
	margin-left: .9em;
	padding-bottom: 5px;
}
.screenshot h4 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003366;
	margin: 1.2em;
}
.email {
	font-weight: bold;
}
.block {
	width: 275px;
	margin: 0 1em 1em 0;
	float: left;
	display: inline;
}
.block IMG {
	margin:4px 0 0 0;
	padding:0;
	border:0;
}
.clear {
	clear: both;
}

/* FAQs Accordion Styles */
.accordion ul {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 2px;
	line-height: 24px;
	margin: 0px 27px 15px 0px;
}
.accordion li {
	list-style: none;
	margin: 0 0 .5em 1.5em;
}
.accordion li a:first-letter {
	font-weight: bold;
}
.accordion p:first-letter {
	font-weight: bold;
}
.accordion p {
	margin:0;
	padding-left: 20px;
}
.accordion li li {
	list-style-image: none;
	list-style: disc;
	margin: 0 0 0 2.5em;
	font-weight: normal;
}
.accordion li li:first-letter {
	font-weight: normal;
}
.acc_head {
	background: url(../siteimages/arrow2.gif) no-repeat;
	padding-left: 20px;
	display: block;
}
.acc_head_2 {
	background: url(../siteimages/arrow2.gif) no-repeat;
	font-weight: bold;
	padding-left: 20px;
	display: block;
}
.acc_head_3 {
	background: url(../siteimages/arrow2.gif) no-repeat;
	font-weight: bold;
	padding-left: 20px;
	display: block;
}
.acc_content {
	width: 500px;
	margin: .5em;
}
.acc_content_2 {
	width: 500px;
	margin: .5em;
}
.acc_content_2 h3 {
	margin-left: 0em;
}
.acc_content_2 p:first-letter {
	font-weight: normal;
}

/*Main 5 Button Styles*/
#buttons
{
	margin: 0px 35px;
	height: 67px;
}
#buttons IMG
{
	border: 0px;
}

/*Secondary Styles*/
#secondary
{
	background: url(../siteimages/whitebox_top.gif) no-repeat;
	margin: 25px 35px 0px;
	padding: 10px 20px 0px;
	background-color: #FFFFFF;
	width: 760px;
	min-height: 140px;
}
#secondary H3
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
#secondary P
{
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 19px;
}
.secondary_column_long
{
	width: 565px;
	height: 140px;
	float: left;
	display: inline;
	border-right: 1px solid #999999;
}
.secondary_column_long IMG
{
	border: 0px;
}
.thumbnail
{
	margin: .75em .5em 0em 1em;
	display: inline;
	background-color: #FFFFFF;
}
.secondary_column
{
	width: 175px;
	float: right;
}
.secondary_column UL, .secondary_column UL LI
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	word-spacing: 2px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.secondary_column A
{
	text-decoration: none;
	color: #003366;
}
.secondary_column A:hover
{
	text-decoration: underline;
}
#secondary_bottom
{
	background: url(../siteimages/whitebox_bottom.gif) no-repeat;
		margin: 0px 35px 15px 35px;
	width: 800px;
	height: 10px;
}

/*Footer Styles*/
#footer
{
		margin: 0px 35px;
		height: 65px;
}
.text_foot
{
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float:left;
	margin-left: 5em;
}
.text_foot P
{
	margin: 15px 0px 0px;
	word-spacing: 2px;
}
.text_foot A
{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.text_foot A:hover
{
	text-decoration: underline;
}
.t1_sign_secure {
	float: right;
	margin: 0.8em 4.3em 0 0;
}
#contentbox_foot
{
	width: 870px;
	height: 41px;
	background: url(../siteimages/gray_box.png) no-repeat bottom left;
	margin: 0 auto;
}
#splash_page
{
	margin: 0px 0px;
	background-color: #FFFFFF;
	width: 800px;
	height: 480px;
	border: 0px;
}

/*Success and Error Modal Box Styles*/
.jqifade{
      position: absolute; 
      background-color: #000; 
}
div.jqi{ 
      width: 400px; 
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #ffffff;
      font-size: 11px; 
      text-align: left; 
      border: solid 7px #000;
	  border-width: 1px 7px 7px 7px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      padding: 7px;
}
div.jqi .jqicontainer{ 
      font-weight: bold; 
}
div.jqi .jqiclose{ 
      position: absolute;
      top: 9px; right: 0px; 
      width: 18px; 
      cursor: default; 
      color: #bbbbbb; 
      font-weight: bold; 
	  cursor:pointer;
	  z-index:2;
}
div.jqi .jqimessage{
      padding: 10px; 
      line-height: 20px; 
      color: #444444; 
}
div.jqibox div.jqi .jqimessage span{
	background:url(../siteimages/t1-icon.gif);
	width:16px;
	height:16px;
	position:absolute;
	top:6px;
	left:0;
	z-index:3;
}
div.jqibox div.jqi .jqimessage h3{
	background:url(../siteimages/modal-box-bg.gif) repeat-x;
	width:424px;
	height:30px;
	position:absolute;
	top:-1px;
	left:-5px;
}
div.jqi .jqibuttons{ 
      text-align: right; 
      padding: 5px 0 5px 0; 
      border: solid 1px #eeeeee; 
      background-color: #f4f4f4;
	  display:none;		/*Gets rid of OK button background on bottom*/
}
div.jqi button{ 
      padding: 3px 10px;
      margin: 0 10px; 
      background-color: #2F6073; 
      border: solid 1px #f4f4f4; 
      color: #ffffff; 
      font-weight: bold; 
      font-size: 12px; 
	  display:none;		/*Gets rid of OK button on bottom*/
}
div.jqi button:hover{ 
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
      background-color: #E10034;
	  cursor:pointer;
}
.jqiwarning .jqi .jqibuttons{ 
      background-color: #E10034;
}
.forgot {
	cursor:pointer;
}
#btnLogin {
	display: none;
}
.award {
    background:#242628;
    width:770px; 
    margin: 25px auto 0;
    padding:25px 15px 15px; 
    color:#fff; 
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    border:1px solid #CCC;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}
.award img {
    margin:4px 25px 40px 15px;
    float:left;
}
.award a {
    color:#6dcff6;
    text-decoration:none;
    font-style:italic;
    font-weight:bold;
}
.award a:hover {

    text-decoration:underline;
}
.award p {
    color:#fff;
    line-height:25px;
    margin:0 10px 10px;
}