/*
G5 Search Marketing Copyright 2008
Local Search Marketing - Local Internet Advertising
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* modify these for the global settings of the site */
p, div.vcard {color:#4f4f4f;line-height:20px}
a {outline:none; color: #a41e39;} /* color of all hyperlinks */
a:hover {}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #a41e39;}/* put color here for <Hx> tags */
h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}
html {background: url(/images/bg_01.png) top center repeat;height:100%;padding:0;}

body {
	margin: 0; 
	color: #000;
	text-align : center; /* center for IE */
	font-family: arial, sans-serif;
	font-size: 12px;
	height:100%;
	}





/* Outside */
/* -------------------- */

/* The website is within this master container */
div#whopper {
    position: relative;
    width: 922px;
    height:auto !important;
    height:100%;
    min-height:100%; 
    margin:0 auto;
	padding:0;
    text-align: left;
    border-left:3px solid #eccf7f;
    border-right:3px solid #eccf7f;
	background-color:#f9f5e6;
}

div#header {
    position: relative;
    width: 100%;
    height: 180px;
    background: #f9f5e6 url(/images/header_bg_01.png) top left no-repeat;
    z-index: 900; /* for the navigation to lay over the top */
}

div#middle {
    position: relative;
    width: 922px;
	/* height section is for a min. height on a container */
    min-height:450px;
    height:auto !important;
    height:450px;
	/* height */
    background: #f9f5e6;
}

div#subfoot {
    position: relative;
    width: 870px;
    margin:0 auto;
    padding:15px 21px 0 31px;
    background: #f9f5e6 url(/images/footer_bg_01.png) top left no-repeat;
	z-index:992;
}

div#footer {
    position: relative;
    width: 870px;
    margin:0 auto;
    padding:0 21px 10px 31px;
}

/* Template */
/* -------------------- */

/* Background image replacement on the header logo */
div#header h1 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
div#header h1 a {
    width: 250px;
    height: 180px;
    display: block;
    text-indent: -9999px;
}

div#header h5 a {
    position: absolute;
    top: 70px;
    left: 798px;
    width: 69px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    background: url(/images/existing_customers.png) top left no-repeat;
}

/* navigation styles */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav { /* move the list into position */
    position: absolute;
    top: 109px;
    left: 288px;
}

#nav a {
	display: block;
	text-indent: -999em;
	width: 10em;
	height: 37px;
	text-decoration:none;
}

#nav ul li { /* all list items */
	width: 10em; /* width needed or else Opera goes nuts */
	padding: 0;
	margin: 0;
	float:left;
	height:37px;
	border-left:2px solid #eccf7f;
}

/* first-level items */
#nav ul li.home {
	width:65px;
	border:none;
}
#nav li.home a {
	width:65px;
	background: url(/images/nav_home.gif) top left no-repeat;
	background-position: 0 0;
}
#nav ul li.prices {
	width:142px;
}
#nav li.prices a {
	width:142px;
	background: url(/images/nav_prices.gif) top left no-repeat;
	background-position: 0 0;
}
#nav ul li.location {
	width:78px;
}
#nav li.location a {
	width:78px;
	background: url(/images/nav_location.gif) top left no-repeat;
	background-position: 0 0;
}
#nav ul li.guide {
	width:116px;
}
#nav li.guide a {
	width:116px;
	background: url(/images/nav_guide.gif) top left no-repeat;
	background-position: 0 0;
}
#nav ul li.contact {
	width:93px;
}
#nav li.contact a {
	width:93px;
	background: url(/images/nav_contact.gif) top left no-repeat;
	background-position: 0 0;
}
#nav ul li.pay {
	width:99px;
}
#nav li.pay a {
	width:99px;
	background: url(/images/nav_pay.gif) top left no-repeat;
	background-position: 0 0;
}

