@import url("../css/reset.css");
@import url("../css/addons.css");
@import url("../css/forms.css");
@import url("../css/blog.css");
/*  
#888686 = bg grey
#455B72 = dark blue
#7C96AF = light blue
#E4E7E9 = trans blue
#577290 = navbar blue

#6FA065 = light green
#4F7447 = dark green
#ACC0A8 = inactive foot link

#E3E2E1 = light grey

Globals
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

body {
    text-align: center;
    font: 12px/1.4em Helvetica, Arial, sans-serif;
    background: #EEEEEE;
    color:#414042;
    margin: 12px 0 0 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

.small {
    font-size: 11px;
}
blockquote .small {
    font-weight: bold;
}

a {
    color: #5B7693;
    text-decoration: none;
}
a:hover {
    color: #999;
    text-decoration: underline;
}

.center {
    text-align:center;
}
/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    text-align:left;
    width: 986px;
    position: relative;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border: 1px solid #888888;
}
#wrapper.full-rounded-border {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-radius: 10px;
}

#container {
    background: none;
    border: 0px none white;
    margin-left:0px;
    width:100%;
}

#header {
    height: 66px;
}
#headBox {
    background: url(../gfx/bg_headbox.png) repeat-y 0 0;
    position: relative;
    margin: 33px 0 15px 0;
}
/* ------| logo |------ */
#logo {
    display: block;
    padding:10px 0 0 15px;
}
#logo a {
    display: block;
    height: 50px;
    width: 160px;
    background: url(../gfx/logo.gif) no-repeat 0 0;
    text-indent: -9999px;
}

/* ------| content area |------ */
#contentarea {
    width: 710px;
    text-align: left;
    position:relative;
    float:right;
}
#contentarea.full{
    width: 100% !important;
}
#innerwrap{
    margin: 25px 2px 0 0px;
    padding: 35px 34px 15px 24px;
}
#sidebar {
    float: left;
    position:relative;
    width: 186px;
}

/* ------| columns |------ */

#primary {
}
#secondary {
    float: left;
    position:relative;
    width: 186px;
}
#full {
    float: left;
    position:relative;
    width: 928px;
}
body#home #primary {
    float: left;
    width: 630px;
    padding: 30px 0 0 0;
}
body#home #secondary {
    float: right;
    width: 221px;
    margin: -22px 0 0 0;
}

.product_image {
    float: right;
    width: 30%;
    height: 100%;
    vertical-align:middle;
    text-align: center;
    padding: 20px;
}
.body .product_video_link{
    display:block;
    background:url(../gfx/img_videoLink.gif) no-repeat 0 0;
    width:428px;
    height:30px;
    padding:10px 0 0 45px;
    margin:10px 0 0 0;
}
ul.bullets li {
    list-style-type:disc;
}

/* Sidebar Buttons + Boxes
--------------------------------------------------------------------------------------------------- */
.box {
    background: url(../gfx/box_green_grad_top.gif) no-repeat 0 0;
    margin-top:28px;
}
.box dl {
    padding: 12px;
    margin: 0 0 5px;
    background: url(../gfx/box_green_grad_bottom.gif) no-repeat 0 100%;
}
.box {
    background: url(../gfx/box_green_grad_top.gif) no-repeat 0 0;
}
.box dl {
    padding: 12px;
    margin: 0 0 5px;
    background: url(../gfx/box_green_grad_bottom.gif) no-repeat 0 100%;
}
.box dt {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 6px;
    color: #646364;
}
.box dd {
    margin: 0 0 6px;
    font-size: 11px;
}
.box dd .arrow {
    font-size: 14px;
    font-weight: bold;
}
.box dd a {
    text-decoration: none;
    color: #3D53B3;
}
.box dd a:hover {
    text-decoration: underline;
}

ul.buttons {
    margin: 18px 0 0 0;
    padding: 0;
}
ul.buttons li {
    margin: 0 0 4px;
    font-size:10pt;
    padding:10px 15px 0px 15px;
}
ul.buttons li strong {
    font-size:13pt;
}

.box dl dd .feeds a {
    background: url(../gfx/rss_feed_icon.gif) no-repeat 0 50%;
    padding: 3px 0 3px 20px;
    display: block;
}

#primary .mid{
    float:left;
    position:relative;
    width:435px;
}
#primary .mid_noleft{
    float:left;
    position:relative;
    width:635px;
}
#primary .rightbar {
    float:right;
    position:relative;
    width:230px;
}

.body ul.media_center li {
    border-bottom:1px dashed #888686;
    margin:0 0 15px;
    padding:0 0 10px;
}
.body ul.media_center li p {
    margin:0px;
}
.body ul.press_releases li h3{
    margin:10px 0px 0px 0px;
}
.body ul.press_releases li .date {
    font-size:8pt;
}
.body ul.press_releases h2{
    margin:10px 0px 0px 0px;
}
.body ul.press_releases li{
    margin:10px 0px 0px 10px;
}

