#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* Sidebar */
#bizdir_sidebar {
	float:left;
	margin: 0px 20px 0px 20px;
	width:280px;
	padding-bottom:20px;
}

#bizdir_sidebar p {
	color:#181f1d;
	text-align:left;
	font-family:"Candara","Lucida Grande",arial,sans-serif;
	font-size:14px;
	margin-bottom:15px;
}

/* content */
#bizdir_main {
	background:transparent url(/images/main_content.png) repeat scroll left top;
	display:inline;
	float:left;
	/*	margin-right:20px;*/
	margin-bottom:20px;
	width:580px;
	text-align:left;
/*	padding:10px 18px 18px 18px;*/
/*	border: 1px solid green;*/
}

#bizdir_main h3, #bizdir_main h4, #bizdir_main h5{
	color:#0b1e41;
	letter-spacing:-.015em;
	font-size:36px;
	font-family: "Candara", "Lucida Grande", arial, sans-serif;
}

#bizdir_main h4{
	font-size:20px;
	margin-bottom:0;
	margin-top:15px;
}

#bizdir_main p{
	font-size:14px;
	font-family:"Candara", "Lucida Grande", arial, sans-serif;
	color:#1c2626;
	margin-bottom:20px;	
}

#bizdir_main p.main_intro_text{
	font-size:18px;
	margin-bottom:10px;
}

/* full width */

#full {
	padding: 20px 0 0 20px;
}

#full ul {
	margin: 0 0 12px 24px;
	font-size: 14px;
}

/* category list */

ul.category_list {
	list-style-type: none;
	text-align: left;
}

ul.category_list li {
	font-size: 14px;
}

ul.category_list li img {
	vertical-align: middle;
}

#map {
	border: 1px solid #e0dcd3;
}

/*#site_meta, #footer_nav {
	padding-top: 15px;
}*/

.tertiary_event, .tertiary{
	background:transparent none repeat scroll 0 0;
	clear:both;
	padding-top:0px;
}

/* lifted from main_content */

#content_box a{
	color:#9E3401;
}

#content_box h3, #main_content h4, #main_content h5{
	color:#0b1e41;
	letter-spacing:-.015em;
	font-size:36px;
	font-family:"Candara", "lucida grande", arial, sans-serif;
	margin-bottom:5px;
}

#content_box h3 a{
	color:#0B1E41;
}

#content_box h4{
	font-size:20px;
	margin-bottom:0;
	margin-top:15px;
}

#content_box h5 {
	font-size: 14px;
	color: #0b1d45;
	font-weight: bold;
	border-bottom: 1px solid #cac4b6;
}

#content_box p{
	font-size:14px;
	font-family:"Candara", "lucida grande", arial, sans-serif;
	color:#1c2626;
	margin-bottom:20px;	
}

#content_box h1 {
	color:#0b1e41;
}

span.note, p.note {
	margin: -10px 0 0 0;
	font-style: italic;
	font-size: 11px;
}

/* breadcrumb */

div.breadcrumb {
	margin: 0 0 12px 0;
	font-size: 12px;
}


/* pagination */

div.pagination {
	clear: both;
	padding: 3px;
	margin: 6px 0 6px 0;
	font-size: 12px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #9E3401;
	text-decoration: none; /* no underline */
	color: #9E3401;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #9E3401;
	font-weight: bold;
	background-color: #9E3401;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}


/* business detail */

#biz_box {
	border: 1px solid #dfdcd5;
	background-color: #f5f2eb;
	padding: 12px;
	margin: 28px 0 14px 0;
}

#biz_sidebar {
	width: 265px;
	margin-right: 24px;
	float: left;
}

#biz_detail {
	width: 570px;
	float: left;
}

#biz_detail h5 {
	margin-top: 12px;
	margin-bottom: 6px;
}

address {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 14px;
}

div.submitbox {
	font-size: 14px;
}

/* aligngrid */

table.aligngrid {
	border-spacing: 0;
	border-width: 0;
	margin: 5px 0 10px 0;
}

table.aligngrid td, table.aligngrid th {
	padding-right: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: normal;
}

table.aligngrid tr {
	vertical-align: top;
}

table.aligngrid td.price {
	text-align: right;
}

/* location grid */

div.location {
	background-color: #f5f2eb;
	border: 1px solid #e0dcd3;
	width: 255px;
	padding: 10px;
	margin: 0 0px 20px 0;
	float: left;
	font-size: 12px;
}

