* {	margin: 0;	padding: 0;	}

/*  ------------------------------------------------------------------------------------------------------------------
	Standard Tags
    ------------------------------------------------------------------------------------------------------------------  */

img {	border: 0;	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

p {	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 100%;
	padding: 0px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}

a {
	color: #8DB401;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #000000 !important;
}

a:visited {
	color: #CC7711;
}

#box_content ul {
	margin: 5px 0px 5px 30px;
}


/*  ------------------------------------------------------------------------------------------------------------------
	Styles used for layout
    ------------------------------------------------------------------------------------------------------------------  */

#bar_navigation {
	background-color: #8DB401;
	width: 100%;
	color: #FFFFFF;
	height: 33px;
	font-size: 12px;
}
#bar_navigation a {
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#bar_navigation a:hover {
	text-decoration: none;
}
#bar_navigation ul {	
  padding-left: 20px;	
  padding-top: 8px;	
}
#bar_navigation ul li {
	display: inline;
	list-style: none;
	padding-right: 8px;
}

#bar_footer {
	background-color: #8DB401;
	width: 100%;
	color: #FFFFFF;
	height: 33px;
	font-size: 12px;
}
#bar_footer a {
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#bar_footer a:hover {
	text-decoration: none;
}

#box_container {
	width: 1000px;
}
#box_left {
	width: 190px;
	float: left;
}
#box_main {
	width: 1000px;
	float: left;
}
#box_breadcrumbs {
	/*width: 700px;*/
	margin: 10px 0 15px 5px;
	color: #666666;
}
#box_breadcrumbs a {
	color: #8DB401;
	text-decoration: none;
}
#box_breadcrumbs a:hover {
	text-decoration: underline;
}

#box_content {
	width: 600px;
	float: left;
	margin: 0 5px 0 5px;
}
#box_content .left {
	float: left;
	width: 400px;
	margin: 0 5px 0 15px;
}
#box_content .right {
	float: left;
	width: 480px;
	margin: 0 75px 0 15px;
}
#box_content .left h2,
#box_content .right h2 {
	margin-left: 0px;
	padding: 10px 0 5px 0;
	color: #8DB401;
}
#box_content .right .tripFinder,
#box_content .right .search {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
#box_content .right form {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}
#box_content em {
	font-weight: bold;
	color: red;
}
#box_content .terms {
  float: left;
  padding: 8px;
  width: 500px;
  height: 400px;
  overflow: scroll;
  margin: 5px 0 10px 15px;
  border: 1px solid #000;
  _margin: 0 7px; /* IE Win */
}
#box_content .bottom {
  float: left;
  width: 90%;
  margin: 5px 0 10px 15px;
}
#box_content .section {
  margin-left: 5px;
	padding-top: 5px;
}
#box_content .section h2 {
  margin-left: 10px;
}
#box_content .section p em {
  color: #000;
  font-weight: normal;
}
#box_content h3 {
  margin-left: 10px;
}

#box_right {
	width: 195px;
	float: right;
}
#box_right p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#heading_right h3 {
  float: right;
  margin: 50px 10px 5px 0;
}

#jsError {
	width: 100%;
	height: 100%;
	margin-top: 90px;
	position: absolute;
	background: #fff;
	display: block;
}


/*  ------------------------------------------------------------------------------------------------------------------
	Styles used for booking engine
    ------------------------------------------------------------------------------------------------------------------  */

#booking_steps {
  width: 550px;
  height: 60px;
  text-align: center;
  padding: 4px 8px 8px 10px;
}
#booking_steps .step {
  float: left;
  padding: 5px;
  height: 30px;
  width: 60px;
  margin: 5px 10px 5px 0;
  border: 2px solid #8DB401;
  background: #8DB401;
  color: #ffffff;
}
#booking_steps .stepSelected {
  float: left;
  padding: 5px;
  height: 30px;
  width: 60px;
  margin: 5px 10px 5px 0;
  border: 2px solid #8DB401;
}

#box_content .summary {
  width: 100%;
  margin: 5px 0 5px 10px;
}
.summary th {
  padding: 3px;
  color: white;
  background: #8DB401;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	font-size: 12px;
}
.summary td {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	font-size: 12px;
}
.summary td.leftCell {
  border-left: 1px solid #ccc;
}
.summary td.topCell {
  border-top: 1px solid #ccc;
}

/*  ------------------------------------------------------------------------------------------------------------------
	Panel Styles
    ------------------------------------------------------------------------------------------------------------------  */
/* --- Panel: Google Serach --- */
#box_googlesearch {
	float: right;
	width: 550px;
	padding-right: 12px;
	text-align: right;
	padding-top: 15px;
}
#box_googlesearch ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#box_googlesearch li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}	
#box_googlesearch li a{
	/*color: #;*/
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	border-right: solid 1px;
}
#box_googlesearch li a.nb{
	border: none;
} 
	#box_googlesearch form#cse-search-box {
		margin-top: 30px;
	}
	
#box_logo {
	width: 392px;
	height: 102px;
	float: left;
}