div#nav li.home a:hover,
div#nav li.prices a:hover,
div#nav li.location a:hover,
div#nav li.guide a:hover,
div#nav li.contact a:hover,
div#nav li.pay a:hover {
	background-position: 0 -37px;
}

/*fix an IE 7 bug */
#nav li:hover, #callClickPrint li.hover {position: static;}

/* reset some second level things */
#nav li.home ul li a,
#nav li.prices ul li a, 
#nav li.location ul li a, 
#nav li.guide ul li a, 
#nav li.contact ul li a,
#nav li.pay ul li a {
	width:146px;
	height:19px;
	background: #788967;
    background-image: none;
    padding: 7px 10px 0 10px;
    margin: 0;
    color: #f9f5e6;
    font-size: 12px;
	border:2px solid #eccf7f;
	border-bottom:none;
	text-indent:0;
}
#nav li.home ul li a:hover,
#nav li.prices ul li a:hover, 
#nav li.location ul li a:hover, 
#nav li.guide ul li a:hover, 
#nav li.contact ul li a:hover,
#nav li.pay ul li a:hover {
	background: #264e34;
    text-decoration:none;
}


#nav li ul { /* second-level lists */
	position: absolute;
	margin:-2px 0 0 -2px; /*snap into position */
	color: #000;
	min-width:140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	float:none;
	height:auto;
	width:160px;
	border:none;
	display:inline;
}

#nav li ul li.last a {
	border-bottom:2px solid #eccf7f;
}

#nav li ul ul { /* third-and-above-level lists */
	position: absolute;
	margin: -28px 0 0 170px;
	padding:0;
}

#nav ul.level3 {
	margin:-30px 0 0 170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Homepage */
/* ------------------- */

/* virtually all homepages have a right and left
   this is the container and both sides */
div#homeCont {
    position: relative;
    width: 100%;
    padding: 0;
    padding-top:22px;
}


div#homeLeft {
    position: relative;
    width: 50%;
    float: left;
}

div#homeRight {
    position: relative;
    width: 50%;
    float: right;
}


div#slideshow-home { /* needs to be exact size of pictures */
    position: relative;
    width: 866px;
    height: 324px;
    margin: 0 auto;
}

div#search {
    position: relative;
    width: 100px;
    height: 100px;
}
div#search h1 {
    display: block;
    width: 100px;
    height: 100px;
    text-indent: -9999px;
}
div#search label {color: #FFF; display: block;}
div#search input {vertical-align: middle; text-indent: 2px;}
div#search  #zip {
    width: 100px;
    height: 10px;
    margin-top: 1px;
    border: 0;
}
div#search input#go-button {}
div#search form {}

/* homeCont Styles */
/* -------------------- */

/* text styles */
div#homeCont p	{
	margin:0;
	padding:20px 40px 24px 32px;
    color: #4f4f4f;
    line-height:20px;
    font-size: 12px;
}

div#homeCont p .header	{
    color: #a41e39;
    font-weight: bold;
    font-size: 16px;
}	

div#homeCont img	{
	border:none;
}
	

/* Facility Page */
/* -------------------- */

/* setup the all the tertiary pages for the site with the margins for the content */
div#facility-page,
div#driving-directions, 
div#facTop,
div#facCont,
div#facBottom,
div#main-content, 
div#area-page, 
div#no-match, 
div#editor-content,
div#state-page, 
div#site-map,
div#comarketing-page,
div#locations {
    position: relative;
    padding: 15px 30px 15px 31px;
    text-align: left;
    overflow: hidden;
}

div#facCont	{
	padding-bottom:12px;
}

/* breadcrumbs */
p#trail {
    position: relative;
    float: left; 
    margin: 7px 0 0 0; 
    padding: 0 0 0 31px;
    font-size: 10px;
	color:#4f4f4f;
}
 p#trail a {}