.about #primary .column_A {
    float: left;
    width: 48%;
}
.about #primary .column_B {
    float: right;
    width: 48%;
    font-size: 12px;
    line-height: 1.4em;
}

.about .column_B h3 {
    font-size: 13px;
    margin: 15px 0 5px 0;
}
.about .arrow a {
    padding: 0 0 0 8px;
    background: url(../gfx/arrow_body.gif) no-repeat 0 50%;
    font-size: 11px;
}

/* ------| Quickstarts |------ */
.arrowList {
    padding-bottom:20px;
}
.arrowList .column {
    display:inline-block;
    text-align:center;
    float:left;
    width:225px;
}
.arrowList .arrow{
    width:220px;
    text-align:center;
    padding: 10px 0 15px 0;
}
.arrowList div strong{
    display:block;
    font-size:24px;
    padding-bottom:8px;
}
.arrowList div .arrowGo{
    display: block;
    width: 220px;
    height: 53px;
    text-indent: -9999px;
}
.arrowList div p{
    height:120px;
    margin: 0 20px 0 20px;
    color:white;
    padding: 5px 20px 0px 20px;
}
.arrowList .green p {
    background-color:#799a77;
}
.arrowList .green .arrowGo {
    background: url(../gfx/arrowhead_green.gif) no-repeat 0 0;
}
.arrowList .blue p {
    background-color:#6987a6;
}
.arrowList .blue .arrowGo {
    background: url(../gfx/arrowhead_blue.gif) no-repeat 0 0;
}
.arrowList .red p{
    background-color:#763a37;
}
.arrowList .red .arrowGo {
    background: url(../gfx/arrowhead_red.gif) no-repeat 0 0;
}
#availableQuickstarts li{
    width:220px;
    height:60px;
    display: inline-block;
    padding:0px 0px 5px 0px;
}
#availableQuickstarts {
    padding-bottom:15px;
}
.horizontalLinks li{
    display: inline-block;
}
.rightbar .center {
    text-align:center;
}
.rightbar .topborder{
    background:transparent url(../gfx/sidebar_top.png) no-repeat scroll 0 0;
    height:10px;
    width:230px;
}
.rightbar .bottomborder{
    background:transparent url(../gfx/sidebar_bottom.png) no-repeat scroll 0 0;
    height:10px;
    width:230px;
    margin-bottom:15px;
}
.rightbar .bluebox {
    padding:0 10px 0 10px;
    background-color:#e6e6e6;
}
.rightbar .bluebox h2 {
    font-weight:bold;
    font-size:16px;
    padding:0 0 15px 0
}
.rightbar .bluebox h3 {
    font-weight:bold;
    font-size:14px;
    padding:0 0 0 0;
}
.rightbar .bluebox .desc a {
    font-weight:bold;
}
.rightbar .bluebox p{
    color:#404040;
    padding:0 0 10px 0;
    margin:0;
}
.rightbar .bluebox img {
    float:left;
    padding:5px 0 0 0;
}
.rightbar .bluebox .desc {
    padding:0 0 0 30px;
}
#quickstart .topborder {
    background: url(../gfx/qs_border_top.gif) no-repeat 0 0;
    width:460px;
    height:10px;
}
#quickstart .bottomborder {
    background: url(../gfx/qs_border_bottom.gif) no-repeat 0 0;
    width:460px;
    height:10px;
}
.quickstart{
    border-left:1px #b2b2b2 solid;
    border-right:1px #b2b2b2 solid;
    width:458px;
    background-color: #efefef;
}
.quickstart .links {
    float: right;
    padding: 15px;
}
.quickstart .links div{
    width:180px;
    height:40px;
    padding: 0px 0px 15px 0px;
}
.quickstart .links a{
    width:100%;
    height:100%;
    text-indent: -9999px;
    display:block;
}
.quickstart .links .launch_quickstart{
    background: url(../gfx/btn_launch_quickstart.png) no-repeat 0 0;
}
.quickstart .links .sample_report{
    background: url(../gfx/btn_see_reports.png) no-repeat 0 0;
}
.quickstart .links .watch_video{
    background: url(../gfx/btn_watch_video.png) no-repeat 0 0;
}
.quickstart .links .download_file{
    background: url(../gfx/btn_download_file.png) no-repeat 0 0;
}
.quickstart .about {
    padding:15px;
    width:215px;
}
.quickstart .about h2{
    color:#0081FF;
    font-size:16px;
    font-weight:bold;
    padding-bottom:5px;
}
.quickstart .about h3 {
    font-weight:bold;
    font-size: 14px;
    padding-bottom:10px;
}
.quickstart .expandable .title{
    color:gray;
    font-size:12px;
    font-weight:bold;
    background: url(../gfx/expandable_gr.PNG) repeat-x 0 0;
    height:20px;
    border-top:1px lightgray solid;
    border-bottom:1px lightgray solid;
    padding: 5px 0px 0 20px;
    cursor:pointer;
}
.quickstart .expandable .expandbutton{
    font-weight: bold;
    font-size: 11px;
    float:right;
    color:#0081FF;
    padding: 0px 10px 0 0;
}
.quickstart .expandable .expandbutton:hover{
    text-decoration:none;
    cursor:pointer;
}
.quickstart .expandable li{
    list-style-position:inside;
    list-style-type:disc;
    padding:5px 0 0 25px;
}
.quickstart .expandable ul{
    padding:5px 0 10px 0;
}
.quickstart .expandable td.label{
    text-align:right;
    color:grey;
    padding:5px 0 0 20px;
    font-weight:normal;
}
.quickstart .expandable td{
    padding:5px 0 0 5px;
    text-align:left;
    font-weight:bold;
}
.quickstart .expandable td p{
    margin:0;
}
.quickstart .expandable table{
    padding:5px 40px 10px 0px;
}
.downloadFiles {
    padding-bottom: 15px;
}
.downloadFiles a{
    display: block;
    width: 180px;
    height: 40px;
    background: url(../gfx/btn_downloadFiles.png) no-repeat 0 0;
    text-indent: -9999px;
}
.upload_your_data a{
    display: block;
    width: 180px;
    height: 40px;
    background: url(../gfx/btn_uploadData.png) no-repeat 0 0;
    text-indent: -9999px;
}
/* ------| Button: Try Indicee |------ */
.btn_try {
    width: 120px;
    height: 40px;
    display: block;
}
.btn_try a {
    display: block;
    width: 120px;
    height: 40px;
    background: url(../gfx/btn_signupnow.png) no-repeat 0 0;
    text-indent: -9999px;
}

