/* 
Theme Name: CFS Resources
Theme URL: http://www.projecturl.com
Description: A custom theme for FilingsMadeEasy.com designed by Kevin Leary. Based on the Base starter theme.
Author: Kevin Leary
Author URI: http://www.kevinleary.net
Version: 1.0
*/

/* CSS Library (bits and pieces from m5) */
@import 'css/reset.css';
body
{
	font:12px/18px Arial, sans-serif;
	color:#5a5a5a;
	background: url("images/tile-3.png") repeat-x scroll 0 0 #FFFFFF;
}
.hidden {
display:none !important;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	clear:both;
}
*.spacer
{
	white-space:pre;
}
a
{
	text-decoration:none;
	color:#4C71B0;
}
a:hover {
color: #669AF2;
}

hr, p, ul, ol, dl, pre, address, table, form { margin-bottom: 1.6em; }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
/* HR */
#content h1 { font-size: 1.6em; }
.homepage h1 {
	font-size:26px !important;
}
#content h2 { font-size: 1.4em; }
#content h2.archive-title { 
	font-size:1.1em;
	text-transform:uppercase;
	border-top:none;
	padding:0;
	margin:0 0 20px 0;
	letter-spacing:2px;
}
#content h3 { font-size: 1.3em; }
#content h4 { font-size: 1.2em; }
#content h5 { font-size: 1.0em; }
#content h6 { font-size: 0.9em; }
strong { font-weight:bold; }
em { font-style:italic }

#content .entry h1 {
	margin-bottom:0.45em;
	line-height:1.35em;
}

/* LISTS */
#contacts { list-style: none outside none;
 }

/* Incorporate Validation */
#validation
{
	display:block;
	padding:12px 12px 10px 12px;
	background:#fdfdfd url(images/c-tile.png) top left repeat-x;
	border:1px solid #e3e3e3;
}
#validation h2
{
	margin-top:0;
	font-size:12px;
	font-weight:bold;
	color:#5a5a5a;
	padding-bottom:1px;
	border-bottom:1px solid #d7d7d7;
}
#error_output
{
	margin-bottom:0;
}
#error_output li
{
	font-size:13px;
	line-height:1.8em;
	color:#f58220;
	font-weight:bold;
}

/* Tooltips */
#tooltip
{
	position:absolute;
	background:#8cb4d7;
	padding:8px 12px;
	font-size:11px;
	max-width:300px;
	color:#111;
	display:none;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

/* Navigation */
#navigation
{
	position:absolute;
	right:0;
	top:34px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li
{
	float:left;
	margin:0;
	padding:0;
}
#branding #blog-title
{
	margin:0;
	display: none;
}
#branding #blog-title a
{
	position:absolute;
	left:132px;
	top:30px;
	text-indent: -9999px;
	width: 211px;
	height: 27px;
	background: url(images/logo.gif) no-repeat left top;
}
#navigation li#blog-title a
{
	padding-left:0;
}
#navigation a
{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	padding:10px 12px;
	letter-spacing:-0.02em;
	text-transform:uppercase;
}
#navigation a:hover
{
	color:#8cb4d7;
}
#navigation li.last a
{
	padding:12px 0 12px 12px;
}

/* Simple Side Nav */
#sidebar li div.SimpleSideNav ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li div.SimpleSideNav ul li
{
	list-style:none;
	margin:0;
	padding:4px 0;
}
#sidebar li div.SimpleSideNav ul li a
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/* Stripe */
#stripe
{
	width:100%;
	height:53px;
	position:absolute;
	top:96px;
}
#stripe p
{
	float:left;
	font:bold 15px/53px "Century Gothic", Arial, sans-serif;
	color:#5471a2;
}
#stripe p.phone
{
	color:#050b3d;
	font-size:18px;
	background: url(images/phone-icon-dark.gif) no-repeat left 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	text-indent: 0;
	margin: 0;
	line-height: 18px;
	height: 18px;
	position: absolute;
	right: 0;
}
.home #stripe p.phone
{
	color:#FFF;
	font-size:18px;
	background: url(images/phone-icon.gif) no-repeat left 2px;
}

/* Contact Form */
div.formcontainer fieldset { margin-bottom: 1.6em; }
div.formcontainer *.form-label
{
	margin:3px 0;
}
div.formcontainer *.form-label label
{
	font-weight:bold;
}
div.formcontainer *.form-input
{
	font-weight:bold;
	margin:0 0 6px 0;
}
div.formcontainer fieldset
{
	border-top:1px solid #ccc;
	padding-left:12px;
	padding-top:4px;
}
div.formcontainer fieldset legend
{
	padding:0 5px;
	color:#111;
	font-size:14px;
	font-weight: bold;
}
div.formcontainer *.required
{
	color:#c32e2a;
	font-weight:bold;
	font-size:15px;
}
div.formcontainer p.information
{
	background:#ffbb1f;
	font-weight:bold;
	padding:4px 12px;
}
div.formcontainer *.form-submit
{
	margin-top: 1.6em;
}

/* Layout */
#wrapper,
div.inner
{
	width:940px;
	margin:0 auto;
}
#branding
{
	width:100%;
	background:url(images/bg-header.png) center top no-repeat;
	}
#branding div.inner {
	position:relative;
	height:92px;
	display: block;
}
#logo
{
	display:block;
	width:314px;
	height:54px;
	text-indent:-1000em;
	background:url(images/filings-made-easy-logo.gif) 0 0 no-repeat;
	position: relative;
	top: 15px;
}
#content
{
	float:left;
	display:inline;
	width:620px;
	margin:40px 0 20px 0;
}
#incorporate #content
{
	width:670px;
}
*.module
{
	margin:30px 0;
	width:298px;
	padding:1px;
}
*.module.left
{
	margin-right:20px;
}
*.left
{
	float:left;
	display:inline;
}
*.right
{
	float:right;
	display:inline;
}
*.clear
{
	clear:both;
}
*.required
{
	font-size:14px;
	font-weight:bold;
	color:#EF8201;
}

#site-info {
color: #fff;
padding: 15px 0;
height: 162px;
background: url(images/bg-site-info.jpg) repeat-x left top;
}

