/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address, section {
    display: block;
}

/* font for notice messages*/
@font-face {
	font-family: Ampersand;
	src: url('../font/ampersand.eot');
	src: url('../font/ampersand.eot#iefix') format('embedded-opentype'),
			 url('../font/ampersand.woff') format('woff'),
			 url('../font/ampersand.ttf') format('truetype'),
			 url('../font/ampersand.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
	margin: 0;
	padding: 0;
}

body {
    font-family: "Lucida Grande",arial;
    font-size: 13px;
    letter-spacing: -0.01em;
    word-spacing: 1px;
    color: #6d6d6d;
    line-height: 19px;
}

a img {
	border: none;
}

a {
	color: #588EB9;
	text-decoration: none;
	text-decoration: none;
	-webkit-transition:color 400ms ease-in;
	-moz-transition:color 400ms ease-in;
	-o-transition:color 400ms ease-in;
	transition:color 400ms ease-in;
}

a:hover, a:active, #home-video a:hover, #home-video a:active {
	color: #ffa200;
	text-decoration: none;
	-webkit-transition:color 400ms ease-in;
	-moz-transition:color 400ms ease-in;
	-o-transition:color 400ms ease-in;
	transition:color 400ms ease-in;
}

#header-contact {
	background-color: #f6f4f1;
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}

#header-contact div {
	margin: 0 auto;
    width: 930px;
    text-align: right;
	padding-top: 17px;
}

#header-contact .telephone {
    background-position: 0 -362px;
    color: #868686;
    margin-right: 15px;
    padding-left: 26px;
}

footer .telephone {
	color: #868686;
	background-position: 4px -362px;
	padding-left: 24px;
}

#contact-link {
    background-color: #A3AFB5;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    height: 21px;
    text-align: center;
    width: 96px;
}

header {
	margin-bottom: 25px;
}

#logo {
	float: left;
}

#header-nav {
	margin: 0 auto;
    width: 930px;
    overflow: hidden;
}

#header-nav nav {
	float: right;
	font-size: 11px;
	margin-top: 18px;
}

header nav li {
	list-style-type: none;
	float: left;
	padding-left: 19px;
}

header nav li a {
	text-decoration: none;
	color: #286a9b;
	text-transform: uppercase;
}

header nav li a:hover, header nav li a:active {
	color: #ffa200;
}

#content {
    margin: 0 auto;
    width: 930px;
}

#home-video {
	float: left;
	width: 620px;
	color: #ffffff;
	margin-bottom: 39px;
	background-color: transparent;
}

#home-video-static {
	background: url(../images/background/bg_home_video.png) no-repeat 0 0;
	height: 250px;
}

.home-video-element-hidden {
	position: absolute;
	top: -9000px;
}

#home-video h1 {
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 32px;
    margin-left: 28px;
    margin-bottom: 15px;
    padding-top: 20px;
}

#home-video-catch {
	font-size: 18px;
	margin-left: 20px;
	width: 400px;
	margin-bottom: 20px;
}

#home-video-explain {
	float: left;
    margin-left: 12px;
    width:340px;
    font-weight: bold;
}

#video-play-icon {
	padding-left: 30px;
	float: left;
	cursor: pointer;
	margin-top: -4px;
}

#home-video a {
	color: #fff;
	text-decoration: underlined;
}

#home-action, #home-form-action, #home-free-audit {
   float: right;
   margin-bottom: 45px;
   width: 285px;
}

#home-free-audit {
    border: 5px dashed #CFCFCF;
    background-color: #F6F4F1;
    color: #000;

}

#home-free-audit div {
   padding: 22px;
}

#home-free-audit p {
   font-size: 21px;
   line-height: 26px;
   text-align: center;
}

#home-free-audit p span {
   font-weight: bold;
   display: block;
}

