/* Sage Remote Deposit Solution v1.0 2009 */

@import url("lightview.css");
@import url("navigation.css");
@import url("reset-min.css");


/*------------------------------------
 Page Colors
 
 Blue: #00478C
 Light Blue: #00A1DE
 Ligth Gray: #DFDFDF
 Dark Gray: #727272
 Darker Gray: #303030
 Border Gray: #D8DAD0
 
------------------------------------*/

/*------------------------------------
 Table of Contents
 
 Global Elements
 
 mainContainer
 
 headerContainer
 
 utilityContainer
 
 contentContainer
 
 leftContent
 
 columnTwo
 
 callToAction
 
 promoSandbox
 
 toolTip
 
 disclaimer
 
 footer
 
------------------------------------*/

/*------------------------------------
 Start Global Elements
------------------------------------*/
body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #303030;
}

html {
overflow-y: scroll;
}

a {
color: #008469;
}

a:hover {
text-decoration: none;
}

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

.green {
color: #008469;
}


/*------------------------------------
 Start List Styles
------------------------------------*/

ol {
list-style: decimal outside;
margin: 0 0 20px 25px;
padding: 0;
}

ul.bullets {
margin: 0 0 20px 25px;
list-style: disc;
}

ul.bullets ul {
margin: 0 0 20px 25px;
list-style: circle;
}

.link li {
background: url(../images/gfx_arrow.gif) 0 2px no-repeat;
padding: 0 0 5px 10px;
}

.linkArrow {
background: url(../images/gfx_arrow.gif) 0 2px no-repeat;
padding: 0 0 6px 10px;
}

/*------------------------------------
 End List Styles
------------------------------------*/

table.tablePadding td {
padding: 5px;
}

table th {
color: #303030;
font-size: 14px;
font-weight: bold; 
background: #fff; 
text-align: left;
padding: 10px;
}

.strike {
text-decoration: line-through;
}


/*------------------------------------
 Start Global Header Styling
------------------------------------*/

h1 {
color: #008469;
font-size: 18px;
font-weight: bold;
margin: 0 0 5px 0;
}

h1.productPrice {
color: #008469;
font-size: 18px;
font-weight: bold;
margin: 5px 0 0 0;
}

h2 {
color: #727272;
font-size: 16px;
font-weight: bold;
margin: 5px 0;
}

h3 {
font-size: 14px;
font-weight: bold;
margin: 0 0 10px 0;
}

h4 {
color: #008469;
font-size: 14px;
font-weight: bold;
margin: 0 0 10px 0;
}

h4.formHeader {
width: 100%;
margin: 20px 0 10px 0;
padding-top: 10px;
border-top: 1px solid #DFDFDF;
color: #008469;
font-size: 16px;
font-weight: bold;
}

h5 {
color: #008469;
font-size: 14px;
font-weight: bold;
margin: 0 0 5px 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #DFDFDF;
/*background: url(../images/bg_accordianHeader.jpg) bottom left no-repeat;*/
}

h6 {
color: #333;
margin: 0 0 5px 0;
font-size: 13px;
font-weight: bold;
}



/*------------------------------------
 Start Button Elements
------------------------------------*/


ul.lightButton li a, #leftContent ul.lightButton li a {
height: 24px;
line-height: 24px;
font-weight: bold;
margin: 0 0 8px 0;
padding: 0 0 0 10px;
color: #303030;
text-decoration: none;
background: url(../images/buttons/bkg_calltoAction_li_full.gif) no-repeat top left;
display: block;
}

ul.lightButton li a:hover, #leftContent ul.lightButton li a:hover {
color: #008469;
background: url(../images/buttons/bkg_calltoAction_li_roll.gif) no-repeat top left;
}

ul.actionButton li {
width: 86px;
text-align:center;
}

ul.actionButton li a {
height: 24px;
font-weight: bold;
margin: 0 0 5px 0;
padding-top: 2px;
color: #FFFFFF;
text-decoration: none;
background: url(../images/buttons/bg_buttonFull_86px.gif) no-repeat top left;
display: block;
}

