body {
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}


.small_notes {
	font-size:85%;
}

#errorMessage {
	background: #fff9d7;
	padding: 10px;
	border-top: 1px solid #ffe2af;
	border-bottom: 1px solid #ffe2af;
	margin-bottom: .9em;
}
#successMessage {
	background: #d8ffd7;
	padding: 10px;
	border-top: 1px solid #adf8ab;
	border-bottom: 1px solid #adf8ab;
}

/** HEADER **/
#header-container {
	background: url(/includes/images/header-bkgd-color.gif) repeat-x center top;
	margin: 0px;
	padding: 0px;
	height: 98px;
}


#sign-in-container {
	margin: 0px;
	padding: 25px 15px 12px;
	float: right;
	height: 15px;
	width: 285px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #703215;
	text-decoration: none;
}
#sign-in-container a:hover {
	text-decoration: underline;
}
#logo {
	margin: 0px;
	padding: 25px 0px 18px;
	float: left;
	height: 55px;
	width: 285px;
}

#logo-nav-container {
	margin: 0px auto;
	padding: 0px;
	width: 945px;
	height: 98px;
}

#nav-container {
	margin: 0px 0px 0px;
	padding: 0px;
	height: 35px;
	width: 552px;
	float: right;
}

ul#nav-container li  {
	display: inline;
}

	#nav-container .register a {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 35px;
		width: 116px;
		background: url('/includes/images/get-started-off.gif') no-repeat;
		text-indent: -9999px;
	}
	
	#nav-container .register a:hover {
		background: url('/includes/images/get-started-on.gif') no-repeat;
	}
	
	#nav-container .whatis a {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 35px;
		width: 163px;
		background: url('/includes/images/what-is-bttn-off.png') no-repeat;
		text-indent: -9999px;
	}
	
	#nav-container .whatis a:hover {
		background: url('/includes/images/what-is-bttn-on.png') no-repeat;
	}
	
	#nav-container .tour a {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 35px;
		width: 58px;
		background: url('/includes/images/tour-off.png') no-repeat;
		text-indent: -9999px;
	}
	
	#nav-container .tour a:hover {
		background: url('/includes/images/tour-on.png') no-repeat;
	}
	
	#nav-container .support a {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 35px;
		width: 85px;
		background: url('/includes/images/support-off.gif') no-repeat;
		text-indent: -9999px;
	}
	
	#nav-container .support a:hover {
		background: url('/includes/images/support-on.gif') no-repeat;
	}
		
	#nav-container .press a {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 35px;
		width: 62px;
		background: url('/includes/images/press-off.gif') no-repeat;
		text-indent: -9999px;
	}
	
	#nav-container .press a:hover {
		background: url('/includes/images/press-on.gif') no-repeat;
	}
	
	#nav-container .api a {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 35px;
		width: 51px;
		background: url('/includes/images/api-off.gif') no-repeat;
		text-indent: -9999px;
	}
	
	#nav-container .api a:hover {
		background: url('/includes/images/api-on.gif') no-repeat;
	}

#nav {
	margin: 0px;
	padding: 0px;
}

.arrow-bullet {
	color: #F60;
	padding-left: 15px;
}
#crown {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48px;
	height: 210px;
}
.divider-short {
	padding-top: 10px;
	padding-bottom: 10px;
}
.divider-long {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#support-container {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 175px;
	width: 47px;
	position: absolute;
	top: 211px;
}
#full-width {
	margin: 45px 0px 0px;
	padding: 0px;
	width: 940px;
	float: left;
}
#full-width h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #E66628;
	text-decoration: none;
	padding-bottom: 10px;
}
#full-width li {
	list-style: disc outside;
	padding-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	padding-left: 0px;
	margin-left: 63px;
}
#full-width h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #38B449;
	text-decoration: none;
	padding-bottom: 10px;
}
#full-width p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #3f3f3f;
	text-decoration: none;
	padding-bottom: 10px;
}
#full-width a {
	font-weight: bold;
	color: #3f9a45;
	text-decoration: none;
}
#full-width a:hover {
	font-weight: bold;
	color: #3f9a45;
	text-decoration: underline;
}
#full-width h3 {
	font-size: 18px;
	color: #38B449;
	font-weight: bold;
}
#headline-content {
	margin: 0px auto;
	padding: 6px 0px 0px;
	width: 940px;
	height: 63px;
}
#headline-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
}
#headline-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #703215;
	text-decoration: none;
}

#hero-content-container {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#hero-main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px 0px 0px;
	padding-right: 0px;]
	padding-bottom: 0px;
	padding-left: 0px;
}
#hero-main-text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 48px;
	padding: 15px 0px;
}

