/*
984px grid system ~ Core CSS.
12 Columns ~ Margin left: 10px ~ Margin right: 10px
Nick Rogers 2010

*/
body { 
	font: normal 62.5%/1em Arial, Helvetica, sans-serif; 
	margin: 10px 0  10px 0; 
	background: #fff; 
	color: #333;
	text-align: center; 
	min-width: 984px;
	background: #f8f8f8 url(../images/bodybg.png) repeat-x;
	}
/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	position:relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 62px;}
.container_12 .grid_2 {width: 144px;}
.container_12 .grid_3 {width: 226px;}
.container_12 .grid_4 {width: 308px;}
.container_12 .grid_5 {width: 390px;}
.container_12 .grid_6 {width: 472px;}
.container_12 .grid_7 {width: 554px;}
.container_12 .grid_8 {width: 636px;}
.container_12 .grid_9 {width: 718px;}
.container_12 .grid_10 {width: 800px;}
.container_12 .grid_11 {width: 882px;}
.container_12 .grid_12 {width: 964px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 82px;}
.container_12 .prefix_2 {padding-left: 164px;}
.container_12 .prefix_3 {padding-left: 246px;}
.container_12 .prefix_4 {padding-left: 328px;}
.container_12 .prefix_5 {padding-left: 410px;}
.container_12 .prefix_6 {padding-left: 492px;}
.container_12 .prefix_7 {padding-left: 574px;}
.container_12 .prefix_8 {padding-left: 656px;}
.container_12 .prefix_9 {padding-left: 738px;}
.container_12 .prefix_10 {padding-left: 820px;}
.container_12 .prefix_11 {padding-left: 902px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 82px;}
.container_12 .suffix_2 {padding-right: 164px;}
.container_12 .suffix_3 {padding-right: 246px;}
.container_12 .suffix_4 {padding-right: 328px;}
.container_12 .suffix_5 {padding-right: 410px;}
.container_12 .suffix_6 {padding-right: 492px;}
.container_12 .suffix_7 {padding-right: 574px;}
.container_12 .suffix_8 {padding-right: 656px;}
.container_12 .suffix_9 {padding-right: 738px;}
.container_12 .suffix_10 {padding-right: 820px;}
.container_12 .suffix_11 {padding-right: 902px;}

