﻿* {
  margin: 0;
  padding: 0;
}

/**********************************
    Base Element Page Styles
**********************************/
#tContent {
  color: #333;
  font: 11px verdana,helvetica,sans-serif;
}
#tContent a, #tContent a:link, #tContent a:visited, #tContent a:active {
  color: #36C;
  text-decoration: none;
}
#tContent a:hover {
  color: #06F;
}
/* remove halo effect in firefox   */
#tContent a:active {
  outline: none;
}
#tContent a img {
  border-color: #FFF;
  border-style: none;
  border-width: 0;
  color: #FFF;
}
#tContent img {
  border: 0;
}
#tContent h1, #tContent h2, #tContent h3, #tContent h4, #tContent h5, #tContent h6 {
  color: #293546;
  margin-bottom: 5px;
}
#tContent h1 {
  font-size: 21px;
  font-family: verdana,helvetica,sans-serif;
  margin-bottom: 0;
}
#tContent h1 span {
  font-size: 21px;
  font-family: verdana,helvetica,sans-serif;
  margin-bottom: 0;
}
#tContent h2 {
  font-size: 18px;
}
#tContent h3 {
  font-size: 15px;
  margin-bottom: 0;
}
#tContent h4 {
  clear: both;
  font-size: 11px;
}
#tContent h5 {
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 5px;
}
#tContent p {
  line-height: 140%;
  margin-bottom: 5px;
}
#tContent ul {
  margin-bottom: 5px;
}

/**********************************
    Base Page Styles
**********************************/
#tContent {
  width: 980px;
}
#tHeader, #tFooter {
  clear: both;
}
#tBody {
  clear: both;
  overflow: hidden;
}

/* Column Styles */
#tColumns {
  clear: both;
  overflow: hidden;
}
.column {
  float: left;
}
#column1 {
  padding-bottom: 10px;
  padding-right: 10px;
  width: 200px;
}
#column1 h3 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
}
#column2 {
  padding-bottom: 10px;
  margin-right: 10px;
  width: 432px;
}
#column3 {
  padding-bottom: 10px;
  width: 326px;
}
#column3 #tFixedCol{
  width: 326px;
}
.tList3Column {
  width: 246px;
  padding-left: 10px;
}
.tList4Column {
  width: 232px;
  padding-left: 10px;
}
.tFloat {
  float: left;
}

/**********************************
    Top Content Item Styles
**********************************/
/* Breadcrumbs Styles */
#tPostHeader {
  float: left;
  clear: both;
}
ul#tBreadcrumbs { 
  padding-top: 5px;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
}
ul#tBreadcrumbs li{
  display: inline;
  float: left;
  margin-right: 4px;
}
ul#tBreadcrumbs a{
  background: url(../i/breadcrumbs_gt.gif) no-repeat 100% -2px;
  float: left;
  padding-right: 17px;
}
ul#tBreadcrumbs li.noCarrot a{
  background: 0;
}

/* Heading Styles */
#tHeading {
  clear: both;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  width: 980px;
  z-index: 1000;
}
#tHeading p {
  margin-bottom: 0;
}

/* Location Form Styles */
#tLocationForm {
  bottom: 3px;
  position: absolute;
  right: 0;
}
#tLocationForm #LocString {
  height: 15px;
  width: 175px;
  margin-right: 5px;
}
#tLocationForm #tDisambiguationBox {
  background: #FFF;
  border: 1px solid #CCC;
  right: 110px;
  padding-bottom: 5px;
  position: absolute;
  top: 19px;
  width: 177px;
  z-index: 1001;
}
#tLocationForm #tDisambiguationBox p {
  margin: 0;
  padding: 0 5px;
}
#tLocationForm #tDisambiguationBox p.title {
  font-size: 11px;
  font-weight: bold;
}
#tLocationForm #tDisambiguationBox p a {
  color: #5C7DFC;
  font-size: 11px;
  text-decoration: underline;
}

/**********************************
    Left Column Item Styles
**********************************/
#tSearchButton {
  background: url(../i/button_go.gif) no-repeat;
  cursor: pointer;
  height: 25px;
  position: relative;
  width: 25px;
  border: 0;
}
#tSearchbox {
  width: 142px;
}