#hero-callout-box {
	min-height: 75px;
	width: 940px;
	color: #FFF;
	background-color: #f2863a;
}
#hero-callout-box #quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	padding: 17px 10px;
	width: 675px;
	margin: 0 10px;
	float: left;
}

#hero-callout-box .quote-image {
	width: 210px;
	float: right;
	padding: 8px 0px;
}

.trial-button {
	width: 256px;
	margin: 20px auto;
	text-align: center;
}
#home-clients-container {
	margin: 0px;
	padding: 13px 0px 0px;
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	background: url(/includes/images/clients-logos-fpo.png) no-repeat 75px top;
	height: 30px;
}
#home-content-container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#home-content-wrapper {
}
#home-hero-container {
	background: #E66628;
	height: 300px;
}
#home-press-clients-container {
	background: url(/includes/images/news-section-bkgd.gif) repeat-x center top;
	height: 44px;
}
#home-press-container {
	margin: 0px;
	padding: 13px 0px 0px;
	float: left;
	width: 625px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
#home-pressclients-container {
	margin: 0px auto;
	padding: 0px;
	width: 940px;
	height: 43px;
}
#choices {
	width: 940px;
	height: 717px;
	background: url(/includes/images/fork-in-the-road-dev.png) no-repeat bottom;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#choices h1 {
	color: #38B449 !important;
	text-align: center;
	font-size: 48px !important;
}

#choices strong {
	color: #006638;
}

#choices a,
#choices a:hover {
	color: #e45436;
	text-decoration: underline;
	font-wight: bold;
	font-size: 16px;
}

#choices b {
	font-weight: bold;
	font-size: 16px;
}

#choices p {
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	font-size: 15px;
}

#choices .choice-budurl {
	position: relative;
	width: 300px;
	top: 220px;
	left: 55px;	
}

#choices .choice-budurl-link {
	position: relative;
	width: 125px;
	top: 252px;
	left: 242px;	
}

#choices a.get-started,
#choices a.get-started:hover {
	color: #F8ED31;
	font-size: 18px;
	text-decoration: none;
}

#choices .choice-budurlpro {
	position: relative;
	width: 310px;
	top: 25px;
	left: 570px;	
}

#choices .choice-budurlpro-link {
	position: relative;
	width: 125px;
	top: 69px;
	left: 770px;	
}

#choices .choice-enterprise {
	position: relative;
	width: 345px;
	top: 213px;
	left: 490px;	
}

#choices .choice-enterprise p {
	font-size: 14px !important;
}

#choices .choice-enterprise b {
	font-size: 16px !important;
}

#interior-content-container {
	padding: 0px;
	width: 940px;
	margin: 0px auto;
}
#int-headline-container {
	background: url(/includes/images/headline-bkgd-interior.gif) repeat-x center top;
	margin: 0px;
	padding: 0px;
	height: 69px;
}
.lead-in-text-larger {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}

#left-column {
	margin: 25px 0px 0px;
	padding: 0px;
	width: 600px;
	float: left;
}
#left-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #E66628;
	text-decoration: none;
	padding-bottom: 10px;
}
#left-column li {
	list-style: disc outside;
	padding-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	padding-left: 0px;
	margin-left: 63px;
}
#left-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #38B449;
	text-decoration: none;
	padding-bottom: 10px;
}
#left-column h3 {
	font-size: 18px;
	color: #38B449;
	font-weight: bold;
	padding: 7px 0px;
}
#left-column form table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 10px 5px;
	border-bottom: 1px solid #dedede;
}

/** FULL COLUMN **/

	#full-width {
		margin: 25px 0px 0px;
		padding: 0px;
		width: 940px;
		float: left;
	}
	#full-width h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 25px;
		line-height: 30px;
		font-weight: bold;
		color: #E66628;
		text-decoration: none;
		padding-bottom: 10px;
	}
	#full-width li {
		list-style: disc outside;
		padding-bottom: 9px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		color: #333;
		padding-left: 0px;
		margin-left: 63px;
	}
	#full-width h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 25px;
		line-height: 30px;
		font-weight: bold;
		color: #38B449;
		text-decoration: none;
		padding-bottom: 10px;
	}
	#full-width h3 {
		font-size: 18px;
		color: #38B449;
		font-weight: bold;
	}
	#full-width table#plans {
		margin: 5px;
		color:#666666;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:14px;
		line-height:1.5em;
	}
	#full-width table#plans tbody tr td h5 {
		padding-top: 20px;
	}
	
	#full-width table#plans tbody tr td font em {
		color: #FFF !important;
	}
	
	#full-width table#plans tbody tr td b {
		font-weight: bold;
	}
	
	#full-width table#plans tr td {
		margin: 0 auto;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		padding-bottom:0.9em;
	}
	#full-width form table#plans tr td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #666;
		padding: 10px 5px;
	}


