﻿


* {
     font-family: arial;
     font-size: 11px;
     /*color: #3E3E3E;*/
}

body, form, p { margin: 0px; padding: 0px }

body { background-color: #FFFFFF; }

.body {
  text-align: center;
  margin-top: 20px;
}

li { list-style-type: none; }

h1, h2 {
  color: #CC3300;
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 5px;
}
h2 { color: #FFFFFF; }

.dot {
  background: url('/images/dot.gif') top left no-repeat;
  padding-left: 16px;
}

.dotheader {
  color: #CC3300;
  font-weight: bold;
  background: url('/images/dot.gif') top left no-repeat;
  padding-left: 16px;
  font-size: 10pt;
}

.header {
  margin-top: 2px;
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
  vertical-align: center;
  padding-left: 5px;
  background: url('/images/header_bk_yellow.gif') top left repeat-x;
}
.header b {
  background: url('/images/dot.gif') top left no-repeat;
  padding-left: 16px;
  color: #CC3300;
  font-size: 12px;
  font-weight: bold;
}

a  { color: #3E3E3E; }
a:hover  { color: #D65C33; }

h1 a { font-size: 13px; color: #FFFFFF; text-decoration: none; }
h1 a:hover  { color: #FFFFFF; text-decoration: underline; }

.hlist, .hlist li {
  margin: 0px;
  padding: 0px;
  display: inline;
  list-style: none;
  white-space:nowrap;
}
.hlist li { float: left;  margin-left: 5px; }

.clearfix:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }  
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
.notes {
	color: #8C8C8C;
	font-size: 10px;
}

#field123 { display: none; }

#page {
  margin-left: auto;
  margin-right: auto;
  text-align:left;
  width: 810px;
}

#page_main {
  margin-left: auto;
  margin-right: auto;
  background: #FF9900 url('/images/page_main_bg.gif') top left repeat-y;
  text-align:left;
  width: 770px;
  _width: 810px;
  padding: 20px;
  padding-bottom: 5px;
}

#page_top, #page_bottom {
  margin-left: auto;
  margin-right: auto;
  width: 810px;
}

/*
#header {
background: url('/images/header_logo.jpg') bottom left no-repeat;
text-align: right;
height: 65px;
width: 768px;
}
#header ul {
margin-top: 45px;
  width: 160px;
}
#header li { text-align: right;}
*/

#header {
  background: url('/images/header_logo.jpg') bottom left no-repeat;
  text-align: right;
  height: 65px;
  width: 765px;
}

#menu {
  clear:both;
  width: 760px;
  _width: 768px;
  padding-bottom: 8px;
  background: url('/images/menu_shadow.gif') bottom left repeat-x;
  padding-left: 4px;
  padding-right: 4px;
  height: 30px;
}
#menu ul {
  list-style: none;
  margin: 10px;
  padding: 0px;
  display: inline;
}
#menu li { margin-left: 0px; }
#menu a {
  background: url('/images/menu_bup.jpg') top left no-repeat;
  width: 107px;
  height: 20px;
  _height: 30px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  color: #cc3300;
  text-decoration: none;
  font-size: 12px;
}
#menu a:hover { color: #000000; }
#page_1 #menu_1, #page_176 #menu_176, #page_177 #menu_177, #page_178 #menu_178, #page_179 #menu_179, #page_180 #menu_180, #page_181 #menu_181,
.page_root_1 #menu_1, .page_root_176 #menu_176, .page_root_177 #menu_177, .page_root_178 #menu_178, .page_root_179 #menu_179, .page_root_180 #menu_180, .page_root_181 #menu_181 {
  background: url('/images/menu_hil.jpg') top left no-repeat;
  color: #FFFFFF;
}



#main {
  clear:both;
  position:relative;
  background: transparent url('/images/main_bk.gif') top left;
  padding: 6px;
  padding-top: 0px;
  width: 756px;
  _width: 768px;
  min-height: 190px;
  position: relative;
}

