@import url("fontSquirrel/fontSquirrel.css");

@charset "utf-8";
/* CSS Document */


/*mini reset */
* {
	margin: 0;
	padding: 0;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	letter-spacing: .15em;
	}
	
header {
	text-align: center;
	padding-top: 5px;
	}
	
header a, section nav ul li a, ul.pxl_contentbtns li a { /*makes the links not in body content white with the right text shadow*/
	color: #fff !important;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-family:MyriadProRegular !important;
	font-weight: 400;
	}
	
header h1 {
	font-family:MyriadProRegular !important;
	font-size: 2.5em;
	color: #3d9b35;
	}
	
header h1 span {
	display: block;
	margin-top: 10px;
	}
	
header h2 a {
	background-image: linear-gradient(bottom, rgb(239,147,0) 24%, rgb(255,200,0) 63%);
	background-image: -o-linear-gradient(bottom, rgb(239,147,0) 24%, rgb(255,200,0) 63%);
	background-image: -moz-linear-gradient(bottom, rgb(239,147,0) 24%, rgb(255,200,0) 63%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,147,0) 24%, rgb(255,200,0) 63%);
	background-image: -ms-linear-gradient(bottom, rgb(239,147,0) 24%, rgb(255,200,0) 63%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, rgb(239,147,0)),
		color-stop(0.63, rgb(255,200,0))
	);
	display: block;
	padding: 25px 0;
	margin-top: 15px;
	font-size: 2.5em;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	}
	
header h2 a.pxl_subpage {
	padding: 15px 0;
	}

header nav ul, section nav ul li, ul.pxl_contentbtns li a {
	border-radius: 9px;
	background-image: linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -o-linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, rgb(61,155,53)),
		color-stop(0.52, rgb(120,185,0))
	);
	margin: 15px auto;
	width: 90%;
	padding: 8px 0;
	}
	
header nav ul {
	height: 65px;
	}

header nav ul li {
	width: 33%;
	display: block;
	float: left;
	vertical-align: top;
	font-size: 2.3em;
	font-weight: bold;
	}
	
header nav ul li:nth-child(even) {
	border-left: 1px groove #77b900;
	border-right: 1px ridge #77b900;
	}
	
header nav ul li img {
	clear: both;
	margin-bottom: -2px;
	}
	
header nav ul li span {
	clear: both;
	display: block;
	}
	
section nav ul {
	list-style-type: none;
	padding: 0;
	}

section nav ul li {
	font-size: 3.5em;
	padding: 0;
	}
	
section nav ul li a {
	display: block;
	padding: 15px 30px;
	background: url('../_images/_site/img_20x20_arrow.png') 95% 50% no-repeat;
	}
	
section p.pxl_fullsite {
	text-align: right;
	font-size: 2em;
	width: 89%;
	}

section p.pxl_fullsite img {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
	}
	
section p.pxl_fullsite a {
	color: #3d9b35 !important;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-family:MyriadProRegular !important;
	font-weight: 400;
	}
	
div.pxl_footerline {
	display: block;
	height: 3px;
	background: #fec800 url('../_images/_site/bkg_980x4_footerline.png') 0 0 no-repeat;
	margin: 15px 0;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	}	

/* icons */

.ui-icon-fullsite {
	background-image: url("../_images/_site/ico_18x18_fullsite.png");
	background-size: 12px 12px !important;
	background-position: center !important;
}

/* jQuery Mobile adjustments */

a.ui-btn {
	padding: 5px;
	background-image: linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -o-linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(61,155,53) 19%, rgb(120,185,0) 52%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, rgb(61,155,53)),
		color-stop(0.52, rgb(120,185,0))
	) !important;
	border: none !important;
	
	}
	
span.ui-btn-text{font-size: 1.1em !important; font-weight: bold !important;font-family:MyriadProRegular !important; letter-spacing: .1em;}
	
span.ui-btn-inner {
	border: none !important;
	}
	
div.ui-header { margin: 10px auto !important; background: none !important; padding-bottom: 25px !important; width: 90% !important;}
div.ui-footer {margin: 10px auto !important; background: none !important; border: none !important; width: 90% !important;}

div .footer-full-site {float: right;}

div.ui-content {
	font-size: 2.7em;
	line-height: 160%;
	width: 90%;
	}
	
div.ui-content h2 {
	color: #77b900;
	font-family:MyriadProLight;
	font-weight: 400px;
	border-bottom: 1px solid #77b900;
	margin-top: -5px;
	}
	
div.ui-content ul+h2, div.ui-content p+h2 {
	margin-top: 40px;
	}
	
ul.pxl_contentbtns {
	padding-left: 0 ;
	font-size: 120%;
	list-style-type: none;
	}

ul.pxl_contentbtns li {
	margin: 15px 0;
	}
	
ul.pxl_contentbtns li a {
	display: block;
	color: #c79316;
	text-decoration: none;
	padding: 15px;
	}

ol, ul { padding: 0; padding-left: 20px; }
ol li, ul li { margin: 8px 0;}

	