/* printer on top right of all interior pages */
div#facility-name {float: right;}
div#facility-name ul {margin: 3px 31px 0 0;padding:0;}
div#facility-name ul li {
    font-size: 10px;
    line-height: 20px;
    color:#4f4f4f;
    margin: 0;
    padding: 0;
    background: url(/images/printer.gif) center left no-repeat;
}
div#facility-name ul li.nobackground {background: none; } /* to keep it hidden on area pages */
div#facility-name ul li a {text-decoration:none;padding-left:20px;}
div#facility-name ul li a:hover {text-decoration:none;}

/*  three containers, facTop facCont facBottom
	these correspond to the three different wrapping containers */
div#facTop,
div#facCont,
div#facBottom {
    position: relative;
    width: 861px;
}
div#facTop {
	padding-top:11px;
}

/* align the column sections */
div#col1_top,
div#col1_middle,
div#col1_bottom {
    position: relative;
    width: 431px;
    float: left;
}
div#col2_top,
div#col2_middle,
div#col2_bottom {
    position: relative;
    width: 430px;
    float: right;
}

/* text styles */

.left {
    display: block;
    text-indent: -9999px;
}

div#middle h2 {
	width:380px;
	margin:0;
	padding:0 0 16px 0;
	font-size:13px;
}

div#facTop p,
div#facCont p,
div#facBottom p {
	width:370px;
	margin:0;
	padding:0 0 20px 0;
	font-size:12px;
	line-height:20px;
	color:#4f4f4f;
}


div#address {
    position: relative;
    width: 420px;
    padding: 9px 0 0 0;
}
div#address h2 {
	font-size: 16px;
	line-height:20px;
	margin:0;
	padding:0;
}
div#address ul {}
div#address ul li {
	font-size: 12px;
	line-height:20px;
}
div#address ul li.street {}
div#address ul li.city-state-zip {}
div#address ul li.phone {}
div#address ul li.fax-phone {}
div#address a {}

div#special {
	width:425px;
	height:92px;
	margin:12px 0 0 4px;
	text-align:center;
	background: url(/images/special_bg_01.png) top left no-repeat;
}

div#special h4 {
	padding-top:11px;
	font-weight:bold;
	font-size:22px;
	color:#9f1c00;
}

div#special h4.caps {
	text-transform:uppercase;
}
.capsTwo {
margin-top: -11px;
}

div#callClickPrint {
    position: relative;
    width: 862px;
    height: 52px;
	padding:0;
    margin: 12px 0 5px 31px;
}
div#callClickPrint ul li {
    float: left;
    list-style: none;
}
div#callClickPrint ul li a {
	text-indent: -9999px;
	width:207px;
	height:52px;
	display:block;
}

/* CCP: image button styles */
div#callClickPrint ul li.call {
	width:207px;
	padding:0;
	margin:0 11px 0 0;
	overflow:hidden;
}
div#callClickPrint h2 {
	display:block;
	color:#fff;
	padding:0 0 0 73px;
	margin:0;
	line-height:50px;
	font-size:18px;
	width:234px;
	height:52px;
	background:url(/images/call_bg_01.gif) top left no-repeat;
	font-family: arial, sans-serif;
}
div#callClickPrint ul li.coupon {
	margin-right:10px;
}
div#callClickPrint ul li.coupon a {
	background:url(/images/coupon_bg_01.gif) top left no-repeat;
	background-position: 0 0;
}
div#callClickPrint ul li.coupon a:hover {
	background-position: 0 -52px;
}
div#callClickPrint ul li.quote {
	margin-right:11px;
}
div#callClickPrint ul li.quote a {
	background:url(/images/quote_bg_01.gif) top left no-repeat;
	background-position: 0 0;
}
div#callClickPrint ul li.quote a:hover {
	background-position: 0 -52px;
}
div#callClickPrint ul li.reserve {
	margin-right:0px;
}
div#callClickPrint ul li.reserve a {
	background:url(/images/reserve_bg_01.gif) top left no-repeat;
	background-position: 0 0;
}
div#callClickPrint ul li.reserve a:hover {
	background-position: 0 -52px;
}