ul.actionButton a:hover {
background: url(../images/buttons/bg_buttonRoll_86px.gif) no-repeat top left;
}

ul.actionButtonLong li {
width: 120px;
text-align:center;
}

ul.actionButtonLong li a {
height: 24px;
font-weight: bold;
margin: 0 0 5px 0;
padding-top: 2px;
color: #FFFFFF;
text-decoration: none;
background: url(../images/buttons/bg_buttonFull_long.gif) no-repeat top left;
display: block;
}

ul.actionButtonLong a:hover {
background: url(../images/buttons/bg_buttonRoll_long.gif) no-repeat top left;
}

ul.actionButtonLarge li {
width: 125px;
font-size: 16px;
text-align:center;
}

ul.actionButtonLarge li a {
height: 40px;
line-height: 40px;
font-weight: bold;
margin: 0 0 5px 0;
color: #FFFFFF;
text-decoration: none;
background: url(../images/buttons/bg_buttonFull_125px.gif) no-repeat top left;
display: block;
}

ul.actionButtonLarge a:hover {
background: url(../images/buttons/bg_buttonRoll_125px.gif) no-repeat top left;
}

ul.actionButtonXLarge li {
width: 180px;
font-size: 16px;
text-align:center;
}

ul.actionButtonXLarge li a {
height: 40px;
line-height: 40px;
font-weight: bold;
margin: 0 0 5px 0;
color: #FFFFFF;
text-decoration: none;
background: url(../images/buttons/bg_buttonFull_180px.gif) no-repeat top left;
display: block;
}

ul.actionButtonXLarge a:hover {
background: url(../images/buttons/bg_buttonRoll_180px.gif) no-repeat top left;
}

/*------------------------------------
 End Button Elements
------------------------------------*/


/*------------------------------------
 Start mainContainer
------------------------------------*/


#mainContainer {
margin: 0 auto;
background: #FFFFFF;
}

/*------------------------------------
 Start headerContainer
------------------------------------*/

#headerContainer {
height: 127px;
border-bottom: 1px solid #DFDFDF;
}

#headerContent {
width: 960px;
height: 110px;
padding: 0 20px 0 20px;
margin: 0 auto;
}

#mainLogoContainer {
height: 42px;
width: 515px;
padding: 30px 0 0 0;
float: left;
}

/*----------------------------------------------------------
 Start utilityContainer
----------------------------------------------------------*/

#utilityContainer {
height: 74px; 
width: 445px;

float: left;
}

#utilityContainer ul {
list-style: none; 
position: relative;
margin: 0; 
padding: 7px 0 10px 6px;
background: #D8DAD0 url(../images/bkg_utilityContainer.gif) bottom left no-repeat;
/*border-bottom: 1px solid #fff;*/
}	

#utilityContainer ul.r2 {
border-bottom: none;
padding-left: 13px;
background: none;
}

#utilityContainer li {
display: inline; 
margin: 0; 
padding: 0 10px 0 10px;
font-size: 11px; 
line-height: 18px;
color: #303030;
/*background: url(../images/gfx_utilityContainer_li.gif) no-repeat center right;*/
}

#utilityContainer li a {
padding: 10px 0 10px 29px;
text-decoration: none;
color: #303030;
background: url(../images/icon_utilityContainer_li_fpo.gif) no-repeat center left;
}

#utilityContainer ul.login {
text-align:right; 
position: absolute;
width: 440px;
border: none;
}

#utilityContainer ul.login li {
display: inline; 
margin: 0; 
padding: 0 1px 0 5px;
font-size: 11px; 
color: #303030;
background: none;
}

#utilityContainer ul.login li a {
padding: 0;
text-decoration: none;
color: #303030;
background: none;
}

#utilityContainer ul.login li a:hover {
color: #00A1DE;
text-decoration: underline;
}

#utilityContainer li#buyCall {
font-size: 14px;
font-weight: bold;
text-align: right;
float: right;
}

