@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */
@font-face {
    font-family: "Myriad Pro";
    src: url(../../fonts/MYRIADPRO-REGULAR.OTF);
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro Semibold";
    src: url(../../fonts/MYRIADPRO-SEMIBOLD.OTF);
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro BoldIt";
    src: url(../../fonts/MYRIADPRO-BOLDIT.OTF);
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro Black";
    src: url(../../fonts/MYRIADPRO-BLACK.OTF);
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro BoldCond";
    src: url(../../fonts/MYRIADPRO-BOLDCOND.OTF);
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro SemiboldCond";
    src: url(../../fonts/MYRIADPRO-SEMIBOLDCOND.OTF);
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro Light";
    src: url(../../fonts/MYRIADPRO-LIGHT.OTF);
    font-weight: normal;
}
::-webkit-input-placeholder {
   color: #555;
   font-style: italic;
}
:-moz-placeholder {
   color: #555;
   font-style: italic;
}
::-moz-placeholder {
   color: #555;
   font-style: italic;
}
:-ms-input-placeholder {  
   color: #555;
   font-style: italic;
}
.clearfix:after {
	content:".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
}
body {
	background: #FAFAFA;
	font: normal 100% Arial, Helvetica, sans-serif;
}
#topbar {
	background: #70B155;
	height: 8px;
}
#wrapper {
	margin: 0 auto;
	width: 785px;
}
#header {
	height: 131px;
	padding: 15px 0 0;
}
#logo {
	background: url(../../images/logo.png) top left no-repeat;
	float: left;
	height: 105px;
	width: 223px;
}
#logo h1 {
	text-indent: -10000px;
}
#phone {
	color: #549A4B;
	float: right;
	font: bold 24px "Myriad Pro", Arial, Helvetica, sans-serif;
	margin: 40px 0 0;
	text-align: right;
	width: 250px;
}
#phone-number {
	color: #363636;
	position: relative;
	font: bold 40px "Myriad Pro Semibold", Arial, Helvetica, sans-serif;
}
#inner {
	border: 1px solid #ECECEC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(250,250,250,1)));
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(250,250,250,1) 100%);
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(250,250,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fafafa',GradientType=0 );
	padding: 15px 30px;
}
h2.heading {
	color: #55955B;
	font: bold 40px/42px "Myriad Pro Semibold", Arial, Helvetica, sans-serif;
}
h2.heading em {
	color: #6FA341;;
	font: bold 40px/42px "Myriad Pro BoldIt", Arial, Helvetica, sans-serif;
}
#content-left {
	float: left;
	width: 390px;
}
#photo {
	background: url(../../images/photo.png) no-repeat 0 0;
	height: 299px;
	margin: 25px 0;
	width: 355px;
}
#list-heading {
	color: #292929;
	font: bold 18px "Myriad Pro SemiboldCond", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