/* `Push Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .push_1 {left: 82px;}
.container_12 .push_2 {left: 164px;}
.container_12 .push_3 {left: 246px;}
.container_12 .push_4 {left: 328px;}
.container_12 .push_5 {left: 410px;}
.container_12 .push_6 {left: 492px;}
.container_12 .push_7 {left: 574px;}
.container_12 .push_8 {left: 656px;}
.container_12 .push_9 {left: 738px;}
.container_12 .push_10 {left: 820px;}
.container_12 .push_11 {left: 902px;}

/* `Pull Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .pull_1 {left: -82px;}
.container_12 .pull_2 {left: -164px;}
.container_12 .pull_3 {left: -246px;}
.container_12 .pull_4 {left: -328px;}
.container_12 .pull_5 {left: -410px;}
.container_12 .pull_6 {left: -492px;}
.container_12 .pull_7 {left: -574px;}
.container_12 .pull_8 {left: -656px;}
.container_12 .pull_9 {left: -738px;}
.container_12 .pull_10 {left: -820px;}
.container_12 .pull_11 {left: -902px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
#wrapper {
	width: 984px;
	margin: 0 auto;
	text-align: left;
}
.column-content {
	padding: 0px 15px;
}
.column-content p {
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.column-content ul li {
	font-size: 1.2em;
	line-height: 1.4em;
}
h1, h2, h3, h4 {
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
}
h2{font-size:1.8em}
h4 {font-size: 1.4em; line-height:1.2em}
#header {
	background: url(../images/headerbg-inner.png) repeat-x;
	height: 82px;
	position: relative;
}
#home-page #header {
	background: url(../images/headerbg.png) repeat-x;
}

ul#main-nav {
	position: absolute;
	top: 39px;
	right: 0;
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
}
ul#main-nav  li {
	float: left;
	display: inline;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: bold;
	margin-right: 14px;
	color: #fff;
	background: url(../images/nav-divider.png) right no-repeat;
	padding: 5px 10px 9px 0;	
}	
	ul#main-nav  li a {
		text-decoration: none;
		color: #fff;
}
	ul#main-nav  li#log-in a {
		color: #d6edf3;
		background: none;
	}
	ul#main-nav  li#log-in {
		background: none;
	}
	ul#main-nav  li#sign-up a {
		color: #d6edf3;
	}
	ul#main-nav  li#log-in a:hover, 
	ul#main-nav  li#sign-up a:hover {
		color: #9ed979;
	}
	ul#main-nav  li a:hover, 
	ul#main-nav  li a:focus, 
	ul#main-nav  li a:active 
	  {
		text-decoration: none;
		color: #ff6d00;
}


	ul#main-nav  li.currentpage {
		background:url(../images/main-nav-selected-left.gif) left no-repeat;
		padding-left:10px;
		padding-right:0;	
}	
	ul#main-nav  li.currentpage a {
		background:url(../images/main-nav-selected-right.gif) right no-repeat;
		padding:5px 10px 5px 0;
		color: #fff;
}
img#logo {
	position: absolute;
	left: 15px;
	top:15px;
}
#banner {
	background: #fff;
	height:322px;
	z-index: 5;
	position:relative;
}
#banner-image img {
	position: absolute;
	top: 0px;
	right: 40px;
	z-index:-1;
}
		#banner #buttons a.take-a-tour {
			z-index: 1;
		}
#banner-statement {
	background: url(../images/banner-panel.png) no-repeat;
	width: 272px;
	height: 116px;
	display:block;
	padding: 25px 20px 20px 20px;
	margin-top:80px;
}
	#banner-statement h1 {
		font-size: 24px;
		color: #fff;
		line-height: 1.4em;
		font-family: "Lucida Sans";
	}
	#banner #buttons {
		margin-left:20px;
		margin-top:22px;
	}
		#banner #buttons a {
			text-decoration: none;
		}
			#banner #buttons a span {
				position: absolute;
				left: -9999px;
			}
div.logos {
	margin-top: 0px;
}

#question-panel {
	background: url(../images/question-panel.png) repeat-x;
	height:139px;
}
	#question-panel h2 {
		color: #fff;
		font-size: 1.8em;
		margin-top:20px; margin-bottom:10px;
		border-bottom: 2px solid #81b8d7;
		padding-bottom: 15px;
			position: relative;

	}
	#question-panel p {
		color: #fff;
		font-size:1.3em;
	}
#feature-panel {
	padding: 15px 0px;
	background: #e4f1f9;	
}
	#feature-panel h2 {
		color: #2089c3;
		font-size: 1.8em; font-weight: normal;
		margin-top:20px; margin-bottom:10px;
		border-bottom: 1px solid #092936;
		padding-bottom: 15px; padding-left:35px; padding-top:5px;
		position: relative;
	}
		#feature-panel h2#save-time {
			background: url(../images/save-time.png) left -4px no-repeat;
		}
		#feature-panel h2#save-money {
			background: url(../images/save-money.png) left -4px no-repeat;
		}		
		#feature-panel h2#stay-secure {
			background: url(../images/stay-secure.png) left -4px no-repeat;
		}
		#feature-panel h2#clever-analytics {
			background: url(../images/clever.png) left -4px no-repeat;
		}
		#feature-panel h2#tax-library {
			background: url(../images/tax-library.png) left -4px no-repeat;
		}						
		#feature-panel h2#help {
			background: url(../images/help.png) left -4px no-repeat;
		}					
		#feature-panel h2 a {
			color: #2089c3;
			text-decoration: none;
		}	
		#feature-panel h2 a:hover,
		#feature-panel h2 a:focus,
		#feature-panel h2 a:active
		 {
			text-decoration: underline;
		}	

		
#large-button-panel {
	background: url(../images/button-panel-bg.png) repeat-x;
	padding:20px 0;
	text-align: center;
}	
		#large-button-panel a {
			margin-right:10px;
			text-decoration: none;
		}
		#large-button-panel a span {
			position: absolute;
			left: -9999px;
		}
#video-panel {
	padding-bottom:20px;
	background: #ecf5fb;
}		
#video-panel h2 {
		color: #024f89;
		font-size: 1.8em;
		margin-top:20px; margin-bottom:20px;
		border-bottom: 1px solid #81B8D7;
		padding-bottom: 15px;  padding-top:5px;
			position: relative;
}
#video-panel h2 a {
		color: #024f89;
		text-decoration:none;
}
#video-panel h2 a:hover,
#video-panel h2 a:focus,
#video-panel h2 a:active
{
		text-decoration:underline;
}

#news-panel {
	padding-bottom:20px;
	background: #f1f1f1 url(../images/news-panel-bg.png) repeat-x;
}
#news-panel h2 {
		color: #0671ac;
		font-size: 1.8em;
		margin-top:20px; margin-bottom:20px;
		border-bottom: 1px solid #81B8D7;
		padding-bottom: 15px;  padding-top:5px;
		position: relative;
}		
div.gfc-results, div.gfc-tabHeader {
	font-size: 1.2em;
	line-height: 1.4em;
}
.gfc-resultsHeader {
	border-bottom: none;
}
#footer {
	background: url(../images/footer-gradient.png) repeat-x;
	padding: 20px 0;
}
	#footer img {
		border:2px solid #ccc;
	}
	#footer h3 {
		color: #fff;
		font-size: 1.4em;
		border-top: 1px solid #fff;
		padding-top: 10px;
		margin-bottom: 10px;
			position: relative;
		}
	#footer h3 a {
		color: #fff;
		text-decoration:none;
		}
		#footer h3 a:hover, 
		#footer h3 a:focus, 
		#footer h3 a:active 
	  	{
			text-decoration: underline;
	}		
		#footer ul li a {
			color: #fff;
			text-decoration: none;
		}
		#footer ul li a:hover, 
		#footer ul li a:focus, 
		#footer ul li a:active 
	  	{
			text-decoration: none;
			color: #ff6d00;
	}		
		#footer ul li#plans-and-pricing,
		#footer ul li#try-for-free
		  {
			margin-bottom: 10px;
		}
		#footer ul li#plans-and-pricing a,
		#inner-banner ul li#plans-and-pricing a
		  {
			background: url(../images/plans-and-pricing.png);
			display: block;
			width: 126px;
			height: 31px;
		}
		#footer ul li#plans-and-pricing a span,
		#inner-banner ul li#plans-and-pricing a span
		  {
			position: absolute;
			left: -9999px;
		}
		#footer ul li#take-a-tour a {
			background: url(../images/take-a-tour.png);
			display: block;
			width: 126px;
			height: 31px;
		}
		#footer ul li#take-a-tour a span {
			position: absolute;
			left: -9999px;
		}		
		#footer ul li#try-for-free a,
		#inner-banner ul li#try-for-free a
		  {
			background: url(../images/try-for-free-footer.png);
			display: block;
			width: 126px;
			height: 31px;
		}
		#footer ul li#try-for-free a span,
		#inner-banner ul li#try-for-free a span
		  {
			position: absolute;
			left: -9999px;
		}		
div.testimonial {
	background: url(../images/open-quote.png) no-repeat;
	padding-left: 30px;
	padding-right: 15px;
}		
div.testimonial p {
	font-size: 14px;
	line-height:20px;
}
div.testimonial p.end-quote {
	display: block;
	background: url(../images/close-quote.png) right bottom no-repeat;

}
#video-panel ul li {
	background: url(../images/small-tick.png) left 2px no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
#footer-links {
	margin-top: 10px;
}
#footer-links a {
	text-decoration: none;
	color: navy;
}
		#footer-links a:hover, 
		#footer-links a:focus, 
		#footer-links a:active 
	  	{
			text-decoration: underline;
	}
#footer-links p {
	color: navy;
}
#footer p {
	margin-bottom: 0;
	color: #fff;
	margin-top: 20px;
}
#inner-banner {
	background: #f0f7fb url(../images/inner-banner-bg.png) repeat-x;
	height: 100px;
	width: 964px; overflow:hidden;
}
#tour #inner-banner {
	background: #f0f7fb url(../images/inner-banner-tat-bg.png) repeat-x;
	height: 111px;
	width: 964px; overflow:hidden;
}

	#inner-banner h1 {
		color: #F0F7FB;
		font-size: 4em;
		font-weight: normal;
		margin-top: 20px;
		line-height: 1.5em;
	}
div#mainbody {
	background: #f0f7fb;
	padding-bottom: 20px;
}
#tour div#mainbody {
	background: #002b5e;
	padding-bottom: 20px;
}

#content {

}
#mainbody .grid_9 .column-content {
	padding-top:15px;
}
#mainbody .grid_9 .column-content p
 {
	margin-bottom:20px;
	line-height: 1.4em;
	font-size: 1.4em;
}
#mainbody .grid_9 .column-content ul
	{
		margin-bottom: 20px;
		}
#mainbody .grid_9 .column-content li {
	line-height: 1.4em;
	font-size: 1.4em;
	background :url(../images/section-bullet-2.png) left 7px no-repeat;
	padding-left: 12px;
	margin-bottom:4px;
}
#navigation {
	background:  url(../images/nav-top.png) left top no-repeat;
	padding-top: 6px;
	position: relative;
	margin-top: 10px;
}	
#navigation ul li {
}
#navigation ul li a {
	background: url(../images/nav-bg.png) left top no-repeat;
	width: 186px;
	display: block;
	padding-left: 26px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 45px;
	font-weight:bold;
	border-bottom: 1px solid #fff;
	}
	#navigation ul li.currentpage a,
	#navigation ul li a:hover
	
	 {
	background: url(../images/nav-current.png) left bottom no-repeat;
	display: block;
	width: 200px;
	border-bottom: none;
	padding-bottom: 1px;
	}
	div.nav-bottom {
		background: url(../images/nav-bottom.png) no-repeat;
		width: 212px;
		height: 6px;
		margin-top: -1px;
	}
table#pricing {
	border: 1px solid #fff;
	margin-bottom:20px;
	background:#ccc;
	margin-top:-5px;

}
table#pricing th {
	background: url(../images/th-bg.jpg) repeat-x;
	text-align: center;
	color: #fff;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
	padding: 12px 0 18px 0;
	vertical-align: bottom;
	border-right: 2px solid #f5ffea;
}	
table#pricing tr#price td {
	color: #f66f1d;
	font-size: 1.6em;line-height: 1em;
	font-weight: bold;
	text-align: center;
}
table#pricing td {
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	
}
td input#start {
	background: url(../images/start-button.png) no-repeat;
	width: 153px;
	height: 35px;
	display: block;
	margin: 0 auto;
	border: none;
	cursor:pointer;
}
td a#start {
	background: url(../images/start-button.png) no-repeat;
	width: 153px;
	height: 35px;
	display: block;
	margin: 0 auto;
}
td a#start:hover,
td a#start:focus,
td a#start:active
 {
	background: url(../images/start-button-rollover.png) no-repeat;
}
td a#start span {
	position: absolute;
	left: -9999px;
}
table#pricing tr#start-row td {
	text-align: center;
}
#mainbody .grid_9 table#pricing td p {
		font-size:1.2em;
	}
#mainbody .grid_9 table#pricing td ul li {
	background: url(../images/tick.png) left 3px no-repeat;
	padding-left:18px;
	font-size: 1.2em;
}
	#mainbody .grid_9 table#pricing td ul li ul li {
		background: none;
		padding-left:1px;
		font-size: 1em;
		margin-bottom:0;
	}
	#mainbody .grid_9 table#pricing td ul li ul  {
		margin-bottom: 5px;}
#mainbody .grid_9 table#pricing tr#features td,
#mainbody .grid_9 table#pricing tr#price td
 {
		background:#ededed;

	}
#mainbody .grid_9 table#pricing tr#for td p {
	margin-bottom: 0;
}

form#BIK td {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 20px  10px 20px;
	vertical-align: center;
}
form#BIK table  {
	border: 1px solid #fff; 
}
form#BIK table tr {
	border-bottom: 1px solid #fff;
	border: 1px solid #cee6f4;
}
form#BIK table tr.odd {
	background: #fff;
}
form#BIK th {
	background: url(../images/th-bg.jpg) repeat-x;
	padding: 20px 20px;
	color: #fff;
	font-size: 1.4em; 
	line-height: 1.1em;
}
/*
984px grid system ~ Core CSS.
12 Columns ~ Margin left: 10px ~ Margin right: 10px
Nick Rogers 2010

*/
body { 
	font: normal 62.5%/1em Arial, Helvetica, sans-serif; 
	margin: 10px 0  10px 0; 
	background: #fff; 
	color: #333;
	text-align: center; 
	min-width: 984px;
	background: #f8f8f8 url(../images/bodybg.png) repeat-x;
	}
