/*

	-- -- -- -- -- -- --
	default.css
	Main site foundation layout
	-- -- -- -- -- -- --
	
*/

@import url("reset.css");


																		/* -- Base HTML -- */
body {
	font: 62.5% Arial, sans-serif;
	color: #313742;
	background: #e2e2da url(../i/ui/page-bg.gif) repeat-x 0 0;
}


																		/* -- Core Typography -- */
a, a:link {
	color: #2e6daf;
}
a:visited {
	color: #0b2e52;
}
a:hover, a:focus {
	color: #00861c;
}
abbr, .price {
	font-size: 0.85714em; /* 12px, assuming the abbr is inside a p */
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, label {
	font-size: 1.4em; /* 14px */
	line-height: 1.5714; /* 22px */
}
h2, .home-page h3 {
	/* Vegur - http://www.dotcolon.net/font/font.php?id=1 */ 
	font: normal 2.4em Vegur, Arial, sans-serif;
	color: #0b2e52;
	letter-spacing: -0.05em;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}
	h2 a, .home-page h3 a, .blog h3 a {
		text-decoration: none;
	}
h3 {
	font-size: 1.6em;
	margin: 1.5em 0 0.5em 0;
}
blockquote {
	margin: 2em 3em;
	border: solid 1px #e2e2da;
	background: #f9f9f8;
	padding: 1em 2em;
}
	blockquote p {
		margin: 0.5em 0;
	}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
dd p, dt p, li p, li h2, li h3, li h4, li h5, li h6, li li {
	font-size: 1em;
}
ol li {
	list-style: decimal;
	margin-left: 2em;
}
h3 {
	color: #1b212e;
}
h4, h6 {
	color: #1b212e;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: normal;
}
h5 {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
h6 {
	color: inherit;
	font-size: 1.2em;
}
fieldset {
	margin: 1em 0;
	padding: 0 0 1em 0;
}
legend {
	display: block;
	font: normal 2.4em Vegur, Arial, sans-serif;
	color: #0b2e52;
	letter-spacing: -0.05em;
	line-height: 1.2;
	padding: 0 0 0.5em 0;
}
p {
	margin: 0 0 1em 0;
}


.main h2 {
	margin-top: 1em;
}
.main h2.lead {
	margin-top: 0;
}
.main ul {
	margin: 1em 0;
	clear: left;
}
.main ul li {
	padding-left: 2em;
	list-style: none;
	background: url(../i/ui/li.gif) no-repeat 0.5em 4px;
	padding-bottom: 0.5em;
}
.main ol {
	margin: 1em 0;
}
.main dl {
	margin: 1em 0;
}


.sidebar h2 {
	/* Vegur - http://www.dotcolon.net/font/font.php?id=1 */ 
	font: normal 1.8em Vegur, Arial, sans-serif;
	margin-top: 0.5em;
}
.sidebar ol, .sidebar ul, .sidebar dl {
	margin: 1em 0;
}
.sidebar ul li {
	list-style: square;
	margin-left: 2em;
	margin-bottom: 0.5em;
}

																		/* -- page container -- */
#container {
	width: 1000px;
	margin: 0 auto 30px auto;
	padding-top: 35px;
	position: relative;
}
#container .wrap1 {
	background: #fff url(../i/ui/page-bg-mid.gif) repeat-y 0 0;
}
#container .wrap2 {
	background: url(../i/ui/page-bg-bot.gif) no-repeat 0 100%;
}
#container .wrap3 {
	background: url(../i/ui/page-bg-top.gif) no-repeat 0 0;
}

																		/* -- grids -- */
.grid-3 {
	margin: 0 53px;
	width: 888px;
	overflow: hidden;
}
	.main .grid-3 {
		margin: 0;
		clear: left;
	}
.grid-1x3 {
	width: 888px;
	margin: 0 53px;
	overflow: hidden;	
}
.grid-2x1 {
	margin: 0 53px;
	width: 888px;
	overflow: hidden;
}
.grid-2x1-wide {
	margin: 0;
	width: 1000px;
	overflow: hidden;
}
.col-1, .col-2, .col-3 {
	float: left;
	width: 260px;
}
.grid-1x3 .col-1 {
	width: 888px;
	float: none;
}
	.grid-1x3 .grid-3 .col-1 {
		width: 260px;
		float: left;
	}

