/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fad7a3;
	color: #87562f;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #e44a00;
	text-decoration: none;
}
a:hover {
	color: #e44a00;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #e44a00;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #87562f;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 18px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
.main {
	margin: 0 auto;
	width: 962px;
}
#header_nav {
	background-color: #ffffff;
	height: 108px;
}
#header_nav ul.small {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 135px;
	padding: 30px 0px 0px 0px;	
}
#header_nav ul.small li {
	display: inline block;	
	margin-right: 32px; 
	float: left;
}
#header_nav ul.small a {
	color: #a94b1e;
	font-size: 11px;
	text-transform: uppercase;	
}
#header_nav ul.small a:hover, #header_nav ul.small a.on {
	color: #37180b;
	text-decoration: none;
}
ul.small li form {
	border-bottom: 1px solid #e5c9bb;	
	float: right;
	margin: 0px;
	padding: 0px;
}
#searchbox {
	font-size: 11px;
	color: #a94b1e;
	border: none; 
	width: 140px;	
	float: left;
}
#header_nav ul.large {
	list-style-type: none;
	list-style-image: none;
	margin: 22px 0px 0px 110px;
}
#header_nav ul.large li {
	display: inline;
	margin-right: 30px;
}
#header_nav ul.large a {
	color: #e44a00;
	font-size: 18px;
	font-family: 'Josefin Sans', arial, serif;
	font-weight: bold;
	text-transform: uppercase;
}
#header_nav ul.large a:hover, #header_nav ul.large a.on {
	color: #37180b;	
	text-decoration: none;
}
#content_container {
	background-color: #fdf3e3;
	min-height: 500px;
}
#bounding_container {
	width: 100%;
	overflow: hidden;	
	height: 560px;
}
#hero_container {
	position: relative;
	height: 498px;	
	margin: 0 auto;
	overflow-y: hidden;
}
#content_container ul.hero {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	height: 498px;	
}
#content_container ul.hero li {
	margin: 0px;
	padding: 0px;
	display: inline;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;	
	height: 498px;	
}
#content_container ul.hero li.current {
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;	
}
#nextBtn {
	width: 67px;
	height: 67px;
	display: block;
	position: relative;
	top: -300px;
	float: right;
	padding-right: 25px;
}
#prevBtn {
	width: 67px;
	height: 67px;
	display: block;	
	position: relative;
	top: -300px;
	padding-left: 25px;
}
#lg_left_col {
	float: left;
	margin-right: 9px;	
	width: 631px;
}
#left_column {
	float: left;
	margin-right: 9px;	
}
#middle_column {
	float: left;
	margin-right: 9px;	
}
#right_column {
	float: left;	
}
#alert_column {
	width: 621px;
	border: solid 3px #fad7a3;	
	margin-bottom: 17px;
	background-color: #ffffff;
	color: #e44a00;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}