/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	position:relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 62px;}
.container_12 .grid_2 {width: 144px;}
.container_12 .grid_3 {width: 226px;}
.container_12 .grid_4 {width: 308px;}
.container_12 .grid_5 {width: 390px;}
.container_12 .grid_6 {width: 472px;}
.container_12 .grid_7 {width: 554px;}
.container_12 .grid_8 {width: 636px;}
.container_12 .grid_9 {width: 718px;}
.container_12 .grid_10 {width: 800px;}
.container_12 .grid_11 {width: 882px;}
.container_12 .grid_12 {width: 964px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 82px;}
.container_12 .prefix_2 {padding-left: 164px;}
.container_12 .prefix_3 {padding-left: 246px;}
.container_12 .prefix_4 {padding-left: 328px;}
.container_12 .prefix_5 {padding-left: 410px;}
.container_12 .prefix_6 {padding-left: 492px;}
.container_12 .prefix_7 {padding-left: 574px;}
.container_12 .prefix_8 {padding-left: 656px;}
.container_12 .prefix_9 {padding-left: 738px;}
.container_12 .prefix_10 {padding-left: 820px;}
.container_12 .prefix_11 {padding-left: 902px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 82px;}
.container_12 .suffix_2 {padding-right: 164px;}
.container_12 .suffix_3 {padding-right: 246px;}
.container_12 .suffix_4 {padding-right: 328px;}
.container_12 .suffix_5 {padding-right: 410px;}
.container_12 .suffix_6 {padding-right: 492px;}
.container_12 .suffix_7 {padding-right: 574px;}
.container_12 .suffix_8 {padding-right: 656px;}
.container_12 .suffix_9 {padding-right: 738px;}
.container_12 .suffix_10 {padding-right: 820px;}
.container_12 .suffix_11 {padding-right: 902px;}