.grid-2x1 .col-1 {
	width: 570px;
}
.grid-2x1-wide .col-1 {
	width: 570px;
	margin-left: 38px;
}
.grid-2x1-wide .col-2 {
	width: 327px;
}
.grid-2x1 .col-1, .grid-2x1-wide .col-1,
.grid-3 .col-1, .grid-3 .col-2 {
	margin-right: 50px;
}


.grid-2x1 .sidebar {
	width: 260px;
	overflow: hidden;
	color: #1b212e;
	background: #d0deee;
}
#container .grid-2x1 .sidebar .wrap1 {
	background: url(../i/ui/sidebar-sm-bg-bot.gif) no-repeat 0 100%;
	float: left;
}
#container .grid-2x1 .sidebar .wrap2 {
	width: 226px;
	padding: 0 17px;
	background: url(../i/ui/sidebar-sm-bg-top.gif) no-repeat 0 0;
	float: left;
}


.grid-2x1-wide .sidebar {
	width: 342px;
	overflow: hidden;
	background: #d0deee url(../i/ui/sidebar-bg-mid.gif) repeat-y 100% 0;
}
#container .grid-2x1-wide .sidebar .wrap1 {
	width: 342px;
	background: url(../i/ui/sidebar-bg-bot.gif) no-repeat 0 100%;
	float: left;
}
#container .grid-2x1-wide .sidebar .wrap2 {
	width: 292px;
	padding: 0 30px 5px 20px;
	background: url(../i/ui/sidebar-bg-top.gif) no-repeat 0 0;
	float: left;
}


																		/* -- Global header -- */
.pricing-starburst {
	display: block;
	z-index: 100;
	position: absolute;
	margin-left: 903px;
	top: 106px;
}
	.pricing-starburst a, .pricing-starburst a:visited {
		width: 115px;
		height: 114px;
		background: url(../i/ui/pricing-starburst.gif) no-repeat 0 0;
		display: block;
		text-indent: -9999px;
		text-decoration: none;
		overflow: hidden;
	}
	.pricing-starburst a:hover, .pricing-starburst a:focus {
		background-position: 0 -114px;
	}
#header {
	height: 101px;
}
#header h1 {
	position: absolute;
	top: 31px;
	left: 0;
	background: url(../i/ui/header-logo.gif) no-repeat 40px 0;
	width: 390px;
	height: 90px;
}
#header h1 a, #header h1 a:visited {
	display: block;
	width: 390px;
	height: 90px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}
	#header h1 a:hover, #header h1 a:focus {
		background: url(../i/ui/header-logo-hover.gif) no-repeat 40px 0;
	}
	h1 .nav-homelink {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		height: 90px;
		left: 0;
		width: 390px;
		background: url(../i/ui/header-logo-hover.gif) no-repeat 40px 0;
	}

#header .tagline {
	display: none;
}
#primary-nav {
	width: 444px;
	height: 60px;
	background: url(../i/ui/primary-nav.gif) no-repeat 0 0;
	position: absolute;
	top: 43px;
	right: 25px;
}
#primary-nav li {
	display: inline;
}
#primary-nav a, #primary-nav a:visited {
	display: block;
	height: 60px;
	text-indent: -9000px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
