* { margin: 0; padding: 0; }

/* Colors ////////////////

steel blue:	6688aa
dk steel:	446688
burgundy:	6d1e33


*/

/* Clearing Class ////////*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

.clearleft:after {
	clear: left;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Base Tag Attributes ////////*/

body { background: #fff url(/.img/bg-body.gif) repeat-x; }


h2 { font: normal 25px/27px georgia, "times new roman", times, serif; letter-spacing: -1px; margin-bottom: 10px}
h3 { font: bold 15px/16px georgia, "times new roman", times, serif }
h4 { font: bold 11px/14px georgia, "times new roman", times, serif }

p { 
	font: normal 13px verdana, arial, helvetica, sans-serif;
	color: #555;
	margin-bottom: 10px 
}

a {
	text-decoration: none;
	color: #903;
	cursor: pointer;
}

a:hover { color: #c30; }

small, .small { font-size: 9px; }

/* Generic Classes //////////////*/

.right { float: right; }
.left { float: left; }
.no-results { 
	padding: 10px;
	text-align: center;
	color: #999;
	background: #eee;
}

/* Form Element Classes /////////*/

.textfield {
	background: #fff url(/.img/bg-text-input.gif) no-repeat;
	border: 1px solid #ccc;
	border-color: #666 #ccc #ccc #666;
	padding: 2px 4px;
	height: 15px;
	font: normal 11px/15px arial, helvetica, sans-serif;
	color: #999
}

.textfield:focus { background: #ffe url(/.img/bg-text-input-focus.gif) no-repeat; color: #663 }

.selectbox {
	border: 1px solid #ccc;
	border-color: #666 #ccc #ccc #666;
	height: 17px;
	font: normal 11px/17px arial, helvetica, sans-serif;
	background: #fff;
	color: #666;
}

.selectbox option {
	padding: 2px 4px;
}

.submit {
	border: 0;
	padding: 0;
	margin: 0;
	font: bold 11px georgia, serif;
	height: 18px;
	padding-bottom: 2px;
	cursor: pointer;
	text-align: center;
	width: 31px;
	background: transparent url(/.img/btn-go.gif) no-repeat;
	color: #fff;
}

/* disabled selectboxes */

.select-dead  {
	background: #fff;
	color: #bbb;
	border-color: #ccc
}

.select-dead option {
	background: #fff;
}

/*/////////////////*/

#wrapper {
	width: 770px;
	margin: 10px auto 0 auto;
}

#header {
	height: 105px;
	background: #fff;
}

#header p {
	font: bold 36px/100px arial;
	text-align: center;
	color: #777;
}

#global-nav {
	list-style: none;
	float: left;
	width: 300px;
	margin-top: 5px;
	height: 20px;
}

#global-nav li {
	display: inline;
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
}

/* Add separators in CSS for accessibility */

#global-nav > li:after {
	padding: 0 6px;
	content: "|";
}

/* 	Remove separator on last list element 
	Prefer li:last-child:after but some browsers choke */

#global-nav > li.last:after {
	content: "";
	padding: 0;
}

#global-nav a { 
	color: #6688aa;
	font: normal 9px/11px tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

#global-nav a:hover { color: #333; border: 0 }

#logo-header,
#logo-header a {
	display: block;
	width: 282px;
	height: 40px;
	background: transparent url(/.img/h1-logo.gif) no-repeat;
	text-indent: -9999px;
}

#logo-header { float: left; margin-top: 20px }

#logo-header a:hover { border: 0 }

#form-search { 
	float: right;
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
}

#form-search p {
	font: normal 9px/11px tahoma, arial, helvetica, sans-serif;
	text-transform: uppercase;
}

#form-search .textfield {
	height: 14px;
	width: 120px;
	margin-right: 5px;
}

#form-search .submit,
#comment_form .submit {
	width: 86px;
	background: transparent url(/.img/btn-search.gif) bottom no-repeat;
	color: #666;
}

#form-search .submit:hover,
#comment_form .submit:hover { color: #000 }

#nav {
	width: 770px;
	height: 50px;
	background: transparent url(/.img/bg-navbar.gif) 0 10px no-repeat;
	list-style: none;
	text-align: center;
	border-top: 1px solid #666;
	position: relative;
	margin-bottom: 10px;
}