/* Category List Styles */
#tCategoryList {
  font-size: 16px;
  margin: 0 0 10px 0;
}
#tCategoryList ul, #tCategoryList li {
  list-style: none;
}
#tCategoryList li a {
  border-bottom: 1px solid #CCC;
  display: block;
  font-size: 14px;
  padding: 5px 15px 5px 0pt;
  text-decoration: none;
  _height: 1%;
}
#tCategoryList li a:hover, #tCategoryList li a:focus {
  color: #333;
  background: #F9F9F9 url(../i/list_arrow_red.gif) no-repeat 100% 0;
  border-bottom: 1px solid #36C;
}

/**********************************
    Rounded Corner Styles
**********************************/
* html div.tHighlightContent{height:auto;}
.tHighlightContent{padding:0 8px;margin: 0 0 8px 0;}
.tHighlightContent div{border-style:solid;border-width:1px;margin:-2px -8px;}
html>body .tHighlightContent div{height:auto;}
.tHighlightContent div div{border-style:none;border-width:0;margin:0;}
.tHighlightContent .tRoundFirst, .tHighlightContent .tRoundLast{position:relative;height:8px;margin:0;}
.tHighlightContent .tRoundFirst{border-width:1px 0 0 0;}
.tHighlightContent .tRoundLast{border-width:0 0 1px 0;}
.tHighlightContent .tRoundFirst .tRoundFirst, .tHighlightContent .tRoundFirst .tRoundLast{margin-top:-1px;}
.tHighlightContent .tRoundLast .tRoundFirst, .tHighlightContent .tRoundLast .tRoundLast{margin-bottom:-1px;}
.tHighlightContent .tRoundFirst .tRoundFirst, .tHighlightContent .tRoundFirst .tRoundLast,
.tHighlightContent .tRoundLast .tRoundFirst, .tHighlightContent .tRoundLast .tRoundLast{border:0;position:absolute;z-index:1;width:8px;height:8px;background-repeat:no-repeat;background-color:#FFF;font-size:1px;}
.tHighlightContent .tRoundFirst .tRoundFirst, .tHighlightContent .tRoundLast .tRoundFirst{margin-left:-8px;}
.tHighlightContent .tRoundFirst .tRoundLast, .tHighlightContent .tRoundLast .tRoundLast{right:0px;margin-right:-8px;}
.tHighlightContent .tRoundLast .tRoundFirst, .tHighlightContent .tRoundLast .tRoundLast{top:1px;}

div.tHighlightContent div{border-color:#99B5B6;background-color:#FFED97;}
div.tHighlightContent .tRoundFirst .tRoundFirst{background-image:url(../i/roundcorner_tl.gif);}
div.tHighlightContent .tRoundFirst .tRoundLast{background-image:url(../i/roundcorner_tr.gif);}
div.tHighlightContent .tRoundLast .tRoundFirst{background-image:url(../i/roundcorner_bl.gif);}
div.tHighlightContent .tRoundLast .tRoundLast{background-image:url(../i/roundcorner_br.gif);}

.tHighlightContent .tRoundContent div{padding:2px 10px;}
.tHighlightContent .tRoundContent div div{padding:0;}

#tEnhanceNote div{background-color:#EEE;}
#tEnhanceNote .tRoundFirst .tRoundFirst, #tEnhanceNote .tRoundFirst .tRoundLast,
#tEnhanceNote .tRoundLast .tRoundFirst, #tEnhanceNote .tRoundLast .tRoundLast{background-color:#FFF;}
#tEnhanceNote .tRoundFirst .tRoundFirst{background-image:url(../i/roundcorner2_tl.gif);}
#tEnhanceNote .tRoundFirst .tRoundLast{background-image:url(../i/roundcorner2_tr.gif);}
#tEnhanceNote .tRoundLast .tRoundFirst{background-image:url(../i/roundcorner2_bl.gif);}
#tEnhanceNote .tRoundLast .tRoundLast{background-image:url(../i/roundcorner2_br.gif);}

/**********************************
    Map  Item Styles
**********************************/
.tMap, .tMapResults {
  margin-bottom: 10px;
}
.tMap {
  border: 2px solid #6A92E2;
  clear: both;
}
.mapIcon  {
    font-weight: bold !important;
    font-size: 11px;
    text-align: center;   
    background: url(../i/icon_featured_balloon.png) no-repeat;
    _background: url(../i/icon_featured_balloon.gif) no-repeat;     
    width: 20px;
    height: 25px;
    color: #fff !important;
    z-index: 2;
    padding-top: 3px;
}
.mapIcon a {
  color: #FFF !important;
  display: block !important;
  font-family: verdana !important;
  height: 25px;
  text-align: center;
  width: 20px;
}
.mapIconActive  {
    font-weight: bold !important;
    font-size: 11px;
    text-align: center;
  background: url(../i/icon_featured_balloon2.png) -1px -1px no-repeat;
  _background: url(../i/icon_featured_balloon2.gif) no-repeat;
    width: 25px;
    height: 28px;
    color: #fff !important;
    z-index: 2;
    padding-top: 3px;
}
.mapIconActive a {
  color: #FFF !important;
  display: block !important;
  font-family: verdana !important;
  height: 30px;
  text-align: center;
  width: 25px;
}
.mapIcon2  {
    font-weight: bold !important;
    font-size: 11px;
    text-align: center;   
    background: url(../i/bluepin.gif) no-repeat 0px -1px;
    width: 24px;
    height: 26px;
    top:-14px;
    color: #fff !important;
    z-index: 2;
    padding-top: 3px;
}
.mapIcon2 a {
  color: #FFF !important;
  display: block !important;
  font-family: verdana !important;
  height: 25px;
  text-align: center;
  width: 24px;
}
.mapIcon2Active  {
    font-weight: bold !important;
    font-size: 11px;
    text-align: center;
  background: url(../i/bluepin1.gif) no-repeat 0px -1px;
    width: 24px;
    height: 26px;
    top:-14px;
    color: #fff !important;
    z-index: 2;
    padding-top: 3px;
}
.mapIcon2Active a {
  color: #FFF !important;
  display: block !important;
  font-family: verdana !important;
  height: 25px;
  text-align: center;
  width: 24px;
}
.mapIconHere  {
  background: url(../i/icon_map_here.png) no-repeat;
  color: #FFF !important;
  font-size: 11px;
  height: 29px;
  left: 0px;
  padding: 4px 2px 0 0;		
  position: absolute;
  text-align: center;
  top: -15px;
  width: 25px;
  _background-image: url(../i/icon_map_here.gif);
}
#tYouAreHereBox  {
  padding: 10px 0;
}
/* Map Popup Tip Styles */
.tMapPopupHeader {
	color: #36C;
  font-size: 12px;
  text-align: left;
}
.tMapPopupHeader h3 {
  margin: 0 !important;
}
.tMapPopup a {
  color: #36C;
}
.tMapPopup p {
  color: #000;
  font-size: 11px !important;
  line-height: 14px;
  padding: 0 !important;
}
.tMapPopup .tPhone {
  color: #333;
}
.tMapPopup img {
  float: left;
  margin: 0 5px 10px 0;
}
.tMapPopup form {
  clear: both;
}
.tMapPopup label {
  line-height: 15px;
}
.tMapPopup input.tMapPopupTextBox {
  width: 170px;
}
.tMapPopup input.tMapPopupButton {
  width: 35px;
}
.tMapPopup p.tHidden {
  display: none !important;
}
.tMapPopup .tDriveDir {
  border-top: 1px solid #CCC;
  clear: both;
  margin-top: 7px !important;
  padding-top: 7px !important;
}
#tMapResults ol {
  margin: 5px 0 10px 0;
}
#tMapResults li {
  list-style-type: none;
  padding: 3px 0pt 3px 15pt;
}
.tMoreLinks {
  clear: both;
}
.ero .ero-previewArea div.firstChild {
  margin: 12px 12px 6px 12px !important;
}

