@charset "UTF-8";

body,td,th {
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #263E0F;
}
body {
	background-image: url(images/tile.png), -webkit-linear-gradient(270deg,rgba(239,227,132,1.00) 0%,rgba(219,195,141,1.00) 100%);
	background-image: url(images/tile.png), -moz-linear-gradient(270deg,rgba(239,227,132,1.00) 0%,rgba(219,195,141,1.00) 100%);
	background-image: url(images/tile.png), -o-linear-gradient(270deg,rgba(239,227,132,1.00) 0%,rgba(219,195,141,1.00) 100%);
	background-image: url(images/tile.png), linear-gradient(180deg,rgba(239,227,132,1.00) 0%,rgba(219,195,141,1.00) 100%);
	background-repeat: repeat-x;
	background-color: #EFE3B4;
}
html {
	height: auto;
	min-height: 100%;
}
header {
	background-image: url(images/header-cactus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
nav {
	padding-left: 85px;
}
.block {
	display: block;
}
h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.7em;
	text-shadow: 2px 2px 4px #362923;
}
article {
	margin-top: 30px;
	margin-left: 110px;
	margin-right: 15%;
}
footer {
	border-top: 1px solid #797157;
	color: #797157;
	font-size: 0.75em;
	margin-top: 30px;
	padding-top: 6px;
}
.borderless {
	border-style: none;
}
.imgpad {
	padding-top: 5px;
	padding-right: 10px;
}
#special {
	background-color: #C2D59B;
	width: 550px;
	height: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-style: dashed;
	border-width: 8px;
	-webkit-box-shadow: 5px 5px 10px #333333;
	box-shadow: 5px 5px 10px #333333;
}
dt   {
	padding-left: 40px;
	padding-top: 10px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(images/Q&A.png);
	background-repeat: no-repeat;
}
dd   {
	margin-left: 30px;
	margin-bottom: 1em;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/Q&A.png);
	background-repeat: no-repeat;
	background-position: left -40px;
}