#home-free-audit a {
   color: #FFFFFF;
   display: block;
   font-size: 21px;
   line-height: 30px;
   margin-top: 18px;
   padding: 15px 25px;
   text-align: center;
   font-weight: bold;

	background: #f5a62d;
	background: -moz-linear-gradient(top,  #f5a62d 0%, #f5a62d 0%, #ea6524 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5a62d), color-stop(0%,#f5a62d), color-stop(100%,#ea6524));
	background: -webkit-linear-gradient(top,  #f5a62d 0%,#f5a62d 0%,#ea6524 100%);
	background: -o-linear-gradient(top,  #f5a62d 0%,#f5a62d 0%,#ea6524 100%);
	background: -ms-linear-gradient(top,  #f5a62d 0%,#f5a62d 0%,#ea6524 100%);
	background: linear-gradient(to bottom,  #f5a62d 0%,#f5a62d 0%,#ea6524 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a62d', endColorstr='#ea6524',GradientType=0 );

   -webkit-box-shadow: 0px 0px 6px #878684;
   -moz-box-shadow: 0px 0px 6px #878684;
   box-shadow: 0px 0px 6px #878684;

   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

#home-action ul li {
	list-style-type: none;
	/*float: left;*/
	height: 74px;
	margin-bottom: 14px;
	border-radius: 5px;
	color: #855300;
	padding-left: 44px;
	width: 85%
}

#home-action ul li a, #home-action ul li p {
    color: #855300;
    display: table-cell;
    height: 74px;
    vertical-align: middle;
    width: 229px;
}

#home-action-first, #home-action-second, #home-action-last, .telephone, #news-widget ul li a, #news-widget-readmore {
	background: url(../images/background/bg_sprite.png) no-repeat 10px 24px;
}

#home-action-first {
	background-color: #f0a424;
}

#home-action-second {
	background-color: #f8b94e;
	background-position: 10px -79px;
}

#home-action-last {
	background-color: #fecf7f;
	background-position: 10px -181px;
}

/*new aweber form on home page*/
#home-form-action .af-form {
	background-color: #F6F4F1;
	width: 282px;
}

#home-form-action .previewLabel {
	margin-bottom: 11px;
}

#home-form-action #af-form-739370207 .af-textWrap {
	width: 97%;
}

#home-form-action #af-form-739370207 .submit {
	margin-top: 5px;
	border-radius: 5px 5px 5px 5px;
    height: 40px;
    list-style-type: none;
    width: 251px;
    background-color: #F0A424;
    background-image: none;
    border-color: transparent;
    cursor: pointer;
}

#home-solutions, #home-roles {
	float: left;
	width: 620px;
	position: relative;
}

#home-solutions h2 {
	color: #548bb6;
	margin-bottom: 35px;
	margin-top: 20px;
	color: #588EB9;
	font-size: 20px;
	font-weight: normal;
}

#home-roles h2 {
	color: #496178;
	margin-bottom: 35px;
	margin-top: 20px;
	color: #588EB9;
	font-size: 21px;
	font-weight: bold;
}

.home-banner {
    background-color: #f1f1f1;
    margin-bottom: 25px;
}

.home-banner .demo {
	margin: 0 auto;
    padding: 15px 0;
    width: 900px;
    overflow: hidden;
}

.home-banner .demo p {
    color: #F2841F;
    float: left;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}

.home-banner .demo a {
	float: right;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 12px;
    padding: 12px 15px;
    transition: color 400ms ease-in 0s;	
    background-color:#ec9028;
    background-image:-moz-linear-gradient(top, #ec9028, #e66a22);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ec9028), to(#e66a22));
    background-image:-webkit-linear-gradient(top, #ec9028, #e66a22);
    background-image:-o-linear-gradient(top, #ec9028, #e66a22);
    background-image:linear-gradient(to bottom, #ec9028,#e66a22);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9028', endColorstr='#e66a22', GradientType=0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;
}

.home-banner .banner {
    background-color: #69A9B7;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.home-banner .banner img {
    vertical-align: middle;
}

#notice-message-container {
	margin-top: 100px;
	position: relative;
}

.notice-message {
	background: url(../images/background/notice_arrow.png) no-repeat -3px 16px;
    font-family: ampersand;
    font-size: 19px;
    padding-left: 40px;
    position: absolute;
    right: 69px;
    top: 0;
    /*-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);*/
	padding-bottom: 20px;
	width: 200px;
}

#notice-message-container .notice-message {
	width: 210px;
	right: 180px;
	top: -85px;
}

#home-solutions ul li {
	list-style-type: none;
	width: 100%;
	height: 125px;
    margin-bottom: 30px;
    width: 298px;
	background: url(../images/background/6problems.jpg) no-repeat 0 -13px;
    float: left;
    font-family: helvetica;
}

#home-roles ul li {
	list-style-type: none;
	width: 100%;
	height: 125px;
    margin-bottom: 30px;
    width: 298px;
    float: left;
    border-radius: 3px;
    background-color: #F2F2F2;
}

#home-roles ul .home-page-role-even {
	float: right;
}

#home-roles ul li a {
	padding: 15px 0 60px;
	display: block;
}