/* `Push Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .push_1 {left: 82px;}
.container_12 .push_2 {left: 164px;}
.container_12 .push_3 {left: 246px;}
.container_12 .push_4 {left: 328px;}
.container_12 .push_5 {left: 410px;}
.container_12 .push_6 {left: 492px;}
.container_12 .push_7 {left: 574px;}
.container_12 .push_8 {left: 656px;}
.container_12 .push_9 {left: 738px;}
.container_12 .push_10 {left: 820px;}
.container_12 .push_11 {left: 902px;}

/* `Pull Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .pull_1 {left: -82px;}
.container_12 .pull_2 {left: -164px;}
.container_12 .pull_3 {left: -246px;}
.container_12 .pull_4 {left: -328px;}
.container_12 .pull_5 {left: -410px;}
.container_12 .pull_6 {left: -492px;}
.container_12 .pull_7 {left: -574px;}
.container_12 .pull_8 {left: -656px;}
.container_12 .pull_9 {left: -738px;}
.container_12 .pull_10 {left: -820px;}
.container_12 .pull_11 {left: -902px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
#wrapper {
	width: 984px;
	margin: 0 auto;
	text-align: left;
}
.column-content {
	padding: 0px 15px;
}
.column-content p {
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.column-content ul li {
	font-size: 1.2em;
	line-height: 1.4em;
}
h1, h2, h3, h4 {
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
}
h4 {font-size: 1.4em; line-height:1.2em}
#header {
	background: url(../images/headerbg-inner.png) repeat-x;
	height: 82px;
	position: relative;
}
#home-page #header {
	background: url(../images/headerbg.png) repeat-x;
}

ul#main-nav {
	position: absolute;
	top: 39px;
	right: 0;
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
}
ul#main-nav  li {
	float: left;
	display: inline;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: bold;
	margin-right: 14px;
	color: #fff;
	background: url(../images/nav-divider.png) right no-repeat;
	padding: 5px 10px 9px 0;	
}	
	ul#main-nav  li a {
		text-decoration: none;
		color: #fff;
}
	ul#main-nav  li#log-in a {
		color: #d6edf3;
		background: none;
	}
	ul#main-nav  li#log-in {
		background: none;
	}
	ul#main-nav  li#sign-up a {
		color: #d6edf3;
	}
	ul#main-nav  li#log-in a:hover, 
	ul#main-nav  li#sign-up a:hover {
		color: #9ed979;
	}
	ul#main-nav  li a:hover, 
	ul#main-nav  li a:focus, 
	ul#main-nav  li a:active 
	  {
		text-decoration: none;
		color: #ff6d00;
}


	ul#main-nav  li.currentpage {
		background:url(../images/main-nav-selected-left.gif) left no-repeat;
		padding-left:10px;
		padding-right:0;	
}	
	ul#main-nav  li.currentpage a {
		background:url(../images/main-nav-selected-right.gif) right no-repeat;
		padding:5px 10px 5px 0;
		color: #fff;
}
img#logo {
	position: absolute;
	left: 15px;
	top:15px;
}
#banner {
	background: #fff;
	height:322px;
	z-index: 5;
}
#banner-image {
	position: absolute;
	top: 7px;
	right: 40px;
	z-index: -1;
}
		#banner #buttons a.take-a-tour {
			z-index: 1;
		}
#banner-statement {
	background: url(../images/banner-panel.png) no-repeat;
	width: 272px;
	height: 116px;
	display:block;
	padding: 25px 20px 20px 20px;
	margin-top:80px;
}
	#banner-statement h1 {
		font-size: 24px;
		color: #fff;
		line-height: 1.4em;
		font-family: "Lucida Sans";
	}
	#banner #buttons {
		margin-left:20px;
		margin-top:22px;
	}
		#banner #buttons a {
			text-decoration: none;
		}
			#banner #buttons a span {
				position: absolute;
				left: -9999px;
			}
div.logos {
	margin-top: 0px;
}

#question-panel {
	background: url(../images/question-panel.png) repeat-x;
	height:139px;
}
	#question-panel h2 {
		color: #fff;
		font-size: 1.8em;
		margin-top:20px; margin-bottom:10px;
		border-bottom: 2px solid #81b8d7;
		padding-bottom: 15px;
			position: relative;

	}
	#question-panel p {
		color: #fff;
		font-size:1.3em;
	}
#feature-panel {
	padding: 15px 0px;
	background: #e4f1f9;	
}
	#feature-panel h2 {
		color: #2089c3;
		font-size: 1.8em; font-weight: normal;
		margin-top:20px; margin-bottom:10px;
		border-bottom: 1px solid #092936;
		padding-bottom: 15px; padding-left:35px; padding-top:5px;
		position: relative;
	}
		#feature-panel h2#save-time {
			background: url(../images/save-time.png) left -4px no-repeat;
		}
		#feature-panel h2#save-money {
			background: url(../images/save-money.png) left -4px no-repeat;
		}		
		#feature-panel h2#stay-secure {
			background: url(../images/stay-secure.png) left -4px no-repeat;
		}
		#feature-panel h2#clever-analytics {
			background: url(../images/clever.png) left -4px no-repeat;
		}
		#feature-panel h2#tax-library {
			background: url(../images/tax-library.png) left -4px no-repeat;
		}						
		#feature-panel h2#help {
			background: url(../images/help.png) left -4px no-repeat;
		}					
		#feature-panel h2 a {
			color: #2089c3;
			text-decoration: none;
		}	
		#feature-panel h2 a:hover,
		#feature-panel h2 a:focus,
		#feature-panel h2 a:active
		 {
			text-decoration: underline;
		}	

		
#large-button-panel {
	background: url(../images/button-panel-bg.png) repeat-x;
	padding:20px 0;
	text-align: center;
}	
		#large-button-panel a {
			margin-right:10px;
			text-decoration: none;
		}
		#large-button-panel a span {
			position: absolute;
			left: -9999px;
		}
#video-panel {
	padding-bottom:20px;
	background: #ecf5fb;
}		
#video-panel h2 {
		color: #024f89;
		font-size: 1.8em;
		margin-top:20px; margin-bottom:20px;
		border-bottom: 1px solid #81B8D7;
		padding-bottom: 15px;  padding-top:5px;
			position: relative;
}
#news-panel {
	padding-bottom:20px;
	background: #f1f1f1 url(../images/news-panel-bg.png) repeat-x;
}
#news-panel h2 {
		color: #0671ac;
		font-size: 1.8em;
		margin-top:20px; margin-bottom:20px;
		border-bottom: 1px solid #81B8D7;
		padding-bottom: 15px;  padding-top:5px;
		position: relative;
}		
div.gfc-results, div.gfc-tabHeader {
	font-size: 1.2em;
	line-height: 1.4em;
}
.gfc-resultsHeader {
	border-bottom: none;
}
#footer {
	background: url(../images/footer-gradient.png) repeat-x;
	padding: 20px 0;
}
	#footer img {
		border:2px solid #ccc;
	}
	#footer h3 {
		color: #fff;
		font-size: 1.4em;
		border-top: 1px solid #fff;
		padding-top: 10px;
		margin-bottom: 10px;
			position: relative;
		}
		#footer ul li a {
			color: #fff;
			text-decoration: none;
		}
		#footer ul li a:hover, 
		#footer ul li a:focus, 
		#footer ul li a:active 
	  	{
			text-decoration: none;
			color: #ff6d00;
	}		
		#footer ul li#plans-and-pricing,
		#footer ul li#try-for-free
		  {
			margin-bottom: 10px;
		}
		#footer ul li#plans-and-pricing a,
		#inner-banner ul li#plans-and-pricing a
		  {
			background: url(../images/plans-and-pricing.png);
			display: block;
			width: 126px;
			height: 31px;
		}
		#footer ul li#plans-and-pricing a span,
		#inner-banner ul li#plans-and-pricing a span
		  {
			position: absolute;
			left: -9999px;
		}
		#footer ul li#take-a-tour a {
			background: url(../images/take-a-tour.png);
			display: block;
			width: 126px;
			height: 31px;
		}
		#footer ul li#take-a-tour a span {
			position: absolute;
			left: -9999px;
		}		
		#footer ul li#try-for-free a,
		#inner-banner ul li#try-for-free a
		  {
			background: url(../images/try-for-free-footer.png);
			display: block;
			width: 126px;
			height: 31px;
		}
		#footer ul li#try-for-free a span,
		#inner-banner ul li#try-for-free a span
		  {
			position: absolute;
			left: -9999px;
		}		
div.testimonial {
	background: url(../images/open-quote.png) no-repeat;
	padding-left: 30px;
	padding-right: 15px;
}		
div.testimonial p {
	font-size: 14px;
	line-height:20px;
}
div.testimonial p.end-quote {
	display: block;
	background: url(../images/close-quote.png) right bottom no-repeat;

}
#video-panel ul li {
	background: url(../images/small-tick.png) left 2px no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
#footer-links {
	margin-top: 10px;
}
#footer-links a {
	text-decoration: none;
	color: navy;
}
#footer-links p {
	color: navy;
}
#footer p {
	margin-bottom: 0;
	color: #fff;
	margin-top: 20px;
}
#inner-banner {
	background: #f0f7fb url(../images/inner-banner-bg.png) repeat-x;
	height: 100px;
	width: 964px; overflow:hidden;
}
#tour #inner-banner {
	background: #f0f7fb url(../images/inner-banner-tat-bg.png) repeat-x;
	height: 111px;
	width: 964px; overflow:hidden;
}
	#inner-banner h1 {
		color: #fff;
		font-size: 4em;
		font-weight: normal;
		margin-top: 25px;
		line-height: 1.5em;
		/*border-bottom: 1px solid #fff;
		padding-bottom:10px;*/
	}
