h1, h2, h3, ul, li, p{
	margin:0;
	padding:0;
}
body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size:10pt;
	text-align:center;
}
#wrapper{
	width:980px;
	text-align:left;
	margin:0 auto;
}
div#header{
	background:url(../images/header_bg.gif) repeat-x top left;
	/* border:1px solid orange; */
}
div#header_logo{
	width:158px;
	float:left;
}
div#header_title{
	height:95px;
	position:relative;
}
div#header_title img{
	margin-top:25px;
}
div#header_title #urldate{
  position:absolute;
  top:0;
  right:0;
  text-align:right;
  padding:5px;
  color:#fff;
  font-weight:bold;
}
div#header_menu{
	height:25px;
}
div#header_menu li{
	float:left;
	list-style:none;
}
div#header_menu li a{
	display:block;
	font-size:10pt;
	font-weight:bold;
	line-height:25px;
	padding:0 16px;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #ccc;
}
div#header_menu li a:hover{
	color:#333;
	background:#fff;
}
div#print-header{
	display:none;
}
#tool-buttons-container{
	padding:8px;
}
#tool-buttons-container .tool-button{
	float:right;
	margin-left:5px;
}
#sidebar{
	width:200px;
	float:left;
	margin-left:5px;
	border-right:1px solid #c7c7c7;
}
#sidebar .menu,
#sidebar .sidebar-video{
	margin-bottom:20px;
}
#sidebar .menu h2,
#sidebar .sidebar-video h2{
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0 0 0 5px;
}
#sidebar .sidebar-video a{
	display:block;
	height:142px;
	width:184px;
	margin:0 auto 5px;
}
#sidebar .menu li{
	margin:0 10px;
	width:180px;
	list-style:none;
}
#sidebar .menu li a{
	color:#00539E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	padding-left:15px;
	text-decoration:none;
	border-bottom:1px dotted #e3e3e3;
	display:block;
}
#sidebar .menu li a:hover{
	color:#00539E;
	background:#f9f9f9;
	border-bottom:1px solid #e1e1e1;
}
#sidebar .associations{
	width:144px;
	margin:0 auto;
}
#sidebar .associations img{

}
div.package-container{
	height:170px; /* 170px + (2px + 8px) = 180px */
	width:220px; /* 220px + (5px x 2) = 230px */
	padding:2px 5px 8px 5px;
	background:url(../images/package_bg.jpg) no-repeat top left;
	float:left;
}
div.package-container div.package-title{
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
	height:30px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
}
div.package-container img{
	height:110px;
	width:200px;
	border:1px solid #66cc00;
	margin:0 9px;
}
div.package-container div.package-price{
	margin:0 0 0 10px;
	width:120px;
	float:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	height:26px;
	line-height:26px;
	font-weight:bold;
	text-align:left;
}
div.package-container div.more-info{
	margin:0 10px 0 0;
	width:80px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	height:26px;
	line-height:26px;
	font-weight:bold;
	text-align:center;
}
div.package-container div.more-info a{
	color:#fff;
}
.content{
	width:740px;
	float:left;
	margin-left:15px;
}
.content h1.page-title {
	margin:20px 0 10px;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28pt;
	font-weight:bold;
}
.content h2 {
	margin:20px 0 10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}