#home-roles h3 {
	color: #df4346;
	font-size: 20px;
	padding-bottom: 8px;
	margin-left: 120px;	
}

#home-roles ul p {
	color: #3c3c3b;
	margin-left: 120px;	
	font-size: 16px;
	margin-right: 20px;
}

#home-roles #solution-1 {
	background: url(../images/background/home-role-silhouette.png) no-repeat left center #F2F2F2;
}

#home-roles #solution-2 {
	background: url(../images/background/home-role-users.png) no-repeat left bottom #F2F2F2;
}

#home-roles #solution-3 {
	background: url(../images/background/home-role-speaker.png) no-repeat left center #F2F2F2;
}

#home-roles #solution-4 {
	background: url(../images/background/home-role-bank.png) no-repeat left center #F2F2F2;
}

#home-roles #solution-5 {
	background: url(../images/background/home-role-laptop.png) no-repeat left bottom #F2F2F2;
}

#home-roles #solution-6 {
	background: url(../images/background/home-role-n1.png) no-repeat left center #F2F2F2;
}

#home-solutions #solution-1 {
	background-position: 0 -13px;
}

#home-solutions #solution-2 {
	background-position: -435px -13px;
}

#home-solutions #solution-3 {
	background-position: -881px -13px;
}

#home-solutions #solution-4 {
	background-position: -1300px -13px;
}

#home-solutions #solution-5 {
	background-position: -1795px -13px;
}

#home-solutions #solution-6 {
	background-position: -2262px -13px;
}

#home-solutions ul .home-page-solution-even {
	float: right;
}

#home-solutions ul li h3 {
	padding: 5px 15px 0 85px;
	font-weight: normal;
	padding-bottom: 0;
}

#home-solutions ul li h3 a {
    color: #ED811E;
    color: #548BB6;
    color: #6D6D6D;
    display: block;
    font-size: 13px;
    padding: 2px 7px;
}

#home-solutions ul li h3 a:hover {
    /*font-weight: bold;*/
}

#home-solutions ul li h3 a span {
    clear: both;
    display: block;
    margin-top: 9px;
    text-decoration: underline;
    color: #588EB9;
}

#news-widget {
	float: right;
	width: 285px;
	clear: right;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #a59c8c;
}

#news-widget h2 {
	border-radius: 5px 5px 0 0;
	position: relative;
	width: 130px;
	color: #3b3b3b;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	border-left: 1px solid #a59c8c;
	border-right: 1px solid #a59c8c;
	border-top: 1px solid #a59c8c;
	background-color: #ffffff;
	padding: 9px 0 4px 0;
	text-indent: 8px;
}

#news-widget-content {
	margin-top: -1px;
	border-left: 1px solid #a59c8c;
	border-right: 1px solid #a59c8c;
	border-top: 1px solid #a59c8c;
	padding-top: 20px;
	border-radius: 0 5px 5px 5px;
}

.sidebar-newsletter {
	margin: 10px 10px 30px 10px;
}

.sidebar-newsletter a {
	clear: both;
	display: block;
	text-align: center;
}

.sidebar-newsletter img {
	width: 200px
}

#news-widget ul {
	overflow: hidden;
}

#news-widget ul li {
	list-style-type: none;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
}

#news-widget ul li a {
	color: #6d6d6d;
	background-position: 6px -436px;
	padding-left: 30px;
	display: block;
	text-decoration: none;
}

#news-widget ul li a:hover, #news-widget ul li a:active {
	background-position: 6px -584px;
}

#news-widget ul li h4 {
	font-weight: normal;
}

#news-widget-content li p {
	font-style: italic;
	color: #a1a1a1;
}

#news-widget-readmore {
	color: #588eb9;
	text-align: right;
	margin-top: 0px;
	display: block;
	padding-bottom: 15px;
	padding-right: 30px;
	text-decoration: none;
	background-position: 255px -583px;
}


#featured-in {
	clear: both;
	width: 100%;
	overflow: hidden; /*needed?*/
	margin-bottom: 58px;
	padding-top: 8px;
}

#featured-in h2 {
	color: #3b3b3b;
	font-weight: normal;
	border-bottom: 1px solid #3b3b3b;
	padding-bottom: 5px;
	padding-left: 7px;
	text-transform: uppercase;
	font-size: 14px;
}

#featured-in ul li {
	list-style-type: none;
	float: left;
	display: block;
	height: 80px;
	line-height: 80px;
	margin-right: 12px;
}

#featured-in ul li img {
	vertical-align: middle;
}