.pricingpage h3 {
    border-bottom:1px dashed #888686;
}
/* Typography
--------------------------------------------------------------------------------------------------- */
.summary {
    padding: 0 0 12px;
}
.summary h1 {
    color: #C97642;
    font-size: 20pt;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 25px;
}
.summary p {
    color: #414042;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight:bold;
}
.summary.center {
    text-align:center;
}
.body h2, .extras h2 {
    color: #C97642;
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 1.2em;
}

.body h3 {
    color: #414042;
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 1.2em;
}

/* Navigation
--------------------------------------------------------------------------------------------------- */
#navigation {
    margin: 0 auto;
    width: 986px;
    background: url(../gfx/bg_globalnav.gif) repeat-x 0 0;
    position: absolute;
    top: 67px;
    left: 0px;
}
#navigation .sf-menu {
    margin: 0 0 0  20px;
    padding: 0;
    background: url(../gfx/bg_globalnav.gif) repeat-x 0 0;
}
#navigation .sf-menu {
    margin: 0 0 0 20px;
    padding: 0;
}
#navigation li {
    float: left;
    height: 32px;
    font-size: 14px;
}
#navigation li a {
    display: block;
    height: 31px;
    float: left;
    line-height: 31px;
    padding: 0 18px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: url(../gfx/sep_globalnav.gif) no-repeat 0 0;
}
#navigation ul li:hover,
#navigation ul li.active {
    background: url(../gfx/bg_globalnav_over.gif);
}
#navigation ul ul li{
    border-left:none;
    height: 26px;
}
#navigation ul ul li a:hover,
#navigation ul ul li a.active {
    background-color: #e5e5e5;
    background-image:none;
    font-weight:normal;
    color:navy;
}

#navigation ul ul li a{
    border-left:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
    border-top:none;
    background-color:white;
    background-image:none;
    color:#000;
    font-weight:normal;
    height: 25px;
    font-size:12px;
    line-height:25px;
}
#navigation .sf-menu ul {
    position:		absolute;
    top:			-999em;
}
#navigation .sf-menu li li, .sf-menu li ul li a{
    width:			170px;
}
#navigation .sf-menu li:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#navigation .sf-menu li {
    position:		relative;
}
#navigation .sf-menu a {
    display:		block;
    position:		relative;
}
#navigation .sf-menu li:hover ul,
#navigation .sf-menu li.sfHover ul {
    left:			0;
    top:			32px; /* match top ul list item height */
    z-index:		99;
}
#navigation ul.sf-menu li:hover li ul,
#navigation ul.sf-menu li.sfHover li ul {
    top:			-999em;
}
#navigation ul.sf-menu li li:hover ul,
#navigation ul.sf-menu li li.sfHover ul {
    top:			0;
}
#navigation ul.sf-menu li li:hover li ul,
#navigation ul.sf-menu li li.sfHover li ul {
    top:			-999em;
}
#navigation ul.sf-menu li li li:hover ul,
#navigation ul.sf-menu li li li.sfHover ul {
    top:			0;
}

