/*
green: 83b525
*/
@font-face {
	font-family: MyGotham;
	src: url('/fonts/Gotham-Book.otf');
}

@font-face {
	font-family: MyGotham;
	font-style: italic;
	src: url('/fonts/Gotham-BookIta.otf');
}

@font-face {
	font-family: MyGotham;
	font-weight: bold;
	src: url('/fonts/Gotham-Bold.otf');
}

@font-face {
	font-family: MyGotham;
	font-style: italic;
	font-weight: bold;
	src: url('/fonts/Gotham-BoldIta.otf');
}

html { height: 100%; font-size: 16px; }

body {
	margin: 0;
	padding: 0;
	font-family: Gotham, MyGotham, Arial, Helvetica, sans-serif;
	background: #dde4d0;
	min-height: 100%;
	position: relative;
}

body.small {
	font-size: .85em;
}

body.normal {
	font-size: 1em;
}

body.large {
	font-size: 1.2em;
}

input,select,textarea {
	font-family: Gotham, MyGotham, Arial, Helvetica, sans-serif;
}

div,h1,h2,h3,h4,h5,h6,form,p,ol,ul,fieldset,input,select {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	border: none;
}

* {
	outline: none;
}

a {
	outline: none;
}

a img {
	border: none;
}

.imagetext {
	display: block;
	text-indent: -9999px;
}

li.spacer, div.spacer { height: 0; clear: both; overflow: hidden; }

#background-wrap {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#background {
	margin: auto;
	width: 980px;
	position: relative;
}

#background img {
	margin: auto;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

#background img.animate {
	z-index: 2;
}

#header-wrap {
	background: #474747 url(../img/header/back.png) repeat-x left bottom;
	position: relative;
	z-index: 2;
}

#header {
	width: 980px;
	margin: auto;
	position: relative;
	font-size: .9em;
	padding: 1em 0 2.4em;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

#header a:hover {
	color: #83b525;
}

#quick-nav {
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	font-size: .75em;
	text-transform: uppercase;
	margin: 2.9em 0;
	width: 100px;
}

#quick-nav li.nav-item {
	margin: 0 0 1em;
	background: url(../img/header/quick-nav-icon.png) no-repeat left top;
}

#quick-nav li.nav-item a {
	display: block;
	padding-left: 30px;
	min-height: 1.5em;
	line-height: 16px;
}

#quick-nav li.facebook {
	background: url(../img/icons/facebook_16.png) no-repeat 0 top;
}

#quick-nav li.facebook a {
}

#logo {
	position: absolute;
	left: 100px;
	top: -9px;
	height: 100%;
	width: 218px;
	background: url(../img/header/logo-blue.png) no-repeat center center;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#nav {
	position: relative;
	list-style: none;
	text-transform: uppercase;
	width: 640px;
	margin: 0 0 0 340px;
}

#nav li.nav-item {
	float: right;
	width: 230px;
	margin: 1.5em 0 0;
	position: relative;
	z-index: 1;
}

#nav li.nav-item-small {
	width: 160px;
}

#nav li.nav-item-large {
	width: 230px;
}

#nav li.nav-item a {
	display: block;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}

#nav ul.sub-nav {
	clear: both;
	display: none;
	list-style: none;
	position: absolute;
	z-index: 1000;
	background: url(../img/header/sub-nav-back.png) no-repeat left bottom;
	width: 230px;
	margin: 0 -10px;
	padding: 0 0 .75em;
}

#nav ul.sub-nav li.sub-nav-item {
	margin: .25em 0 0;
}

#nav ul.sub-nav li.sub-nav-item a {
	padding: 0 10px;
}

#nav li.nav-item span.arrow {
	padding-right: 15px;
	background: url(../img/header/nav-arrow.png) no-repeat right center;
	width: 8px;
}

#nav li a.current {
	color: #83b525;
}

#nav li.active {
	z-index: 2;
}

#nav li.active a.sub-nav {
	color: #83b525;
	z-index: 1001;
	width: 220px;
	background-image: url(../img/header/sub-nav-back.png);
	padding: .75em 10px 0;
	margin: -.75em -10px 0;
}

#nav li.active ul.sub-nav {
	display: block;
}

#nav li.sub-reverse a.sub-nav {
	background-position: left bottom;
}

#nav li.active.sub-reverse>a.sub-nav {
	padding: 0 10px .75em;
	margin: 0 -10px -.75em;
}