div#mainbody {
	background: #f0f7fb;
	padding-bottom: 20px;
}
#tour div#mainbody {
	background: #002b5e;
	padding-bottom: 20px;
}

#content {

}
#mainbody .grid_9 .column-content {
	padding-top:15px;
}
#mainbody .grid_9 .column-content p
 {
	margin-bottom:20px;
	line-height: 1.4em;
	font-size: 1.4em;
}
#mainbody .grid_9 .column-content ul
	{
		margin-bottom: 20px;
		}
#mainbody .grid_9 .column-content li {
	line-height: 1.4em;
	font-size: 1.4em;
	background :url(../images/section-bullet-2.png) left 7px no-repeat;
	padding-left: 12px;
	margin-bottom:4px;
}
#navigation {
	background:  url(../images/nav-top.png) left top no-repeat;
	padding-top: 6px;
	position: relative;
	margin-top: 10px;
}	
#navigation ul li {
}
#navigation ul li a {
	background: url(../images/nav-bg.png) left top no-repeat;
	width: 186px;
	display: block;
	padding-left: 26px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 45px;
	font-weight:bold;
	border-bottom: 1px solid #fff;
	}
	#navigation ul li.currentpage a,
	#navigation ul li a:hover
	
	 {
	background: url(../images/nav-current.png) left bottom no-repeat;
	display: block;
	width: 200px;
	border-bottom: none;
	padding-bottom: 1px;
	}
	div.nav-bottom {
		background: url(../images/nav-bottom.png) no-repeat;
		width: 212px;
		height: 6px;
		margin-top: -1px;
	}