#list {
	margin: 0 0 0 15px;
}
#list li  {
	color: #292929;
	font: 16px "Myriad Pro Light", Arial, Helvetica, sans-serif;
	list-style: square;	
	margin: 0 0 10px;
}
#content-right {
	background: rgb(224,226,224);
	background: -moz-linear-gradient(top, rgba(224,226,224,1) 0%, rgba(229,229,228,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,226,224,1)), color-stop(100%,rgba(229,229,228,1)));
	background: -webkit-linear-gradient(top, rgba(224,226,224,1) 0%,rgba(229,229,228,1) 100%);
	background: -o-linear-gradient(top, rgba(224,226,224,1) 0%,rgba(229,229,228,1) 100%);
	background: -ms-linear-gradient(top, rgba(224,226,224,1) 0%,rgba(229,229,228,1) 100%);
	background: linear-gradient(to bottom, rgba(224,226,224,1) 0%,rgba(229,229,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e0', endColorstr='#e5e5e4',GradientType=0 );
	float: right;
	padding: 0 0 10px;
	width: 315px;
}
#form-header {
	background: rgb(118,173,82);
	background: -moz-linear-gradient(top, rgba(118,173,82,1) 0%, rgba(71,139,68,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,173,82,1)), color-stop(100%,rgba(71,139,68,1)));
	background: -webkit-linear-gradient(top, rgba(118,173,82,1) 0%,rgba(71,139,68,1) 100%);
	background: -o-linear-gradient(top, rgba(118,173,82,1) 0%,rgba(71,139,68,1) 100%);
	background: -ms-linear-gradient(top, rgba(118,173,82,1) 0%,rgba(71,139,68,1) 100%);
	background: linear-gradient(to bottom, rgba(118,173,82,1) 0%,rgba(71,139,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ad52', endColorstr='#478b44',GradientType=0 );
	color: #FFF;
	font: 16px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px 0;
}
#form-header h2 {
	color: #333;
	font: normal 38px/38px "Myriad Pro Black", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	text-shadow: 1px 1px 0 #8AC465;
	text-transform: uppercase;
}
#form-header h2 strong {
	font-weight: bold;
}
#form-header h2 strong.yellow {
	color: #F7E01B;
}
#form-header-arrow {
	background: url(../../images/form-header-arrow.png) no-repeat bottom left;
	height: 24px;
}
#leadform {
	padding: 0 0 0 20px;
	margin: 10px 0;
}
#leadform input[type="text"],
#leadform select {
	background: #FFF;
	border: solid 1px #BDBFBD;
	color: #171717;
	font: normal 16px "Myriad Pro", Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0 0 10px;
}
#leadform input[type="text"] {
	width: 250px;
}
#leadform select {
	width: 272px;
}
#leadform select option:first-child {
	color: #A8A3A3;
	font-style: italic;
}
#leadform select option {
	color: #171717;
	font-style: normal;
}
#leadform #submit-arrow {
	background: url(../../images/arrow.png) no-repeat 0 0;
	display: inline-block;
	height: 62px;
	margin: -15px 0 0 -40px;
	width: 88px;
}
#leadform #submit-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgb(249,210,101);
	background: -moz-linear-gradient(top, rgba(249,210,101,1) 0%, rgba(245,192,85,1) 49%, rgba(242,173,43,1) 51%, rgba(237,152,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,210,101,1)), color-stop(49%,rgba(245,192,85,1)), color-stop(51%,rgba(242,173,43,1)), color-stop(100%,rgba(237,152,25,1)));
	background: -webkit-linear-gradient(top, rgba(249,210,101,1) 0%,rgba(245,192,85,1) 49%,rgba(242,173,43,1) 51%,rgba(237,152,25,1) 100%);
	background: -o-linear-gradient(top, rgba(249,210,101,1) 0%,rgba(245,192,85,1) 49%,rgba(242,173,43,1) 51%,rgba(237,152,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,210,101,1) 0%,rgba(245,192,85,1) 49%,rgba(242,173,43,1) 51%,rgba(237,152,25,1) 100%);
	background: linear-gradient(to bottom, rgba(249,210,101,1) 0%,rgba(245,192,85,1) 49%,rgba(242,173,43,1) 51%,rgba(237,152,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d265', endColorstr='#ed9819',GradientType=0 );
	color: #222;
	border: 1px solid #D98C1A;
	cursor: pointer;
	font: 22px "Myriad Pro BoldCond", Arial, Helvetica, sans-serif;
	height: 55px;
	position: relative;
	top: -10px;
	width: 221px;
}
#leadform #submit-button:hover {
    -webkit-box-shadow: inset 0 0 20px #EED413;
    -moz-box-shadow: inset 0 0 20px #EED413;
    box-shadow: inset 0 0 20px #EED413;
}
#call {
	color: #141414;
	font: 28px "Myriad Pro BoldIt", Arial, Helvetica, sans-serif;
	text-align: center;
}
#call span {
	color: #FF0600;
	font: 30px "Myriad Pro Semibold", Arial, Helvetica, sans-serif;	
}
#secure {
	background: url(../../images/lock.png) top right no-repeat;
	color: #070707;
	float: right;
	font: 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	height: 26px;
	padding: 7px 30px 0 0;
}
#footer-banner {
	background: url(../../images/footer-banner.png);
	height: 105px;
	margin: 64px auto 85px;
	width: 785px;
}
#footer {
	border-top: 1px solid #B7B7B7;
	padding: 35px 0 0;
}
#links {
	color: #ACACAC;
	font: 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: center;
}
#links a {
	color: #ACACAC;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#copyright {
	color: #707070;
	font: 12px "Myriad Pro", Arial, Helvetica, sans-serif;
	margin: 23px 0;
	text-align: center;
}
.validation-message {
	display: inline-block;
	margin: -2px 0 0 2px;
}
.valid {
	background: url(../../images/check.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: relative;
	top: 5px;
}
.invalid {
	background: url(../../images/x.png) no-repeat 0 0;
	color: #555;
	font: normal 12px "Myriad Pro", Arial, Helvetica, sans-serif;
	height: 16px;
	padding: 2px 0 0 20px;
	position: relative;
	top: 5px;
}