/* --- Panel: GET IN TOUCH --- */

#panel_get_in_touch {
	padding: 15px 15px 8px 15px;
}
#panel_get_in_touch h1 {
 	margin-left: 0px;
	margin-right: 0px;
}
#panel_get_in_touch a {
	color: #000000;
	font-weight: bold;
	line-height: 100%;
	text-decoration: underline;
}
#panel_get_in_touch a:hover {
	color: #8DB401;
	text-decoration: none;
}
#panel_get_in_touch ul {
	padding-top: 5px;
	padding-bottom: 0px;
}
#panel_get_in_touch ul li {
	list-style: none;
	background-image: url(../images/bullet_arrow_green.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* --- Panel: FIND YOUR TOUR --- */

#panel_find_your_tour {
	padding: 15px;
	padding-bottom: 0px;
}
#panel_find_your_tour h1 {
 	margin-left: 0px;
	margin-right: 0px;
}
#panel_find_your_tour h2 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}
#panel_find_your_tour ul {
	padding-top: 5px;
	padding-bottom: 0px;
}
#panel_find_your_tour ul li {
	list-style: none;
	background-image: url(../images/bullet_arrow_green.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* --- Panel: EXPLORE YOUR TOUR --- */

#panel_explore_your_tour {
	padding: 15px;
}
#panel_explore_your_tour h1 {
 	margin-left: 0px;
	margin-right: 0px;
}
#panel_explore_your_tour a {
	color: #000000;
	font-weight: bold;
	line-height: 100%;
	text-decoration: underline;
}
#panel_explore_your_tour a:hover {
	color: #8DB401;
	text-decoration: none;
}
#panel_explore_your_tour ul {
	padding-top: 5px;
	padding-bottom: 0px;
}
#panel_explore_your_tour ul li {
	list-style: none;
	background-image: url(../images/bullet_arrow_grey.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* --- Panel: NEWS --- */

.panel_green {
	color: #000000;
	background-color: #8DB401;
	margin: 20px 0 0 0;
}
.panel_green h1 {
 	margin-left: 0px;
	margin-right: 0px;
}
.panel_green h2 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}
.panel_green a {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
}
.panel_green a.underline {
	text-decoration: underline;
}
.panel_green a:hover {
	text-decoration: none;
}
.panel_green ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
.panel_green li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.panel_green .top {
	background-image: url(../images/panel_news_bg_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 12px;
}
.panel_green .content {
	padding-left: 15px;
	padding-right: 15px;
}
.panel_green .bottom {
	background-image: url(../images/panel_news_bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 12px;
}

/* --- Panel: REVIEWS --- */

#panel_reviews {
	padding: 15px;
}
#panel_reviews h1 {
 	margin-left: 0px;
	margin-right: 0px;
}
#panel_reviews p {
 	padding-left: 3px;
	padding-right: 3px;
}


/*  ------------------------------------------------------------------------------------------------------------------
	Title Box Styles
    ------------------------------------------------------------------------------------------------------------------  */

.box_title_grey_bgwhite {
	background-image: url(../images/dot_grey_bgwhite.gif);
	padding-bottom: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
}

.box_title_grey_bgwhite-new {
	background-image: url(../images/dot_grey_bgwhite.gif);
	padding-bottom: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
}

.box_title_grey_bgwhite p,
.box_title_grey_bgwhite-new p {
	padding: 0px;
}

.box_contenttext{
	font-size: 19px;
	font-weight: bold;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
} 

.box_title_green_bggreen {
	padding-bottom: 10px;
	background-image: url(../images/dot_dgreen_bggreen.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.hr_grey_bgwhite {
	height: 5px;
	background-image: url(../images/dot_grey_bgwhite.gif);
	background-position: left;
	background-repeat: repeat-x;
}

.box_tour_short {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px
}
.box_tour_short h2 {
	font-size: 16px;
	padding: 0px 0px 20px 0px;
}
.box_tour_short p {
	padding: 5px 0px 5px 0px;
}
.box_tour_short img {
  float: left;
  margin: 0 5px 0 0;
}

.bg_previous {
	padding: 0px 0px 0px 15px;
	background-image: url(../images/btn_green_previous.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
.bg_next {
	padding: 0px 15px 0px 0px;
	background-image: url(../images/btn_green_next.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


/*  ------------------------------------------------------------------------------------------------------------------
	Tile Styles
    ------------------------------------------------------------------------------------------------------------------  */

.tile {
	float: left;
	padding-left: 15px;
	padding-bottom: 15px;
}


/*  CSS BY BPTL */
.head-bt
{
  background-image: url(../images/dot_grey_bgwhite.gif);
	padding-bottom: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 19px;
	font-weight: bold;
	margin-top: 8px;
 	margin-bottom: 5px;
	line-height: 100%;
}
.head-bt-info
{
  background-image: url(../images/dot_dgreen_bggreen.gif);
	padding-bottom: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 19px;
	font-weight: bold;
	margin-top: 8px;
 	margin-bottom: 5px;
	line-height: 100%;
}