/* Typography */
h2.title, .team h2.post-title
{
	margin-top:0;
	padding:22px 0 0 0;
	border-top:3px solid #eee;
	font-size:24px;
	font-weight:normal;
}
.team h2.post-title {
	border-top: 0 none!important;
}
h2.title a
{
	text-decoration:none;
}
#content blockquote
{
	padding:9px 12px;
	background:#eee;
	font:14px/22px Georgia, Times, serif;
	color:#666;
	border:none;
	font-style:italic;
	margin-bottom:10px;
}
#content blockquote p
{
	margin:0;
}
#content p.citation
{
	margin-top:-1em;
	text-align:left;
}
#content cite
{
	font-weight:bold;
	font-style:normal;
}

/* Navigation (cats) */
#mainNav
{
	display:block;
	width:100%;
	height:53px;
	position:absolute;
	bottom:0;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
}
#mainNav li
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#mainNav li a
{
	display:block;
	font-size:16px;
	text-decoration:none;
	color:#9ab9d9;
	line-height:53px;
	padding:0 22px 0 0;
	margin:0 22px 0 0;
}
#mainNav li a:hover
{
	color:#cce7fd;
}

#call-to-action
{
	display:block;
	width:306px;
	height:64px;
	background:url(images/get-started-red.gif) 0 0 no-repeat;
	cursor:pointer;
	text-indent:-2000em;
}
/* Signup */
#signup
{
	display:block;
	width:300px;
	height:41px;
	position:absolute;
	bottom:67px;
	right:0;
	list-style:none;
	margin:0;
	padding:0;
}
#signup li
{
	list-style:none;
	margin:0;
	padding:0;
}
#signup li a
{
	display:block;
	width:80px;
	height:41px;
	line-height:41px;
	padding:0 0 0 60px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	color:#8fb4d6;
	font-size:18px;
	font-weight:bold;
	opacity: 0.66;
	-moz-opacity: 0.66;
	filter: alpha(opacity=66);
}
#signup li a:hover
{
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
}
#signup #email
{
	float:left;
}
#signup #email a
{
	background:url(images/icons/email.png) left center no-repeat;
}
#signup #rss
{
	float:right;
}
#signup #rss a
{
	background:url(images/icons/rss.png) left center no-repeat;
}

/* Services */
#content.services ul li
{
	line-height:1.8em;
}
#content.services ul { list-style:disc outside; padding:0 0 0 1.6em }
#content.services ol { list-style:decimal outside; padding:0 0 0 1.6em }
#content.services ul { margin-left: 1.5em; }
#content.services ol { margin-left: 2.35em; }
#content.services ol ol, ul ol { margin-left: 2.5em; }

/* Sidebar */
#sidebar
{
	width:300px;
	float:right;
	display:inline;
	margin:40px 0 20px 0;
	list-style:none;
	list-style-type:none;
}
#incorporate #sidebar
{
	width:250px;
}
#sidebar ul li
{
	list-style-type:disc;
	background:none;
	padding:0;
	margin:0;
	border:none;
}
#sidebar ul li ul,
#sidebar ul
{
	margin-bottom:0;
}
#sidebar li {
	/*background:#fdfdfd url(images/c-tile.png) top left repeat-x;*/
	border:1px solid #e3e3e3;
	padding:12px 15px;
	margin:0 0 20px 0;
	list-style-type:none;
}
#sidebar li#seal
{
	border:none;
	padding:0;
	background:none;
}
#sidebar li#get-started-callout
{
	background:none;
	padding:0;
	margin:0 0 20px 0;
	border:none;
}
#sidebar li#sidebar-logo a,
#sidebar li#sidebar-logo a img
{
	width:300px;
	height:173px;
	display:block;
	border:none;
}
#sidebar li form
{
	margin:0;
}
p.hint
{
	padding:0 0 10px 0;
}
span.hint,
p.hint
{
	font-size: 11px;
	color:#666;
}
#sidebar #s
{
	width:200px;
}
#sidebar li h2, .tab-sidebar li h2
{
	margin-top:0;
	font-size:12px;
	font-weight:bold;
	color:#5a5a5a;
	padding-bottom:1px;
	border-bottom:1px solid #d7d7d7;
}
#sidebar li.cat-item
{
	margin:0 0 0 15px;
}

