@charset "utf-8";
/* CSS Document */

/* BEGIN: migration content styles */
.mainStyle .migrateContent {
	clear:both;
}
.mini {
	font-size : 8pt;
	font-family : sans-serif;
	line-height : 17px;
}
.error {
	color:#CC0000;
	font-size : 8pt;
	font-family : sans-serif;
	line-height : 20px;
}
.errorMessage {
	color:#CC0000;
	font-size:10pt;
	font-weight:bold;
	font-family:sans-serif;
	line-height:20px;
	border:1px dotted #FF0000;
	padding:3px 15px;
}

.ads {
	font-size : 9pt;
	font-family : sans-serif;
	line-height : 17px;
	color:#666;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	font-weight:500;
	color:#434343;
}
.specialText {
	font-size : 9pt;
	font-family : sans-serif;
	background-color: #eeeeee;
}
.specialPROMOText {
	font-size: 9pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #990000;
}

.specialPROMOSection {
	background-color:#FFFFCD;
	width: 468px;
	border: 1px solid #ADBC9E;
}

.bizName, .bizName a, .bizName h3 {
	color: #9d2929;
	line-height: 20px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	/*text-decoration:underline;*/
	padding-bottom: 3px;
	margin: 0px;
}
/*
.bizName {
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
}
*/
.bizCat {
	font-size:11px;
	font-style:italic;
}
.introTitle {
	font: 16px Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#797979;
}
.featuredReviewTitle a {
	color:#9d2929;
	font: 22px Georgia, "Times New Roman", Times, serif;
}


p, tr, td, ol {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;}
/* END: migration content styles */

.largerText {
	font-size:larger;
	color:#434343;
}
.boldText {
	font-weight:600;
}
.grayText {
	color:#999;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #FFFFFF url(../../images/bkg.png) top left;*/
	margin: 3px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DFDEC0;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#434343;
	padding-bottom: 0px;
	font-weight:500;
	margin: 0px 7px 0px 2px;
}
h1 {
	font-size:35px;
	letter-spacing:-2px;
	line-height:40px;
}
h2 {
	font-size:24px;
	letter-spacing:-2px;
}
h3 {
	font-size:135%;
}
h4 {
	font-size:120%;
}

.cityTitle {
	font-size: 26px;
	letter-spacing:-1px;
}

.sidebarTitle {
	text-transform:uppercase;
	color:#869c72;
	border-top:1px dashed #869c72;
	border-bottom:1px dashed #869c72;
	text-align:center;
	line-height:25px;
	background-color: #cad6bf;
	letter-spacing:0.13em;
}
.mainStyle #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #FFFFFF; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.mainStyle #topMessage {
	background-color:#DFDEC0;
	padding: 7px 13px 4px 7px;
}

.mainStyle #topMessage a {
	font-size:smaller;
	color:#930;
	line-height: 15px;
	vertical-align:text-top;
}

.mainStyle #topRoundedCorner {
	background: url(/images/nav/toproundedcorners.gif) top no-repeat;
	height: 13px;
}

.mainStyle #adLeaderboard {
	margin:auto;
/*	margin: 0px 0px 0px 0px; */
	padding: 13px 0 13px 0;
	height: 90px;
	vertical-align:middle;
} 
.mainStyle #header {
	height: 95px;
	/*background: #B56D15 url(/images/bkg_header.jpg) top left no-repeat;/*
	padding: 0 4px 0 7px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.mainStyle #headerLogo {
	float:left;
	padding: 17px 0px 18px 55px;
}

/* BEGIN: header search form */
.mainStyle #headerSearch {
	height: 30px;
	font-size:12px;
	padding: 13px 0px 0px 13px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.mainStyle #homeSearch {
	display:block;
	width:530px;
	height:190px;
	background-color:#9DC67A;
}
.mainStyle #homeSearch div, .mainStyle #homeSearch table tr td {
	background-color:transparent;
	font:11px Verdana, Geneva, sans-serif;
	color:#3A4443;
}
.mainStyle #homeSearch div table tr td input {
  border:1px solid #333333;
  border-radius:10px;
}

.mainStyle #homeTopSearch {
	float:left;
	width:210px;
	height:200px;
	background-color:#CAD6C0;
  margin: 4px 0 0 24px;
}
.mainStyle #homeTopSearch div {
	background-color:transparent;
	font:26px bold Georgia, 'Times New Roman', Times, serif;
}

.mainStyle #homeTopSearch a {
	font-style:italic;
	font:20px bold Georgia, 'Times New Roman', Times, serif;
	color:#353A36;
	line-height: 26px;
}

