@charset "utf-8";
/* CSS Document */

.header {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 30px;
}
.orange {
	color: #D96B2C;
}
.smallgraytext, .breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.breadcrumb
{
	padding-bottom:4px
}

/* Links */
a:link {
color:#039;
text-decoration:none
}

a:visited {
color:#039;
text-decoration:none
}

a:active {
color:#039;
text-decoration:none
}

a:hover {
color:#660;
text-decoration:underline
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #BEBFDE;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
	font-size: 10px;
}

/* Mailchimp Form */
.indicate-required {
	text-align: right;
	font-style: italic;
	overflow: hidden;
	color: #333333;
	font-size: 11px;
	margin-top: 0;
	margin-right: 97px;
	margin-bottom: 0;
	margin-left: 0;
}

.mc-field-group {
margin-top: 1.3em;
	margin-left: 0px;
	padding-left: 0px;
}
.pricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D96B2C;
	margin: 0px;
	padding: 0px;
}
.service {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