/*fix an IE 7 bug */
#callClickPrint li:hover, #callClickPrint li.hover {position: static;}

/* Accordion Styles */
/*----------------------------*/
div#accordion {
    position: relative;
    width: 425px;
    padding: 0;
}
div#accordion h2 {
	display:none;
}
div#accordion h3 {
    width: 425px;
    height: 34px;
    font-size: 16px;
	text-indent:37px;
	padding:0;
	margin:0;
}

div#accordion h3#toggler_size {
    background: url(/images/toggler_bg_size.gif) top left no-repeat;
	text-indent:-999em;
}
div#accordion h3#toggler_features {
    background: url(/images/toggler_bg_features.gif) top left no-repeat;
	text-indent:-999em;
}
div#accordion h3#toggler_hours {
    background: url(/images/toggler_bg_hours.gif) top left no-repeat;
	text-indent:-999em;
}
div#accordion h3#toggler_bonus {
    background: url(/images/toggler_bg_bonus.gif) top left no-repeat;
	text-indent:-999em;
}

.toggler {cursor: pointer;}
 
.element {
    width: 380px;
    padding: 10px 15px;
    line-height: 1.4em;
    margin: 4px 0 0 0;
}
div#accordion .element p {text-indent: 0; font-weight: normal;margin-top:5px;}

.panel {padding: 5px 0;}

div#prices h2 {}
div#prices table {
	width: 208px;
	margin:5px 0 10px 0;
}
div#prices tr {vertical-align:top;}
div#prices th {
	width: 95%; 
	line-height: 1.4em;
	font-weight: bold;
	padding: 0 0 10px 0;
	color:#4f4f4f;
}
div#prices td {
	border-bottom:1px solid #9f9381; 
	margin:0; 
	padding:3px 10px 1px 10px; 
	color:#4f4f4f;
} 
div#existing-customers {
	float:right;
	width:80px;
	margin:-175px 20px 0 0;
	text-align:center;
}
div#existing-customers a {
	font-weight:bold;
	padding:0 0 18px 0;
	font-size:13px;
}

div#hours {}
div#hours h2 {color:#4f4f4f;}
div#hours dl {padding-bottom:18px;margin-top:5px;}
div#hours dt {
    font-weight: bold;
    line-height: 1.8em;
	color:#4f4f4f;
}
div#hours {
	line-height: 1.6em;
	color:#4f4f4f;
}

div#features {}
div#features h2 {}
div#features dl {padding-bottom: 18px;margin-top:5px;}
div#features dt {
    padding-top: 4px;
    font-weight: bold;
    line-height: 1.6em;
	color:#4f4f4f;
}
div#features dd {
	line-height: 1.6em;
	color:#4f4f4f;
}

/* this should be exact same size as the images */
div#photoWrap {
	text-align:center;
	width:425px;
	height:363px;
	margin:0 0 0 4px;
	background:url(/images/photo_bg_01.gif) top left no-repeat;
	color:#4f4f4f;
}

div#photoBorder {
	position: absolute;
	left:4px;
	top:0;
	width: 425px;
	height: 330px;
	background: transparent url(/images/photo_frame_01.gif) top left no-repeat;
	z-index: 991;
}

div#slideshow {
    position: relative;
    width: 425px;
    height: 330px;
	margin-bottom:5px;
}
div#photoWrap p {
	width:425px;
}

div#map {
	padding: 1px 0 20px 0;
	margin: 0 0 0 3px;
}
div#map h2 {display:none;}

/* this should be exact size of the map in the comp */
#flashmap {
    width: 421px;
    height: 265px;
    border: 2px solid #eccf7f;
	margin:2px 0 0 1px;
}

div#other-facilities {
    position: relative;
    clear: both;
    padding: 15px 30px 15px 31px;
}

div#other-facilities h3 {
	font-weight:bold;
	font-size:14px;
	padding:2px 0 15px 0;
}

