@import url(base.css);

/* wtf?? */
* html .life.main h1.tagline {
	font-size: 0;
}

/* Travel -- Activities and destinations */
.destinations #chewy,
.activities #chewy {
	border-right: 1px solid #E2E2E2;
}
.destinations .sectionF,
.activities .sectionF {
	margin-left: 0;
}
.destinations #chewy h4,
.activities #chewy h4 {
	font-size: 1.4em;
	color: #373737;
	font-family:"Trebuchet MS","Lucida Sans","Lucida Sans Unicode","Lucida Grande",sans-serif;
}
.destinations .storyBlock,
.activities .storyBlock {
	border-bottom: 1px dotted #A0A0A0;
	margin-right: 1em;
	padding: 1em 0;
}
.destinations #chewy p,
.activities #chewy p {
	color: #3A3A3A;
}
.destinations #chewy h4 span,
.activities #chewy h4 span,
#chewy .storyBlock p.timeStamp,
#chewy .storyBlock p.section {
	color: #797979;
}
.destinations #chewy h4,
.activities #chewy h4,
.storyBlock p {
	margin: 0;
	padding: 0;
}
.storyBlock.last {
	border-bottom: none;
}
.destinations .col,
.activities .col {
	width: 270px;
	float: left;
	margin-right: 1em;
}
.destinations #chewy .col p,
.activities #chewy .col p {
	font: 0.70em Verdana, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0.25em 0 0 0;
	padding: 0;
}
.destinations .col.last,
.activities .col.last {
	margin-right: 0;
}
.destinations .col.quarter,
.activities .col.quarter,
.destinations .col.third,
.activities .col.third {
	width: 30%;
	float: left;
	margin: 0;
}
.destinations .col.third,
.activities .col.third {
	width: 60%;
}

.destinations #chewy .col h3,
.activities #chewy .col h3,
.destinations #chewy .col h3 a:link,
.activities #chewy .col h3 a:link,
.destinations #chewy .col h3 a:visited,
.activities #chewy .col h3 a:visited {
	color: #818181;
}
.destinations #chewy .col h3,
.activities #chewy .col h3 {
	font-family: Verdana, sans-serif;
	font-size: 0.725em;
	text-transform: uppercase;
	padding: 0.4em 0;
	border-top: 3px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	clear: left;
}
.destinations #content #chewy .col ul,
.activities #content #chewy .col ul {
	list-style-type: none;
	margin: 0.15em 0 1.2em 0;
	padding: 0;
	font-size: 0.90em;
	
}
.destinations .col ul li,
.activities .col ul li {
	margin-bottom: 0.50em;
	background: url(/v5/content/ROB/styles/images/bullet_arrow1.gif) no-repeat left 40%;
	padding-left: 10px;
}
/* search form */
#travel_search {
	padding: 0.50em;
	font-size: 0.725em;
	background: #EFEFEF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	width: 95%;
	margin-bottom: 1em;
}
#travel_search #search_string {
	background: #FFFFCC;
	padding: 2px;
	border: 1px solid #DFDFDF;
	width: 200px;
}
#travel_search #search_string,
#travel_search #btn_go {
	margin-left: 10px;
}
#travel_search .radio {
	vertical-align: middle;
}
#pageNav {
	margin: 1em 1em 1em 0;
	float: right;
}
* html #pageNav {
	margin-right: 0.50em;
}
.style #sectionCat10 {
	display: none;
}