/*debug
	background: #f00;
	opacity: 0.4;
*/
}
	#primary-nav .home-page a, #primary-nav .home-page a:visited {
		left: 0;
		width: 72px;
	}
	#primary-nav .home-page a:hover, #primary-nav .home-page a:focus {
		background: url(../i/ui/primary-nav.gif) no-repeat 0 -60px;
	}
	#primary-nav .selected-home-page .home-page a, #primary-nav .selected-home-page .home-page a:visited {
		background: url(../i/ui/primary-nav.gif) no-repeat 0 -120px;
	}
	.nav-home-page, .nav-home-page-click {
		display: block;
		position: absolute;
		top: 0;
		height: 60px;
		left: 0;
		width: 72px;
		background: url(../i/ui/primary-nav.gif) no-repeat 0 -60px;
	}
	.nav-home-page-click {
		background: url(../i/ui/primary-nav.gif) no-repeat 0 -120px;
	}

	#primary-nav .details a, #primary-nav .details a:visited {
		left: 72px;
		width: 93px;
	}
	#primary-nav .details a:hover, #primary-nav .details a:focus {
		background: url(../i/ui/primary-nav.gif) no-repeat -72px -60px;
	}
	#primary-nav .selected-details .details a, #primary-nav .selected-details .details a:visited {
		background: url(../i/ui/primary-nav.gif) no-repeat -72px -120px;
	}
	.nav-details, .nav-details-click {
		display: block;
		position: absolute;
		top: 0;
		height: 60px;
		left: 72px;
		width: 93px;
		background: url(../i/ui/primary-nav.gif) no-repeat -72px -60px;
	}
	.nav-details-click {
		background: url(../i/ui/primary-nav.gif) no-repeat -72px -120px;
	}

	#primary-nav .pricing a, #primary-nav .pricing a:visited {
		left: 165px;
		width: 79px;
	}
	#primary-nav .pricing a:hover, #primary-nav .pricing a:focus {
		background: url(../i/ui/primary-nav.gif) no-repeat -165px -60px;
	}
	#primary-nav .selected-pricing .pricing a, #primary-nav .selected-pricing .pricing a:visited {
		background: url(../i/ui/primary-nav.gif) no-repeat -165px -120px;
	}
	.nav-pricing, .nav-pricing-click {
		display: block;
		position: absolute;
		top: 0;
		height: 60px;
		left: 165px;
		width: 79px;
		background: url(../i/ui/primary-nav.gif) no-repeat -165px -60px;
	}
	.nav-pricing-click {
		background: url(../i/ui/primary-nav.gif) no-repeat -165px -120px;
	}

	#primary-nav .sign-up a, #primary-nav .sign-up a:visited {
		left: 244px;
		width: 78px;
	}
	#primary-nav .sign-up a:hover, #primary-nav .sign-up a:focus {
		background: url(../i/ui/primary-nav.gif) no-repeat -244px -60px;
	}
	#primary-nav .selected-sign-up .sign-up a, #primary-nav .selected-sign-up .sign-up a:visited {
		background: url(../i/ui/primary-nav.gif) no-repeat -244px -120px;
	}
	.nav-sign-up, .nav-sign-up-click {
		display: block;
		position: absolute;
		top: 0;
		height: 60px;
		left: 244px;
		width: 78px;
		background: url(../i/ui/primary-nav.gif) no-repeat -244px -60px;
	}
	.nav-sign-up-click {
		background: url(../i/ui/primary-nav.gif) no-repeat -244px -120px;
	}

	#primary-nav .tour a, #primary-nav .tour a:visited {
		left: 322px;
		width: 64px;
	}
	#primary-nav .tour a:hover, #primary-nav .tour a:focus {
		background: url(../i/ui/primary-nav.gif) no-repeat -322px -60px;
	}
	#primary-nav .selected-tour .tour a, #primary-nav .selected-tour .tour a:visited {
		background: url(../i/ui/primary-nav.gif) no-repeat -322px -120px;
	}
	.nav-tour, .nav-tour-click {
		display: block;
		position: absolute;
		top: 0;
		height: 60px;
		left: 322px;
		width: 64px;
		background: url(../i/ui/primary-nav.gif) no-repeat -322px -60px;
	}
	.nav-tour-click {
		background: url(../i/ui/primary-nav.gif) no-repeat -322px -120px;
	}

	#primary-nav .blog a, #primary-nav .blog a:visited {
		left: 386px;
		width: 59px;
	}
	#primary-nav .blog a:hover, #primary-nav .blog a:focus {
		background: url(../i/ui/primary-nav.gif) no-repeat -386px -60px;
	}
	#primary-nav .selected-blog .blog a, #primary-nav .selected-blog .blog a:visited {
		background: url(../i/ui/primary-nav.gif) no-repeat -386px -120px;
	}
	.nav-blog, .nav-blog-click {
		display: block;
		position: absolute;
		top: 0;
		height: 60px;
		left: 386px;
		width: 59px;
		background: url(../i/ui/primary-nav.gif) no-repeat -386px -60px;
	}
	.nav-blog-click {
		background: url(../i/ui/primary-nav.gif) no-repeat -386px -120px;
	}