div#other-facilities dl {margin: 0 0 8px 0;}


div#other-facilities dt,
div#other-facilities dd {
    padding: 0 0 0 0;
    line-height: 20px;
    font-size: 12px;
    color:#4f4f4f;
}
div#other-facilities dd {color:#908673}

div#compare {
    position: relative;
    width: 421px;
    padding: 15px 0 10px 4px;
    font-size: 11px;
    overflow: hidden;
}
div#compare h2 {}
div#compare p {font-size:10px;width:420px;}
div#compare p.nomargin {font-weight: bold;font-size:12px;width:380px;}

/* Area Page Styles */
/*--------------------*/

div#area-page, div#comarketing-page {clear: both;}

div#area-page p.city {
    padding-left: 407px;
    text-align: right;
}

h2.city {clear: both;}
p.city {padding: 0 0 0 520px; text-align: right;}

div#area_map {
    position: relative;
    width: 467px;
    float: right;
    padding: 0 0 35px 0;
}

div#area_map h2 {}

div#area_map #flashmap {width: 467px; height: 430px;}

#facility-list {
    width: 380px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary {
    margin: 16px 0 16px 0; 
    clear: both;
	border-bottom: 1px solid #000;
    line-height: 1.25em;
}
.facility-summary img {
    float: left;
    padding: 0 10px 10px 0;
}
.facility-summary dl {
    margin: 0;
    padding: 0 0 20px 0; 
}
.facility-summary a img.facility-offer {display:none;}
.facility-summary dt {font-weight: bold;}
.facility-summary dd {padding: 0 0 0 10px;}
.facility-summary a {}

/* Driving Directions Styles */
/*--------------------*/

div#driving-directions {clear: both; padding: 15px 21px 0 38px;}
div#driving-directions div#address {padding: 20px 0 0 0;}

div#driving_map {
    position: relative;
    width: 850px;
	height: 400px;
    padding: 15px 0 0 0;
}
div#driving_map h2 {}

div#driving-directions #flashmap {
    position: relative;
    width: 850px;
    height: 400px;
    border: 1px solid #FFF;
}

div#driving-text {padding: 15px 0 0 0;}
div#driving-text h1 {font-size: 12px;line-height: 2.0em;}
div#driving-text h2 {font-size: 14px;line-height: 2.0em;}

div#driving-link {padding: 0 0 20px 0;}

div#site-map {clear: both;}
div#site-map h3 {padding-bottom: 5px;font-size: 14px;}
div#site-map h4 {font-size: 12px; font-weight: normal;line-height: 20px;}

div#driving-link a {display: none;} 

/* State Pages */
/* -------------------- */
div#state-page dl {}
div#state-page dl dt {margin: 10px 0 2px 0;}
div#state-page dl dt a {font-weight: bold;}

/* UNIT SIZES POP-UP
 * --------------------------------------------------------------------------*/
#unit-sizes-pop {}
#unit-sizes-pop p {text-align: left; color: #4f4f4f; margin: 1em;}
#unit-sizes-pop table { 
    margin: 1em auto; 
    width: 90%;
    background: #fff; 
    border-collapse: collapse;
}
#unit-sizes-pop table td {
    padding: .5em 1em; 
    color: #4f4f4f;
    border: 2px solid #eccf7f;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #a41e39; 
    padding: .5em 1em; 
    border: 2px solid #eccf7f; 
    font-weight: bold; 
	background: #fff;
}

/* Sub Footer (subfoot) and Footer (footer) */
/* -------------------- */

div#subfoot .copyright {
	float:left;
	font-weight: bold;
    color: #605c54;
    line-height: 24px;
    font-size: 12px;
	padding:0;
	margin:0;
}

div#subfoot ul,
div#footer ul {
	float:right;
}

div#subfoot ul li,
div#footer ul li {
    float: left;
    display: block;
	padding:0;
	margin:0;
}

