@charset "UTF-8";

/*---------- 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, 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;
}

a:link,a:visited{
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}

ul, ol{
	list-style: none;
}

html{
	width: 100%;
	height: 100%;
}

body{
	font-family: 'Myriad Pro', sans-serif;
	font-size: 20px;
	color: #fff;
	background: #589d35 url(../images/body-bg.gif) repeat-x;
}

/* --------------- clearfix ------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* END */

#headerBg{
	height: 105px;
	width: 774px;
	margin: 3px auto;
}

.lines{
	background: url(../images/lines.png) repeat-x;
	height: 1px;
	width: 564px;
	margin: 0 auto;
}

#footerBg{
	border-top: 1px dotted #dae6d6;
	min-height: 111px;
}

.header, .content, .footer{
	width: 774px;
	margin: 0 auto;
}

.content{
	min-height: 661px;
}

.header h1{
	font-size: 72px;
	font-family: Elephant;
	color: #fff;
	text-align: center;
	width: 197px;
	margin: 32px auto 0;
	text-shadow: 0 2px 1px rgba(0,0,0,0.18);
	padding-bottom: 0px;
	background: url(../images/logo.png) left 20px no-repeat;
	text-indent: -9999px;
}

.content{
	min-height: 670px;
	padding-top: 20px;
}

.content p.landingP{
	line-height: 24px;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.18);
	color: #266b2b;
}

.boxes{
	margin-top: 69px;
}

.box{
	float: left;
	margin-right: 46px;
	width: 364px;
}

.boxFix{
	margin: 0;
}

.imgArea{
	width: 364px;
	height: 227px;
	margin: 0 auto;
	background: #fff;
	border-top: 1px solid #fff;
}

.imgArea img{
	display: block;
	margin: 38px auto 0;
}

.boxBtn{
	background: #43842e;
	background:-moz-linear-gradient(top, #3e7f2d 0, #43842e);
	background:-webkit-gradient(linear, left top, left bottom, from(#3e7f2d), to(#43842e));
	background:-o-linear-gradient(top, #3e7f2d 0, #43842e);
	background:-ms-linear-gradient(top, #3e7f2d 0, #43842e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e7f2d', endColorstr='#43842e', GradientType=0);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e7f2d', endColorstr='#43842e', GradientType=0);
	background:linear-gradient(top, #3e7f2d 0, #43842e);
	height: 53px;
	border-top: 1px solid #4a842d;
	border-bottom: 1px solid #63a443;
	padding: 10px 11px;
}

.boxBtn a{
	display: block;
	height: 43px;
	background: #f7ff55;
	background:-moz-linear-gradient(top, #d5de23 0, #f7ff55);
	background:-webkit-gradient(linear, left top, left bottom, from(#d5de23), to(#f7ff55));
	background:-o-linear-gradient(top, #d5de23 0, #f7ff55);
	background:-ms-linear-gradient(top, #d5de23 0, #f7ff55);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5de23', endColorstr='#f7ff55', GradientType=0);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5de23', endColorstr='#f7ff55', GradientType=0);
	background:linear-gradient(top, #d5de23 0, #f7ff55);
	border-top: 1px solid #f8fe7e;
	border-right: 1px solid #cbd41e;
	border-bottom: 1px solid #b8c01e;
	border-left: 1px solid #cbd41e;
	font-size: 26px;
	color: #707600;
	text-shadow: 2px 2px 1px rgba(255,255,255,0.75);
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}

.boxBtn a:hover{
	background: #d5de23;
	background:-moz-linear-gradient(top, #f7ff55 0, #d5de23);
	background:-webkit-gradient(linear, left top, left bottom, from(#f7ff55), to(#d5de23));
	background:-o-linear-gradient(top, #f7ff55 0, #d5de23);
	background:-ms-linear-gradient(top, #f7ff55 0, #d5de23);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ff55', endColorstr='#d5de23', GradientType=0);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ff55', endColorstr='#d5de23', GradientType=0);
	background:linear-gradient(top, #f7ff55 0, #d5de23);
}

.content p.boxP{
	font-size: 26px;
	text-align: center;
	margin-top: 43px;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.36);
	font-style: italic;
}

.footer{
	padding-top: 24px;
}

.footer p{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.36);
}