#nav li { 
	position: absolute;
	top: 0;
}

#nav li, #nav a {
	height: 50px;
	display: block;
}

#nav a { text-indent: -9999px }

#nav a:hover { border: 0 }

li#nav1 { left: 65px; width: 96px; }
li#nav2 { left: 225px; width: 126px; }
li#nav3 { left: 397px; width: 70px; }
li#nav4 { left: 512px; width: 70px; }
li#nav5 { left: 641px; width: 70px; }

li#nav1 a:hover { background: transparent url(/.img/bg-navbar.gif) -65px -40px no-repeat; }
li#nav2 a:hover { background: transparent url(/.img/bg-navbar.gif) -225px -40px no-repeat; }
li#nav3 a:hover { background: transparent url(/.img/bg-navbar.gif) -397px -40px no-repeat; }
li#nav4 a:hover { background: transparent url(/.img/bg-navbar.gif) -512px -40px no-repeat; }
li#nav5 a:hover { background: transparent url(/.img/bg-navbar.gif) -641px -40px no-repeat; }

li#nav1 a.selected { background: transparent url(/.img/bg-navbar.gif) -65px -90px no-repeat; }
li#nav2 a.selected { background: transparent url(/.img/bg-navbar.gif) -225px -90px no-repeat; }
li#nav3 a.selected { background: transparent url(/.img/bg-navbar.gif) -397px -90px no-repeat; }
li#nav4 a.selected { background: transparent url(/.img/bg-navbar.gif) -512px -90px no-repeat; }
li#nav5 a.selected { background: transparent url(/.img/bg-navbar.gif) -641px -90px no-repeat; }

#main { background: #fff; position: relative }

#major-column {
	float: left;
	width: 160px;
}

#minor-column {
	float: right;
	width: 120px;
}

#content {
	margin: 0 130px 10px 170px;
	position: absolute;
	top: 0; width: 470px
}

#footer {
	border-top: 1px solid #999;
	clear: both;
	margin: 0 0 20px 0;
	padding-top: 10px;
	text-align: center;
	width: 770px
}

#footer p {
	font: normal 11px/14px arial, helvetica, sans-serif;
	text-align: center;
	color: #777;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	display: inline;
	font-size: 11px;
	text-transform: none;
	color: #ccc;
}

/* Add separators in CSS for accessibility */

#footer-links > li:after {
	padding: 0 6px;
	content: "|";
}

/* 	Remove separator on last list element 
	Prefer li:last-child:after but some browsers choke */

#footer-links > li.last:after {
	content: "";
	padding: 0;
}

#footer-links a { 
	font: normal 11px/11px tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

#footer-links a:hover { border: 0 }

.advert-minor-column {
	margin-bottom: 10px;
}


/* Advertisement Containers /////*/

.advert-minor {
	margin-bottom: 10px;
}

.advert-major {
	margin-bottom: 10px;
}

#advert-header {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 9px;
	text-align: right;
}



/* Zone Filter Container //////////////////*/

#zones {
	padding: 5px;
	border: 1px solid #999;
	border-color: #f2def2 #636 #636 #f2def2;
	margin-bottom: 10px;
	text-align: right;
	background: #969 url(/.img/bg-zones.gif) no-repeat;
}

#zones h4 {
	margin-bottom: 5px;
	text-align: left;
	text-transform: capitalize;
	color: #636;
}

#zones p { margin-bottom: 5px }

#zones .selectbox {
	width: 148px;
}

/* Weather Container //////////////////*/

#weather {
	padding: 5px;
	margin-bottom: 10px;
	text-align: right;
	background: #eee url(/.img/bg-weather.gif) repeat-y;
}

#weather h4 {
	margin-bottom: 5px;
	text-align: left;
	text-transform: capitalize;
	color: #333;
}

#weather table {
	border-collapse: collapse;
	font: normal 9px/15px tahoma, arial, helvetica, sans-serif;
	text-align: left;
	background: transparent url(/.img/bg-weather-table.gif) center 0 no-repeat;
	min-height: 135px;
}

#weather td {
	width: 75px;
}