div#subfoot ul li a,
div#footer ul li a {
    padding: 0 7px;
    border-right: 1px solid #edcf80;
    color: #605c54;
    line-height: 24px;
    font-size: 12px;
    text-decoration:none;
}

div#subfoot ul li a:hover,
div#footer ul li a:hover {
	text-decoration:underline;
}

div#subfoot ul li.last a,
div#footer ul li.last a {padding-right: 10px; border: 0;}

div#footer-states {}
div#footer-states ul#states-list li a {text-transform: uppercase; border-right: 1px solid #edcf80;}

div#footer-stores {
	float:right;
	text-align:right;
	padding:0 10px 0 0;
	margin:0;
    color: #605c54;
	line-height:24px;
	width:800px;
}
div#footer-stores p {
	margin:0;
	padding:0;
}
div#footer-stores p.copy {
	line-height:14px;
	margin:0;
	padding:0;
}
div#footer-stores p.disclaimer {
	line-height:14px;
	margin:0;
	padding:0;
}
div#footer-stores a {color: #605c54;}

p.footerBrand {
    text-align: right;
	padding:0;
	margin:4px 10px 15px 0;
}
p.footerBrand a {color:#605c54;text-decoration:none;line-height:24px;padding:0;margin:0;}
p.footerBrand a:hover {text-decoration:underline;}
.clear {clear: both;line-height: 1px;height: 1px;}


/* body.fleamarket styles apply to flea market page only */
/********************************************************************************************/


body.flea_market div#whopper {
    position: relative;
    width: 922px;
    height:auto !important;
    height:100%;
    min-height:100%; 
    margin:0 auto;
	padding:0;
    text-align: left;
    border-left:3px solid #eccf7f;
    border-right:3px solid #eccf7f;
	background-color: #f9f5e6;
	background-image:url(/images/fleamarket-background-gradient.jpg);
	background-repeat:repeat-x;
	
}

body.flea_market div#header {background:none;}

body.flea_market div#header {
    position: relative;
    width: 100%;
    height: 180px;
	background-image: url(/images/fleamarket-header.png) !important;
	background-image: url(/images/fleamarket-header-ie6.gif);
    /*z-index: 900; /* for the navigation to lay over the top */
}

body.flea_market div#middle {
    position: relative;
    width: 862px;
	/* height section is for a min. height on a container */
    min-height:450px;
    height:auto !important;
    height:450px;
	/* height */
    background: #f9f5e6;
	padding:0 30px;
}

body.flea_market div#subfoot {
    position: relative;
    width: 870px;
    margin:0 auto;
    padding:15px 21px 0 31px;
    background: #f9f5e6 url(/images/footer_bg_01.png) top left no-repeat;
	z-index:992;
}

body.flea_market div#footer {
    position: relative;
	clear:both;
    width: 870px;
    margin:0 auto;
    padding:0 21px 10px 31px;
}

/* Template */
/* -------------------- */

/* Background image replacement on the header logo */
body.flea_market div#header div#logoImage {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url(/images/market-place-logo.jpg);
    text-indent: -9999px;
}
/**********might need to comment this out. I don't remember*/
body.flea_market div#header div#logoImage a {
    width: 286px;
    height: 153px;
    display: block;
    text-indent: -9999px;
    background-image: url(/images/market-place-logo.jpg)
}

body.flea_market div#header div#payOnline a {
    position: absolute;
    top: 70px;
    left: 798px;
    width: 69px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    background: url(/images/existing_customers.png) top left no-repeat;
}

/* navigation styles */
body.flea_market #nav, body.flea_market #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}



/* col1 (right column)*/
body.flea_market #col1{
	width:590px;
	float:right;
	position:relative;
	padding-top:20px;
}
body.flea_market #slideshowBorder{
	background-image:url(/images/slideshow-border.gif);
	position:absolute;
	width:588px; height:269px;
	z-index:20;
}
body.flea_market #slideshowBack{
	/*position:absolute;*/
	/*background-repeat:no-repeat;*/
	width:581px; height:269px;
	background-color:#f3e2b3;
	border:3px;
	border-color:#ECCF7F;
	border-style:solid solid none solid;
	padding:0 0 0 0;
	/*z-index:10;*/
	}
	
