﻿html
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-color: #EFF0EF;
	margin: 0;
	padding: 0;
}

h1
{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 1px;
}

h2
{
	font-weight: normal;
	font-size: 18px;
	color: #5D6B0D;
	margin-top: 0px;
	margin-bottom: 8px;
}

h3
{
	font-weight: normal;
	font-size: 16px;
	color: #5D6B0D;
	margin-bottom: 8px;
}

h4
{
	font-weight: normal;
	font-size: 14px;
	color: #5D6B0D;
	margin-top: 0px;
	margin-bottom: 6px;
}

h5
{
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 6px;
}

form
{
	display: inline;
}

/* LINKS */
a:link, a:active, a:visited
{
	color: #0D5D6B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.button:link, a.button:active, a.button:visited
{
	width: 202px;
	height: 33px;
	text-align: center;
	text-decoration: none;
	color: #5D6B0D;
	background-image: url(../images/bknd_button.gif);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}

a.button:hover
{
	text-decoration: underline;
}

a.feature_link:link, a.feature_link:active, a.feature_link:visited
{
	background-image: url(../images/bknd_feature_link.gif);
	background-repeat: no-repeat;
	display: block;
	width: 125px;
	height: 27px;
	font-size: 11px;
	text-decoration: none;
	float: left;
	margin-bottom: 0px;
	padding-left: 28px;
	padding-top: 6px;
}

a.feature_link:hover
{
	text-decoration: underline;
}

a.news_box:link, a.news_box:active, a.news_box:visited
{
	background-image: url(../images/bknd_news_box.gif);
	background-repeat: no-repeat;
	display: block;
	width: 220px;
	height: 84px;
	padding: 8px;
	margin-bottom: 6px;
	font-size: 11px;
}

a.news_box:hover
{
	background-image: url(../images/bknd_news_box_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.news_box_pricing:link, a.news_box_pricing:active, a.news_box_pricing:visited
{
	display: block;
	width: 220px;
	height: 60px;
	padding: 8px;
	margin-bottom: 6px;
	font-size: 11px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #d7e8f8;
}

a.news_box_pricing:hover
{
	background-color: #c4d7e8;
	text-decoration: none;
}

a.question:link, a.question:active, a.question:visited
{
	font-weight: bold;
	display: block;
	margin-bottom: 16px;
	text-decoration: none;
	color: #0D5D6B;
	text-indent: 14px;
}

a.question:hover
{
	text-decoration: underline;
}

a.top_nav:link, a.top_nav:active, a.top_nav:visited
{
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

a.top_nav:hover
{
	color: #5D6B0D;
}

a.top_nav_selected:link, a.top_nav_selected:active, a.top_nav_selected:visited
{
	color: #5D6B0D;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

a.employment:link, a.employment:active, a.employment:visited
{
	color: #0D5D6B;
	text-decoration: none;
	line-height: 22px;
}

a.employment:hover
{
	text-decoration: underline;
}


/* Classes */

.alert_form
{
	border: 1px solid #0D5D6B;
	background: #99ccff;
	color: #333333;
	padding: 2px;
	display: block;
	font-size: 11px;
}

.answer
{
	color: #333333;
	display: none;
	padding-bottom: 8px;
	border-bottom: 1px dotted silver;
	margin-bottom: 16px;
}

.answer a
{
	padding-top: 8px;
	display: block;
}

.answer ul
{
	margin-left: 0;
	padding-left: 14px;
	list-style: none;
}

.cascade_container
{
	margin: 0px;
	border-top: 1px solid Silver;
	margin-bottom: 14px;
}

.cascade_title
{
	display: block;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
}

.cascade_title a
{
	background-color: #EFF0EF;
	padding: 8px;
	font-size: 11px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid Silver;
}

.cascade_title a.selected
{
	background-color: white;
	padding: 8px;
	font-size: 11px;
	color: #333333;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid white;
}

.cascade_title a:hover
{
	background-color: white;
	color: #333333;
}

.content
{
	padding: 10px;
}

.content_left_home
{
	float: left;
	width: 730px;
	margin-right: 4px;
	position: relative;
	line-height: 16px;
}

.content_left
{
	float: left;
	width: 740px;
	margin-right: 4px;
	position: relative;
	line-height: 16px;
	padding-left: 10px;
	padding-top: 10px;
	color: #666666;
}

.content_left p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

.content_right_home
{
	float: right;
	width: 236px;
}

.content_right
{
	float: right;
	width: 200px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 11px;
	color: #666666;
}

.content_right a
{
	padding-bottom: 4px;
	border-bottom: 1px dotted #dedede;
	color: #0D5D6B;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}

.content_right a:hover
{
	text-decoration: underline;
}

.content_right a.callout
{
	background-image: url(../images/bknd_news_box_small.gif);
	background-repeat: no-repeat;
	display: block;
	width: 184px;
	height: 84px;
	padding: 8px;
	margin-bottom: 6px;
	font-size: 11px;
}

.content_right a.callout:hover
{
	background-image: url(../images/bknd_news_box_small_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.copyright
{
	display: block;
	margin-bottom: 4px;
	padding-left: 10px;
}

.disclaimer
{
	color: #808080;
	font-size: 10px;
	padding-left: 10px;
}

.error
{
	color: Red;
	font-size: 11px;
}

.feature_home
{
	border: 1px solid Gray;
	margin-bottom: 6px;
	display: block;
	width: 727px;
	height: 236px;
}

.feature_content
{
	color: Gray;
	font-size: 11px;
	line-height: 15px;
}

.form_content
{
	margin: 0;
	display: block;
	padding: 20px;
}

.header_links
{
	float: right;
	font-size: 11px;
	position: relative;
	color: #808080;
	padding-top: 10px;
	padding-right: 14px;
}

.hidden
{
	display: none;
}

.logo
{
	display: block;
	width: 236px;
	height: 53px;
	top: 20px;
	left: 18px;
	position: relative;
}

.modal
{
    background-color: white;
    border: solid 1px #333333;
    position: relative;
    top: -150px;
    left: -90px;
    z-index: 1000;
    width: 300px;
    height: 180px;
    padding: 0px;
}

.modalBackground
{
    filter: Alpha(Opacity=40);
    -moz-opacity:0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}

.modalBody
{
    padding: 10px;
	 text-align: center;
}

.modalBody p
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.nav
{
	background-image: url(../images/bknd_nav.png);
	background-repeat: no-repeat;
	width: 632px;
	height: 28px;
	color: white;
	position: relative;
	top: 14px;
	float: right;
	right: 8px;
	padding-top: 6px;
}

.nav_img
{
	vertical-align: middle;
	width: 15px;
	height: 15px;
}

.news
{
	display: block;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #dedede;
	line-height: 18px;
}

.news_footnote
{
	font-size: 11px;
	color: gray;
}

.news_content
{
	display: block;
	font-size: 11px;
}

.news_source
{
	font-weight: bold;
	color: gray;
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
}

.news_source_container
{
	display: block;
	margin-bottom: 18px;
	font-size: 11px;
}

.product_box_left
{
	float: left;
	display: block;
	width: 352px;
	border-left: 1px solid #DDDFE1;
	border-right: 1px solid #DDDFE1;
	border-bottom: 1px solid #DDDFE1;
	padding: 4px;
	margin-bottom: 10px;
	color: #333333;
}

.product_box_title_left
{
	float: left;
	display: block;
	width: 352px;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background: #ADC047;
	border: 1px solid #ADC047;
}

.product_box_right
{
	float: right;
	display: block;
	width: 352px;
	border-left: 1px solid #DDDFE1;
	border-right: 1px solid #DDDFE1;
	border-bottom: 1px solid #DDDFE1;
	padding: 4px;
	margin-bottom: 10px;
	color: #333333;
}

.product_box_title_right
{
	float: right;
	display: block;
	width: 352px;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background: #ADC047;
	border: 1px solid #ADC047;
}

.product_click
{
	display: block;
	height: 46px;
	margin-bottom: 6px;
	padding: 10px;
}

.product_click_selected
{
	display: block;
	background-image: url(../images/bknd_product_click.gif);
	background-repeat: no-repeat;
	height: 46px;
	margin-bottom: 6px;
	padding: 10px;
	cursor: pointer;
}

.show
{
	display: block;
}

.software_logo
{
	float: right;
	position: relative;
}

.solution_content
{
	background-image: url(../images/bknd_solutions.gif);
	background-repeat: no-repeat;
	padding: 8px;
	width: 231px;
	height: 226px;
	float: left;
}

.solution_content img
{
	float: right;
	padding-left: 6px;
	padding-bottom: 6px;
}

.solution_content_selected
{
	background-image: url(../images/bknd_solutions.png);
	background-repeat: no-repeat;
	padding: 8px;
	width: 231px;
	height: 226px;
	float: left;
	cursor: pointer;
}

.solution_content_selected img
{
	float: right;
	padding-left: 6px;
	padding-bottom: 6px;
}

.solution_video_content
{
	background-color: #f6f6f6;
	border: 1px solid #efefef;
	padding: 8px;
	margin-bottom: 6px;
}

.solution_video_content img
{
	float: left;
	padding-right: 6px;
}

.solution_video_content_selected
{
	background-color: #fbffe8;
	border: 1px solid #efefef;
	padding: 8px;
	margin-bottom: 6px;
	cursor: pointer;
}

.solution_video_content_selected img
{
	float: left;
	padding-right: 6px;
}

.subhead_content
{
	display: block;
	margin-bottom: 14px;
	color: #666666;
	font-size: 11px;
}

.subnav_home
{
	display: block;
	padding: 3px;
	background-color: #F1F1F1;
	color: #333333;
	font-size: 11px;
	margin-left: 7px;
	margin-right: 6px;
	border-top: 2px solid #ffffff;
	font-style: italic;
}

.subnav
{
	display: block;
	padding: 3px;
	background-color: #F1F1F1;
	background-image: url(../images/bknd_subnav.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-size: 11px;
	padding-left: 374px;
	margin-left: 7px;
	margin-right: 6px;
	border-top: 2px solid #ffffff;
}

.subnav a
{
	color: #5D6B0D;
	font-size: 11px;
	margin-right: 16px;
}

.testimonial
{
	font-size: 12px;
	color: #5D6B0D;
	font-style: italic;
	line-height: 18px;
	background: #DAE69A;
	display: block;
	padding: 8px;
}

.testimonial_container
{
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
	padding-bottom: 8px;
	border-bottom: 1px dotted gray;
}

ul.arrow_list
{
	list-style: none;
	margin-left: 0;
	padding-left: 14px;
	text-indent: -8px;
}

/* Positional DIV */

div#advantage_wrapper
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	width: 720px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div#advantage_container
{
	color: #333;
	clear: both;
	margin: 0px;
	width: 720px;
	height: 220px;
	float: left;
	border: 1px solid #C0C0C0;
	display: block;
	margin-bottom: 14px;
}

div#advantage_content 
{
	background-color: #FFFFFF;
	padding: 14px;
	margin: 0px;
	color: #666666;
} 

div#advantage_navigation 
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	height: 50px;
	display: block;
	width: auto;
}

#benefit_container
{
	/*border: 1px solid #C0C0C0;*/
	background-image: url(../images/bknd_benefit_container.gif);
	background-repeat: no-repeat;
	padding: 12px;
	display: block;
	margin-top: 14px;
	margin-bottom: 14px;
	height: 216px;
}

#benefit_container img
{
	border: 1px solid #DEDEDE;
	margin-left: 8px;
	margin-bottom: 8px;
	width: 240px;
	height: 200px;
	float: right;
}

div#content_container
{
	position: relative;
	width: 997px;
	background-image: url(../images/bknd_content.gif);
	background-repeat: repeat-y;
	text-align: left;
	left: 50%;
	margin-left: -497px;
	margin-bottom: 0;
	overflow: hidden;
}

div#content_bottom
{
	width: 997px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -497px;
}

div#footer_container
{
	width: 997px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -497px;
	font-size: 11px;
	color: #333333;
	padding-top: 10px;
	clear: both;
}

div#form_container
{
	border: 1px solid #ADC047;
	background: #F7FDDB;
	overflow: hidden;
}

div#form_container_header
{
	display: block;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background: #ADC047;
	border: 1px solid #ADC047;
	margin-bottom: 0;
	margin-top: 20px;
}

div#form_container br
{
	clear: left;
}

div#form_container em
{
	color: red;
}

div#form_container label
{
	display: block;
	font-weight: bold;
	width: 160px;
	float: left;
}

div#form_container .small
{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	font-style: italic;
	float: left;
	margin-left: 8px;
}

div#form_container input, select
{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #ADC047;
	width: 180px;
	margin: 2px 0 4px 10px;
}

div#form_container textarea
{
	width: 250px;
	height: 100px;
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #ADC047;
	margin: 2px 0 4px 10px;
}

div#form_container .submit_button
{
	clear: both;
	margin-left: 170px;
	width: 120px;
	height: 24px;
	border: none;
	background: url(../images/bknd_button.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 24px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

div#header_container
{
	width: 998px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -498px;
	padding-top: 40px;
}

div#header_main
{
	background-image: url(../images/bknd_header.jpg);
	background-repeat: no-repeat;
	width: 997px;
	height: 96px;
	text-align: left;
	left: 50%;
	margin-left: -497px;
	position: relative;
}

div#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}

div#nav_container
{
	background: #ffffff;
	position: relative;
	display: block;
}

div#nav_main
{
	background-image: url(../images/bknd_nav.gif);
	background-repeat: no-repeat;
	width: 997px;
	height: 37px;
	text-align: left;
	left: 50%;
	margin-left: -497px;
	position: relative;
}

div#solution_container
{
	border: 1px solid #DDDFE1;
	overflow: hidden;
	margin-top: 16px;
	display: block;
	background-image: url(../images/bknd_solution_fade.gif);
	background-repeat: repeat-x;
}

div#subhead
{
	background-image: url(../images/bknd_subhead.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 6px;
	height: 68px;
	margin-left: 7px;
	margin-right: 6px;
	border-top: 2px solid #ffffff;
}

div#subhead a
{
	font-size: 11px;
}

/* UL Lists */
ul#primary 
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 500px;
}

ul#primary li
{
	display: inline;
	list-style: none;
}

ul#primary a, ul#primary a.active
{
	width: 160px;
	display: block;
	float: left;
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0D5D6B;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

ul#primary a.active, ul#primary a.active:hover
{
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: none;
	border-left: 1px solid #c0c0c0;
	background: white;
	color: #333;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

ul#primary a
{
	background: #e8e9e1;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: none;
	border-left: 1px solid #c0c0c0;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

ul#primary a:hover
{
	margin-top: 0;
	border-color: #c0c0c0;
	background: #F1F1ED;
	color: #333;
	padding-bottom: 3px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}

/* ajax related */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* PRICING TABLE */
.pricing-table
{
	font-size: 14px;
	display: block;
	margin-bottom: 30px;
}

.pricing-table td
{
	padding: 8px;
	font-size: 16px;
}

.pricing-column-elite
{
	display: block;
	padding: 6px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #939393;
	color: #ffffff;
	text-align: center;
}

.pricing-column-elite h1, .pricing-column-billing h1
{
	margin: 0px 0px 4px 0px;
	font-size: 18px;
	font-weight: normal;
}

.pricing-table h2, .pricing-table h2
{
	margin: 0px 0px 8px 0px;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
}

.pricing-column-billing
{
	display: block;
	padding: 6px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #7494b3;
	color: #ffffff;
	text-align: center;
}