.div-shadow {
  float:left;
  background: url(/images/nav/shadowalpha.png) no-repeat bottom right  !important;
  background: url(/images/nav/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.div-shadow div {
  display: block;
  position: relative;
  background-color: #fff;
/*  border: 1px solid #a9a9a9; */
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

form#localCitySearch {
	position:relative;
	margin:0;
}
div#searchName, div#searchLocation, div#searchTerm {
	position:relative;
	float:left;
	margin-right:3px;
  border:2px solid #333333;
  border-radius:10px;
}

span#accountArea {
	float:right;
	margin-right: 7px;
	padding-top: 7px;
}
input#searchName-field, input#searchLocation-field {
	width:20em;
	padding-left:3px;
}
label.overLabel {
	display:none;
}
label.overLabel-apply {
	position:absolute;
	display:block;
	top:3px;
	left:10px;
	z-index:1;
	color:#ACACAC;
}
/* END: header search form */

.list th {
	background-color:#666666;
	color:#ffffff;
	padding:3px 7px;
}
.list td {
	padding:3px 7px;
}

/* remember that padding is the space inside the div box and margin is the space outside the div box */
.mainStyle #mainNav {
	clear:both;
	height: 15px;
	color:#FFFFFF;
	font-size:12px;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #333333 solid;
	background-color: #666666;
}

.mainStyle #sidebar1 {
	display: block;
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #cad6bf; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px 7px 10px 7px; /* padding keeps the content of the div away from the edges */
	margin: 0px 9px;
	font-size:12px;
	line-height: 17px;
}
.mainStyle #sidebar1 a {
	color: #5f5f5f;
}

.mainStyle #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 7px; /* padding keeps the content of the div away from the edges */
	font-size:12px;
	line-height: 17px;
}
.mainStyle #sidebar2 a {
	color: #880000;
}

.mainStyle #sidebarleftCHome {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-right: 1px solid #000000;
	font-size:12px;
	line-height: 17px;
}
.mainStyle #sidebarleftCHome .menu {
	border-top: 1px solid #000000;
}

.mainStyle #mainContentHome { 
	padding: 7px;
	font-size: 13px;
	margin: 3px 4px 0px 0px;
}

.mainStyle #favoritePlaces {
	padding:5px 15px 15px 15px;
	background-color:#9dc579;
}
.mainStyle #favoritePlaces p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#6B6B6B;
}
.mainStyle #favoritePlaces a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#606060;
}
.favoritePlacesTitle {
	color:#ffffff;
	font: 24px Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
}


.mainStyle #mainContent {
	padding: 0px 310px 0px 185px;
	font-size: 13px;
	margin: 0px 4px 0px 0px;
	background-color:#FFFFFF;
}
.mainStyle #mainContent .breadcrumb {
	padding: 7px 10px 1px 10px;
	font: 10px Verdana, Geneva, sans-serif;
	color:#ffffff;
	background-color:#696969;
}
.mainStyle #mainContent .breadcrumb a {
	color:#E8E8E8;
	line-height: 17px;
}
.mainStyle #mainContent .pad {
	padding: 3px 7px 7px 15px;
}
.mainStyle #mainContent .addressInfo{
	padding: 5px 10px 5px 3px;
	color:#333333;
}

.mainStyle #mainContent2 { 
	padding: 0px 15px 0px 167px;
	font-size: 13px;
	margin: 0px 4px 0px 0px;
	background-color:#FFFFFF;
}
.mainStyle #mainContent2 .breadcrumb {
	padding: 7px 0px 5px 3px;
	font-size: 10px;
	line-height: 17px;
	color:#5F5F5F;
}
.mainStyle #mainContent2 .breadcrumb a {
	padding: 7px 0px 5px 3px;
	line-height: 17px;
	color:#999999;
}
.mainStyle #footer {
	clear:both;
	margin-top: 10px;
	padding: 7px 0px 7px 0px;
	background-color:#A8A8A8;
	font-size:8pt;
	color:#FFFFFF;
	text-align:center;
} 
.mainStyle #footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.mainStyle #adBelowBanner {
	margin: 0px 0px 0px 0px;
	padding: 13px 0 13px 0;
	height: 90px;
	vertical-align:middle;
	background-color: #DFDEC0;
}

.photoContent {
}
.photoContent .edit {
 border-bottom: 1px solid #CCCCCC;
 padding: 3px 0px;
 line-height:23px;
}

.photoBorder {
	border: 1px #EEEEEE solid;
	padding: 7px;
	margin: 0px 7px 5px 0px;
}

.photoBorderThin {
	border: 1px #DDDDDD solid;
	padding: 2px;
	margin: 0px;
}