#extra-links {
	position: absolute;
	top: 0;
	right: 22px;
	color: #90908b;
	line-height: 42px;
	height: 42px;
}
#extra-links p {
	font-size: 1.2em; /* 12px */
}
#extra-links p, #extra-links ul {
	display: inline;
	padding-left: 1em;
}
#extra-links li {
	font-size: 1.2em; /* 12px */
}
#extra-links .sep {
	margin: 0 0.25em;
}
#extra-links li {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	display: inline;	
}




																		/* -- Home page content -- */
.home-page #callout {
	background: #008a1d url(../i/homepage/callout.gif) no-repeat 0 0;
	min-height: 238px;
}
.home-page #callout h2 {
	display: none;
}
.home-page #callout p {
	font-size: 1.4em;
	line-height: 1.71429; /* 24px */
	width: 435px;
	margin-top: 105px;
	margin-left: 35px;
}
.home-page #callout .decorative {
	position: absolute;
	top: 55px;
	right: 15px;
}
.home-page .grid-3 {
	margin-top: 30px;
}
.home-page .grid-3 img {
	float: left;
	margin-right: 10px;
}
																		/* -- About page content -- */
.about img {
	float: left;
	margin: 15px 15px 15px 0;
}
.about .lead img {
	margin-top: 5px;
}
.about h3 {
	clear: left; /* clear floated images */
}


																		/* -- Tour page content -- */
.tour .main {
	margin-top: 30px;
}
.tour #callout h2 {
	margin-top: 22px;
	background: url(../i/ui/header-tour.gif) no-repeat;
}

																		/* -- Contact page content -- */
.contact h2 {
	margin-bottom: 0.5em;
}

																		/* -- Pricing page content -- */
.pricing .lead, .sign-up .lead, .details .lead {
	margin-top: 30px;
}
.pricing .sidebar, .sign-up .sidebar, .details .sidebar {
	margin-top: 30px;
	padding-bottom: 12px;
}

.pricing img {
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
	top: -8px;
}
.pricing h2 {
	clear: left; /* clear floated images */
}
.pricing #callout h2 {
	margin-top: 22px;
	background: url(../i/ui/header-pricing.gif) no-repeat;
}
.pricing .sidebar ul {
	padding-top: 6px;
}
.pricing .sidebar li {
	padding-left: 28px;
	padding-bottom: 12px;
	margin: 0;
	list-style: none;
	background: url(../i/ui/sidebar-li.gif) no-repeat 0 2px;
}


																		/* -- details page content -- */
.details .main {
	margin-top: 30px;
}
.details .main img {
	margin: 0 15px 0 0;
	float: left;
}
	.details .main h3 img {
		margin: 0 8px 0 0;
	}
.details #callout h2 {
	margin-top: 22px;
	background: url(../i/ui/header-features.gif) no-repeat;
}
.details .main .grid-3 {
	font-size: 0.9em;
	padding-top: 20px;
}
.details .main .grid-3 h3 {
	margin-top: 0;
}
.details .main .grid-3 p, .details .main .grid-3 li {
	line-height: 1.4;
}



																		/* -- Signup page content -- */
.sign-up #callout h2 {
	margin-top: 22px;
	background: url(../i/ui/header-signup.gif) no-repeat;
}
.required {
	color: #c4122f;
	font-weight: bold;
}
	p.required {
		margin-top: 2em;
	}
.form-row {
	width: 100%;
	overflow: hidden;
	padding-bottom: 1em;
}
	.form-row br {
		display: none;
	}
	.form-row label {
		width: 30%;
		float: left;
		display: block;
	}
	.form-row input {
		margin-left: 9%;
		width: 60%;
		float: left;
		display: block;
	}