#utilityContainer li#buyCall a {
padding: 0;
text-decoration: underline;
}

/* Utility Nav Icon Library */

#utilityContainer li#util-contactsage a { 
background-image: url(../images/icon_c2a-clickChat_li_chat.gif); 
}

#utilityContainer li#util-sageworldwide a { 
background-image: url(../images/icon_library_utilityContainer_worldwide.gif); 
}

#utilityContainer li#util-sagesites {
background: none;
}

#utilityContainer li#util-sagesites	select { 
width: 158px; 
margin: 0 0 1px 0;
font-size: 11px; 
color: #606060;
padding: 1px;
}


/* IE7 Only */

*+html #utilityContainer li#util-search {
margin-top: -3px;
}

#utilityContainer li#util-search div legend { 
display: none; 
}

#utilityContainer li#util-search div label { 
display: none;
}

#utilityContainer li#util-search div input.search-text {
width: 115px; 
position: absolute;
font-size: 11px;
height: 19px;
padding: 3px 2px 0 5px; 
margin: 0 0 0 13px;
color: #606060;
border: 1px solid #DDDED8;
}

#utilityContainer li#util-search div input.searchgo {
margin-left: 137px;
}

/*----------------------------------------------------------
 End utilityContainer
----------------------------------------------------------*/

/*------------------------------------
 End headerContainer
------------------------------------*/


/*------------------------------------
 Start contentContainer
------------------------------------*/

#contentContainer {
width: 1000px;
margin: 0 auto;
margin-top: 15px;
line-height: 18px;
font-size: 12px;
clear: both;
}

#contentContainer p {
margin: 0 0 20px 0;
padding: 0;
}

#tier1HeadContainer {
height: 130px;
width: 960px;
padding: 0 20px 0 20px;
}

#tier1Head {
width: 200px; 
height: 130px;
float: left;
}

#tier1Head img {
margin-top: 40px;
}

#tier1HeadContainer #flashHeader {
width: 760px;
z-index: -10; 
float: left;
}

/*----------------------------------------------------------
  Start leftContent  
----------------------------------------------------------*/

#leftContent {
width: 200px;
padding: 0 0 0 20px;
float: left;
}

#sideNav {
background: url(../images/bkg_leftContent_sideNav_rpt.gif) repeat-y top left;
}

#sideNav #w7 {
background: url(../images/bkg_leftContent_sideNav_btm.gif) no-repeat bottom left;
}

#sideNav #w8 {
background: url(../images/bkg_leftContent_sideNav_top.gif) no-repeat top left;
}

#leftContent h3 {
font-size: 12px; 
font-weight:bold; 
padding: 15px 0 5px 17px; 
color: #303030;
display: block;
}

#leftContent h3 a {
text-decoration: none;
}

#leftContent h3 a:hover {
text-decoration: underline;
}

#leftContent ul {
list-style: none;
padding: 0; 
margin: 0 0 20px 3px;
padding: 15px 0 0 0;
}

#leftContent ul li {
font-size: 11px; 
line-height: 24px;
padding: 0 0 0 12px; 
margin: 0;
}

#leftContent ul li a {
font-size: 12px;
text-decoration: none;
color: #727272;
padding: 0 0 0 15px;
background: url(../images/gfx_leftContent_sideNav_li_arrow.gif) no-repeat 0 5px;
}

#leftContent ul li a:hover {
text-decoration: underline;
color: #008469;
}

#leftContent ul li a:hover {
background: url(../images/gfx_leftContent_sideNav_li_arrowRoll.gif) no-repeat 0 5px;
}

#leftContent ul li.selected {
background: url(../images/bkg_leftContent_sideNav_li_current_full.jpg) top left no-repeat;
}

#leftContent ul li.selected a {
color: #008469;
font-weight: bold;
}

#leftContent ul li.selected li {
font-weight: normal;
}

#leftContent ul ul li.selected a:hover {
background: url(../images/gfx_leftContent_sideNav_li_arrowRoll.gif) no-repeat 0 5px;
}