#main_blank {
  clear:both;
  position:relative;
  background: transparent url('/images/main_bk.gif') top left;
  padding: 6px;
  padding-top: 0px;
  width: 756px;
  _width: 768px;
  position: relative;
}
#subheader{
  width: 756px;
  padding: 0px;
  background: #FFFFFF;
  }
  
#content {
  width: 746px;
  _width: 756px;
  padding: 5px;
  padding-top: 0px;
  min-height:358px;
  _height:368px; 
  background: #FFFFFF url('/images/header_bk_red.gif') top left repeat-x;
  border: 1px solid #f8e3dc;
}
#content:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

#content_blank {
  width: 756px;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #f8e3dc;
}
#content_blank:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

/*#content h1 { color: #FFFFFF; }*/

#content_col1 {
  width: 170px;
  float:left;
}

#content_col2 {
  width: 555px;
  margin-left: 6px;
  float:left;
  padding-left: 10px;
}
#content_col3 {
  width: 180px;
  float:left;
}
#content_full {
  width: 100%;
  float:left;
}

#content_2cols_col1 {
  width: 365px;
  float:left;
  margin-right: 10px;
}

#content_2cols_col2 {
  width: 365px;
  float:left;
}

#content_nav_ex {
  background: #FBEBD2;
  padding: 5px;
  width: 170px;
  _width: 180px;
  padding: 5px;
}

#content_nav {
  background: #FBEBD2;
  padding: 5px;
  width: 170px;
  _width: 180px;
  padding: 5px;
}
#content_nav ul { list-style: none; margin: 0px; padding:0px; }
#content_nav li {
  border-bottom: 1px solid #aaa79e;
  margin: 0px; padding:0px;
  padding: 3px;
}
#content_nav  ul li {
  border-bottom: 1px solid #aaa79e;
  margin: 10px; padding:0px;
  padding: 3px;

}
#content_nav a { text-decoration: none; }

#content_nav a:hover { text-decoration: underline; }

#content_nav .navactive { background: #FE9900; }
#pos_col{width:180;
         }

/* This line causes Safari to choke and quit parsing stylesheet
#content_nav .navactive a { color: .; } */


#social_content {
  width: 746px;
  _width: 756px;
  padding: 5px;
  padding-top: 0px;
  min-height:358px;
  _height:368px; 
  background: #FFFFFF url('/images/header_bk_red.gif') top left repeat-x;
  border: 1px solid #f8e3dc;
	xborder:2px solid #911;
}

#social_menu {
  margin-top: 5px;
  height: 35px;
  background: url('/images/subnav_bk.gif') top left repeat-x;
}

#social_menu li {
  padding: 10px;
  background: url('/images/subnav_line.gif') top left no-repeat;
  text-align: center;
}

#social_menu .first { background-image: none; }

#social_menu a {
  color: #ffcb85;
  font-weight: bold;
}


#social_col1 {
  float: left;
	display:inline;
  width: 350px;
  margin-right: 10px;
}

#social_col2 {
  float: left;
  width: 350px;
}

.social_top {
  background: url('/images/social_top.gif') top left no-repeat;
  height: 22px;
  _height: 30px;
  padding-left: 40px;
  padding-top: 8px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 13px;
}

.social_middle {
  background: url('/images/social_middle.gif') top left repeat-y;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.social_bottom {
  background: url('/images/social_bottom.gif') top left no-repeat;
  height: 10px;
}





#footer, #footer a, #footer td { color: #003333; font-size: 10px; }

#footer:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }
#footer { display: inline-block; }  
/* Holly Hack Targets IE Win only \*/
* html #footer {height: 1%;}
#footer {display: block;}
/* End Holly Hack */

#footer_copy { float: left; padding-top: 5px; }

#footer_search { float: right; }

#flash_main{
	border: 1px solid White;
}
#web {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  padding-top: 2px;
  padding-bottom: 2px;
}
#web, #web a { color: #808080; text-decoration: none; font-size: 10px; }

