@charset "UTF-8";
/* CSS Document */

body, HTML {
width: 100%;
margin: 0;
padding: 0;
}

H1 {
	font-size: 0.9em;
	color:#6A970D;
	padding: 0 0 0 40px;
	margin: 0 0 0 0;
}

H2 {
	font-size: 0.8em;
	color:#6A970D;
	padding: 0 0 0 40px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}
H3{
	font-size: 1.2em;
	color:#6A970D;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
a {
}
a:hover {
}
a: visited {
}

body {
	background:url(../images/bodyBG.jpg) center bottom repeat-x;
	height: 100%;
}

#mainContainer {
	background:url(../images/mainBG.jpg) center top repeat-x;
	display: table;
	z-index: 1;
	width: 100%;
}

/* header styles */
#header {
	position: relative;
	float: right;
	width: 100%;
	height: 211px;
	min-width: 1010px;
}
#headerFlash{
	z-index: 2;
	position: absolute;
	right: 0px;
	top: 0px;
}
#headerLogo {
	float: left;
	margin: 31px 0 0 0;
}
#menu {
	height: 21px;
	width: 100%;
	border-top: 1px solid #B4C971;
	float: left;
	position: relative;
	margin: 79px 0 0 0;
}
#secnav {
	text-align: left;
}
#secnav a {
	color: #ffffff;
	border-right: 1px solid #B4C971;
	font-weight: normal;
	padding: 6px 11px 7px 11px;
	line-height: 22px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#secnav a:hover {
	color: #6A970D;
	border-right: 1px solid #B4C971;
	font-weight: normal;
	padding: 6px 11px 7px 11px;
	line-height: 22px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-color: #B4C971;
}
/* end header styles */

/* page content styles */
#pageDiv {
	width: 100%;
	display: table;
	min-width: 1020px;
}
#contentDiv {
	width: 100%;
	position: relative;
	float: right;
	display: table;
	min-width: 1020px;
}
#leftCol {
	width: 178px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	padding: 70px 0 0 0;
	float: left;
	margin: 0 0 0 9px;
	position: relative;
	height: 930px;
}
#centerCol {
	display:table;
	min-width: 600px;
	float: left;
	margin: 70px 7px 0 17px;
	position: relative;
	width: 60%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
}
#centerCol p {
	padding: 0 40px 0 40px;
	line-height: 16px;
}
#rightCol {
	width: 177px;
	display: table;
	float: right;
	position: relative;
	padding: 70px 0 0 0;
	margin: 0 10px 0 0;
}
/* end page content styles */

/* footer styles */
#footer {
	width: 100%;
	border-top: solid #ffffff 1px;
	height: 76px;
	position: relative;
	float: right;
	background: #6A970D url(../images/footerBG.jpg) left top no-repeat;
	font-size:10px;
	color:#3A2F04;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	position: relative;
	float: right;
	border-left: solid #999999 1px;
	padding: 0 5px 0 5px;
	text-decoration:none;
	margin: 52px 0 0 0;
	color:#ffffff;
	text-transform: uppercase;
}

#footer a:hover {
	position: relative;
	float: right;
	border-left: solid #999999 1px;
	padding: 0 5px 0 5px;
	margin: 52px 0 0 0;
	color:#392E04;
	text-transform: uppercase;
}
#footerLine {
	height: 4px;
	width: 100%;
	position: relative;
	float: left;
	background: #392E04 url(../images/footerLineBg.jpg) left top no-repeat;
}
/* end footer styles */

/* classes styles */
.formcolor {
	background-color: #cccccc;
	border: solid #999999 1px;
	color: #999999;
	font-size: 0.9em;
	padding: 6px 0px 6px 0px;
	margin: 0 0 16px 0;
	width: 175px;
}
.btn {
	background-color: #cccccc;
	border: solid #999999 1px;
	color: #999999;
	padding: 3px 5px 3px 5px;
}
.btn:hover {
	background-color: #6A970D;
	border: solid #999999 1px;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
}
.promoBox {
	background:url(../images/promoBox.png) center top no-repeat;
	width: 179px;
	height: 130px;
	margin: 0 0 25px 0;
}
.promoContent {
	width:100%;
	height: 100px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	padding: 30px 0 0 0;
}
.kioskBox {
	width: 200px;
	height: 195px;
	margin: 0 0 50px 0;
	position: relative;
	float: left;
	background: url(../images/kioskBoxBG.png) center bottom no-repeat;
	color: #666666;
	font-size: 0.7em;
}
.smallGreen {
	color: #6A970D;
	font-size: 0.9em;
}
.kioskPrice {
	bottom: 2px;
	color: #ffffff;
	font-size: 1.7em;
	position: absolute;
	left: 15px;
	font-weight: 300;
}
.kioskBox ul {
	margin: 13px 0 15px 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
}
.kioskImage{
position: absolute;
right: 0px;
bottom: 3px;
}
.kioskTitle {
	margin: 7px 0 0 0;
}