#inner-content {
	width: 620px;
	float: left;
	margin-bottom: 20px;
}

#inner-content header {
	background: #5a92bc;
	background: -moz-linear-gradient(left,  #5a92bc 0%, #5fa1c6 35%, #8abad6 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5a92bc), color-stop(35%,#5fa1c6), color-stop(100%,#8abad6));
	background: -webkit-linear-gradient(left,  #5a92bc 0%,#5fa1c6 35%,#8abad6 100%);
	background: -o-linear-gradient(left,  #5a92bc 0%,#5fa1c6 35%,#8abad6 100%);
	background: -ms-linear-gradient(left,  #5a92bc 0%,#5fa1c6 35%,#8abad6 100%);
	background: linear-gradient(to right,  #5a92bc 0%,#5fa1c6 35%,#8abad6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a92bc', endColorstr='#8abad6',GradientType=1 );
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    border-radius: 6px 6px 6px 6px;
    /*border-top: 7px solid #477799;*/
    color: #FFFFFF;
    width: 620px;
    padding-bottom: 15px;
    height: 170px;
}

#inner-content .header-simple {
	background-image: none;
	color: #588EB9;
}

#inner-content header h1 {
    font-size: 25px;
    margin-left: 20px;
    padding-top: 40px;
    line-height: 30px;
}

#inner-content .header-simple h1 {
	margin-left: 0;
}

#inner-content header h3 {
	padding-top: 130px;
	margin-left: 20px;
	font-size: 20px;
}

#inner-content header hgroup {
	width: 490px;
}

#inner-content header hgroup h1, #inner-content header hgroup #blog-header-title {
	padding-top: 20px;
}

#inner-content header hgroup #blog-header-title {
	padding-left: 20px;
	font-size: 25px;
}

#inner-content header hgroup h3 {
    color: #333;
    font-size: 14px;
    padding-top: 16px;
}

#inner-content header hgroup h4 {
	padding-top: 15px;
	padding-left: 20px;
	font-size: 16px;
}

#inner-content h1 {
	line-height: 25px;
}

#inner-content p, #inner-content ul, #inner-content ol {
	margin: 20px 0;
}

#inner-content ul, #inner-content ol {
	list-style-position: inside;
}

footer {
	background-color: #f6f4f1;
	clear: both;
	padding-bottom:19px;
}

#footer-wrapper {
	margin: 0 auto;
    width: 930px;
	overflow: hidden;
	padding-top: 23px;
}

#footer-wrapper .telephone {
	float: left;
}

#footer-wrapper #copyright {
	font-size: 12px;
	width: 400px;
	float: left;
	clear: both;
	margin: 18px 0 0 0;
}

#footer-wrapper ul {
	float: right;
}

#footer-wrapper ul li {
	float: left;
	list-style-type: none;
	padding-left: 23px;
}

#footer-wrapper ul li a {
	color: #6d6d6d;
	text-decoration: none;
}

#footer-nav {
	margin-top: -20px;
	font-size: 12px;
}

#social {
	clear: both;
	margin-top: -16px;
}

#footer-wrapper #social li {
	margin-right: 0px;
	padding-left: 10px;
}

.newsletter-promo {
	width: 620px;
	text-align: center;
	margin-bottom: 70px;
}

.newsletter-promo p {
	margin-top: 10px;

}

#blog-post-list, #case-study-listing {
	list-style-type: none;
}

#inner-content #case-study-listing {
	margin-top: 50px;
}

#blog-post-list li, #case-study-listing li {
	margin-bottom: 55px;
}

#blog-post-list li .blog-post-title, #case-study-listing li .blog-post-title {
	font-size: 20px;
	line-height: 25px;
}

#blog-post-list li p, #case-study-listing li p {
	margin: 6px 0;
}

#blog-post-list li .blog-post-date {
    color: #A1A1A1;
    font-style: italic;
    font-size: 12px;
}

#Form_Form fieldset .FormHeading {
    border-bottom: 1px solid #A1A1A1;
    margin: 40px 0 20px;
    padding-bottom: 8px;
    font-size: 20px;
}

#Form_Form fieldset .dropdown {
	margin: 0px 0 10px 0;
}

#MemberLoginForm_LoginForm fieldset, #MemberLoginForm_LostPasswordForm fieldset, #Form_Form fieldset {
    border: medium none;
    overflow: hidden;
    width: 500px;
}