/* LISTING STYLE */

.listing_cell  { margin: 3px; } /*  border: 1px solid #cccccc;}*/
.listing_address { float: left; width: 175px; }
.listing_phone { float: left; width: 175px; }

.listing_row { margin-top: 5px; background: url('/images/listing_vline.gif') top left repeat-y; } /* border: 1px solid blue; }
*/
.listing_row:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }
.listing_row { display: inline-block; }  
/* Holly Hack Targets IE Win only \*/
* html .listing_row {height: 1%;}
.listing_row {display: block;}
/* End Holly Hack */

/* FREE LISTINGS */
.listing0_top { padding-left:5px; height:26px; background: url('/images/listing_top_0.gif') top left no-repeat; }
.listing0_top { font-size: 12px; font-weight: bold; color: #D5633D; text-decoration: none; }
.listing0_left { width:10px; background: url('/images/listing_left_0.gif') top left repeat-y; }
.listing0_right { width:10px; background: url('/images/listing_right_0.gif') top right repeat-y; }
.listing0_bottomleft { width:10px; height:10px; background: url('/images/listing_bottomleft_0.gif') top left no-repeat; }
.listing0_bottom { width: 530px; height:10px; background: url('/images/listing_bottom_0.gif') top left repeat-x; }
.listing0_bottomright { width:10px; height:10px; background: url('/images/listing_bottomright_0.gif') top right no-repeat; }

.listing0_logo { display: none; }
.listing0_desc { display: none; }
.listing0_url { display: none; }
.listing0_features { display: none; }

/* PREMIUM LISTINGS */
.listing1_top { padding-left:5px; height:26px; background: url('/images/listing_top_1.gif') top left no-repeat; }
.listing1_top { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.listing1_left { width:10px; background: url('/images/listing_left_1.gif') top left repeat-y; }
.listing1_right { width:10px; background: url('/images/listing_right_1.gif') top right repeat-y; }
.listing1_bottomleft { width:10px; height:10px; background: url('/images/listing_bottomleft_1.gif') top left no-repeat; }
.listing1_bottom { width: 530px;height:10px; background: url('/images/listing_bottom_1.gif') top left repeat-x; }
.listing1_bottomright { width:10px; height:10px; background: url('/images/listing_bottomright_1.gif') top right no-repeat; }

.listing1_logo { float: right; }

.listing1_desc { clear:both; border-top: 1px solid #cccccc; margin: 0px; padding: 5px; }

.listing1_features { clear:both; border-top: 1px solid #cccccc; margin-top: 5px; margin-bottom: 0px; background: #FFFFFF; }
.listing1_features:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }
.listing1_features{ display: inline-block; }  
/* Holly Hack Targets IE Win only \*/
* html .listing1_features {height: 1%;}
.listing1_features {display: block;}
/* End Holly Hack */

.listing_features_line0000000000 {
  border-top: 0px;
}

.listing00_email { display: none; }
.listing10_email { display: block; }
.listing11_email { display: none; }

.listing_feature {
  display: inline;
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 5px;
  text-align: center;
}
.listing_feature a { color: #D5633D; font-family: tahoma; font-size: 9px;  }
.listing_feature a:hover { color: #cccccc; }

.listing_feature_contact0 { display: none; }
.listing_feature_reserve0 { display: none; }
.listing_feature_request0 { display: none; }
.listing_feature_mailing0 { display: none; }
.listing_feature_coupons0 { display: none; }
.listing_feature_flyer0 { display: none; }
.listing_feature_refer0 { display: none; }
.listing_feature_map0 { display: none; }
.listing_feature_ask0 { display: none; }
.listing_feature_more0 { display: none; }


.submitLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11px;
    color: #0A6B9B;
    text-align: left;
    background-color: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    cursor: hand;
  }
  


/* CLASSIFIEDS STYLE */

.classified_cell  { margin: 3px; }/* border: 1px solid #cccccc;}*/
.classified_address { float: left; width: 175px; }
.classified_phone { float: left; width: 175px; }

.classified_row { margin-top: 5px; background: url('/images/listing_vline.gif') top left repeat-y; }
.classifiedrow:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }
.classified_row { display: inline-block; }  
/* Holly Hack Targets IE Win only \*/
* html .classified_row {height: 1%;}
.classified_row {display: block;}
/* End Holly Hack */

/* FREE LISTINGS */
.classified_top { padding-left:5px; height:26px; background: url('/images/listing_top_0.gif') top left no-repeat; }
.classified_top { font-size: 12px; font-weight: bold; color: #D5633D; text-decoration: none; }
.classified_left { width:10px; background: url('/images/listing_left_0.gif') top left repeat-y; }
.classified_right { width:10px; background: url('/images/listing_right_0.gif') top right repeat-y; }
.classified_bottomleft { width:10px; height:10px; background: url('/images/listing_bottomleft_0.gif') top left no-repeat; }
.classified_bottom { height:10px; background: url('/images/listing_bottom_0.gif') top left repeat-x; }
.classified_bottomright { width:10px; height:10px; background: url('/images/listing_bottomright_0.gif') top right no-repeat; }

#shopsubcats {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #FBEBD2;
}

#shopsubcats a {
  display: block;
  _display: inline-block;
  _width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #aaa79e;
  margin: 0px;
  padding:3px;
  background: #FBEBD2;
}
#shopsubcats a:hover { text-decoration: underline; }
#shopsubcats .active { background: #FFD89D; font-weight: bold;}

#shopalphacats { background: #FBEBD2; }
#shopalphacats a { margin-top: 1px;_width: auto; display: inline; border-bottom: 0px;  padding: 2px;}
#shopalphacats .active { background: #FFD89D; font-weight: bold;}
#shopalphacats a:hover { text-decoration: underline; }


/* SUBCONTENT */

#subcontent {
  width: 754px;
  _width: 756px;
  padding-top: 0px;
  min-height:358px;
  _height:368px; 
  background: #FFFFFF url('/images/header_bk_red.gif') top left repeat-x;
  border: 1px solid #f8e3dc;
}
#subcontent:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

#subcontent h1 { padding-left: 5px; margin-bottom: 3px; color: #FFFFFF; }

#subcontent #pos_content { margin: 0; }

#submap {
  height: 35px;
  background: url('/images/subnav_bk.gif') top left repeat-x;
}
#submap:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }
#submap { display: inline-block; }  
/* Holly Hack Targets IE Win only \*/
* html #submap {height: 1%;}
#submap {display: block;}
/* End Holly Hack */