#leftContent ul li.expanded a {
background: url(../images/gfx_leftContent_sideNav_li_arrow_current.gif) no-repeat 0 6px;
}

#leftContent ul li.expanded a:hover {
background: url(../images/gfx_leftContent_sideNav_li_arrow_currentRoll.gif) no-repeat 0 6px;
}

#leftContent ul li.expanded ul li a {
background: url(../images/gfx_leftContent_sideNav_li_arrow.gif) no-repeat 0 5px;
}

#leftContent ul li.expanded ul li a:hover {
background: url(../images/gfx_leftContent_sideNav_li_arrowRoll.gif) no-repeat 0 5px;
}

#leftContent ul ul {
padding: 0; 
margin: 0;
}

#leftContent ul ul li {
margin-left: -12px;
padding-left: 30px;
}

#leftContent ul li li a {
text-decoration: none;
color: #303030;
padding: 0 0 0 9px;
background: url(../images/gfx_leftContent_sideNav_li_arrow.gif) no-repeat 0 5px;
}

#leftContent ul li li a:hover {
text-decoration: underline;
color: #00A1DE;
background: url(../images/gfx_leftContent_sideNav_li_arrowRoll.gif) no-repeat 0 5px;
}

#leftContent ul.subNav {
background: #FFF url(../images/bkg_leftContent_sideNav_quicklinks_top.jpg) top left no-repeat;
padding: 10px 0 0 0;
}

#leftContent ul.subNav a, #leftContent ul.subNav a:hover {
background: none;
color: #00A1DE;
}

/*----------------------------------------------------------
 End leftContent  
----------------------------------------------------------*/

/*----------------------------------------------------------
 Start columnTwo  
----------------------------------------------------------*/

.subHeader {
width: 100%;
height: 30px;
margin: 0 0 20px 0;
border-bottom: 1px solid #DFDFDF;
color: #008469;
font-size: 18px;
font-weight: bold;
line-height: normal;
}

#columnTwoNarrow {
width: 524px;
padding: 20px;
background: url(../images/bkg_centercontent_NWN.gif) no-repeat 0 0px;
min-height: 300px;
float: left;
}

#columnTwoWide {
width: 720px;
padding: 20px;
background: url(../images/bkg_centercontent_NW.gif) no-repeat 0 0px;
min-height: 300px;
float: left;
}

#productContainer, #productContainer2 {
margin: 0 0 15px 0;
_margin: 0 0 5px 0; /*IE 6 Spacing Issue - Temporary fix*/
padding: 0 0 10px 0;
border-bottom: 1px solid #DFDFDF;
float: left;
}

#productContainer2 {
margin: 10px 0 15px 0;
_margin: 15px 0 15px 0;
}

#productShot {
width: 205px;
float: left; 
}

.buyUpgrade {
width: 515px; 
float: left;
}

.productPricing {
margin-top: -10px;
width: 175px;
float: left;
}

.grayPrice {
margin: 0 5px 0 0;
color: #727272;
font-size: 16px;
font-weight: bold;
}

.orangePrice {
color: #008469;
font-size: 16px;
font-weight: bold;
}

.productPricing select {
width: 125px;
}

.productDescription {
margin-top: -10px;
width: 335px;
float: left;
}

.productDescription .col1 {
width: 200px;
margin: 0 0 5px 0;
padding: 0 20px 0 0;
float: left;
}

.productDescription .col2 {
width: 115px;
margin: 0 0 5px 0;
float: left;
}

.ProductTitle {
color: #727272;
font-size: 16px;
font-weight: bold;;
}

.ProductSubtitle {
color: #008469;
font-weight: bold;
}