/** END FULL COLUMN **/

.table-small-text {
	font-size: 12px;
	line-height: 16px;
}
.table-bkgd-color {
	background: #4C9F45;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#left-column p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #3f3f3f;
	text-decoration: none;
	padding-bottom: 10px;
}
#left-column a {
	font-weight: bold;
	color: #3f9a45;
	text-decoration: none;
}
#left-column a:hover {
	font-weight: bold;
	color: #3f9a45;
	text-decoration: underline;
}
.news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #259245;
	line-height: 24px;
}
#right-column {
	width: 299px;
	margin-top: 25px;
	float: left;
	margin-left: 40px;
}
#right-column h2 {
	font-size: 18px;
	font-weight: bold;
	color: #38B449;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#right-column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
}
#right-column a {
	font-weight: bold;
	color: #3f9a45;
	text-decoration: none;
}
#puzzle {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48px;
	height: 275px;
}
.review-quote {
	background: #dedede;
	padding: 13px;
	margin-right: 5px;
	margin-left: 5px;
}
#site-container {
	margin: 0px;
	padding: 0px;
}
.social-media-spacing {
	padding-left: 10px;
	padding-bottom: 10px;
}

/*-- EMBEDDED REVIEW --*/
	
	#right-column #embed .bearhug_embed  {
		margin: 0;
		padding: 0;
	}
	
	#right-column #embed .bearhug_embed .review-list .review .meta {
		padding:0 0 0 114px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;
		position: absolute;
		bottom: 5px;
		margin-bottom: 0;
		width: 166px;
		float: right;
	}	
	
	#right-column #embed .bearhug_embed .review-list .review .meta .posted {
		display: none;
	}
	
	#right-column #embed .bearhug_embed .review-list .review .meta .author {
		float: right;
	}
	
	#right-column #embed .bearhug_embed .review-list .review .comments a {
		display: none;
	}
	
	#right-column #embed .bearhug_embed .review-list h2 {
		display: none;
	}	
	
	#right-column #embed .bearhug_embed .review-list .review {
		border-bottom: none; 		
		margin:0px;
		padding:0 0 20px;
		z-index: -1;
	}
	
	#right-column #embed .bearhug_embed .review-list .review h3 {
		padding: 12px 0 0 12px;
		clear: left;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 14px;
		margin:5px 0 15px;
		-moz-border-radius:10px 10px 10px 10px;
		background:#F2F2F2;
		background:-moz-linear-gradient(center top , #EEEEEE, #F2F2F2) repeat scroll 0 0 transparent;
		color:#000000;
		padding: 10px;
		position:relative;
		z-index: 1;
	}
	
	#right-column #embed .bearhug_embed .review-list .review h3:after {
		content:"\00a0";
		display:block; /* reduce the damage in FF3.0 */
		position:absolute;
		z-index:-1;
		bottom:-20px; /* value = - border-top-width - border-bottom-width */
		left:225px; /* controls horizontal position */
		width:0;
		height:0;
		border-width:10px 10px; /* vary these values to change the angle of the vertex */
		border-style:solid;
		border-color:#F2F2F2 transparent transparent;		
	}
	
	#right-column #embed .bearhug_embed .review-list .review .rating,
	#right-column #embed .bearhug_embed .review-list .review .detail {
		display: none;
	}
	
	#right-column .read-more-reviews-link {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;
		line-height:1.5em;
		font-weight: normal; 
		margin: -20px 0 0 0;
	}
	
	
	#right-column .write-a-review-link {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;
		line-height:1.5em;
		font-weight: normal; 
		margin-bottom: 0;
	}

/** FOOTER **/
#footer-container {
	background: url(/includes/images/footer-bkgd.gif);
	height: 135px;
	clear: both;
	margin-top: 40px;
}
#footer-content {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background: url(/includes/images/logo-white.gif) no-repeat left 55px;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 49px;
}
#footer-middle-column {
	float: left;
	width: 380px;
	margin-left: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	margin-top: 35px;
}
#footer-middle-column a {
	font-weight: bold;
	color: #3f9a45;
	text-decoration: none;
	line-height: 20px;
}
#footer-middle-column a:hover {
	font-weight: bold;
	color: #3f9a45;
	text-decoration: underline;
	line-height: 20px;
}
#footer-right-column {
	float: left;
	height: 56px;
	width: 318px;
	margin-top: 27px;
}