.submap {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  margin:0 auto 0 0; /* left justified */
  }
* html .submap {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.submap li {
  display:table-cell;    /* ignored by IE */
  margin-left: 5px;
  margin-right: 5px;
  }
* html .submap li {
  display:inline;        /* for IE only */
  }
.submap a {
  display:block;         /* for all browsers except IE */
  }
* html .submap a {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }

#submap ul { margin-top: 5px; _margin-top: 10px; height:35px; _margin-left: 5px; }

#submap li {
  padding: 5px;
}

#submap a {
  color: #ffcb85;
  font-weight: bold;
}

#submap a:hover {
  color: #000000;
}

#submap .active a {
  color: #FFFFFF;
}

#login_mybarrhaven {
  background: #FEEDD3 url('/images/header_bk_yellow.gif') top left repeat-x;
  border: 1px solid #FEDBA7;
  padding: 2px;
  height: 164px;
}
#login_mybarrhaven .title { font-size: 12px; font-weight: bold; }

#page_249 #login_249, #page_225 #login_225, #page_227 #login_227, #page_230 #login_230, #page_232 #login_232,
#page_248 #login_248, #page_233 #login_233, #page_199 #login_199, #page_250 #login_227, #page_251 #login_227 {
  font-weight: bold;
}

.page_auth_1 .login_display {
  display: none;
}