/* Sidebar: Callout Text Box */
#sidebar li.text-callout {
	background:#fdfdfd url(images/c-tile-callout.jpg) top left repeat-x;
	border:none;
	color:#fff;
}
#sidebar li.text-callout p {
	margin:0;
}

/* Posts */
.post
{
	padding:1px;
	margin:0 0 40px 0;
}
#content h1,
#content h2.post-title
{
	margin:0 0 16px 0;
	font-size:24px;
	line-height:1.35em;
	font-weight:normal;
}
#content h1 a,
h2.post-title a
{
	text-decoration:none;
	color:#132e5e;
}
.post .entry
{
	padding:1px;
}
.entry table {
	background:#eee;
	border-color:#999;
	border:2px solid #ccc;
	border-right:3px solid #ccc;
	border-left:3px solid #ccc;
}
.entry table strong {
	font-weight:bold;
	color:#5471a2;
}
.entry table td {
	padding:10px;
}
.entry ul {
	list-style:outside disc;
	margin:0 0 1.6em 1.6em;
}
.entry ol {
	list-style:outside decimal;
	margin:0 0 1.6em 1.6em;
}
.entry ul li,.entry ol li {
	margin:0 0 0.8em 0;
}
.entry ul li em {
	color:#333;
	font-style:normal;
	font-weight:bold;
	margin-right:5px;
}
.postinfo
{
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 20px 0;
	padding:4px 0 0 0;
	text-align:right;
	color:#999;
	list-style:none;
	border-top:3px solid #eee;
}
.postinfo li
{
	float:right;
	padding:0 15px 0 20px;
	margin:0;
}
.postinfo li.authordata
{
	background:url(images/icons/user_silhouette.png) left center no-repeat;
}
.postinfo li.postdata
{
	background:url(images/icons/tags.png) left center no-repeat;
}
.postinfo li.commentdata
{
	background:url(images/icons/balloon_small.png) left center no-repeat;
}
.postinfo li.rss
{
	background:url(images/feed-icon-14x14.gif) left center no-repeat;
}
.postinfo li.last
{
	padding-right:0;
}
.postinfo .rssicon {
	width:14px;
	height:14px;
}
#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}
#post-navigation ul
{
	margin:0;
	list-style:none;
}
#post-navigation ul li
{
	width:50%;
	margin:0;
	padding:3px 0 0 0;
}
#post-navigation ul li.newer
{
	text-align:right;
	float:right;
}
#post-navigation ul li.older
{
	text-align:left;
	float:left;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

/* Pages */

/* Comments */
ol.commentlist
{
	list-style:none;
	margin:20px 0 0 0;
}
ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
ol.commentlist .author-data
{
	display:block;
	padding:9px;
	background:#eee;
}
ol.commentlist h3
{
	margin:0;
	padding:4px 0 0 0;
}
ol.commentlist h3 a
{
	text-decoration:none;
}
ol.commentlist .comment-meta
{
	margin:0;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
ol.commentlist div.comment-entry
{
	clear:both;
	padding:1.2em 1px 1px 1px;
}
ol.commentlist .comment-num
{
	float:right;
	display:inline;
	font-size:36px;
	color:#fff;
	margin:-23px 0 0 0;
}

/* ByPostAuthor (admin) Comment */
ol.commentlist li.bypostauthor .author-data
{
	background:#1ebe89;
}
ol.commentlist li.bypostauthor h3 a,
ol.commentlist li.bypostauthor h3
{
	color:#fff;
}
ol.commentlist li.bypostauthor .comment-meta
{
	color:#acefdf;
}
ol.commentlist li.bypostauthor .comment-meta a
{
	color:#d8fff6;
	font-weight:bold;
}
ol.commentlist li.bypostauthor img
{
	border:1px solid #acefdf;
}

/* Comment Navigation */
ul.navigation
{
	list-style:none;
	margin:0;
}
ul.navigation li
{
	margin:0;
}

/* Comment Form */
form#commentform p
{
	clear:both;
	margin:0 0 12px 0;
}
form#commentform label
{
	width:250px;
	float:left;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
}
form#commentform textarea
{
	padding:4px;
	width:608px;
}
p.comment-rules
{
	background: #fff6bf;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
p.comment-disclaimer
{
	font-size:10px;
	color:#999;
}
p.nocomments { display:none }

/* Quotes */
#quotes
{	
	width:100%;
	height:auto;
	overflow:hidden;
}
#wrapper #quotes blockquote
{
	margin:0;
	padding:0;
	background:none;
	display:block;
	height:auto;
}
#quotes blockquote p
{
	margin:0;
	padding:0;
	color:#666;
	font:16px/1.4em Georgia, Times, serif;
	font-style:italic;
}
#quotes cite
{
	display:block;
	margin:8px 0 0 0;
	border-top:1px solid #d7d7d7;
	padding:8px 0 0 0;
	font-size:12px;
	color:#5a5a5a;
	background:#fdfdfd;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* Incorporate Process */
/* Step Nav */
#stepnav
{
	margin:0;
	border-top:3px solid #999;
}
#stepnav li
{
	float:left;
	margin:-3px 0 0 0;
}
#stepnav li a
{
	display:block;
	text-align:left;
	line-height:44px;
	border-top:3px solid #999;
	color:#999;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 25px 0 30px;
	background-position:0 -226px;
	background-repeat:no-repeat;
	cursor:default;
}
#stepnav li a.current,
#stepnav li a.complete.current
{
	background-position:0 12px;
	color:#193d7c;
	border-color:#193d7c;
	cursor:pointer;
}
#stepnav li a.complete
{
	background-position:0 -107px;
	color:#92b5d7;
	cursor:pointer;
	border-color:#92b5d7;
}
#stepnav li#one a { background-image:url(images/step-1.gif); }
#stepnav li#two a { background-image:url(images/step-2.gif); }
#stepnav li#three a { background-image:url(images/step-3.gif); }
#stepnav li#four a { background-image:url(images/step-4.gif); }
#stepnav li#five a { background-image:url(images/step-5.gif); padding-right:29px; }
#stepnav li a span
{
	line-height:1.5em;
}

/* Next | Prev Nav (within Step) */
.nextprevnav
{
	width:100%;
}
.nextprevnav li
{
	width:50%;
	background:#e1e1e1;
	float:left;
}
.nextprevnav.bottom
{
	border-bottom:none;
}
.nextprevnav li a
{
	line-height:28px;
	border:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
.nextprevnav li#prev a
{
	padding:0 10px 0 30px;
	float:left;
	background:#5471a2 url(images/prev_w.png) 10px 7px no-repeat;
}
.nextprevnav li#next a
{
	padding:0 30px 0 10px;
	float:right;
	background:#5471a2 url(images/next_w.png) 46px 7px no-repeat;
}

/* Forms */
*.loading
{
	line-height:3em;
	margin:0;
	text-indent:-3000em;
	background:url(images/loading.gif) center center no-repeat;
}
div.process, #confirmation { display:none }
input.submit,
div.process *.get-started input.submit
{
	cursor:pointer;
	color:#132e5e;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	background:#ffbb1f;
	border:none;
	margin:0 0 -4px 5px;
	padding:4px 8px 3px 8px;
}
div.process input.radio,
div.process input.checkbox
{
	background:none;
	padding:0;
	border:none;
}
input.submit.hover,
div.process *.get-started input.submit.hover
{
	background:#8cb4d7;
}

/* Process Forms */
div.process
{
	margin:0 0 20px 0;
}
div.process fieldset
{
	border:none;
	border-top:1px solid #ccc;
	margin:20px 0 0 0;
	padding:1em;
}
div.process *.threaded
{
	padding:8px 12px;
	clear:both;
	margin-left:5px;
	border-left:2px solid #ccc;
	background:#efefef;
	margin-bottom:12px;
}
div.process *.threaded input,
div.process *.threaded textarea
{
	background:#fff;
}
div.process *.threaded label
{
	padding-top:1px;
}
div.process #members-managers
{
	clear:both;
	margin:12px 0 0 0;
}
div.process div.box label
{
	vertical-align:bottom;
}
div.process legend
{
	padding:10px 5px 0 5px;
	margin:0 0 5px 0;
	font-size:16px;
	color:#132E5E;
}
div.process p
{
	clear:both;
	margin:0 5px;
	vertical-align:top;
}
div.process p.info
{
	background:#8cb4d7;
	padding:8px 12px;
	font-weight:bold;
	margin:0 0 12px 0;
	color:#444;
}
div.process p.info span
{
	padding:4px 0 0 0;
	display:block;
	margin:8px 0 0 0;
	vertical-align:text-bottom;
	border-top:1px solid #e6f0f8;
}
div.process p.cards
{
	padding:0 0 27px 0;
	margin-bottom:12px;
	background:url(images/cards-accepted.gif) 263px 100% no-repeat;
}
{
	float:none
}
div.process #exp select
{
	float:none
}
div.process span.note
{
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	font-weight:normal;
}
div.process p.phone
{
	clear:none;
	margin:0;
	display:inline;
}
div.process select.state
{
	display:inline;
	float:none;
	width:150px;
	margin:0 0 0 8px;
}
div.process label
{
	width:44%;
	padding-right:1%;
	float:left;
	margin:0 0 12px 0;
	clear:both;
	font-weight:bold;
	color:#333;
}
div.process label.large {
	float:none;
	width:auto;
	display:block;
	padding:0;
	margin:0;
}
div.process label em
{
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	font-style:normal;
	font-weight:normal;
	font-size:0.9em;
}
div.process div.fieldgroup
{
	float:left;
	margin:0 0 1em 0;
}
div.process *.placeholder
{
	color:#777;
}
div.process input
{
	color:#111;
	padding:3px 4px;
	background:#eee url(images/sbox-bg.gif) top left no-repeat;
	border-top:1px solid #7c7c7c;
	border-right:1px solid #cecece;
	border-bottom:1px solid #c3c3c3;
	border-left:1px solid #7c7c7c;
}
div.process input.focus
{
	background:#fff url(images/sbox-bg.gif) top left no-repeat;
}
div.process input.checkbox,
div.process input.radio
{
	vertical-align:baseline;
}
div.process div.scrolling-checkboxes {
	height:100px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #cdcdcd;
	padding:4px;
	background:#f5f5f5;
	margin:6px 5px 1em 5px;
	font-size:11px;
	float:left;
}
div.process div.scrolling-checkboxes label {
	line-height:1.2em;
	float:left;
	width:185px;
	height:20px;
	margin:0;
	padding:0;
	clear:none;
	font-weight:normal;
	vertical-align:baseline;
	zoom:1;
}
div.process div.scrolling-checkboxes label input {
	margin:0 5px 0 0;
}
div.process input.file
{
	float:left;
}	
div.process input.password,
div.process input.text
{
	float:left;
	padding:2px;
	width:250px;
}
div.process textarea
{
	float:left;
	padding:5px;
	font-family:inherit;
	font-size:1em;
	background:#eee url(images/sbox-bg.gif) top left no-repeat;
	border-top:1px solid #7c7c7c;
	border-right:1px solid #cecece;
	border-bottom:1px solid #c3c3c3;
	border-left:1px solid #7c7c7c;
}
div.process textarea.focus
{
	background:#fff url(images/sbox-bg.gif) top left no-repeat;
}
div.process select
{
	float:left;
	width:auto;
}
div.process *.get-started p
{
	line-height:30px;
}
div.process *.get-started select
{
	margin:0 15px;
}
div.process *.get-started select,
div.process *.get-started input.submit
{
	display:inline;
	float:none;
}
div.process input.hidden
{
	display:none;
}
/* Buttons */
div.process input.submit
{
	float:left;
}
div.process input.image
{
	float:left;
}
div.process input.button
{
	float:left;
}
div.process input.reset
{
	float:left;
}
div.process button 
{
	float:left;
}

/* Confirmation */
*.cBox
{
	padding:12px 15px;
	background:#fdfdfd url(images/c-tile.png) top left repeat-x;
	border:1px solid #e3e3e3;
}
#content #confirmation h2
{
	color:#193C7B;
	margin-bottom:1.2em;
}
#content #confirmation h3
{
	font-size:1.3em;
	margin:1.4em 0 0.3em 0;
	text-transform:none;
	letter-spacing:normal;
}
#submit.top
{
	margin-top:0;
}
#submit
{
	margin-top:1.6em;
}
#confirmation #submit
{
	float:right;
	border:none;
	background:#36AC4D;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
p.alert
{
	background:#ffbb1f;
	color:#132E5E;
	padding:6px 12px;
	margin-bottom:20px;
	text-align:center;
}
p.test-mode
{
	background:red; 
	color:white; 
	padding:6px 12px; 
	margin-bottom:20px;
	text-align:center;
}
#content *.cBox h4
{
	color:#193C7B;
	clear:both;
	font-size:12px;
	font-weight:bold;
	border-bottom:2px solid #b8b8b8;
	text-transform:none;
	letter-spacing:normal;
	margin:0;
	padding:1.6em 0 0 0;
}
#content *.cBox h4.first
{
	padding-top:0;
}
*.cBox dl
{
	margin:0 0 1.6em 0;
}
*.cBox dt,
*.cBox dd
{
	width:48%;
	float:left;
	margin:8px 1.5% 0 0;
	line-height:1.5em;
}
*.cBox dt
{
	font-weight:bold;
	clear:left;
}
#conf_package_detail
{
	margin:1em 0;
	padding:0 0 0 14px;
	list-style:disc inside;
}

/* Get Started Form */
#get-started
{
	float:left;
	width:667px;
}
#get-started p
{
	font-size:16px;
	line-height:53px;
	font-weight:bold;
	color:#7ca6c7;
}
#get-started select
{
	margin:0 10px;
}
/* Live Cart */
*.callout
{
	padding:12px 15px;
	background:#fdfdfd url(images/c-tile.png) top left repeat-x;
	border:1px solid #e3e3e3;
}
*.callout h2
{
	color:#5a5a5a;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #b8b8b8;
}
table#estimate
{
	width:100%;
	margin:0 0 3px 0;
}
table#estimate td,
table#estimate th
{
	text-align:left;
	padding:3px 6px;
}
table#estimate th.amount,
table#estimate td.amount
{
	width:70px;
}
table#estimate th
{
	background:#d7d7d7;
	border-bottom:2px solid #fff;
}
table#estimate tbody td
{
	background:#f1f1f1;
	border-bottom:2px solid #fff;
}
table#estimate tbody td span
{
	font-size:11px;
	opacity:0.6;
	display:block;
}
table#estimate tfoot td
{
	font-weight:bold;
	background:#36ac4d;
	color:#fff;
}

/* Pricing Table */
table.pricing
{
	text-align:left;
	line-height:1.3em;
	margin:0.65em 0 0 0;
}
table.pricing tr.total.odd td,
table.pricing tr.total td
{
	font-size:14px;
	font-weight:bold;
	background:#36ac4d;
	color:#fff;
}
table.pricing img
{
	display:block;
	width:16px;
	height:16px;
}
table.pricing img.question
{
	display:inline;
}
table.pricing img.tooltip
{
	display:inline;
	vertical-align:text-bottom;
	cursor:help;
}
#content table.pricing h2
{
	margin:0;
	font-size:13px;
}
table.pricing th,
table.pricing td
{
	border-collapse:collapse;
}
table.pricing th span,
table.pricing td span
{
	font-size:11px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
table.pricing thead tr.prices th
{
	padding:6px 0 0 8px;
	border:1px solid #c2e0ff;
	border-right:none;
	border-left:none;
	background:#e2f0ff;
	color:#5a5a5a;
	font-size:15px;
}
table.pricing th.silver,
table.pricing th.gold,
table.pricing th.platinum,
table.pricing td.silver,
table.pricing td.gold,
table.pricing td.platinum
{
	width:92px;
}
#content table.pricing thead th h2
{
	margin:0 0 5px 0;
}
#content table.pricing thead th.gold h2
{
	color:#193D7C;
}
table.pricing thead th input.radio
{
	
}
table.pricing thead tr.prices th span
{
	display:block;
}
table.pricing thead tr.prices th.popular
{
	background:#193D7C url(images/popular.gif) top right no-repeat;
	border:1px solid #193D7C;
	border-left:none;
	color:#fff;
}
table.pricing thead tr.packages th.popular
{
	background:none;
}
table.pricing tr.packages th
{
	color:#4B4B4B;
}
table.pricing tr.packages th.intro
{
	font-size:11px;
	border-bottom:1px solid #c2e0ff;
	background:none;
	padding:0 8px 6px 0;
	color:#aaa;
}
table.pricing tbody td
{
	padding:6px 0 6px 8px;
	vertical-align:middle;
	border-right:none;
	border-bottom:1px solid #dae8ff;
}
table.pricing tbody tr.odd td
{
	background:#eef4ff;
}
*.disclaimer
{
	color:#777;
	font-size:11px;
	margin:12px 0 0 0;
}
#pricing table.pricing tbody input.checkbox,
#pricing table.pricing tbody input.radio
{
	display:none;
}

/* Pricing Navigation */
#pricingNav
{
	display:block;
	padding:12px 12px 10px 12px;
	background:#fdfdfd url(images/c-tile.png) top left repeat-x;
	border:1px solid #e3e3e3;
}
#pricingNav li
{
	width:50%;
	float:left;
	font-size:13px;
	font-weight:bold;
}
#pricingNav li.get-started
{
	width:100%;
	float:none;
}
#pricingNav li a
{
	color:#193D7C;
	text-decoration:underline;
}
#pricingNav li.active a
{
	color:#333;
	background:url(images/icons/yes2.png) left center no-repeat;
	padding-left:22px;
	text-decoration:none;
}
#pricingNav input
{
	vertical-align:text-bottom;
}

/* Footer */
#site-info p
{
	clear:both;
	padding:.5em 0 0 0;
	margin:0;
	text-align:center;
}
#site-info p a
{
	color:#fff;
}
#site-info p a:hover
{
	color:#4C71B0;
}
#site-info p img {
vertical-align: middle;
}

/*////// Changes — Luke Sideris 01/28/2010  /////*/

#logos ul{
	width: 300px;
	margin: 0 0 0 -4px;
}
#logos li {
	float: left;
	display: inline;
	margin-right:16px;
}
#logos li img {
	display:block;
}
#logos li.nomargin {
	margin-right: 0;
}

.fullbar {
	background: #fdfdfd url(images/grad-bg.gif) top repeat-x;
	padding-top:30px;
}
.footerbox {
	width:300px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}
.footerbox.last {
	margin-right:0px;
}
.footerbox li {
	margin-bottom:2px;
	line-height: 14px;
	height: 34px;
	overflow: hidden;
}
.blogtweet a.twitter h2 {
	font-size:16px;
	color:#5a5a5a;
}
.blogtweet li {
	list-style-type:none;
	margin:0 0 10px;
	font-size:12px;
	display:block;
	line-height:1.6em;
}

/*//////// 02/08/2010, Luke Sideris \\\\\*/
#extendsb {
	display:inline;
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:-20px 0 20px 0;
	padding:0;
	width:300px;
}
#contacts li, #sidebar #contacts li {
	list-style-type: none;
	height: 36px;
	padding-left: 40px;
}
#contacts li.phone {
	background: transparent url(images/icon-phone-small.png) no-repeat top left;
}
#contacts li.fax {
	background: transparent url(images/icon-fax-small.png) no-repeat top left;
}
#contacts li.email {
	background: transparent url(images/icon-mail-small.png) no-repeat top left;
}
#contacts li strong {
	display: none;
}
#askexpert {
	border:1px solid #E3E3E3;
}
#askexpert img {
	margin-bottom:-5px;
}
#askexpert .question {
	background:#FDFDFD url(images/sidebar-box.gif) top repeat-x;
}
#askexpert .question p {
	margin-bottom:0;
}
#askexpert .question p.qday{
	margin-bottom:1.6em;
	font-style:italic;
	margin-left:20px;
}
#askexpert .question .wrapper {
	padding:10px;
}
#askexpert .question .title {
	border-bottom:1px solid #E3E3E3;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:4px;
	margin-top:0;
}
.blog #recent-tweet {
	position:relative;
	padding-right:10px;
}
#recent-tweet .tweetie {
	display:none;
}