.form-button input {
	margin-bottom: 1em;
}

.sidebar-form input {
	margin:  0 0 0 5%;
}
.sidebar-form .form-row input {
	width: 60%;
}
.sidebar-form .form-button {
	padding-right: 5px;
}

.promo-code {
	margin-top: 25px;
}
	.promo-code input {
		width: 20%;
	}


																		/* -- blog styles -- */
.date {
	color: #313742;
	font-size: 1em; /* 12px */
	margin: 0;
	display: block;
}
.post {
	margin: 2em 0;
}
.cat-header {
	margin: 0.5em 0 0.5em 0;
	padding-bottom: 1em;
	border-bottom: dotted 1px #b1afa8;
}
.postmetadata {
	margin: 1em 0 3em 0;
	padding: 0.5em 10px;
	border: dotted 1px #b1afa8;
	border-width: 1px 0;
	color: #989ba0;
	background: #f9f9f8;
	font-size: 1.2em; /* 12px */
}
.postmetadata a, .postmetadata a:visited {
	color: #96b6d7;
}
	.postmetadata a:hover, .postmetadata a:focus {
		color: #00861c;
	}
.navigation {
	font-size: 1.2em; /* 12px */
	margin: 0 0 0.5454em 0;
	width: 100%;
	overflow: hidden;
}
.wp-sidebar h2 {
	margin: 1em 0 0.5em 0;
}
.sidebar .wp-sidebar li {
	font-size: 1em;
	list-style: none;
	margin-left: 0;
}
	.sidebar .wp-sidebar li li {
		font-size: 1.2em; /* 12px */
		margin-bottom: 0.75em;
	}
.wp-sidebar ul {
	margin: 0;
}
.wp-sidebar h3 {
	margin-top: 1em;
}
.wp-sidebar .search {
	margin-bottom: 1em;
}




																		/* -- disqus stuff -- */
.dsq-item-cp, .dsq-item-subscribe, .dsq-item-trackback {
	font-size: 1.2em; /* 12px */
}





																		/* -- Re-usable content types -- */
p.desc {
	font-style: italic;
	font-size: 1.4em;
	margin: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#callout {
	min-height: 124px;
	border-top: solid 4px #008e1e;
	border-bottom: solid 4px #008e1e;
	margin: 0 20px;
	position: relative;
	color: #fff;
	background: #008a1d url(../i/ui/callout-bg.gif) no-repeat 0 0;
}
#callout h2 {
	position: absolute;
	left: 31px;
	top: 2px;
	width: 408px;
	height: 77px;
	text-indent: -9999px;
}
#callout .button {
	width: 162px;
	height: 40px;
	background: url(../i/ui/button-try-free.gif) no-repeat;
	position: absolute;
	top: 49px;
	right: 88px;
}
#callout .button a, #callout .button a:visited {
	text-indent: -9999px;
	display: block;
	width: 162px;
	height: 40px;
}
	#callout .button a:hover, #callout .button a:focus {
		background: url(../i/ui/button-try-free.gif) no-repeat 0 -40px;
	}
	#callout .button a:active {
		background: url(../i/ui/button-try-free.gif) no-repeat 0 -80px;
	}

#footer-teaser {
	width: 638px;
	height: 103px;
	background: url(../i/ui/footer-teaser.gif) no-repeat;
	margin: 20px auto;
}
#footer-teaser a, #footer-teaser a:visited {
	display: block;
	width: 638px;
	height: 103px;
	text-indent: -9999px;
}
	#footer-teaser a:hover, #footer-teaser a:focus {
		background: url(../i/ui/button-teaser.gif) no-repeat 451px 35px;
	}


.styled-form {
	margin: 2em 0;
	padding: 1.25em 1em 1em 1em;
	background: #F9F9F8;
	border: dotted 1px #b1afa8;
	border-width: 1px 0;
}
.form-select, .form-text, .form-textarea, .form-checkbox-single {
	width: 100%;
	overflow: hidden;
	clear: left;
	padding-bottom: 1em;
}
.form-button {
	padding-right: 4%;
	text-align: right;
}
.form-select label, .form-text label, .form-textarea label {
	float: left;
	width: 29%;
	margin-right: 2%;
}
.form-text input {
	float: left;
	width: 64%;
}
.form-select select, .form-textarea textarea {
	float: left;
	width: 65%;
}
.form-checkbox-single input {
	margin-left: 31%;
}