#nav li.sub-reverse ul.sub-nav {
	bottom: 0;
	background-position: left top;
	padding: .75em 0 0;
	margin: -.75em -10px 1em;
}

#nav li.sub-reverse ul.sub-nav li.sub-nav-item {
	margin: 0 0 .25em;
}

#breadcrumbs {
	float: left;
	font-size: .8em;
	margin: 0 0 15px;
	font-weight: bold;
}

#content #breadcrumbs a {
	text-decoration: none;
}

#content #breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs a.current {
	color: #2b2a2a;
}

#content {
	position: relative;
	z-index: 2;
	width: 572px;
	margin: auto;
	padding: 15px 0 30px 408px;
	color: #2b2a2a;
	overflow: visible;
}

#back-to-top {
	position: absolute;
	right: 590px;
	padding: 15px 18px;
	font-size: .8em;
	top: 0;
	display: block;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/back-to-top.png);
	color: #2b2a2a !important;
	white-space: nowrap;
}

#back-to-top:hover {
	color: #6f9d18 !important;
}

#content .text-sizer {
	float: right;
	margin: 0 0 15px;
	font-size: .8em;
	line-height: 1em;
	white-space: nowrap;
	width: auto;
}

#content .text-sizer span {
	color: #6b9a16;
	font-weight: normal;
	text-transform: uppercase;
}

#content .text-sizer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#content .text-sizer .text-size-small {
	font-size: 12px;	
}

#content .text-sizer .text-size-normal {
	font-size: 16px;	
}

#content .text-sizer .text-size-large {
	font-size: 20px;	
}

#content p {
	
	font-size: .85em;
	line-height: 1.5em;
	text-align: justify;
	margin: 0 0 1.5em;
}

#content img.p {
	display: block;
}

#content ul, #content ol {
	font-size: .85em;
	margin: 0 2em 1.5em;
}

#content ul li, #content ol li {
	line-height: 1.5em;
	margin: 0 0 .5em;
}

#content a {
	color: #6f9d18;
}

#content a:hover {
	text-decoration: none;
}

#content h2, #content h3, #content h4, #content h5, #content strong, #content b, #breadcrumbs, .text-sizer a {
	text-shadow: #f5f7f1 0 1px 0;
}

#content h2 {
	font-weight: 100;
	font-size: 1.6em;
	line-height: 33px;
}

#content h2 span.arrow {
	background: url(../img/dark-arrow.png) no-repeat right center;
	padding: 0 16px 0 0;
}

#content h2.has-sub-nav {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

#content h2.has-sub-nav span.arrow {
	position: relative;
	z-index: 200;
}

#content h2.active, #content h2.hover {
	color: #83b525;
}

#content h2.hover {
	text-shadow: none;
}

#content h2.hover span.arrow {
	background-image: url(../img/green-arrow.png);
}

#content h2 .sub-nav {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 1.35em 0 0;
	text-shadow: none;
	min-width: 250px;
	width: 100%;
}

#content h2.hover .sub-nav {
	display: block;
}

#content h2 .sub-nav .sub-nav-top-left, #content h2 .sub-nav .sub-nav-top-right, #content h2 .sub-nav .sub-nav-bottom-left, #content h2 .sub-nav .sub-nav-bottom-right {
	background: url(../img/content/header-sub-nav.png) no-repeat;
	z-index: 1;
}

#content h2 .sub-nav .sub-nav-top-left {
	background-position: left top;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -10px;
	top: -10px;
	padding: 0 0 10px 10px;
}

#content h2 .sub-nav .sub-nav-top-right {
	background-position: right top;
	position: absolute;
	width: 10px;
	height: 100%;
	right: -10px;
	top: -10px;
	padding: 0 0 10px;
}

#content h2 .sub-nav .sub-nav-bottom-left {
	background-position: left bottom;
	position: absolute;
	width: 100%;
	height: 10px;
	left: -10px;
	bottom: -10px;
	padding: 0 0 0 10px;
}

#content h2 .sub-nav .sub-nav-bottom-right {
	background-position: right bottom;
	position: absolute;
	width: 10px;
	height: 10px;
	right: -10px;
	bottom: -10px;
}

#content h2 .sub-nav ul {
	margin: 0;
	list-style-type: none;
}

#content h2 .sub-nav ul li.sub-nav-item {
	position: relative;
	display: block;
	z-index: 2;
	margin: 0 0 .25em;
	line-height: 1em;
	font-size: .65em;
}