/*///// TEAM PAGE //*/
#team ul li .team-right {
	margin-bottom:20px;
	float:left;
	width:600px;
}
#team ul li .team-left {
	margin-bottom:20px;
}
#team ul li h3 {
	background:url(images/team-bg.gif) bottom left no-repeat;
	padding-bottom:60px;
	padding-left:14px;
}
#team ul li a {
	color: #5A5A5A;
}
#team h2.team-name {
	padding-left:14px;
	margin-top:14px;
	font-size:18px;
}
#team h3.team-title {
	font-size:12px;
	margin-top:0;
}
#team ul li .team-left {
	float:left;
}
#team .team-descr {
	padding-left:14px;
}

/*//// comparison table //*/
#compare * {
	color: #333;
	vertical-align: top;
}
#compare table {
	border-bottom: 1px solid #d0d0d0;
}
#compare th {
	text-align: left;
}
#compare th span {
	color: #666;
	display: block;
	height: 20px;
}
#compare th a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #5f77a4;
	display: block;
	margin-top: 4px;
}
#compare thead tr {
	border: 1px solid #d0d0d0;
	border-bottom: 0 none;
}
#compare thead th {
	background-color: #f2f2f2;
	padding: 16px 4px 10px 4px;
	text-align: center;
}
#compare thead td {
	background-color: #f7f7f7;
	vertical-align: bottom;
	padding: 3px 10px;
}
#compare tbody tr {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background-color: #f2f2f2;
	border-top: 1px solid #d0d0d0;
}
#compare tbody tr.even {
	background-color: #fafafa;
}
#compare tbody th {
	background-color: #f7f7f7;
}
#compare tbody tr.even th {
	background-color: #fcfcfc;
}
#compare tbody tr.first {
	border-top: 0 none;
}
#compare tbody tr td, #compare thead th {
	background-image: url(images/white.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#compare tr.divider th {
	background-color: #5f77a4 !important;
	border:1px solid #5f77a4;
}
#compare .divider th {
	color: #FFF;
	text-transform: uppercase;
	line-height: 31px;
	padding: 0 28px;
	cursor: pointer;
	background: transparent url(images/arrow-down.gif) no-repeat 10px center;
}
#compare .divider th.off {
	background: transparent url(images/arrow-right.gif) no-repeat 10px center;
}
#compare th.col-left {
	padding: 10px 0 10px 4px;
	cursor: pointer;
}
#compare th.col-left span {
	padding-left: 16px;
	line-height: 16px;
	background: url(images/angle-down.gif) no-repeat left center;
}
#compare th.col-left span.off {
	background: url(images/angle-right.gif) no-repeat left center;
}
#compare td .check {
	display: block;
	height: 33px;
}
#compare td .yes.check {
	background: url(images/check.png) no-repeat center 8px;
}
#compare td .details {
	padding: 8px;
	margin-right: -6px;
	font-size: 12px;
}
.secure {
	padding-top: 1em;
	display: block;
}
.secure .security {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 700px;
	padding: 0;
	margin-bottom: 0;
}
.secure .security li#seal {
	padding-bottom: 13px;
}
.secure .security li {
	display: inline;
	vertical-align: middle;
	margin: 0 10px;
	height: 118px;
}
#compare .check.maybe {
	color: #f8af00;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
}