/* apply hovers to modern browsers */
#navigation a:focus > .sf-sub-indicator,
#navigation a:hover > .sf-sub-indicator,
#navigation a:active > .sf-sub-indicator,
#navigation li:hover > a > .sf-sub-indicator,
#navigation li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#navigation .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#navigation .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#navigation .sf-menu ul a:focus > .sf-sub-indicator,
#navigation .sf-menu ul a:hover > .sf-sub-indicator,
#navigation .sf-menu ul a:active > .sf-sub-indicator,
#navigation .sf-menu ul li:hover > a > .sf-sub-indicator,
#navigation .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}
#btn_signin {
    position: absolute;
    top: -44px;
    right: 20px;
    width: 66px;
    height: 24px;
    background: url(../gfx/btn_signIn.png) no-repeat 0 0;
}
#btn_signin a {
    display: block;
    width: 66px;
    height: 24px;
    text-indent: -9999px;
    background: url(../gfx/btn_signIn.png) no-repeat 0 0;
}
#btn_signin a:hover {
    background: url(../gfx/btn_signIn.png) no-repeat 0 -24px;
}
#btn_signup {
    position: absolute;
    top: -44px;
    right: 100px;
    width: 128px;
    height: 24px;
    background: url(../gfx/btn_signUp.png) no-repeat 0 0;
}
#btn_signup a {
    display: block;
    width: 128px;
    height: 24px;
    text-indent: -9999px;
    background: url(../gfx/btn_signUp.png) no-repeat 0 0;
}
#btn_signup a:hover {
    background: url(../gfx/btn_signUp.png) no-repeat 0 -24px;
}
#btn_guided_tour {
    position: absolute;
    top: -48px;
    right: 120px;
    width: 140px;
    height: 32px;
    background: url(../gfx/btn_guidedTour.png) no-repeat 0 0;
}
#btn_guided_tour a {
    display: block;
    width: 140px;
    height: 32px;
    text-indent: -9999px;
    background: url(../gfx/btn_guidedTour.png) no-repeat 0 0;
}
#btn_guided_tour a:hover {
    background: url(../gfx/btn_guidedTour.png) no-repeat 0 -32px;
}
#navigation #searchBar {
    position: absolute;
    top: -44px;
    right: 240px;
}
/* ------| Sub-Navigation (sidebar) |------ */
#subnav {
    margin: 0;
    padding: 0;
}
#subnav li, #subnav div {
    width: 185px;
}
#subnav li a, #subnav div a {
    display: block;
    padding: 0 2px 0 12px;
    width: auto;
    height: 26px;
    line-height: 25px;
    background: url(../gfx/navitem_bg.gif) no-repeat 0 0;
    color: #fff;
    text-decoration: none;
}
#subnav li a:hover,
#subnav li a.current, #subnav div a:hover, #subnav div a.current {
    background-position: 0 -26px;
}
#subnav li a.depth2, #subnav div a.depth2{
    margin-left:15px;
    background: url(../gfx/navitem_sub_bg.gif) no-repeat 0 0;
}
#subnav li a.depth2:hover,
#subnav li a.depth2.current, #subnav div a.depth2:hover, #subnav div a.depth2.current{
    background-position: 0 -26px;
}

/* Careers
--------------------------------------------------------------------------------------------------- */
.career ul li{
    list-style-image:none;
    list-style-position:inside;
    list-style-type:disc;
    margin:0px 10px 5px;
    padding:0;
}
.careerlinks{
    font-weight:bold;
}
.careerlinks.bottom a{
    display:inline-block;
    height:27px;
    margin:5px;
}
.careerlinks.bottom a.applyNow{
    width:103px;
}
.careerlinks.bottom a.sendtoFriend{
    width:133px;
}

/* Head Box
--------------------------------------------------------------------------------------------------- */
#headBox  #inWrap {
    width:  986px;
    padding: 0px 0 0 0;
    margin: 0px auto 0 auto;
    background: white;
}