.module {
	border: solid 3px #fad7a3;
	padding: 1px;
	width: 302px;
	background-color: #ffffff;
	margin-bottom: 17px;
	height: 255px;
	overflow: hidden;
	position: relative;
	padding-bottom: 35px;
}
.module_heading {
	font-family: 'Josefin Sans', arial, serif;
	font-size: 21px;
	line-height: 48px;
	color: #a94b1e;	
	text-transform: uppercase;
	border-bottom: 1px solid #fad7a3;
	padding-left: 15px;
}
.padding {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;	
}
.padding p {
	padding-bottom: 5px;
	margin:0px;	
}
.more_info {
	background-color: #fce7c8;
	height: 27px;
	line-height: 27px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 1px;
	width: 302px;
}
.more_info a {
	color: #a94b1e;
	text-transform: uppercase;	
	padding-left: 15px;
}
#store_name {
	color: #e44a00;
	font-size: 14px;
	font-weight: bold;
}
#footer_container {
	background-color: #fad7a3;	
	min-height: 200px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_links {
	float: left;	
	width: 180px;
	margin-right: 60px;
	padding-left: 20px;
}
#footer_links ul, #footer_additional ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
#footer_links li, #footer_additional li {
	margin: 0px;
	padding: 0px 0px 5px 0px;	
}
#footer_links a {
	text-transform: uppercase;
	color: #a94b1e;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#footer_links a:hover, #footer_links a.on, #footer_additional a:hover, #footer_additional a.on {
	color: #37180b;
	text-decoration: none;	
}
#footer_additional {
	float: left;	
}
#footer_additional a {
	color: #a94b1e;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#footer_address {
	float: left;	
	color: #cb793d;
	font-size: 11px;
	margin-left: 100px;
}
#footer_address a {
	color: #9b3912;
	text-transform: uppercase;
	font-weight: bold;	
}
/*inside pages*/
#content_container_inside {
	background-color: #FDF3E3;
	margin: 0 auto;	
	min-height: 500px;
	background-image: url(images/img_events2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#sub_nav_container {
	float: left;
	width: 200px;
	border-top: solid #fad7a3 4px;
	border-left: solid #fad7a3 4px;
	border-bottom: solid #fad7a3 4px;
	background-color: #fad7a3;
	min-height: 152px;
}
#sub_nav_container ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
#sub_nav_container li{
	margin: 0px;
	padding: 0px;
	border-bottom: solid #fad7a3 2px;
}
#sub_nav_container a {
	/*
	height: 34px;
	line-height: 34px;
	*/
	min-height: 26px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	background-color: #adb662;
	display: block;
	background-image: url(images/sub_nav_arrow.gif);
	background-position: 170px 10px;
	border: solid #ffffff 4px;
	background-repeat: no-repeat;
	padding-right: 11px;
	padding-left: 12px;
	padding-top: 8px;
}
#sub_nav_container a:hover, #sub_nav_container a.on {
	background-color: #ffffff;
	color: #a94b1e;
	background-image: url(images/sub_nav_minus.gif);
	text-decoration: none;
}
#sub_nav_container ul ul {
	background-color: #fdedd2;
	padding: 19px 0px 19px 3px;	
}
#sub_nav_container ul ul li {
	border-bottom: none;
}
#sub_nav_container ul ul li a {
	background-color: #fdedd2;
	color: #e44a00;
	font-size: 14px;
	height: 20px;
	line-height: 20px;	
	font-weight: normal;
	border: none;
	background-image: none;
	padding-top: 0px;
}
#sub_nav_container ul ul li a span {
	background-image: url(images/sub_sub_nav_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;	
	width: 7px;
}
#sub_nav_container ul ul li a:hover, #sub_nav_container ul ul li a.on {
	color: #a94b1e;
	background-color: #fdedd2;
	background-image: none;
}
#sub_nav_container ul ul li a:hover span, #sub_nav_container ul ul li a.on span {
	background-image: none;
}
#content {
	float: left;
	width: 	747px;
	padding-top: 27px;
	margin-bottom: 29px;
	border: solid #fad7a3 4px;
	background-color: #ffffff;
}
#breadcrumbs {
	float: left;	
	color: #7d502e;
	margin-bottom: 15px;
}
#breadcrumbs a {
	font-size: 11px;
	color: #7d502e;	
}
#breadcrumbs a.on {
	font-weight: bold;	
}
#icons {
	float: right;	
	margin-right: -35px;
}
#content h1 {
	font-size: 36px;
	line-height: 36px;
	color: #a94b1e;	
	font-family: 'Josefin Sans', arial, serif;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#content h2 {
	font-size: 16px;
	color: #7d502e;	
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: normal;
}
#content h3 {
	font-size: 15px;
	font-weight: bold;
	color: #35290a;
	margin: 15px 0px 5px 0px;
	padding: 0px;	
}
.content_padd {
	padding-left: 40px;	
	padding-right: 60px;
}
#column_one {
	float: left;
	width: 260px;	
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dotted #fbe2bc;	
}
#column_two {
	float: left;
	width: 311px;
	padding-left: 0px;
	margin-bottom: 15px;
}