#content h2 .sub-nav ul li.sub-nav-item a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

#content h2 .sub-nav ul li.sub-nav-item a:hover {
	color: #83b525;
}

#content h3 {
	font-size: 1.3em;
	margin: 0 0 .35em;
}

#content h4 {
	font-size: 1.18em;
	margin: 0 0 .35em;
}

#content h5 {
	color: #6b9a16;
	margin: 0 0 .35em;
	font-size: 1.1em;	
}

#content h5 a {
	text-decoration: none;
}

#content h5 a:hover {
	text-decoration: underline;
}

#content .gallery .gallery-item {
	width: 50%;
	float: left;
}

#content .gallery .gallery-item img {
	display: block;
	margin: auto;
}

#content .gallery .gallery-item cite {
	display: block;
	text-align: center;
	font-style: normal;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

#search {
	float: right;
	margin-bottom: 15px;
	position: relative;
	z-index: 100;
}

#search a.search-button {
	background-image: url(../img/search.png);
	width: 160px;
	height: 33px;
	display: block;
}

#search-active {
	background: url(../img/search/back-sub.png);
	width: 332px;
	height: 140px;
	position: absolute;
	top: -12px;
	right: 0;
	visibility: hidden;
	z-index: 10000;
}

#search-active .by-category, #search-active .by-keyword {
	height: 26px;
	margin: 0 26px 10px;
}

#search-active a.close {
	display: block;
	text-indent: -9999px;
	height: 56px;
}

#search-active .by-category div.select {
	width: 280px;
	height: 26px;
	background: url(../img/search/box-dropdown.png) no-repeat left top;
	position: relative;
}

#search-active .by-category select {
	width: 280px;
	height: 100%;
	font-size: 12px;
	color: #2b2a2a;
}

#search-active .by-keyword input.field {
	background: url(../img/search/box-textbox.png) no-repeat left top;
	width: 232px;
	height: 20px;
	padding: 6px 6px 0;
	font-size: 14px;
	color: #9b9a9a;
	float: left;
}

#search-active .by-keyword input.active {
	color: #2b2a2a;
}

#search-active .by-keyword input.submit {
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 10px;
	background: url(../img/search/box-submit.png) no-repeat left top;
}

#content .search-pages {
	text-align: center;
}

#content .search-result {
	background: url(../img/hdash.png) repeat-x left top;
	padding: 1em 0 0;
	margin: 0 0 1em;
	text-align: left;
}

#content .search-result .title {
	font-weight: bold;
}

#content .search-result .details {
	font-size: .9em;
}

#footer {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer-top-wrap {
	background-color: #000;
}

#footer-top {
	width: 980px;
	margin: auto;
	font-size: .8em;
}

#footer-top h6 {
	color: #83b525;
	text-transform: uppercase;
	line-height: 3em;
	float: left;
}

#footer-top a.facebook {
	float: right;
	width: 166px;
	margin-top: -.1em;
	height: 3em;
	background: url(../img/footer/facebook.png) no-repeat center center;
}

#footer-top a.facebook span {
	display: none;
}

#footer-content-wrap {
	background: url(../img/footer/back.png) repeat-x left top;
}

#footer-content {
	width: 980px;
	margin: auto;
	color: #6b6b6b;
	padding: 30px 0;
	font-size: .8em;
}

#footer-content a {
	color: #6b6b6b;
	text-decoration: none;
}

#footer-content a:hover {
	text-decoration: underline;
}

#footer-content a.hilite {
	color: #83b525;
}

#footer-logos {
	float: right;
	display: inline;
	width: 310px;
	height: 73px;
	background: url(../img/footer/logos.png);
}

#footer-content div.spacer {
	clear: left;
}

#quick-links {
	width: 670px;
	display: inline;
	list-style: none;
	line-height: 1.35em;
}

#quick-links li {
	float: left;
	width: 167px;
}

#footer-content p.copyright {
	margin-top: 1.35em;
}

#content ul.stores {
	list-style: none;
	margin: 0;
	line-height: 1em;
	color: #413f3f;
	background: url(../img/hdash.png) repeat-x left bottom;
	padding: 0 0 1px;
}

#content ul.stores li.store {
	margin: 0;
	padding: 1px 0 0;
	background: url(../img/hdash.png) repeat-x left top;
}

#content ul.stores li.store .quick {
	padding: .75em 0;
	display: block;
	text-decoration: none;
}

#content ul.stores li.store .quick span.title, #content ul.stores li.store .quick span.phone {
	color: #413f3f;
}