#headBox .homeImage{
    display:inline-block;
    float:left;
    width:416px;
}
#headBox .homeImageb.homeImage{
    float:right;
}
#headBox #head_video {
    width:  500px;
    float: left;
    padding:  20px;
}
#headBox #vid_border {
    /* background: 	#546F8B; */
    padding: 1px;
}
#headBox #videoBox  {
    padding:  8px;
    /* border: 1px solid #7F93A8; */
}
#headBox #videoBox a {
    display: block;
    background: #232E38;
    text-indent: -9999px;
    width: 370px;
    height: 275px;
}
#head_info {
    float: right;
    width: 465px;
    padding: 20px 10px 20px 10px;
}
#head_info.head_infob {
    float: right;
}
#head_info h1 {
    margin: 0px 0 10px 0;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 25px;
    font-weight: bold;
    color: #65708F;
}
#head_info h1 strong {
    text-decoration: underline;
    line-height: 25px;
}
#head_info h1 .slogan {
    font-size: 20px;
    clear: both;
    letter-spacing: 0px;
    line-height: 38px;
}
#head_info h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px 0;
}
#head_info h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 5px 0;
}
#head_info .outline {
    color: #5B7693;
}
#head_info .outline:hover {
    text-decoration: none;
    color: #7C96AF;
}
#head_info .head_btn {
    display: block;
    width: 279px;
    height: 30px;
    margin: 15px 0 0px 75px;
    text-indent: -9999px;
    background: url(/images/uploads/assets/btn_learnMore.gif) no-repeat 0 0;
}
#head_info .custom_landing_btn {
    display: block;
    width: 300px;
    height: 48px;
    margin: 60px 0 0px 60px;
    background: url(../gfx/btn_hp_lrg_blank.png) no-repeat 0 0;
    color:white;
    padding:12px 0px 0px 0px;
    text-align:center;
    font-size:26px;
}
#head_info .custom_landing_btn:hover{
    text-decoration:none;
}
#headBars {
    position: absolute;
    right: 50px;
    bottom: 0px;
    background: url(../gfx/icon_bars.png) no-repeat 0 0;
    width: 180px;
    height: 66px;
}

/***********************Home Page Box V2***************************************/
#featureBoxes {
    height:220px;
}
#featureBoxes .box {
    border: 1px solid #aaaaaa;
    display:none;
    width:230px;
    background:none;
    position:absolute;
    margin:0px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -moz-box-shadow:3px 3px 5px #bbbbbb;
    -webkit-box-shadow:3px 3px 5px #bbbbbb;
    box-shadow:3px 3px 5px #bbbbbb;
}
#featureBoxes .box1{
    left:9px;
}
#featureBoxes .box2{
    left:254px;
}
#featureBoxes .box3{
    left:499px;
}
#featureBoxes .box4{
    left:744px;
}
#featureBoxes .title {
    background-color:#CFDCEA;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    padding:4px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
}
#featureBoxes .date {
    font-size:12px;
    color:gray;
}
#featureBoxes .featureBoxContent {
    padding:4px;
    height:160px;
}
#featureBoxes .featureBoxContent .strongText {
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
}
#featureBoxes .featureBoxContent p {
    font-size:12px;
    color:gray;
    padding-bottom:5px;
}
#featureBoxes .blueLink a{
    padding:4px;
    font-size:12px;
    color:blue;
}
#featureBoxes .featureBoxContent .redLink a{
    font-size:12px;
    color:red;
}

/***********************Home Page Feature Area***************************************/
#featuredAreas {
    height:300px;
}
#featuredAreas .featuredArea{
    display:none;
    width:45%;
    background:none;
    position:absolute;
    margin:0px 15px;
}
#featuredAreas .featuredArea1{
    left:15px;
    z-index:100;
}
#featuredAreas .featuredArea2{
    right:15px;
    z-index:100;
}
#featuredAreas .featuredArea3{
    left:15px;
    padding-top:155px;
}
#featuredAreas .featuredArea4{
    right:15px;
    padding-top:155px;
}
#featuredAreas .title {
    font-size:16px;
    font-weight:bold;
    padding:0 0 2px 0;
    border-bottom:2px solid #649ccf
}
#featuredAreas .date {
    font-size:12px;
    color:gray;
    font-weight:bold;
}
#featuredAreas .featuredAreaContent {
    padding:4px 0 0 0;
    height:120px;
}
#featuredAreas .featuredAreaContent .strongText {
    font-size:14px;
    font-weight:bold;
    padding-bottom:5px;
    color:#4698c9;
}
#featuredAreas .featuredAreaContent p {
    font-size:12px;
    padding-bottom:5px;
}
#featuredAreas .blueLink {
    float:right;
    padding-top:2px;
    font-size:10px;
    color:#4698c9;
    font-weight:normal;
}
#featuredAreas .blueLink a{
    font-size:10px;
    color:#4698c9;
    font-weight:normal;
}
#featuredAreas .featuredAreaContent .redLink a{
    font-size:12px;
    color:red;
    font-weight:bold;
}
#featuredAreas .featuredAreaContent .featureAreaImage {
    height:120px;
    float:right;
    display:inline-block;
}
#featuredAreas .featuredAreaContent .featureAreaImage div {
    display:table-cell;
    height:120px;
    vertical-align:bottom;
}
#featuredAreas .featuredAreaContent .featureAreaImage.top div {
    vertical-align:top;
}
#featuredAreas .featuredAreaContent .featureAreaImage.middle div {
    vertical-align:middle;
}
#featuredAreas .featuredAreaContent .featureAreaImage.bottom div {
    vertical-align:bottom;
}