table#pricing {
	border: 1px solid #fff;
	margin-bottom:20px;
	background:#ccc;
	margin-top:-5px;

}
table#pricing th {
	background: url(../images/th-bg.jpg) repeat-x;
	text-align: center;
	color: #fff;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
	padding: 12px 0 18px 0;
	vertical-align: bottom;
	border-right: 2px solid #f5ffea;
}	
table#pricing tr#price td {
	color: #f66f1d;
	font-size: 1.6em;line-height: 1em;
	font-weight: bold;
	text-align: center;
}
table#pricing td {
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	
}
td a#start {
	background: url(../images/start-button.png) no-repeat;
	width: 153px;
	height: 35px;
	display: block;
	margin: 0 auto;
}
td a#start:hover,
td a#start:focus,
td a#start:active
 {
	background: url(../images/start-button-rollover.png) no-repeat;
}
td a#start span {
	position: absolute;
	left: -9999px;
}
table#pricing tr#start-row td {
	text-align: center;
}
#mainbody .grid_9 table#pricing td p {
		font-size:1.2em;
	}
#mainbody .grid_9 table#pricing td ul li {
	background: url(../images/tick.png) left 3px no-repeat;
	padding-left:18px;
	font-size: 1.2em;
}
	#mainbody .grid_9 table#pricing td ul li ul li {
		background: none;
		padding-left:1px;
		font-size: 1em;
		margin-bottom:0;
	}
	#mainbody .grid_9 table#pricing td ul li ul  {
		margin-bottom: 5px;}