body.flea_market #slideshowBack img{width:581px; height:269px;}

body.flea_market #slideshowBottom{
	width:581px; 
	height:32px;
	margin:0 2px 0 1px;
	background-color:#f3e2b3;
	border:3px;
	border-color:#ECCF7F;
	border-style:none solid solid solid;
	padding:0;
	}
	
body.flea_market #slideshowBottom p{text-align:center; padding:5px; margin:0;}

body.flea_market #box {width:581px; height:269px;}
	
body.flea_market #flashmap{width:580px;height:301px;}
	
body.flea_market #accordion{padding-top:0;width:100%;}
body.flea_market #middle #accordion div.baffle h2{
	display:block;
	padding:25px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	}

body.flea_market div#accordion div.baffle{position:relative;}


/* middle top*/
body.flea_market #middleTop{
	position:relative;
	height:208px;
}

/* breadcrumbs */
body.flea_market p#trail {
    position: relative;
    float: left; 
    margin: 7px 0 0 0; 
    padding:0;
    font-size: 10px;
	color:#4f4f4f;
}
 body.flea_market p#trail a {}

/* printer on top right of all interior pages */
body.flea_market div#facility-name {float: right;}
body.flea_market div#facility-name ul {margin: 3px 31px 0 0;padding:0;}
body.flea_market div#facility-name ul li {
    font-size: 10px;
    line-height: 20px;
    color:#4f4f4f;
    margin: 0;
    padding: 0;
    background: url(/images/printer.gif) center left no-repeat;
}
body.flea_market div#facility-name ul li.nobackground {background: none; } /* to keep it hidden on area pages */
body.flea_market div#facility-name ul li a {text-decoration:none;padding-left:20px;}
body.flea_market div#facility-name ul li a:hover {text-decoration:none;}


/* text styles */

body.flea_market .left {
    display: block;
    text-indent: -9999px;
}

body.flea_market div#middle h2 {
	width:380px;
	margin:0;
	padding:0 0 16px 0;
	font-size:13px;
}

body.flea_market div#facTop p,
body.flea_market div#facCont p,
body.flea_market div#facBottom p {
	width:370px;
	margin:0;
	padding:0 0 20px 0;
	font-size:12px;
	line-height:20px;
	color:#4f4f4f;
}


/*********v card***************/
body.flea_market div.vcard{
	position:absolute;
	margin:0;
	padding:0;
	top:30px;
}

body.flea_market div.vcard span {
	font-size: 12px;
	line-height:25px;
}

body.flea_market #middle div.vcard div.org h2 {
	font-size:16px;
	padding-bottom:8px;
	
}


/* internet special */

body.flea_market div#special {
	width:425px;
	height:92px;
	margin:25px 0 0 0px;
	text-align:center;
	background: url(/images/special_bg_01.png) top left no-repeat;
	float:right;
	text-decoration:none;
}

body.flea_market div#special a{text-decoration:none;}


body.flea_market div#special h4 {
	padding-top:11px;
	font-weight:bold;
	font-size:22px;
	color:#9f1c00;
}

body.flea_market div#special h4.caps {
	text-transform:uppercase;
}
body.flea_market .capsTwo {
margin-top: -11px;
}

/*Replace the callClickPrint background images when the real ones are back from the designer*******************************/
body.flea_market div#callClickPrint {
    position: absolute;
    top: 155px;
    height:52px;
	padding:0;
    margin:0;
}
body.flea_market div#callClickPrint ul li {
    float: left;
    list-style: none;
}
body.flea_market div#callClickPrint ul li a {
	text-indent: -9999px;
	width:207px;
	height:52px;
	display:block;
}