/* Middle Boxes
--------------------------------------------------------------------------------------------------- */
#midBoxes {
    margin: 0 auto;
    width: 986px;
    padding: 0;
    height: 200px;
    background: url(../gfx/carousel_bgnd.png) repeat-x;
}
#midBoxes .left_box {
    position:absolute;
}
#midBoxes .mid_box {
    margin: 0px 10px 0px 310px;
    position:absolute;
}
#midBoxes .right_box {
    position:absolute;
    margin: 0px 0px 0px 620px;
}
#midBoxes .hide {
    display:none;
}
#midBoxes .home_box {
    width: 300px;
    height:182px;
    background: url(../gfx/carousel_panel.png) no-repeat 0 0;
    cursor:pointer;
}
#midBoxes .home_box:hover {
    background: url(../gfx/carousel_panel_ovr.png) no-repeat 0 0;
}
#midBoxes .home_box.nopointer {
    cursor:default;
}
#midBoxes .home_box .img_box {
}
#midBoxes .home_box .box_detail {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    height:100%;
}
#midBoxes .home_box .box_detail a.box_detail_a{
    height:100%;
    display:block;
}
#midBoxes .home_box .box_detail p{
    padding: 0px 45px 10px 30px;
}
#midBoxes .home_box a.unstyled {
    font-size: 14px;
    color: #666;
}
#midBoxes .home_box a.unstyled:hover {
    text-decoration:none;
}
#midBoxes .home_box .bt_corner {
    height: 10px;
    border: 0px;
    background:url(../gfx/bg_miniBox_bt.png) no-repeat 0 0;
}
#midBoxes .home_box .icon_box {
    padding: 0px;
    margin: 0;
}
#midBoxes .home_box .icon_box h2, #midBoxes .home_box .icon_box h3{
    padding: 0px 45px 0 30px;
}
#midBoxes .home_box .icon_box h3{
    padding-top: 2px;
    padding-bottom: 8px;
}

#midBoxes .home_box .icon_box h2{
    padding-top: 30px;
    padding-bottom:5px;
}
#midBoxes .home_box br{
    padding:0;
    margin:0;
}
#midBoxes .home_box .clearfix {
    margin: 14px 0;
}
#midBoxes .home_box h2 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0 5px 0;
}
#midBoxes .home_box h3 {
    color: #597db3;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
}
#midBoxes .carousel_left{
    background: url(../gfx/carousel_arrow_lft.png) no-repeat 0 0;
    width:15px;
    height:30px;
    text-indent: -9999px;
    position:absolute;
    left: 15px;
    top: 540px;
    cursor:pointer;
}
#midBoxes .carousel_right{
    background: url(../gfx/carousel_arrow_rgt.png) no-repeat 0 0;
    width:15px;
    height:30px;
    text-indent: -9999px;
    position:absolute;
    left: 960px;
    top: 540px;
    cursor:pointer;
}
#more_articles {
    display: block;
    width: 85px;
    height: 16px;
    margin: 0 0 0 0;
    text-indent: -9999px;
    background: url(../gfx/btn_more_articles.png) no-repeat 0 0;
}
#more_articles:hover {
    background: url(../gfx/btn_more_articles.png) no-repeat 0 -16px;
    text-decoration: none;
}

.more_btn {
    display: block;
    width: 100px;
    height: 24px;
    margin: 20px 0 0 0;
    padding: 0 10px;
    background: url(../gfx/btn_more.png) no-repeat 0 0;
    color: #fff;
    line-height: 24px;
}
.more_btn:hover {
    background: url(../gfx/btn_more.png) no-repeat 0 -24px;
    color: #fff;
    text-decoration: none;
}

.home_box_icon {
    width: 74px;
    height:64px;
    float:right;
    padding: 15px 10px 0 0;
}

.sampleDataLinks li{
    list-style-position:inside;
    list-style-type:disc;
    padding:0 0 5px 10px;
    font-weight:bold;
}
.sampleDataLinks li a{
    font-weight:normal;
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#footer {
}
#footContainer {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;
	background-color:#D0E2C5;
}
#footContainer h3 {
    font-size:16px;
    font-weight:bold;
    color:white;
}
#footContainer #foot_area {
    background: url(/images/uploads/assets/bg_foot_shadow2.jpg) repeat-x 0px 0;
}

/* ------| Blogs Area |------ */
#footContainer #foot_area #blog_container {
    width: 300px;
    float: left;
    padding:  8px 25px 15px 45px;
}


/* ------| Quick Links Area |------ */
#footContainer #foot_area #quick_container {
    width: 160px;
    float: left;
    padding:  8px 45px 15px 45px;
}

/* ------| about_indicee Area |------ */
#footContainer #foot_area #about_indicee {
    width: 310px;
    float: right;
    padding:  8px 0px 15px 0;
}
#footContainer #foot_area #about_indicee p{
    margin:25px 45px 0 0;
}