div.location_grid {
	margin: 20px 0 20px 0;
}

/* hot deals */

div.hot_deal {
	background-color: #f5f2eb;
	border: 1px solid #e0dcd3;
/*	width: 255px;*/
	padding: 10px;
	margin: 0 0px 20px 0;
/*	float: left;*/
	font-size: 12px;
}

div.hot_deal_location {
	width: 255px;
	float: left;
}

div.hot_deal_details {
	float: left;
	width: 600px;
}

p.expires {
	margin-top: 4px;
	color: #CCC;
}

/* datagrid */

td.nowrap {
	white-space: nowrap;
}

table.datagrid {
	border-spacing: 0px;
	margin: 10px 0 0 10px;
}

table.datagrid th, table.datagrid td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
	text-align: left;
	font-size: 12px;
}

table.datagrid th {
	font-weight: bold;
	background-color: #CFCFCF;
}

table.datagrid th.price, table.datagrid td.price {
	text-align: right;
}

/* clearer */

div.clearer {
	clear: both;
}

/* hot deal */

span.hot_deal {
	color: #bd2102;
	font-size: 12px;
}

span.hot_deal img {
	vertical-align: middle;
}

/* search */

div.search { 
	margin: 20px 0 0 0;
	width: 400px;
	float: right;
	text-align: right;
}

div.search input {
	vertical-align: middle;
	font-size: 14px;
}

/* flashbox */

div.notice {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #F3FFF1;
	border: 1px solid #116A01;
	color: #116A01;
	/*	margin: 5px 0 10px 0;*/
	padding: 5px;
	font-size: 14px;
}

div.error, div.stale {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid red;
	color: red;
	background-color: #FDDEDE;
	/*	margin: 5px 0 10px 0;*/
	padding: 5px;
	font-size: 14px;
}

span.danger {
	color: red;
}

/* errors */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* adminbar */
#adminbar {
	padding: 5px;
	background-color: #F7CDCD;
	font-size: 14px;
}

#adminbar ul {
	display:inline;
}

#adminbar ul li {
	display: inline;
	padding: 0px 0px 0px 10px;
}

/* photo edit */


div.photoedit {
	width: 600px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 20px 0;
}

div.photoedit div.thumb {
	width: 235px;
	float: left;
	text-align: center;
}

div.photoedit div.text {
	width: 300px;
	float: right;
}

/* photogrid */

table.photogrid {

}

table.photogrid td {
	vertical-align: top;
	text-align: center;
	padding: 5px;
	font-size: 13px;
}

table.photogrid img a, table.photogrid img {
	border: 1px solid #2c2c2c;
}

/* location attributes & amenities */

.location_attributes {
	width: 400px;
	padding: 10px;
	margin: 0 15px 0 0;
	border: 1px solid #ccc;
	float: left;
}

.location_sidebar {
	width: 250px;
	float: left;	
}

.location_amenities {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 0px 15px 0;
}

.location_qualifications {
	padding: 10px;
	border: 1px solid #ccc;
}

ul.amenity_list {
	list-style-type: none;
}

ul.amenity_list li {
	list-style-type: none;
	font-size: 12px;
}

/* icons */

img.admin_icon, a img.admin_icon  {
	border-width: 0;
}

/* login */

#content_box div.login_existing h4, #content_box div.login_new h4, #content_box div.login_questions h4 {
/*	font-weight: normal;*/
	margin-bottom: 14px;
}


div.login_existing {
	width: 225px;
	float: left;
	margin-right: 60px;
}

div.login_new {
	width: 225px;
	float: left;
	margin-right: 60px;
}

div.login_questions {
	width: 225px;
	float: left;
}

div.login_questions ul, div.login_questions li {
	margin-left: 10px;
	padding-left: 0px;
	font-size: 14px;
}

div.login_submit {
	background-color: #c6d0b3;
}

/* qualifications */

ul.qualifications li {
	display: block;
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
}

ul.bizlist {
	margin: 10px 0 10px 0;
}

ul.bizlist li {
/*	display: block;*/
	margin: 0 10px 0 24px;
}

/* admin */

div.adminbox {
	background-color: #FFC8C8;
	padding: 5px;
	border: 1px solid #FF8383;
	color: #000;
}