/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'aardvark_caferegular';
	src: url('fonts/aardc_-webfont.eot');
	src: url('fonts/aardc_-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/aardc_-webfont.woff') format('woff'),  url('fonts/aardc_-webfont.ttf') format('truetype'),  url('fonts/aardc_-webfont.svg#aardvark_caferegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
	line-height: 20px;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #000;
	background: #578626 url(images/spend-win-bg.jpg) center top no-repeat;
}
a {
	text-decoration: none;
	color: #a10000;
	transition: all .2s ease-in-out;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #c8150c;
	line-height: 1em;
	font-weight: normal;
	font-family: 'aardvark_caferegular';
	text-shadow: none;
	letter-spacing: 1px;
	margin: 0px 0px 20px 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #c8150c;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	padding-bottom: 5px;
	line-height: 26px;
}
strong {
	font-weight: bold;
	color: #1c1c1c;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* Images Alignment */
img.left {
	float: left;
	margin: 7px 20px 5px 0px;
	border: 4px solid #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.42);
	border-radius: 7px;
}
img.right {
	float: right;
	margin: 7px 0px 5px 20px;
	border: 4px solid #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.42);
	border-radius: 7px;
}
img.center {
	margin: 0px 0px 30px 0px;
	border: 4px solid #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.42);
	border-radius: 7px;
}
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}
#content {
	padding: 30px 0px 0px 0px;
	text-align: center;
}
#content h2 {
	font-size: 50px;
	color: #f2e400;
	border-top: 1px dotted rgba(0,0,0,0.3);
	border-bottom: 1px dotted rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 0px rgba(255,255,255,0.2) inset;
	padding: 10px 0px;
	margin: 10px 0px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
}
#content .big {
	font-size: 20px;
	color: #f2e400;
	border-top: 1px dotted rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2) inset;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
}
#content .left-area {
	float: left;
	width: 399px;
	border-right: 1px dotted rgba(0,0,0,0.3);
	box-shadow: -1px 0px 0px rgba(255,255,255,0.2) inset;
	padding: 0px 40px 0px 0px;
	min-height: 410px
}
#content .full {
	width: 100%;
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
	float:left
}
#content .half {
	width: 48%;
	float: left;
	margin: 0px 2% 0px 0px;
}
#content form {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	float: left;
	width: 520px;
}
#content form label {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: block;
}
#content form label span {
	color: #ff0000;
}
#content form input[type="text"], #content form input[type="email"], #content form input[type="tel"], #content form input[type="file"], #content form select, #content form textarea {
	font-size: 15px;
	padding: 11px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 88%;
	background: #fff;
	border: none;
	border-top: 3px solid #ffffff;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.3);
	font-family: 'OpenSans' !important;
	margin: 0px;
}
#content form input[type="text"].small {
	width: 80px;
}
#content form select {
	width: 100%;
	padding: 10px 15px;
}
#content form select.small {
	width: 121px;
	float: left;
	margin-right: 10px;
}
#content form textarea {
	width: 60%;
	font-family: 'OpenSans' !important;
}
#content form input[type="text"]:focus, #content form input[type="email"]:focus, #content form input[type="tel"]:focus, #content form select:focus, #content form textarea:focus {
	background: #f8f8f8;
	color: #000;
}
#content form .wpcf7-captchac {
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	height: 44px;
	margin: 0px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.3);
}
#content form input.wpcf7-captchar {
	width: 90px !important;
	margin: 0px;
	border-radius: 0px 3px 3px 0px;
	float: left
}
.wpcf7-response-output {
	display: block !important;
	clear: both !important;
	margin: 25px 0px 0px 0px !important
}
#content form .buttons {
	margin: 15px 0px 0px;
	padding: 25px 0 0 0px;
	border-top: 1px dotted rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2) inset;
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}
#content form input[type="submit"] {
	background: #f5eb03;
	border-radius: 4px;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.19) inset;
	color: #A10000;
	font-family: 'aardvark_caferegular';
	font-size: 30px;
	padding: 9px 30px;
	margin: 0px;
	border: none;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.46);
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
#content form input[type="submit"]:hover {
	background: #eb1e26;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.46);
	color: #fff;
}
#content form input[type="button"] {
	border-radius: 4px;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.19) inset;
	font-family: 'aardvark_caferegular';
	font-size: 30px;
	padding: 11px 30px;
	margin: 0px;
	border: none;
	cursor: pointer;
	background: #eb1e26;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.46);
	color: #fff;
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
#content form input[type="button"]:hover {
	background: #f5eb03;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.46);
	color: #A10000;
}
#content form a.button {
	border-radius: 4px;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.19) inset;
	font-family: 'aardvark_caferegular';
	font-size: 30px;
	padding: 0px 30px;
	line-height: 51px;
	margin: 0px;
	border: none;
	cursor: pointer;
	background: #eb1e26;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.46);
	color: #fff;
	height: 51px;
	display: inline-block;
}
#content form a.button:hover {
	background: #f5eb03;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.46);
	color: #A10000;
	text-decoration: none;
}
.wpcf7-not-valid{
	border-top: 3px solid #eb1e26 !important;
	outline: medium none;
}
.wpcf7-not-valid-tip {
	position: absolute !important;
	left: -50px !important;
	top: 0px !important;
	width: 50px !important;
	height: 44px !important;
	padding: 0 !important;
	overflow: hidden;
	text-indent: -9999px !important;
	padding: 0;
	border: none !important;
}
.wpcf7-validation-errors {
	border: 0;
	display: none !important;
}
.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 25px 0 0 0 !important;
	padding: 7px 10px !important;
	background: #7DCC68 !important;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block !important;
	clear: both !important
}
#printableArea {
	text-align: center;
	font-weight: bold;
}
#printableArea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
#printableArea label {
	margin: 0px 1% 0px 0px;
	padding: 0px;
	float: left;
	font-weight: normal;
	font-size: 14px;
	width: 49%;
	text-align: right;
}
#printableArea span {
	float: left;
	text-align: left;
	width: 49%;
	margin: 0px 0px 0px 1%;
}
p.print-buttons {
	margin: 15px 0px 0px;
	padding: 30px 0 0 0px;
	border-top: 1px dotted rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2) inset;
	clear: both;
}
p.print-buttons input[type="submit"].print-button {
	background: #f5eb03;
	border-radius: 4px;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.19) inset;
	color: #A10000;
	font-family: 'aardvark_caferegular';
	font-size: 30px;
	padding: 15px 30px;
	margin: 0px;
	border: none;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.46);
	cursor: pointer;
}
p.print-buttons input[type="submit"].print-button:hover {
	background: #eb1e26;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.46);
	color: #fff;
}
p.print-buttons input[type="submit"].back-button {
	border-radius: 4px;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.19) inset;
	font-family: 'aardvark_caferegular';
	font-size: 30px;
	padding: 15px 30px;
	margin: 0px;
	border: none;
	cursor: pointer;
	background: #A10000;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.46);
	color: #fff;
}
p.print-buttons input[type="submit"].back-button:hover {
	background: #F2951F;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.46);
	color: #A10000;
}