#weather p { 
	font: bold 11px/13px arial, helvetica, sans-serif;
	color: #333;
	margin: 5px 0;
	text-align: left;
}

#weather .selectbox {
	width: 148px;
}

#weather .submit {
	width: 31px;
	background: transparent url(/.img/btn-go.gif) no-repeat;
	color: #fff;
	margin-top: 5px;
}

/* Events Container //////////////////*/

#events {
	padding: 5px;
	padding-left: 0;
	margin-bottom: 10px;
	background: transparent url(/.img/bg-events-detail.gif) repeat-y; 
	/* border-right: 1px solid #6688aa;*/
	min-height: 250px;
}

#events .selectbox { width: 155px }

#events h4 {
	margin-bottom: 5px;
	text-align: left;
	text-transform: capitalize;
	color: #446688;
}

#events-container { padding: 5px 2px 0 2px }

#events-container * {
	font: normal 11px/13px verdana, helvetica, sans-serif; 
}

#events-container div { margin-bottom: 10px; clear: left }

#events-container p { margin: 0 }

#events-container h5 { font-weight: bold; color: #333 }

#events-container h5 a { font-weight: bold; }

#events-container h6 { font-size: 9px; color: #666 }

#events-container #events-loading {
	text-align: center;
	font: bold 17px/18px arial, helvetica, sans-serif;
	color: #666;
	margin-top: 50px;
	padding: 30px 10px;
	background: transparent url(/.img/spinner16x16.gif) center 10px no-repeat;
}

p.email-contact a {
	float: left;
	display: block;
	width: 14px;
	height: 10px;
	background: transparent url(/.img/icon-mail-sm.gif) no-repeat;
	text-indent: -9999px;
	margin: 2px 4px 0 0;
	vertical-align: top;
}

#events-container a.show-events {
	display: block;
	border: 1px solid #69c;
	padding: 2px 5px;
	text-align: center;
	color: #666;
	background: #fff;
	font-weight: bold;
	margin-bottom: 5px
}

#events-container a.show-events:hover {
	background: #ffe
}

/* Search Results /////////////////*/

div.rowTwo {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px 0;
	background: #fff;
}

div.rowTwo p, div.rowOne p {
	margin: 0;
	font: normal 11px/13px arial, helvetica, sans-serif;
}

div.rowOne span, div.rowTwo span { text-transform:capitalize; font-size: 9px }

div.rowOne {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px 0;
}

/* Events Search Results /////////////////*/

div.event-two {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	background: #eee;
}

div.event-two p, div.event-one p {
	margin: 0;
	font: normal 11px/13px arial, helvetica, sans-serif;
}

div.event-one {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px;
}

/* Newsletter Container //////////////////*/

#newsletter {
	padding: 5px;
	border: 1px solid #999;
	border-color: #cc9 #996 #996 #cc9;
	margin-bottom: 10px;
	text-align: right;
	background: #cc9 url(/.img/bg-newsletter.gif) no-repeat;
}

#newsletter h4 {
	margin-bottom: 5px;
	text-align: left;
	color: #663;
}

#newsletter p { margin-bottom: 5px }

#newsletter .textfield {
	width: 98px;
	height: 14px;
}

#newsletter .submit {
	width: 31px;
	background: transparent url(/.img/btn-go.gif) no-repeat;
	color: #fff;
}

/* Poll Container //////////////////*/

#poll { 
	font: normal 9px/11px tahoma, sans-serif;
	border: 1px solid #666;
	border-color: #fc9 #960 #960 #fc9;
	padding: 5px;
	background: transparent url(/.img/bg-poll.gif) repeat-y;
	text-align: right;
	margin-bottom: 10px;
	min-height: 120px;
}

#poll h4 { 
	margin-bottom: 5px;
	text-align: left;
	color: #330;
}

#poll ul { list-style: none; text-align: left; margin-bottom: 10px }

#poll a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	padding: 4px 0 4px 16px;
	background: transparent url(/.img/icon-check.gif) 0 4px no-repeat;
}

#poll a:hover {
	background: transparent url(/.img/icon-check-hover.gif) 0 4px no-repeat;;
	color: #c33;
	border: 0
}