.content p{
	margin:10px 0;
}
.content ul{
	margin:10px 0;
	padding-left:20px;
}
.entry-photos{
	line-height:normal;
	margin:10px 0;
}
.entry-photos img{
	padding: 5px;
	border: 1px solid #eee;
}
.flight-video{
	padding:10px;
	background:url('../images/letushelp_bg_blue.png') no-repeat top left;
	color:#fff;
	border:2px solid #cdcdcd;
	border-width:0 1px 2px 0;
	float:right;
	width:300px;
	text-align:center;
}
.flight-video h3{
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
.flight-video div{
	margin:4px 0;
}
.twosides div.leftside{
	width:515px;
	float:left;
}
.twosides div.rightside{
	margin-left:10px;
	width:210px;
	float:left;
}
.twosides div.rightside .brochure{
	padding:10px;
	margin-bottom:10px;
	background:url('../images/brochure_bg_orange.png') no-repeat top left;
	color:#fff;
	border:2px solid #cdcdcd;
	border-width:0 1px 2px 0;
	text-align:center;
}
.twosides div.rightside .brochure p.pdflink a{
	display:block;
	padding:2px 0 2px 40px;
	background:url('../images/brochure_download_arrow_off.gif') no-repeat center left;
	color:#fff;
	font-weight:bold;
}
.twosides div.rightside .brochure p.pdflink a:hover{
	background:url('../images/brochure_download_arrow_on.gif') no-repeat center left;
	text-decoration:none;
}
.twosides div.rightside .brochure p.pdfnote{
	font-size:9px;
	text-align:left;
}
.twosides div.rightside .letushelp{
	padding:10px;
	margin-bottom:10px;
	background:url('../images/letushelp_bg_blue.png') no-repeat top left;
	color:#fff;
	border:2px solid #cdcdcd;
	border-width:0 1px 2px 0;
}
.twosides div.rightside .memberof{
	text-align:center;
}
.twosides div.rightside .memberof img{
	margin:3px;
}
.twosides div.rightside h3{
	font-weight:bold;
	text-align:center;
	margin:0 0 10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}
.bread-crumb {
	font-size:8pt;
	font-weight:bold;
	color:#666;
}
.bread-crumb a {
	font-size:8pt;
	color:#666;
}
div.mainpic{
	position:relative;
	margin:10px 0;
}
div.mainpic div{
	position:absolute;
	top:25px;
	left:10px;
	background:#fff;
	padding:2px 10px;
	color:#000;
	font-size:30px;
	font-weight:bold;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a {
	color:#06c;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft{
	margin: 3px 10px 2px 0;
}
img.alignright{
	margin: 3px 0 2px 10px;
}
img.aligncenter{
	margin: 3px auto;
	clear:both;
}
img.alignnone{
	clear:both;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone{
	padding: 5px;
	border-width:1px;
	border-style:solid;
	border-color:#e5e5e5 #cdcdcd #cdcdcd #e5e5e5;
	display: inline;
}
.alignleft{float: left;}
.alignright{float: right;}
.line-fade {
	background: url(../images/line-fade.jpg) no-repeat left 50%;
	height:3px;
	width:100%;
	margin:4px 0;
}
/* Created June 17, 2008 */
.pack-table { /* Created June 17, 2008 */
	border: 2px solid #e4e4e4;
	width:500px;
	margin:10px 0;
}
.pack-table th {
	background: #0080FF url(../images/bg-blue-bar.jpg) repeat-x left bottom;
	font-size: 14pt;
	padding:4px 8px;
	font-weight: bold;
	color: #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pack-left-cell {
	border-right: 1px solid #e4e4e4;
	vertical-align: top;
	width: 160px;
}
.pack-left-cell img {
	margin:5px 0;
}
.pack-right-cell {
	vertical-align: top;
}
.pack-preprice {
	font-size:18px;
	font-weight:bold;
}
.pack-price {
	font-size:28px;
	color:#0066cc;
	font-weight:bold;
}
.pack-notes {
	margin:20px 5px 0;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
.pack-included {
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#333;
}
.pack-items h4 {
	margin: 0 0 -10px;
	padding-left: 30px;
}
/* End it now */
.pkg-table {
	border: 2px solid #e4e4e4;
	width:500px;
	margin:10px 0;
}
.pkg-table th {
	background: #006BD7 url(../images/bg-blue-bar.jpg) repeat-x center center;
	font-size: 14pt;
	padding:4px;
	font-weight: bold;
	color: #ffffff;
}
.pkg-left-cell {
	width:160px;
}
.pkg-right-cell {
	vertical-align:top;
}
.pkg-preprice {
	font-size:18px;
	font-weight:bold;
}
.pkg-price {
	font-size:24px;
	color:#0066cc;
	font-weight:bold;
}
.pkg-notes {
	margin:20px 5px 0;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
.pkg-included {
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#333;
}
div#footer{
	margin-top:20px;
}
.moreinfo{
	color:#f00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}
.for-more-info {
	font-size: 12pt;
	font-weight: bold;
	color: #333;
	text-align: center;
}
div.for-more-info span {
	font-size: 20pt;
	color: #f00;
	font-weight: bold;
}
div.credit-cards {
	margin:20px 0;
	font-size: 8pt;
	color: #333;
	font-weight: bold;
	text-align: center;
}
div.copyright{
	color:#666;
	text-align:center;
	font-size:10px;
	margin:20px 0;
}
div.footer_menu{
	margin-top:20px;
	width:610px;
	margin:20px auto 0;
	text-align:center;
}
div.footer_menu li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0 5px;
}
div.footer_menu li a{
	color:#06c;
	font-size:11px;
	text-decoration:underline;
}
div.footer_menu li a:hover{
	color:#000;
}
.testimonials{
  margin:50px 0;
  padding:0;
}
.testimonials div{
  padding:0 50px;
  font-size:14pt;
  text-align:justify;
}
.testimonials cite{
  display:block;
  text-align:right;
  font-style:italic;
  font-size:10pt;
}
#sidebar .menu ul li a.free-proposal {
	font-weight: bold;
	color: #669900;
	font-size: 1.2em;
}

/* Show Calendar Styles */

#btc-calendar-container, #btc-legend-container {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#btc-legend-container {
	text-align: left;
}

.calendar-month
{
	float: left;
	width: 156px;
	padding: 0px;
	margin: 5px;
}

.month-table {
	text-align: center;
	border: 1px solid #9CC647;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
.calendar-month table {
	width: 156px;
}

.calendar-month table td {
	border:1px solid #CCC;
}

.month-header {
	background-image: url('https://calendars.branson.com/images/green.jpg');
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.day-header {
	font-size: 10px;
	font-weight: bold;
	background-image: url('https://calendars.branson.com/images/silver.jpg');
}

.day-num {
	font-weight: bold;
	width: 24px;
	padding:3px 0;
}

.legend-color {
	width: 30px;
	height: 30px;
}

.legend-info {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	width: 240px;
}
ul.package-items {
	padding-left:30px
	}

ul.package-item-options {
	padding-left:50px
	}

ul.package-items li {
	list-style-image: url('../images/checkmark.gif');
}
ul.package-item-options li {
list-style-image: url('../images/checkmark.png');
}