#mainbody .grid_9 table#pricing tr#features td,
#mainbody .grid_9 table#pricing tr#price td
 {
		background:#ededed;

	}
#mainbody .grid_9 table#pricing tr#for td p {
	margin-bottom: 0;
}

form#BIK td {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 20px  10px 20px;
	vertical-align: center;
}
form#BIK table  {
	border: 1px solid #fff; 
}
form#BIK table tr {
	border-bottom: 1px solid #fff;
	border: 1px solid #cee6f4;
}
form#BIK table tr.odd {
	background: #fff;
}
form#BIK th {
	background: url(../images/th-bg.jpg) repeat-x;
	padding: 20px 20px;
	color: #fff;
	font-size: 1.4em;
}
div#slideshow {
	background: #002b5e url(../images/slideshow-bg.png) repeat-x;
	padding-bottom: 60px;
	padding-left: 10px;	
	height: 500px;
	position: relative;
	margin-top: 0px;
	width: 922px;
	border: 1px solid #225b9f;
}
div.slide1 {
	background: #002b5e url(../images/slideshow-bg.png) repeat-x;
	overflow: hidden;
}
div.slide1 img {
	width: 650px;
	float: left;
	display: inline;
	margin-top: 10px;
}
div#slide-nav {
	height: 32px;
	display: block;
	text-align: center;
	position: relative;
}
	div#slide-nav h1 {
		color: #fff;
		font-size: 2.2em;
		padding-top: 20px;
		font-weight: normal;
	}