/* ------| Newsletter Area |------ */
#footContainer #foot_area #newsletter {
    width: 210px;
    float: right;
    padding:20px 25px;
    font-size: 11px;
    color: #fff;
    margin: 0 10px 0 0;
}
#footContainer #foot_area #newsletter a {
    color: #F5CF49;
}
#footContainer #foot_area #newsletter a:hover {
    text-decoration: underline;
}
#newsletter form {
    margin: 10px 0 0 0;
}
#newsletter .field {
    margin: 6px 0;
}
#newsletter .submit {
    margin: 10px 0 0 0;
}
#newsletter .submit button {
    display: block;
    width: 61px;
    height: 26px;
    background: url(../gfx/btn_signup.png) no-repeat 0 0;
    text-indent: -9999px;
    border: 0px;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 0;
}
#newsletter .submit button:hover {
    background: url(../gfx/btn_signup.png) no-repeat 0 -26px;
}
#newsletter form label {
    display: block;
    font-weight: bold;
    float: left;
    width: 40px;
    padding: 3px 0 0 0;
    /*margin: 0 16px 0 0;*/
}
#newsletter form input {
    border: 2px solid #53764B;
    width: 150px;
    font-size: 11px;
    padding: 3px;
}
#title_newsletter {
    width: 189px;
    height: 33px;
    margin: 0 0 15px 0;
    background:url(../gfx/title_newsletter.png) no-repeat 0 0;
    text-indent: -9999px;
}


#footContainer #foot_area #blog_container ul li {
    /* background: url(../gfx/icon_arrow.png) no-repeat 0 5px; */
}
#footContainer #foot_area #blog_container .new_item {
    background: url(../gfx/icon_new.gif) no-repeat 0 5px;
}

#footContainer #foot_area #quick_container ul li {
    list-style-type:disc;
    list-style-position:inside;
}
#footContainer #foot_area ul {
    margin: 25px 0;
}
#footContainer #foot_area ul li {
    margin: 12px 0;
    padding-left: 0px;
}
#footContainer #foot_area  div.blogdate {
    font: 10px Tahoma, Geneva, sans-serif;
    color: #86A680;
}
#footContainer #foot_area  div.blogdate a {
    color: #86A680;
    text-decoration: none;
    font-weight: normal;
}
#footContainer #foot_area  div.blogdate a:hover {
    text-decoration: underline;
}
#footContainer #foot_area a {
    font-weight: bold;
    color:#5B7693;
}
#footContainer #foot_area a:hover {
    color:#5B7693;
    text-decoration: underline;
}

#footContainer  #foot_nav {
    height: 45px;
    font: 10px Tahoma, Geneva, sans-serif;
    color: #828f80;
    width: 984px;
    margin: 0 auto;
    border-top: 1px solid #86A680;
    font-size:11px;
}

#footContainer #foot_nav li {
    float: left;
    margin: 0;
    border-right: 1px solid #828f80;
}

#footContainer #foot_nav a {
    text-decoration: none;
    margin: 0 10px;
}
#footContainer #foot_nav a:hover {
    text-decoration: underline;
    color:#5B7693;
}
#footContainer #foot_nav .col_A {
    float: left;
    margin: 15px 0 0 10px;
}
#footContainer #foot_nav .col_B {
    float: right;
    margin: 15px 15px 0 0;
}

#footCopy {
    margin: 0 auto;
    text-align:left;
    width: 990px;
    height: 60px;
    position: relative;
}
#footCopy p {
    font: 10px Tahoma, Geneva, sans-serif;
    color: #a2a1a1;
    position: absolute;
    top: 13px;
    left: 15px;
}
#footCopy a {
    float: right;
    margin: 5px 5px 0 0;
}
#footCopy #rss {
    width: 23px;
    height:23px;
    background:url(../gfx/icon_rss.png) no-repeat 0 0;
    text-indent:-9999px;
    margin: 5px 10px 10px 10px;
}
#footCopy #rss:hover {
    background:url(../gfx/icon_rss.png) no-repeat 0 -23px;
}
#footCopy #twitter {
    width: 101px;
    height:25px;
    background:url(../gfx/icon_twitter.png) no-repeat 0 0;
    text-indent:-9999px;
    margin: 5px 10px 10px 10px;
}
#footCopy #twitter:hover {
    background:url(../gfx/icon_twitter.png) no-repeat 0 -25px;
}
#footCopy .partnerLogos {
    display:inline-block;
    margin-left:300px;
}
#footCopy .partnerLogos a {
    padding:5px 10px 5px 10px;
}
/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
    clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.normalLists ul{
    list-style-type:disc;
    list-style-position:outside;
    margin:0 0 18px;
    padding-left:15px;
}
.normalLists ul ul{
    list-style-type:circle;
    margin:0;
}
.normalLists ul li{
    padding-bottom:5px;
}
.normalLists ul li li{
    padding-bottom:0px;
    padding-top:5px;
}
.ulToggler {
    color:#3D53B3;
    text-decoration:none;
}
.ulToggler:hover {
    color:#999999;
    text-decoration:underline;
    cursor:pointer;
}