#poll a:active,
#poll a.selected {
	background: transparent url(/.img/icon-check-active.gif) 0 4px no-repeat;;
	color: #33f;
}

#poll input.choice { display: none; }

#poll .submit {
	width: 47px;
	background: transparent url(/.img/btn-poll.gif) no-repeat;
	color: #fff
}

#poll-error { 
	padding: 40px 0; 
	text-align: center;
	min-height: 100px
}
	
#poll-error p {
	font: bold 17px/18px arial, helvetica, sans-serif;
	margin-bottom: 10px;
	color: #663;
}

#poll-error a,
#poll-error a:hover,
#poll-error a:active  { display: inline; background: none; padding: 0 }

#poll-loading {
	text-align: center;
	font: bold 17px/18px arial, helvetica, sans-serif;
	color: #666;
	margin-top: 50px;
	padding: 30px 10px;
	background: transparent url(/.img/spinner16x16.gif) center 10px no-repeat;
}

#poll-stats p {
	font: normal 9px/12px tahoma, hevetica, sans-serif;
	text-align: left;
	color: #333;
}

#poll-stats img {
	border: 1px solid #069;
	border-width: 0 1px 0 1px;
	margin-top: 2px;
}

.poll-stats-0 { display: none }

/* List View ////////////////*/

#form-controls.form-controls { background: #fefdef; padding: 5px; border: 1px solid #ddd }

#list-nav { width: 470px; margin-bottom: 10px;  }

#list-nav th {
	font: normal 15px arial, helvetica, sans-serif;
	text-align: left;
}

#list-nav a:hover { text-decoration: underline; color: #036 }

#list-nav td { width: 50%; vertical-align: top }

#list-nav p { 
	margin: 0;
	font: normal 11px/13px arial, helvetica, sans-serif;
}

#list-nav a { color: #369 }

/*
#area-filter { background: #fefdef; padding: 5px; border: 1px solid #ddd  }
*/
#table-directory {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

#table-directory * { margin-bottom: 0; font-family: arial, helvetica, sans-serif; }

#table-directory td {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	vertical-align: top;

}

.td-list h4,
.td-list p {
	font-size: 11px;
	line-height: 13px;
	color: #666
}

tr.tr-enh .td-list h4,
tr.tr-enh .td-list p {
	color: #000
}


.td-list {
	width: 165px;
	padding-right: 5px;
}

.td-desc {
	width: 195px;
	padding-right: 5px;
}

.td-desc p { 	
	font-size: 9px;
	line-height: 12px;
	color: #999 }

.td-desc p strong { color: #666 }

.td-desc img { 
	border: 1px solid #999;
	float: left;
	margin-right: 5px }

.td-controls {
	width: 100px;
	text-align: right;
}

.td-controls p {
	font-size: 11px;
	line-height: 12px;
	color: #999;
	clear: right; }

tr.tr-enh .td-list,
tr.tr-enh .td-desc,
tr.tr-enh .td-controls { background: #ffe; }

h5.comfort { 
	text-indent: -9999px;
	height: 13px;
	width: 73px;
	margin: 2px 0;
}

h5.level-1 { background: transparent url(/.img/icon-comfort-1.gif) no-repeat; }
h5.level-2 { background: transparent url(/.img/icon-comfort-2.gif) no-repeat; }
h5.level-3 { background: transparent url(/.img/icon-comfort-3.gif) no-repeat; }
h5.level-4 { background: transparent url(/.img/icon-comfort-4.gif) no-repeat; }
h5.level-5 { background: transparent url(/.img/icon-comfort-5.gif) no-repeat; }

.admin {
	color: red;
}

a.admin {
	background: transparent url(/.img/icon-admin-edit.gif) center left no-repeat;
	padding-left: 12px;
	white-space: nowrap;
}

div#list-links { clear: both; text-align: center }

div#list-links * {
	font-family: arial, san-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999
}

div#list-links span { font-weight:bold }

div#list-links b { color: #333 }

div#list-links a:hover { color: #666; text-decoration: underline }

/* Listing Detail ////////////////*/

#listing {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
	min-height: 160px;
}

#listing p { line-height: 14px; font-size: 11px; }

#listing p.details { margin-left: 210px }

#listing p.caption { margin-top: -8px }

#listing img {
	margin: 0 10px 0 0;
	float: left;
}