#MemberLoginForm_LoginForm .field, #MemberLoginForm_LostPasswordForm .field, #Form_Form .field {
	clear: both;
    margin-bottom: 12px;
    overflow: hidden;
}

#MemberLoginForm_LoginForm .field label, #MemberLoginForm_LostPasswordForm .field label, #Form_Form .field label {
    float: left;
    line-height: 26px;
}

#MemberLoginForm_LoginForm .field input, #MemberLoginForm_LostPasswordForm .field input, #Form_Form .field input {
	border: 1px solid #A1A1A1;
	background-color: #F6F4F1;
	padding: 5px;
    border-radius: 1px;
	color: #6D6D6D;
	width: 250px;
}

#MemberLoginForm_LoginForm .field .middleColumn, #Form_Form .field .middleColumn {
    float: right;
    width: 100%;
}

#Form_Form .field .middleColumn .checkboxsetfield li label, #Form_Form .field .literalFieldArea, #Form_Form .checkboxset .middleColumn {
	float: left;
}

#Form_Form .field .middleColumn select, #awf_field-47696907 {
	background: #F6F4F1;
    border: 1px solid #A1A1A1;
    padding: 0 0 0 2px;
}

#Form_Form .field .middleColumn select option, #awf_field-47696907 option {
	padding-left: 5px;
}

#Form_Form .field .middleColumn .checkboxsetfield {
	list-style-type: none;
	margin-top: 0;
}

#Form_Form .field .middleColumn .checkboxsetfield li {
	overflow: hidden;
}

#Form_Form .field .middleColumn .checkboxsetfield li input {
	float: left;
	width: 20px;
	margin-top: 6px;
}

#Form_Form .textarea .middleColumn {
	float: none;
}

#Form_Form .textarea .middleColumn textarea {
    clear: both;
    display: block;
    width: 300px;
	background-color: #F6F4F1;
	border: 1px solid #A1A1A1;
	border-radius: 1px 1px 1px 1px;
	color: #6D6D6D;
}

#MemberLoginForm_LoginForm .field label, #Form_Form .field label {
    margin-right: 10px;
}

#MemberLoginForm_LoginForm #Remember label {
    width: 200px;
	text-align: left;
}

#MemberLoginForm_LoginForm .Actions input, #MemberLoginForm_LostPasswordForm .Actions input, #Form_Form .Actions input {
    border: none;
    background-color: #F8B94E;
    line-height: 12px;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
	-webkit-transition:color 400ms ease-in;
	-moz-transition:color 400ms ease-in;
	-o-transition:color 400ms ease-in;
	transition:color 400ms ease-in;
}

#MemberLoginForm_LoginForm .Actions input:hover, #MemberLoginForm_LostPasswordForm .Actions input:hover, #Form_Form .Actions input:hover {
	color: #6D6D6D;
	-webkit-transition:color 400ms ease-in;
	-moz-transition:color 400ms ease-in;
	-o-transition:color 400ms ease-in;
	transition:color 400ms ease-in;
}

#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_Remember {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	width: 20px;
}

#Form_Form label.required {
	color: red;
}

#Form_Form .field .checkbox, form .field .checkbox, form .field.checkbox input {
	border: none !important;
	background: none !important;
}

#aweberform #af-form-390213133 .af-standards .af-element {
	padding-left: 0;
}

#aweberform #af-form-390213133 .af-body .af-selectWrap {
	width: 100%;
}

/* aweber forms */
#aweberform, #aweberform2 {
	float: left;
	margin-top: 20px;
	width: 100%;
}
#aweber-before, #aweber-after, #video-before, #video-after, #video-middle, #video-last {
	clear: both;
}

#aweberform .af-form-wrapper .af-form .af-header,
#aweberform2 .af-form-wrapper .af-form .af-header {
	background: url(../images/background/header.png) no-repeat 0 0;
}

#aweberform .af-form-wrapper .af-form .af-body,
#aweberform .af-form-wrapper .af-form .af-footer,
#aweberform2 .af-form-wrapper .af-form .af-body,
#aweberform2 .af-form-wrapper .af-form .af-footer {
	background-image: none;
}

.af-form-wrapper {
	float: left !important;
}

/* end aweber forms */


/* video pages */
#video-code, #video-after, #video-before, #object-code, #object-after, #object-before {
	margin-top: 20px;
}
/* end video pages */

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
#inner-content .left {
	text-align: left;
}

#inner-content .center {
	text-align: center;
}

#inner-content .right {
	text-align: right;
}

#inner-content img {
	border: none;
}

#inner-content img.right {
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
}