.howItWorksNavBar{
    padding-bottom:15px;
    display:inline-block;
}
.howItWorksNavBar ul, .howItWorksNavBar li{
    float:left;
    position:relative;
}
.howItWorksNavBar .btn{
    display:inline-block;
    height:32px;
    text-indent:-9999px;
}
.howItWorksNavBar .btnstat {
    display:inline-block;
    height:32px;
    text-indent:-9999px;
}
.howItWorksNavBar .btn:hover{
    background-position: 0 -32px;
}
.howItWorksNavBar .btn.selected, .howItWorksNavBar .btnstat.selected {
    background-position: 0 -64px;
}
.howItWorksNavBar .left{
    width:31px;
    background:url(../../../images/uploads/assets/btn_prev.png) no-repeat 0 0;
}
.howItWorksNavBar .right{
    width:29px;
    background:url(../../../images/uploads/assets/btn_next.png) no-repeat 0 0;
}
.howItWorksNavBar .overview{
    width:90px;
    background:url(../../../images/uploads/assets/btn_overview.png) no-repeat 0 0;
}
.howItWorksNavBar .create{
    width:126px;
    background:url(../../../images/uploads/assets/btn_reports.png) no-repeat 0 0;
}
.howItWorksNavBar .data{
    width:94px;
    background:url(../../../images/uploads/assets/btn_data.png) no-repeat 0 0;
}
.howItWorksNavBar .share{
    width:69px;
    background:url(../../../images/uploads/assets/btn_share.png) no-repeat 0 0;
}
.howItWorksNavBar .summarybtn{
    width:131px;
    background:url(../../../images/uploads/assets/btn_summary.png) no-repeat 0 0;
}
.howItWorksNavBar .upload{
    width:75px;
    background:url(../../../images/uploads/assets/btn_upload.png) no-repeat 0 0;
}

.how_it_works p {
    margin-bottom:8px;
}

.twoColumn {
    padding-top:15px;
}
.leftCol{
    width:47%;
    float:left;
    display:inline-block;
}
.rightCol{
    width:47%;
    float:right;
    display:inline-block;
}
.twoColumn .section {
    padding-bottom:30px;
    height:170px;
}
.twoColumn .section .heading, .section .body {
    padding-left:40px;
}
.twoColumn .section .heading {
    font-size:18px;
    font-weight:bold;
    border-bottom: solid gray 1px;
    height:35px;
}
.twoColumn .section .heading span{
    padding-top: 15px;
    position:absolute;
}
.twoColumn .section .body {
    padding-top: 5px;
}

.twoColumn .section .heading.data {
    background:url(../../../images/uploads/assets/icon_data.png) no-repeat 0 0;
}
.twoColumn .section .heading.upload {
    background:url(../../../images/uploads/assets/icon_upload.png) no-repeat 0 0;
}
.twoColumn .section .heading.create {
    background:url(../../../images/uploads/assets/icon_create.png) no-repeat 0 0;
}
.twoColumn .section .heading.share {
    background:url(../../../images/uploads/assets/icon_share.png) no-repeat 0 0;
}
.twoColumn .section .heading.crm {
    background:url(../../../images/uploads/assets/icon_crm.png) no-repeat 0 0;
}
.twoColumn .section .heading.erp {
    background:url(../../../images/uploads/assets/icon_erp.png) no-repeat 0 0;
}
.twoColumn .section .heading.custom {
    background:url(../../../images/uploads/assets/icon_custom.png) no-repeat 0 0;
}
.twoColumn .section .heading.saas {
    background:url(../../../images/uploads/assets/icon_saas.png) no-repeat 0 0;
}
.twoColumn .section .heading.private {
    background:url(../../../images/uploads/assets/icon_private.png) no-repeat 0 0;
}
.twoColumn .section .heading.dashboard {
    background:url(../../../images/uploads/assets/icon_dashboard.png) no-repeat 0 0;
}
.twoColumn .section .heading.public {
    background:url(../../../images/uploads/assets/icon_public.png) no-repeat 0 0;
}
.twoColumn .section .heading.comment {
    background:url(../../../images/uploads/assets/icon_comments.png) no-repeat 0 0;
}
.twoColumn .section .heading.export {
    background:url(../../../images/uploads/assets/icon_export.png) no-repeat 0 0;
}
.twoColumn .section .heading.question {
    background:url(../../../images/uploads/assets/icon_questions.png) no-repeat 0 0;
}