.commentHeader {
	background-color:#CCCCCC;
	border-top:1px solid #333333;
	border-bottom:1px solid #999999;
	padding:3px 5px;
	margin: 1px 5px;
	width:400px;
}
.comment {
	border-bottom:1px solid #999999;
	padding:3px 5px;
	margin: 3px 5px;
	width:400px;
}
.comment-author, .comment-author a {
	color: #9d2929;
	line-height: 20px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	/* clear:left; */
}
.featuredReviewBody {
	color: #4F4F4F;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.comment-body {
	color: #4F4F4F;
	line-height: 17px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.even {	background-color:#F4F4F4; }
.odd { background-color:#FFFFFF; }
.row0 { background-color:#F4F4F4; }
.row1 { background-color:#FFFFFF; }

a { text-decoration:none; color:#9d2929; }
a:hover { text-decoration: underline; }

div.hr-dotted {height:1px;line-height:0px;font-size:0;background:url(/images/hr_bg.gif) repeat-x bottom;margin:2px 10px 7px 0; position:relative !important;color:#fff;}

.initcap {font-size:1.4em;}

input.btn{
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#FFE28A;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#ffeedd');}

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
   color:#c63;}

input.btnM{
   color:#050;
	 padding:3px 0px;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:14px;
   font-weight:bold;
   background-color:#FFD862;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#ffeedd');}
			
input.btnX{
   color:#050;
	 padding:3px 10px 3px 10px;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:16px;
   font-weight:bold;
   background-color:#FFD862;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#ffeedd');}

.todoSection {
	background-color:#cad6bf;
	font: 15px Helvetica, Arial, sans-serif;
	padding: 7px 5px;
	width:455px;
}

.todoSection table tr td img {
	border: 2px solid #ffffff;
	margin: 7px 0px 3px 0px;
}
.todoSection table tr td a {
	color:#6F6B57;
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.todoTitle {
	color:#434343;
	font: 24px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 7px 0;
}

/* form fields */
.edit {
	border:0px Solid #d7d7d7;
	background:#ffffff;
	margin:0px;
	padding:10px;
	font-size:12px;
	color:#666666;
}

.edit fieldset {
	border:0px;
}

.edit .formfield label {
	padding-top:2px;
	display:block;
}

.edit .formfieldReq label  {
	padding-top:2px;
	display:block;
	color:#666666;
}
.edit .formfieldErr {
	padding-top:10px;
	display:block;
	color:#f00;
	background:#FFEAEC;
	border:1px solid #C00;
}

.edit .formfieldhidden {
	padding-top:10px;
	display:none;
}

.edit label {
	width:150px;
	text-align:right;
	padding:0px 5px 0px 0px;
	clear:both;
	float:left;
}

.edit div.error {
  background-color: #FEEDCD;
  background-position: top left;
  color: #676767;
  border: 1px solid #CC2820;
}

.edit .note {
	text-align:left;
	font-size:11px;
	font-style:italic;
	padding: 3px 7px;
}

.edit .error ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.edit .error ul li {
	text-align:center;
}

.edit .formfieldinputstack {
	float:left;
	padding:0px 0px 10px 0px;
}

.edit .formfieldinputstack label {
	float:none;
	width:auto;	
}

.inputSmall {
	font-size:10px;
}
.edit .input {
	display:inline;
}

.edit .inputhidden {
	display:none;
}

.edit .controls {
	clear:both;
	padding:10px 0px 0px 10px;
	text-align:center;
}

.editSm {
	margin:0px;
	padding:7px;
	font-size:12px;
	color:#666666;
}

.editSm fieldset {
	border:0px;
}

.editSm .formfield {
	padding-top:7px;
	display:block;
}

.editSm .formfieldhidden {
	padding-top:7px;
	display:none;
}

.editSm label {
	width:75px;
	text-align:right;
	padding:0px 5px 0px 0px;
	clear:both;
	float:left;
}

.editSm .note {
	text-align:center;
}

.editSm .controls {
	clear:both;
	padding:10px 0px 0px 10px;
}

.groupBorder{
 border: 1px solid #989898;
 padding: 5px 5px 5px 5px;
}
.groupSubHeading{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #666;
	background-color: #DDEBCF;
	padding: 5px 5px 5px 5px;
}
.elementShadow{
 width: 100%;
 background: url(/images/bgLowElementShadow.gif) repeat-x;
 height: 7px;
 display: block;
 float: left;
}

.crop0{
	float:left;
	margin:.5em 10px .5em 0;
	overflow:hidden; /* this is important */
	border:4px #E8E8E8 solid;
	}
.crop1{
	float:left;
	margin:.5em 10px .5em 0;
	overflow:hidden; /* this is important */
	border:4px #FFFFFF solid;
	}
	/* input values to crop the image: top, right, bottom, left */
.crop0 img, .crop1 img{
	margin:-35px 0px -35px 0px;
	}