#listing h2 { margin-bottom: 3px; color: #333; font-size: 23px; line-height: 25px }

#listing h4 { font: bold 13px/15px verdana, arial, helvetica, sans-serif; color: #999 }

#listing h5 { margin-left: 210px; }

#listing small a { font-weight: bold }

#listing .description p { margin-bottom: 0; font-size: 13px; line-height: 15px }

#listing .maplink { padding-left: 14px; background: transparent url(/.img/icon-map.gif) 0 1px no-repeat; }

#reviews {
	margin-bottom: 10px;
}

#reviews h5 {
	font: bold 13px/15px verdana, arial, helvetica, sans-serif;
	margin-bottom: 5px;
	color: #996;
}

h3#h3-reader-reviews {
	text-indent: -9999px;
	background: transparent url(/.img/h3-reader-reviews.gif) 0 top no-repeat;
	height: 16px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

h3#h3-review-listing {
	text-indent: -9999px;
	background: transparent url(/.img/h3-review-listing.gif) 0 top no-repeat;
	height: 21px;
	margin-top: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#select-rating, #select-rating * { width: 58px; height: 16px; margin: 0; padding: 0; font-weight: bold }

#select-rating option {
	text-indent: -9999px;
	cursor: pointer;
}

form#rating .submit {
	width: 59px;
	background: transparent url(/.img/btn-rate.gif) no-repeat;
	color: #fff
}

p#alert-rated {
	border: 1px solid #ccc;
	background: #fcc;
	font: bold 11px/14px arial, helvetica, "san serif";
	color: #033;
	padding: 5px 7px;
	margin-bottom: 15px;
	text-align: center
}

/* Enhanced Listing */

div.desc-enh {
	padding: 8px;
	padding-bottom: 0;
	border: 1px solid #ccc;
	background: #f8eab6;
	color: #000;
	margin-bottom: 20px
}

div#enhanced-features p { clear: both }

div#enhanced-features h4 {
	clear: both;
	font-size: 15px;
	color: #369;
	border: 1px solid #ccc;
	background: #eee;
	padding: 4px;
	margin-bottom: 10px
}

div#enh-photo-left { float: left; padding: 5px; border: 1px solid #999; margin-bottom: 10px }

div#enh-photo-right { float: right; padding: 5px; border: 1px solid #999; margin-bottom: 10px }

/* Recent Articles Container ///*/

#h3-recent-articles {
	text-indent: -9999px;
	background: transparent url(/.img/h3-recent-articles.gif) 0 top no-repeat;
	height: 16px;
	padding-bottom: 5px;
	margin: 20px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#recent ul {
	margin: 0 0 10px 20px;
	list-style-image: url(/.img/icon-bullet-eye.gif);
}

#recent li {
font: normal 11px/17px verdana, arial, helvetica, sans-serif;
}

#recent li a {
	margin-left: -5px;
}

/* Article Detail Page /////*/

#article-header {
}

#article-header img {
	margin-bottom: 10px;
}