li#progress {
	border:0 none;
	padding: 0;
}
li#progress #progress-bar li {
	float: left;
	list-style-type: none;
	height: 20px;
	border:1px solid #AAA;
	border-right: 0 none;
	background: #EFEFEF;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#ffffff));
   background: -moz-linear-gradient(top, #EFEFEF, #ffffff);
   
}
li#progress #progress-bar li.active {
	background: #36AC4D;
	background: -webkit-gradient(linear, left top, left bottom, from(#36AC4D), to(#46db64));
   background: -moz-linear-gradient(top, #36AC4D, #46db64);
	border-left: 1px solid #297d39;
}
li#progress #progress-bar li.active.first {
	border-left: 1px solid #AAA;
}
li#progress #progress-bar li.first {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
li#progress #progress-bar li.last {
	border-right: 1px solid #AAA;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#incorporate li#progress #progress-bar li {
	width:16%;
}
.partner-offer {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #999999;
}
.partner-offer .col {
	float: left;
	width: 194px;
	margin-right:19px;
}
.partner-offer .col.col-right {
	margin-right: 0;
}
.offer-details, .offer-application {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.offer-details {
	margin-bottom: 7px;
	color: #36AC4D;
}
.partner-offer .col-middle li {
	background:url("images/home-service-arrow-right.png") no-repeat scroll left 5px;
	padding-left: 15px;
	margin-bottom: 6px;
}
.cta {
   border-top: 1px solid #ff7a4a;
   background: #c74013;
   background: -webkit-gradient(linear, left top, left bottom, from(#FF602D), to(#F73603));
   background: -moz-linear-gradient(top, #FF602D, #F73603);
   padding: 6px 12px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.cta:hover {
   border-top-color: #c74013;
   background: #c74013;
   color: #ffffff;
   }
.cta:active {
   border-top-color: #a63610;
   background: #a63610;
   }
/*////// PROCESS PAGE ///*/
#process-page {
	margin: 40px 0 20px;
}
#process-page #tab-labels h2.post-title {
	font-size: 19px !important;
	display: inline;
	float: left;
	margin: 0;
}
#tab-labels, #tab-bodies, #tab-bodies .tab {
	display: block;
	margin: 0;
}
#process-page #tab-labels a.active {
	background: url(images/tab-bg.jpg) repeat-x top left;
	padding: 6px 14px;
	border: 1px solid #e8e8e8;
	border-bottom: 0 none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #132d5e !important;
}
#process-page #tab-labels .post-title a {
	padding: 6px 14px;
	color: #8996ae;
	display: block;
}
.tab-sidebar {
	width:270px;
	float: left;
	display: inline;
	padding: 20px 0
}
#process-page .tab-content {
	width: 616px;
	margin-right: 30px;
	float: left;
	display: inline;
	padding:20px 0 10px 14px;
}
#process-page .ribbon {
	margin: -10px 0 10px -14px; 
}
#process-page h3 {
	font-size: 16px;
	font-weight: normal;
	color: #5a5a5a;
	line-height: 21.5px;
	margin:0 0 20px 0;
}
#process-page .entry h2 {
	color: #132e5e;
	font-size: 16px;
	font-weight: normal;
}
#process-page .entry h2 img {
	margin-right: 10px;
	display: inline;
	vertical-align: middle;
}
#process-page .entry p {
	padding-left: 30px;
}

#tab-bodies .tab {
	background: url(images/tab-top-bg.jpg) no-repeat top left;
}
#compare-options-link {
	padding: 10px 0 10px 35px;
	background: url(images/check.png) no-repeat center left; 
}
#compare-options-link a {
	text-decoration: underline;
	color: #000;
}
.special-box {
	width: 267px;
	height: 174px;
	padding: 0;
	border: 0 none;
	margin-bottom: 20px;
}
.special-box h3 {
	padding: 16px 10px 0 18px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 0;
}
.special-box h3 a {
	color: #66A5D7;
}
.special-box p {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 90px 0 18px;
	color: #666;
}
.special-box p img {
	margin-top: 6px;
}
#incorporate-sidebar {
	background: url(images/process-box-1.png) no-repeat top left;
}
#formLLC-sidebar{
	background: url(images/process-box-2.png) no-repeat top left;
}
#registered-sidebar{
	background: url(images/process-box-3.png) no-repeat top left;
}
.thats-it {
	background: url(images/thats-it-arrow.jpg) no-repeat center right;
	font-size: 19px;
	color: #132d5e;
	float: left;
	font-weight: bold;
	padding: 20px 62px 10px 36px;
}