.feature-table strong {
	display: block;
	margin: 0 0 0.5em 0;
}
/*
.feature-table {
	width: 847px;
	background: url(../i/ui/features-table.gif) repeat-y -847px 0;
	margin: 1em 0;
}
	.feature-table .wrap {
		width: 847px;
		background: url(../i/ui/features-table.gif) no-repeat -1694px 100%;
	}
.feature-table ul {
	width: 847px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../i/ui/features-table.gif) no-repeat 0 0;
}
.feature-table ul li {
	background: none;
	padding: 1% 3% 3% 3%;
	margin: 0;
	float: left;
	width: 19%;
	overflow: hidden;
}
*/

.price {
	font-size: 1em;
	letter-spacing: normal;
	font-weight: bold;
	color: #2e6daf;
}
.url {
	color: #2e6daf;
}

																		/* -- Global footer -- */
#footer {
	margin-top: 3em;
	background: url(../i/ui/footer-divider.gif) no-repeat 20px 0;
	padding: 2em 0 2.5em 54px;
}
#footer p {
	margin: 0;
}



																		/* -- Accessibility Tweaks -- */
#accessibility {
	position: absolute;
	top: -9999px;
	font-size: 1px;
}
.hide {
	display: none;
}
																		/* -- Admin -- */
.edit-link {
	margin: 2em 0 1em 0;
}

/* mailchimp - free website review signup form */

#mc_embed_signup {
	background-color: #e2e2db;
	border: 1px solid #c4c2bb;
	border-top:none;
	margin:0 auto;
	width:378px;
}

#mc_embed_signup #mc-embedded-subscribe-form {
	padding: 1px 20px 20px;
	margin: 0;
}

#mc_embed_signup .indicate-required {
	color: #5e9600;
	padding: 5px;
	margin: 0 0 10px 0;	
	background-color: #f6f8f0;
}

#mc_embed_signup input {
	border: 1px solid #797979;
	width: 100%;
	padding: 7px 0;
	margin: 0;
	font-size: 16px;
}

#mc_embed_signup fieldset{
	padding:0;
}

#mc_embed_signup input#mc-embedded-subscribe.btn {
	display: block;
	clear: both;
	border: 1px solid #9e9d98;
	width:94%;
	padding: 10px;
	margin: 0 auto;
	font-size: 18px;
	color: #ffffff;
	cursor:pointer;
	text-shadow: 2px 2px 2px #5e8a29;
	filter: dropshadow(color=#5e8a29, offx=2, offy=2); 
	font-weight:bold;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background: #8CC53F; /* old browsers */
	background: -moz-linear-gradient(top, #8CC53F 0%, #5A8628 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8CC53F), color-stop(100%,#5A8628)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8CC53F', endColorstr='#5A8628',GradientType=0 ); /* ie */
}

#mc_embed_signup label {
	padding: 5px 0;
	margin: 0;
}

#mc_embed_signup .mc-field-group {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#mc_embed_signup input#mce-PHONE-area {
	width: 70px;
}

#mc_embed_signup input#mce-PHONE-detail1 {
	width: 70px;
}

#mc_embed_signup input#mce-PHONE-detail2 {
	width: 170px;
}




#banner{
	margin:0 20px;
	padding-bottom:45px;
}

.free-review{
	float:left;
	width:359px;
	padding-left:28px;
}

.free-review h2{
	color:#555555;
	font-size:25px;
	line-height:150%;
}

.free-review-form{
	float:right;
	width:392px;
	padding-right:28px;
}

.disclaimer{
	font-size:10px;
	margin:20px auto;
	text-align:center;
	width:230px;
}

.pad7{
	padding:7px;
}

#mc_embed_signup .errors{
	display:none;
	font-size:14px;
	padding:5px;
	color:#BD161D;
}