/* CCP: image button styles */
body.flea_market div#callClickPrint ul li.ctaCall {
	width:207px;
	padding:0;
	margin:0 11px 0 0;
	overflow:hidden;
}
body.flea_market div#callClickPrint h2 {
	display:block;
	color:#fff;
	padding:2px 0 0 73px;
	margin:0 0 0 0;
	line-height:50px;
	font-size:18px;
	width:234px;
	height:52px;
	background:url(/images/call_bg_01.gif) top left no-repeat;
	font-family: arial, sans-serif;
}
body.flea_market div#callClickPrint ul li.ctaCall {margin-right:10px;}
body.flea_market div#callClickPrint ul li.ctaCall a {
	background:url(/images/cta-call.gif) top left no-repeat;
	background-position: 0 0;
}
body.flea_market div#callClickPrint ul li.ctaCall a:hover {background-position: 0 -52px;}
body.flea_market div#callClickPrint ul li.ctaSpecial {margin-right:11px;}
body.flea_market div#callClickPrint ul li.ctaSpecial a {
	background:url(/images/cta-special-offers.gif) top left no-repeat;
	background-position: 0 0;
}
body.flea_market div#callClickPrint ul li.ctaSpecial a:hover {background-position: 0 -52px;}
body.flea_market div#callClickPrint ul li.ctaRequest {margin-right:11px;}
body.flea_market div#callClickPrint ul li.ctaRequest a {
	background:url(/images/cta-request-info.gif) top left no-repeat;
	background-position: 0 0;
}
body.flea_market div#callClickPrint ul li.ctaRequest a:hover {background-position: 0 -52px;}

body.flea_market div#callClickPrint ul li.ctaVendor {margin-right:0px;}
body.flea_market div#callClickPrint ul li.ctaVendor a {
	background:url(/images/cta-vendor-spotlight.gif) top left no-repeat;
	background-position: 0 0;
}
body.flea_market div#callClickPrint ul li.ctaVendor a:hover {background-position: 0 -52px;}
/*fix an IE 7 bug */
body.flea_market #callClickPrint li:hover, body.flea_market #callClickPrint li.hover {position: static;}

/* Accordion Styles */
/*----------------------------*/

body.flea_market ul#accordionButtons {
    display:block;
    width: 240px;
    padding: 20px 0 0 0;
    float:left;
}

body.flea_market #accordionButtons li {display:block; height:34px; width:240px; margin-bottom:4px; text-indent:-9999px;}
body.flea_market #accordionButtons li.accordionHome {background-image:url(/images/accordian-home.gif);}
body.flea_market #accordionButtons li.accordionAbout {background-image:url(/images/accordian-about-us.gif);}
body.flea_market #accordionButtons li.accordionMarket {background-image:url(/images/accordian-market-layout.gif);}
body.flea_market #accordionButtons li.accordionVisitor {background-image:url(/images/accordian-visitor-info.gif);height:55px;}
body.flea_market #accordionButtons li.accordionRental {background-image:url(/images/accordian-rental-info.gif);height:55px;}
body.flea_market #accordionButtons li.accordionVendor {background-image:url(/images/accordian-vendor-spotlight.gif);}
body.flea_market #accordionButtons li.accordionMap {background-image:url(/images/accordian-map.gif);}
body.flea_market #accordionButtons li.accordionContact {background-image:url(/images/accordian-contact.gif);margin-bottom:15px;}

body.flea_market div.baffle div.vcard{position:relative; top:0px; margin:15px 0 0 0;}



/* Signature Brand Styles */
#signature-brand {width:180px;height:20px;display:block;margin:10px 0;outline:none;text-indent:-9999px;background:url(/images/signature-brand.gif);overflow:hidden;}
#signature-brand:hover, 
#signature-brand:focus {background-position:0 -20px;}
#signature-brand:active {background-position:0 -40px;}