#inner-content img.left {
	float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}

#inner-content img.leftAlone {
	float: left;
	margin-right: 100%;
}

#inner-content img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* end WYSIWYG EDITOR ALIGNMENT CLASSES */

/* site map */
#sitemap li {
	margin-bottom: 5px;
}

#sitemap li li {
	margin-bottom: 0px;
}

#sitemap ul, #sitemap {
	list-style-type: none;
	padding-left: 20px;
	margin: 0;
}

#sitemap ul {
	margin: 5px 0 15px 0;
}
/* end site map */

#aweberform .af-form-wrapper .af-form,
#aweberform2 .af-form-wrapper .af-form{
    background: none;
    border: none;
    width: 500px;
}

#aweberform .af-form-wrapper .af-form .af-body,
#aweberform2 .af-form-wrapper .af-form .af-body {
	background-image: none;
}

#aweberform .af-form-wrapper .af-form .af-body .af-element label.previewLabel,
#aweberform2 .af-form-wrapper .af-form .af-body .af-element label.previewLabel {
    color: #6D6D6D;
    font-family: "Lucida Grande",arial;
    font-size: 13px;
    letter-spacing: -0.01em;
    font-weight: bold;
}

#aweberform .af-form-wrapper .af-element .previewLabel, #aweberform .af-form-wrapper .af-element .af-textWrap,
#aweberform2 .af-form-wrapper .af-element .previewLabel, #aweberform2 .af-form-wrapper .af-element .af-textWrap {
    float: left;
}

#aweberform .af-form-wrapper .af-body .af-textWrap,
#aweberform2 .af-form-wrapper .af-body .af-textWrap {
	width: 262px;
	float: right;
}

#aweberform .af-form-wrapper .af-body .af-selectWrap select,
#aweberform2 .af-form-wrapper .af-body .af-selectWrap select {
	float: right;
}


#aweberform .af-form-wrapper .af-body .af-textWrap input,
#aweberform2 .af-form-wrapper .af-body .af-textWrap input {
    background-color: #F6F4F1;
    border: 1px solid #A1A1A1;
    border-radius: 1px 1px 1px 1px;
    color: #6D6D6D;
    padding: 5px !important;
    width: 250px;
}

#aweberform .af-form-wrapper .af-body .buttonContainer .submit,
#aweberform2 .af-form-wrapper .af-body .buttonContainer .submit {
    background: none;
    -moz-transition: color 400ms ease-in 0s;
    background-color: #F8B94E;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    padding: 10px;
}

#aweberform .af-form-wrapper .af-body .buttonContainer .submit:hover,
#aweberform2 .af-form-wrapper .af-body .buttonContainer .submit:hover {
	color: #6D6D6D;
	-webkit-transition:color 400ms ease-in;
	-moz-transition:color 400ms ease-in;
	-o-transition:color 400ms ease-in;
	transition:color 400ms ease-in;
}


#aweberform .af-form-wrapper .af-body input.text:focus, #aweberform .af-form-wrapper .af-body textarea:focus,
#aweberform2 .af-form-wrapper .af-body input.text:focus, #aweberform2 .af-form-wrapper .af-body textarea:focus {
    background: #F6F4F1;
    border: 1px solid #A1A1A1;
}

#toolkit-aweber-form {
    margin-bottom: 40px;
    overflow: hidden;
}

#toolkit-aweber-form .af-form {
	width: 100%;
	border: none;
	background-color: #F6F4F1;
}

#toolkit-aweber-form #af-form-922385173 .buttonContainer {
	text-align: left;
}

#toolkit-aweber-form #af-body-922385173 .submit {
	margin-top: 5px;
	border-radius: 5px 5px 5px 5px;
    height: 40px;
    list-style-type: none;
    background-color: #F0A424;
    background-image: none;
    border-color: transparent;
    cursor: pointer;
}

#inner-content #case-study-buttons {
	margin-top: 50px;
}

#case-study-buttons li {
    border-radius: 5px 5px 5px 5px;
    color: #855300;
    height: 74px;
    list-style-type: none;
    margin-bottom: 14px;
    padding-left: 44px;
    width: 200px;
    float: left;
    margin-right: 40px;
}


#case-study-buttons li a, #case-study-buttons li p {
    color: #855300;
    display: table-cell;
    height: 74px;
    vertical-align: middle;
}

#case-study-buttons.case-study-buttons a {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 10px;
}

#inner-content .case-studies-back {
	clear: both;
	margin-top: 200px;
}