/**********************************
    Claim It Balloon Styles
**********************************/
#tClaimItBalloon {
    background: url(../i/balloon_location_bottom.png) no-repeat 0 100%;
    _background: url(../i/balloon_location_bottom.gif) no-repeat 0 100%;    
    width: 350px;
    position: absolute;
    left: 130px;
    top: 365px;
    padding-bottom: 25px;
    z-index: 9299993;
}
#tClaimItBalloon * {
    _z-index: 929999;
}
#tClaimItBalloon div {
    background: url(../i/balloon_location_middle.png) no-repeat 0 -40px;
    _background: url(../i/balloon_location_middle.gif) no-repeat 0 -40px;
    padding: 0 33px 0 20px;  
}
div#tClaimItBalloonHead {
    background: url(../i/balloon_location_top.png) no-repeat;
    _background: url(../i/balloon_location_top.gif) no-repeat;    
    height: 13px;
    overflow: hidden;
    font-size: 0px !important;       
}
div#tClaimItBalloonPoint {
   /*background: url(../i/balloon_location_point.png) no-repeat;
    _background: url(../i/balloon_location_point.gif) no-repeat; */
    background-image: none;
    position: absolute;
    left: 30px;
    top: -35px;
    z-index: 930000;
    width: 350px;
    height: 38px;
}
div#tClaimItBalloonCloseBox {
    background: url(../i/close_box.png) no-repeat;
    _background: url(../i/close_box.gif) no-repeat;    
    position: absolute;
    right: 22px;
    top: 6px;
    z-index: 930001;
    width: 13px;
    height: 13px;
    cursor: pointer;
	padding: 0;
}
#tClaimItContent {
    padding: 0 18px 18px 0;
    text-align: left;
}
#tClaimItContent h2 {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    border: none !important;
    padding-right: 10px;
}
#tClaimItContent   label {
    font-weight: bold;
}
#tClaimItContent .LB_window #tSubmitAgree, #tClaimItContent #tClaimItLink {
    cursor: pointer;
}
#tClaimItContent   input#tEmailInput {
    width: 160px;
}
#tClaimItForm {
  position: relative;
}
#tTermsPara {
  position: absolute;
  top: 15px;
  left: 185px;
  width: 100px;
}
#tClaimSubmit {
  text-align: right;
}