#content ul.stores li.store a.quick:hover span.title {
	color: #6f9d18;
}

#content ul.stores li.store span.title {
	float: left;
	width: 71%;
}

#content ul.stores li.store div.details .left {
	float: left;
	margin: 0 0 1.35em;
}

#content ul.stores li.store div.details .right {
	float: right;
	margin-bottom: 1.35em;
}

#content ul.stores li.store div.details span.phone, #content ul.stores li.store div.details span.address, #content ul.stores li.store div.details a.email, #content ul.stores li.store div.details a.website {
	display: block;
	line-height: 1.35em;
}

#content ul.stores li.store div.details {
	font-size: .9em;
	display: none;
}

#content ul.stores li.store div.details div.images {
	margin: 0 0 .35em;
}

#content ul.stores li.store div.details div.images img {
	width: 284px;
	height: 165px;
	float: left;
}

#content ul.stores li.store div.details div.images img.google {
	float: right;
}

#content ul.stores li.store div.details p {
	font-size: 1em;
	margin: 1.35em 0;
}

#content ul.stores li.store span.map {
	color: #6f9d18;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}

#content .loading {
	height: 32px;
	width: 32px;
	background: url(../img/ajax-loader.gif) no-repeat center center;
	margin: auto;
	padding: .7em 0;
}

#content #store-search {
	list-style: none;
	margin: 0 0 1em;
}

#content #store-search .search-links {
	display: none;
}

#content #store-search li {
	background: #454343;
	padding: 15px;
	margin: 0 0 1px;
	height: 26px;
}

#store-search h6 {
	color: #6f9d18;
	line-height: 26px;
	text-transform: uppercase;
	float: left;
}

#store-search fieldset {
	float: right;
	width: 280px;
}

#store-search fieldset input.field {
	background: url(../img/search/textbox-main.png) no-repeat left top;
	width: 268px;
	height: 20px;
	padding: 6px 6px 0;
	font-size: 14px;
	color: #2b2a2a;
}

#store-search fieldset select {
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #2b2a2a;
}

#store-search fieldset div.select {
	width: 280px;
	height: 26px;
	background: url(../img/search/select-main.png) no-repeat left top;
	position: relative;
}

#content ul.events {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

#content .event {
	margin: 0 0 1.5em;
	padding: 0 0 1px;
	background: url(../img/hdash.png) repeat-x left bottom;
}

#content .event img.event-image {
	display: block;
}

div.select .selected {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	padding: 0 26px 0 6px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

div.select select {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

a.icon {
	position: relative;
	padding-right: 20px;
}

a.icon span.icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: no-repeat right center;
}

a.pdf span.icon {
	background-image: url(../img/icons/doc-pdf.png);
}

a.ppt span.icon {
	background-image: url(../img/icons/doc-ppt.png);
}

a.outbound span.icon {
	background-image: url(../img/icons/new-window.png);
}

a.email span.icon {
	background-image: url(../img/icons/email.png);
}

#content ul.accordion {
	list-style: none;
}

#content .accordion {
	background: url(../img/hdash.png) repeat-x left bottom;
	padding: 0 0 1px;
	margin: 0 0 1.5em;
}

#content .accordion .accordion-item {
	margin: 0;
	padding: 1px 0 0;
	background: url(../img/hdash.png) repeat-x left top;
}

#content .accordion .details {
	display: none;
}

#content .accordion .gallery {
	margin: 0 0 .75em;
	text-align: center;
}
	
#content .accordion .gallery a {
	width: 188px;
	text-align: center;
	text-decoration: none;
	display: inline-table;
	vertical-align: top;
}

#content .accordion .gallery a img, #content .accordion .gallery a cite {
	display: block;
}

#content .accordion .gallery a cite {
	font-size: .9em;
	width: 180px;
	line-height: 1.25em;
	font-style: normal;
	margin: .5em 0 0;
}

#content .accordion .details p, #content .accordion .details ol, #content .accordion .details ul {
	font-size: 1em !important;
}

#content .accordion .details ul {
	list-style-type: disc;
}

#content .accordion .quick {
	padding: .75em 0;
	display: block;
	text-decoration: none;
	color: #413f3f;
}

#content .accordion a.quick:hover {
	color: #6f9d18;
}

#content .accordion .quick span.sub {
	color: #6f9d18;
	text-decoration: none;
	font-weight: normal;
	float: right;
}

.more {
}