.inside_module {
	height: 54px;
	width: 178px;
	background-color: #faf5ec;
	border: solid 2px #ffffff;
	float: left;
	display: block;
	color: #b23616;
	font-weight: bold;
	font-size: 12px;
}
.inside_module img {
	margin-right: 15px;	
}
.inside_module a {
	font-weight: normal;
	font-size: 11px;	
}
.mod_padd {
	padding: 10px 12px 12px 12px;	
}
.divider {
	border-left: 3px solid #fad7a3;
	width: 3px;	
	height: 58px;
	float: left;
}
.contact_links {
	background-color: #ffffff; 
	padding: 10px 5px 10px 10px !important;	
}
.contact_links a {
	background-image: none !important;
	background-color: #ffffff !important;
	color: #e44a00 !important;
	height: auto !important;
	line-height: normal !important;
	border: none !important;
	padding: 0px !important;
	display: inline !important;
	font-size: 12px !important;
}
/*
Form
*/
input {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.formtitle, .formlabel {
	line-height: 15px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top
}
.formtitleerror, .formlabel_error {
	color: #ff0000;
	line-height: 15px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	width: 200px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
}
.formright input.inputbutton {
	width: 75px;
	height: 24px;
	line-height: 14px;
	background-color: #e44a00;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-right: 2px;
	font-size: 12px;
	font-weight: bold;
}
.formright input.inputbutton:hover {
	background-color: #7c2800;
	color: #FFFFFF;
}
input.gobutton {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 15px;
	height: 15px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #F1EEE7;
}
.required {
	font-size: 10px;
	color: #999999;
}
/* directory page */
#white_container {
	border-left: 4px solid #fad7a3;
	border-bottom: 4px solid #fad7a3;
	border-right: 4px solid #fad7a3;	
	background-color: #ffffff;
	width: 951px;
	padding-top: 12px;
	padding-bottom: 7px;
}
#map_detail_container {
	float: left;	
	width: 244px;
	padding: 0px 0px 4px 10px;
}
#orange_box_container {
	background-color: #fad7a3;
	padding: 4px;
}
#category_dd {
	background-color: #ffffff;
	padding: 4px;	
}
#dark_orange_container {
	background-color: #ff590b;
	padding: 6px 7px 6px 7px;	
}
#list {
	padding-top: 5px;	
}
#list a, #store_detail a {
	display: block;
	float: left;
	padding: 9px 10px 5px 10px;	
	background-color: #7b3616;
	color: #ffffff;
	margin-right: 5px;
}
#list_copy, #store_copy {
	background-color: #ffffff;
	padding-top: 25px; 	
	height: 490px;
	overflow-y:scroll;
}
#store_copy {
	padding-left: 10px;	
}
#list a:hover, #list a.on, #store_detail a:hover, #store_detail a.on {
	background-color: #ffffff;
	color: #7b3616;	
	text-decoration: none;
}
#container_blah {
	background-color: #ffffff;
	z-index: 10000;
	position: relative;
}
.nyroModalCont {
	z-index: 50000;
}
.nyroModalCloseButton {
	z-index: 50001;
}
.nyroModalBg {
	z-index: 10001;
}
#zoom {
	float: left;
	padding-left: 24px;	
	padding-top: 5px;
	height: 52px;
	border-bottom: solid 1px #fbdeb2;
	background-color: #ffffff;
	width: 28%;
}
#map-print-text,
#zoom_text {
	font-size: 10px;
	text-transform: uppercase;	
	width: 45px;
	text-align: center;
	float: left;
	padding-top: 2px;
}
#map-print-text{ line-height:30px; }
#map-print-icon{
	float:left;
}
#map_icons {
	float: right;	
	position:relative;
	margin-left:-100px;
	height: 52px;
	padding-top: 5px;
	border-bottom: solid 1px #fbdeb2;
	background-color: #ffffff;
	width: 68%;
	text-align: right;
	padding-right: 10px;
}
#map_icons_text {
	font-size: 10px;
	text-transform: uppercase;	
	text-align: center;
	float: left;
	padding-top: 2px;
	padding-left: 20px;
	width: 97px;
	text-align:right;
}
#map {
	float: left;	
	width: 682px;
	padding-right: 12px;
}
/*
#legend {
	background-color: #ffffff;
	height: 52px;
	font-size: 10px;
	text-transform: uppercase;	
	border-bottom: solid 1px #fbdeb2;
	line-height: 10px;
	float: left;
	padding-top: 5px;
	width: 15%;
}
*/
#stores_block {
	display: block;
	height: 9px;
	width: 9px;
	background-color: #b2ba6a;
	float: left;
}
#events_block {
	display: block;
	height: 9px;
	width: 9px;
	background-color: #d82609;
	float: left;
}
#sales_block {
	display: block;
	height: 9px;
	width: 9px;
	background-color: #904220;
	float: left;
}
#points_block {
	display: block;
	height: 9px;
	width: 9px;
	background-color: #ff590b;
	float: left;
}
#purchase_cards {
	background-image: url(images/btn_purchase.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 85px;
	width: 452px;	
}
#purchase_cards:hover {
	background-image: url(images/btn_purchase_on.jpg);	
}
#purchase_cards a{
	color: #ffffff;	
	position: relative;
	top: 25px;
	left: 125px;
	font-size: 15px;
	font-weight: bold;
}
#purchase_cards a:hover{
	text-decoration: none;
}
#balance a {
	background-image: url(images/btn_balance.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	width: 180px;
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;	
	padding-left: 12px;
	padding-top: 6px;
	margin-top: 15px;
}
#balance a:hover {
	background-image: url(images/btn_balance_on.gif);	
	text-decoration: none;
}
#support_txt {
	position: relative;
	top: 35px;
	left: 125px;
	font-size: 10px;
}
/* store display on map */
#storetitle {
	font-size: 16px;
	font-weight: bold;
}
#storephone {
	font-size: 12px;
	font-weight: bold;
}
#storeurl {
	font-size: 12px;	
}
#storecopy {
	font-size: 12px;	
}
#storecopy p {
	font-size: 12px;	
	padding-top: 12px;
	padding-bottom: 12px;
}
#similarstores {
	font-size: 12px;	
	line-height: 16px;
	margin-top: 10px;
}