h3#h3-comments {
	text-indent: -9999px;
	background: transparent url(/.img/h3-comments.gif) 0 top no-repeat;
	height: 15px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.comment {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.row-1 { background: #fefdef; }
.row-2 { background: #f4f4ef; }

.comment p {
	font-size: 11px;
	color: #666;
}

.comment small {
	display: block;
	background: transparent url(/.img/icon-comment.gif) no-repeat;
	text-indent: 17px;
	font-family: verdana, arial, helvetica, san-serif;
	color: #666;
}

h3#h3-post-comment {
	text-indent: -9999px;
	background: transparent url(/.img/h3-post-comment.gif) 0 top no-repeat;
	height: 15px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.formfields {
	background: #f4f4f4;
	padding: 10px 0;
}

.formfields .textfield {
	width: 250px;
}

.formfields .textarea {
	height: 150px;
}

.formfields form {
	width: 340px;
	margin: auto;
	text-align: right;
}

.formfields p {
	font-size: 11px;
	line-height: 21px;
}

p.no-label {
	text-align: left;
	margin-left: 90px;
}

p.no-field {
	text-align: left;
}

/* Global Pages //////////////*/

#travel-info, #about-us { margin-bottom: 20px }
#travel-info h3, #about-us h3 { margin: 10px 0; font-size: 19px; color: #666; text-transform: capitalize; font-weight: normal }
#travel-info ul { margin-left: 20px; font: normal 11px/13px arial, helvetica, sans-serif; margin-bottom: 10px  }
#travel-info table { font: normal 11px/13px arial, helvetica, sans-serif; margin-bottom: 10px }
#travel-info th { text-align: left }
#travel-info td { width: 50%; padding: 2px 5px 2px 0 }
#travel-info img { padding: 5px; border: 1px solid #ccc }
#travel-info p.small { margin-top: 2px }
#travel-info a:hover { border-bottom: 1px dotted #c30 }

#about-us img { padding: 3px; border: 1px solid #999; float: left; margin: 0 10px 10px 0 }

/* HTML ADS ////////////*/

.html-ad {
	border: 1px solid #999;
	padding: 5px;
	background: #ffe;
	text-align: center;
}

.html-ad * { margin: 0; padding: 0 }
.advert-minor a, .advert-minor a:hover { color: #903 }
.html-ad p { font-size: 11px }
.html-ad p.small { font-size: 9px; letter-spacing: 2px; color: #ccc }

/* Search Results /////////////*/

#search-results {
	font: normal 11px/13px arial, helvetica, sans-serif;
}

#search-results td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
}

#h4-events {
	text-indent: -9999px;
	background: #88aacc url(/.img/h4-events.gif) 5px 5px no-repeat;
	height: 26px;
	margin-bottom: 5px;
}

/* Article Results */

div.article-two {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	background: #eee;
}

div.article-two p, div.article-one p {
	margin: 0;
	font: normal 11px/13px arial, helvetica, sans-serif;
}

div.article-one {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px;
}

/* Enhancements //////*/

form#contact_form input.submit { width: 140px; background-image: url(/.img/btn-contact.gif) }

p#alert-book {
	padding: 0 0 6px 20px;
	background: transparent url(/.img/icon-reserve.gif) no-repeat;
}

/* Color Definitions ////////////*/
/* Must be last in the document to override other classes ///*/

.bg-accommodation	{ background: #ececec }
.bg-restaurants		{ background: #cbd2cb }
.bg-wine			{ background: #f7e7ab }
.bg-attractions		{ background: #b6c4df }
.bg-activities		{ background: #e5c6c3 }

/* Blurb Definition */

div#blurb {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px
}

div#blurb p {
	font: 11px georgia, "Times New Roman", times, serif;
	color: #666;
	margin-bottom: 0;
}

/* Postcards */

h1.postcard-header {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #666
}

#table-directory {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

table.postcard-pagination { width: 100% }

table.postcard-pagination * { margin-bottom: 0; font-family: arial, helvetica, sans-serif; }

table.postcard-pagination td {
	padding: 5px 0;
	vertical-align: top;
	font-size: 13px;
}

div.postcard {
	border-bottom: 1px dotted #666;
	margin: 7px 0;
	padding: 7px 0;
}

div.postcard h3 { font-size: 17px; line-height: 19px; font-weight: normal; margin-bottom: 3px }

div.postcard h5 { margin-left: 213px; }

div.postcard img { 
	float: left;
	margin: 0 10px 7px 0;
	border: 2px solid #666;
}

div.postcard a.map { padding-left: 17px; background: transparent url(/.img/icon-map2.gif) 0 0 no-repeat; }

div.postcard p { margin-left: 213px; font-size: 11px; margin-bottom: 5px; }

/* New Featured Listings */

div#featured-listings {
	padding: 10px;
	background: #eee;
}

div#featured-listings * {
	font-family: georgia, "Times New Roman", times, serif;
	color: #666;
	border: 0;
}

div#featured-listings h5 { font-size: 11px; margin-bottom: 10px }

div#featured-listings h4 { font-size: 13px; margin-bottom: 10px }

div#featured-listings p { font-size: 12px; line-height: 18px }

div#featured-listings a { color: #666 }

div#featured-listings a:hover {	color: #c30 }