/**********************************
    Star Ratings Styles
**********************************/
.star-rating {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 125px;
  height: 25px;
  position: relative;
  overflow: hidden;
  background: url(../i/star.gif) top left repeat-x;
}
.star-rating li {
  padding: 0px;
  margin: 0px;
  /*\*/
  float: left;
  /* */
}
.star-rating li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
  overflow: hidden;
}
.star-rating li a:hover {
  background: url(../i/star.gif) left bottom;
  z-index: 2;
  left: 0px;
  border: none;
}
.star-rating a.one-star { left: 0px; }
.star-rating a.one-star:hover { width: 25px; }
.star-rating a.two-stars { left: 25px; }
.star-rating a.two-stars:hover { width: 50px; }
.star-rating a.three-stars { left: 50px; }
.star-rating a.three-stars:hover { width: 75px; }
.star-rating a.four-stars { left: 75px; }
.star-rating a.four-stars:hover { width: 100px; }
.star-rating a.five-stars { left: 100px; }
.star-rating a.five-stars:hover { width: 125px; }
.star-rating li.current-rating {
  background: url(../i/star.gif) left center;
  position: absolute;
  height: 25px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
  top: 0;
  left: 0;
}

/**********************************
    Misc Styles
**********************************/
#tCitiesLink {
  padding-bottom: 10px;
  text-align: center;
}
#tRectangleAd {
  text-align: center;
}
#tFeedbackLink {
  clear: both;
  font-size: 10px;
  text-align: right;
}
#__asptrace {
  clear: both;
}


dl.tSubCategoryList {
  position: relative;
  margin: 0 0 6px 0;
}
dl.tSubCategoryList dt {
  color: #36C;
  font: bold 14px arial;
}
dl.tSubCategoryList dt div.tHighlightContent {
  margin: 0 0 3px 0;
}
dl.tSubCategoryList dt div.tRoundContent {
  padding: 4px;
}
dl.tSubCategoryList dt div.tRoundContent p {
  position: absolute;
  top: 4px;
  padding: 0 5px;
  z-index: 2;
}
dl.tSubCategoryList dd {
  padding: 2px 0 2px 20px;
}
dl.tSubCategoryList dd ul {
  list-style-type: none;
}
dl.tSubCategoryList dd li {
  padding-bottom: 5px;
}


/**********************************
   Modal Image Viewer Styles
**********************************/
#tOverlay {
  background-image: url(../i/overlay.png);
  position: absolute;
  width: 100%;
  z-index: 1003;
  top: 0;
  left: 0;
}
* html #tOverlay {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../content/i/overlay.png", sizingMethod="scale");
}
#tModal {
  background-color: #FFF;
  padding: 10px 10px 0 10px;
  border: 1px solid #000;
  position: absolute;
  display: none;
  z-index: 1004;
}
#tModal img { clear: both; }
#tModalContent {
  display: block;
  position: relative;
}
#tModalCaption {
  font-weight: bold;
  padding-top: 3px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10px;
  border-top: 1px solid #CCC;
}
#tModalResText {
  padding: 0;
  font-size: 10px;
  margin: 0;
}
#tModalControls {
  position: absolute;
  padding-top: 5px;
  margin: 0;
  top: 8px;
  right: 0;
}
#tModalClose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1005;
}


#tModal a img {
	border: 0;
} 
#tModalContent {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	padding-bottom: 27px;
}
#tModalContent h4 {
	font-size: 15px;
	margin-bottom: 6px;
}