.quoteDivider { padding-top: 10px; border-top: 1px solid #DFDFDF; }
.quote { font-size:125%; line-height: 1.5em; font-style:italic; }

.inlineBox2w {
width: 316px;
min-height: 110px;
margin: 10px 0 20px 0;
padding: 10px 20px;
color: #727272;
border-left: 1px dotted #ccc;
float: left;
}

.inlineBox2w.first {
margin-left: 0;
padding-left: 0;
border-left: 0;
}

.inlineBox3w {
width: 205px;
min-height: 110px;
margin: 10px 0 20px 0;
padding: 10px 20px;
color: #727272;
border-left: 1px dotted #ccc;
float: left;
}

.inlineBox3w.first {
margin-left: 0;
padding-left: 0;
border-left: 0;
}

.inlineBox3n {
width: 140px;
min-height: 110px;
margin: 10px 0 20px 0;
padding: 10px 20px;
color: #727272;
border-left: 1px dotted #ccc;
float: left;
}

.inlineBox3n.first {
margin-left: 0;
padding-left: 0;
border-left: 0;
}

.borderRight {
padding-right: 25px; 
margin: 5px 25px 0 0; 
border-right: 1px solid #dfdfdf; 
float: left;
}

.borderLeft {
padding-left: 25px; 
margin: 5px 0 0 25px; 
border-left: 1px solid #dfdfdf; 
float: right;
}

.columnTwoNarrowCol1 {
width: 150px;
text-align: center;
}

.columnTwoNarrowCol1 ul {
margin: 0 auto;
}

.columnTwoNarrowCol2 {
width: 320px;
}

/*------------------------------------
 Start Form Styling
------------------------------------*/

.forminputbox, .formselectbox, .formtextbox  {
border: #c4c4c4 1px solid;
color: #333;
scrollbar-arrow-color: #008469;
}

.fullbox {
width: 320px;
}

/*Styles the Form Buttons
.formsubmit {
font-size: 11px;
font-weight: bold;
color: #fff;
cursor: hand;
background:#008469;
border: 0;
}*/

/*------------------------------------
 Start Disclaimer sliding div
------------------------------------*/


.accordian { 
padding:10px 5px 5px 5px;
border-bottom: 1px solid #d8dad0;
}

.accordianHeader, .accordianHeaderOrange {
margin-top: 10px;
padding: 10px;
background: #efefef;
border-bottom: 1px solid #d8dad0;
}

.accordianHeader a {
color: #666;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.accordianHeaderOrange a {
color: #008469;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.accordianHeaderOrange a:hover {
text-decoration: underline;
}

.plusMinus img {
float: left;
margin: 4px 7px 0 0;
}

/*------------------------------------
 End Disclaimer sliding div
------------------------------------*/

/*----------------------------------------------------------
 End columnTwo  
----------------------------------------------------------*/


/*----------------------------------------------------------
 Start columnThree 
----------------------------------------------------------*/

#columnThree {
width: 188px;
padding: 0 0 20px 8px;
float: left;
}

#callToAction {
width: 161px;
margin: 1px 0 0 0;
padding: 15px 12px 15px 15px;
font-size: 11px;
background: url(../images/bkg_callToAction.gif) no-repeat top left;
float: left;
}

#callToAction p {
padding-left: 5px;
padding-right: 5px;
}

.promoSandbox {
width: 185px;
margin: 10px 0 0 0;
float: left;
}

/*----------------------------------------------------------
 End columnThree 
----------------------------------------------------------*/

/*------------------------------------
 End contentContainer
------------------------------------*/



/*------------------------------------
 Start footer
------------------------------------*/

#footerContainer {
border-top: 1px solid #DFDFDF;
clear: both;
}

#footer {
width: 960px;
margin: 0 auto;
padding: 0 20px 0 20px;
font-size: 11px;
}

#footer li {
margin-right: 5px;
display: inline;
}

#footer a {
color: #727272;
}

#footerLeft {
height: 50px;
width: 660px;
padding: 20px 0 0 0;
color: #727272;
float: left;
}

#footerRight {
height: 50px;
width: 300px;
padding: 20px 0 0 0;
text-align: right;
float: left;
}


/*------------------------------------
 End footer
------------------------------------*/


/*------------------------------------
 End mainContainer
------------------------------------*/