div#slideshow img {
	float: left;
	margin-left: 20px;
	display: inline;
	width: 650px;
}
div.slideshow-text {
	float: left;
	display: inline;
	width: 225px;
	_width:200px;
	color: #fff;
	padding-top:20px;
	margin-left: 20px;
	margin-top: 0px;
}
	div.slideshow-text p {
		font-size: 1.4em;
		
	}
	div.slideshow-text p a {
		color: #fff;
		font-size: .9em;
		text-decoration: none;
	}
	div.slideshow-text p a:hover,
	div.slideshow-text p a:focus,
	div.slideshow-text p a:active
	  {	
		text-decoration: underline;
		}
	div.slideshow-text ul li {
		background: url(../images/slideshow-tick.png) left 4px no-repeat;
		padding-left:18px;
		margin-bottom: 5px;	
		font-size: 1.4em;
	}
	div.slideshow-text h2 {
		font-size: 2.5em;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	span.orange {
		color: #f26f1d;
	}
	a#prev {
		background: url(../images/prev.png) left no-repeat;
		padding-left: 20px;
		height: 15px;
		line-height: 15px;
		display: block;
		font-size: 1.4em;
		color: #fff;
		margin-right: 10px;
	}
	a#next {
		background: url(../images/next.png) right no-repeat;
		padding-right: 20px;
		height: 15px;
		line-height: 15px;
		display: block;
		font-size: 1.4em;
		color: #fff;
	}
	div#prev-next {
		position: absolute;
		top: 0px;
		left: 25px;
		z-index: 99;
		width: 200px;
	}
		div#prev-next a {
			float: left;
			display: inline;
			font-size: 1.1em;
		}
	ul#nav {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 99;
		width: 140px;
	}		
	ul#nav li {
		float: left;
		display: inline;
		margin-right: 5px;
	}
	ul#nav li a {
		color: #fff;
		background: #0379bb;
		padding: 0px 5px;
		text-decoration: none;
		border: 1px solid #fff;
		line-height: 1.4em;
	}
		ul#nav li a.activeSlide {
			color: #fff;
			background: #6cae44;
		}
div.register-form {font-size:1.2em;}
div.register-form label {width:200px; display:block; float:left}
div.register-form input {width:200px; display:block; float:left}
div.register-form div {clear:both; margin-bottom:5px;}
table.register-form td {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 20px  10px 20px;
	vertical-align: center;
}
table.register-form  {
	border: 1px solid #fff; 
}
table.register-form tr {
	border-bottom: 1px solid #fff;
	border: 1px solid #cee6f4;
}
table.register-form tr.odd {
	background: #fff;
}
table.register-form th {
	background: url(../images/th-bg.jpg) repeat-x;
	padding: 20px 20px;
	color: #fff;
	font-size: 1.4em; 
	line-height: 1.1em;
}
table.register-form td table {background:#fff}
div.show-hide {display:none; margin-bottom:20px;}