﻿body  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF no-repeat 0px 0px;
	font-size: 10pt;
	line-height: 1.35em;
}
.twoColHybLtHdr #container
{
    min-width: 780px;
    max-width: 1400px;
    width: 100%;
    background: #FFFFFF;
    margin: 0px 0px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/left_menu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FF0000;
}
.twoColHybLtHdr #mainContent h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 25px 0px;
    background-image: url(                '/imgs/greenFadeDown.gif' );
    background-repeat: repeat-x;
    position: relative;
    left: 0px;
}
/* main content standard link colors */
.twoColHybLtHdr #mainContent a:link {color: #227618; text-decoration: none; }
.twoColHybLtHdr #mainContent a:visited {color: #006600; text-decoration: none; }
.twoColHybLtHdr #mainContent a:hover {color: #C00; text-decoration: underline; }
.twoColHybLtHdr #mainContent a:active {color: #006600; text-decoration: none; }


.twoColHybLtHdr #mainContent h3
{
    margin: 0px 0px 0px -10px;
    background-image: url(       '/imgs/greenFadeRight2009.gif' );
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: #227618;
    font-weight: bold;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.twoColHybLtHdr #mainContent h5
{
	margin: 0px 0px 3px 0px;
	padding: 3px;
	font-family: Verdana, tahoma, arial, helvetica;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #227618;
	font-size: 10pt;
	border-bottom-style: inset;
	border-bottom-width: 5px;
	border-bottom-color: #CCCCCC;
	width: 95%;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float:left;
	width: 170px;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/menu_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;}
	
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent
{
    padding: 0px;
    margin: 0px 20px 0 170px;
    z-index: 5;
} 
.twoColHybLtHdr #footer { 
	background-color: #D9ECDB;
	padding:.3em;
	text-align: center;
	border-top: 1px solid #333;
}
.twoColHybLtHdr #footer ul {clear:both;  width: 90%; margin: auto;}
.twoColHybLtHdr #footer li {display: inline; list-style-type: none; font-family:  arial, Helvetica, sans-serif; font-size: .8em; line-height: 1.3em; }

.twoColHybLtHdr #footer a:link {color: #227618; text-decoration: none; }
.twoColHybLtHdr #footer a:visited {color: #006600; text-decoration: none; }
.twoColHybLtHdr #footer a:hover {color: #C00; text-decoration: underline; }
.twoColHybLtHdr #footer a:active {color: #006600; text-decoration: none; }


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headerWrapper {  background-image:  url(images/headerbg2.jpg); background-repeat: no-repeat; height: 150px; width: 100%}
#headerWrapper h2 { margin-top: 2em; color: #000; font-size: 1.2em; line-height: 1.2em; border-bottom: 0; text-align: left; font-weight: bold;}

#navcontainer {margin: 0; padding: 0; height:1em; position: absolute; top: 97px; right: 0px}
#navlistMain{ position: relative; height: 1.5em; margin: 0; padding: 0; bottom: 2px; }
#navlistMain a
{
    color: #fff;
    background: #227618 no-repeat left;
    text-decoration: none;
    font-size: 10pt;
}
#navlistMain a span{ background: no-repeat right; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #CCCCCC; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; padding-right: 5px; padding-left: 5px; }
#navlistMain a, #navlistMain a span{display: block; float: right; line-height:1.5em;}
#navlistMain a:hover{ color: #fff; background: #004337 left top no-repeat; }
#navlistMain a:hover span{ background: #AFC7A5 no-repeat right top; padding: 0px 5px; color: #000000; }
#navlistMain ul{padding: 0; margin: 0;}
#navlistMain li{float: right; margin: 0 0 20px 10px; list-style: none; font-size: 0.8em; font-weight: bold;}

/* Hide from IE5-Mac \*/
#navlistMain a, #navlistMain a span{float: none}
/* End hide */
#navlistMain li#active a {position:relative; color: #FFF; background: #004337 left no-repeat; padding: 0 0 0 10px;}
#navlistMain li#active a span { background: #004337 right no-repeat; padding: 0 10px 0 0;}
#navlistMain li#active a em {display:block; overflow:visible; border:6px solid #004337; border-color:#004337 #fff; border-width:6px 10px 0 10px; position:absolute; left:40%; margin-left:-6px;}

.rightNB { float: right; margin: 0px; padding: 0px; top: 0px; position: absolute; right: 0px; }

.sidebarbg {
	background-color: #FFFFFF;
	background-image: url(/images/left_menu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
}

#navListSide {width: 150px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: left; font-weight: bold; } 


#email {width:150px; padding:5px 0; margin:0; float: none; background-color: #D1B19E; text-align:center;}
#email p {color:#000; font-size: .8em; line-height: 1.25em; margin-top: 3px;}
#email h4 {color:#503E1D; font-size: 11pt; line-height: 1.3em; font-weight: bold; margin: 0;}
#email form{margin:0; padding:0;}

#video { width:150px; padding:5px 0; margin:1px 0 0 0; float: none; background-color: #AFC7A5; text-align:center; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #227618; }
#video p {color:#000; font-size: 1em; line-height: 1.3em; margin-top: 3px;}
#video img
{
    margin: 0;
    padding: 0;
}
#navlistSide #video h4 {color:#503E1D; font-size: 1.3em; font-weight: bold; margin: 0; padding:0;font-family:"Times New Roman", Times, serif; font-weight:normal; font-variant: small-caps;}
#video a.txt:link, #navlistSide #video a.txt:visited, #navlistSide #video a.txt:active{color: #000; text-decoration: none; text-align:left; border-bottom: 1px #000 dotted;}
#video a.txt:hover {color: #000; border-bottom: 1px #000 solid; text-decoration: none;}

.navListLeftItems { margin: 0; border-bottom:1px solid #ffffff; line-height:1.2em; color: #FFFFFF;}

.button
{
	border-style: solid;
	border-color: #79551E;
	margin: 0;
	padding: 0 2px 2px 2px;
	width: 20px;
	height: 20px;
	background-color: #F39C60;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	border-width: 1px 1px 1px 1px;
}

.person_name {font:10pt arial, 'times new roman', helvetica;color:#000000;font-weight:bold}
.person_title {font:8pt arial, 'times new roman', helvetica;color:#000000;}

.twoColHybLtHdr #column2
{
    background-position: left;
    margin: 0 20px 0 200px;
    padding-left: 10px;
    background-image: url(/imgs/tour_info_fade3_mid2009.gif);
    background-repeat: repeat-y;
}

.twoColHybLtHdr #column1
{
    float: left;
    width: 200px; /* since this element is floated, a width must be given */
    padding: 15px 0;
}

.twoColHybLtHdr #pricing
{
    float: right;
    width: 170px; /* since this element is floated, a width must be given */
    padding: 15px 10px 15px 0;
}

#mcContentHeaderPic
{
    border-bottom-style: inset;
    border-bottom-width: 5px;
    border-bottom-color: #990000;
}

.hiLo {font:8pt arial, helvetica;color:#FF0000;}
a:link.hiLo, a:visited.hiLo {font:8pt arial, helvetica;color:#6075ee;text-decoration:underline}
a:hover.hiLo {font:8pt arial, helvetica;color:#FF0000;text-decoration:none}

.hilitetext
{
    background-color: #f0f0f0;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* bottom left border fade for page sections */

.bottom_section_border
{
    padding: 0px;
    margin: 0px 0px 0px -10px;
    background-image: url(    '/imgs/tour_info_fade3_bottom.gif' );
    background-repeat: no-repeat;
    height: 39px;
}

.TargetFocus
{
    background-color: #FFFFCC;
}
.TargetInvalid
{
    background-color: #FF9999;
}

.greybg
{
	padding: 10px;
	background-color: #f5f5f5;
	width: 95%;
}

/* AJAX Accordion styles */

.accordionHeader
{
	background-image: url('/imgs/accordian_bg.gif' );
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 10px;
	cursor: pointer;
	font-size: 9pt;
}
.accordionHeader:hover 
{
	background-image: url('/imgs/accordian_bg_over.gif' );
}


.accordionHeaderSelected
{
	background-image: url('/imgs/accordian_bg_selected.gif' );
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 10px;
	cursor: pointer;
	font-size: 9pt;
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
}

.accordionBorder
{
	padding: 0px;
	margin: 0px;
	border: 10px solid #C0C0C0;
}

.accordionContent
{
	padding: 5px;
	background-color: #FFFFCC;
}
	
/* AJAX Tab styles */
	
.CustomTabStyle .ajax__tab_header
{
	padding: 0px;
	margin: 0px;
	background: url(/imgs/tab-line.gif) repeat-x bottom;
}

.CustomTabStyle .ajax__tab_outer
{
	background: url(/imgs/tab-right.gif) no-repeat right top;
}

.CustomTabStyle .ajax__tab_inner
{
	background-position: top;
	background: url(/imgs/tab-left.gif) no-repeat;
}

.CustomTabStyle .ajax__tab_tab 
{
	background-position: top;
     background:url(/imgs/tab.gif) repeat-x;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_outer 
{
	
     background:url(/imgs/tab-hover-right.gif) no-repeat right top;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_inner 
{
	background-position: top;
     background:url(/imgs/tab-hover-left.gif) no-repeat;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_tab 
{
	background-position: top;
     background:url(/imgs/tab-hover.gif) repeat-x;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {
     background:url(/imgs/tab-active-right.gif) no-repeat right top;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_inner 
{
	background-position: top;
     background:url(/imgs/tab-active-left.gif) no-repeat;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_tab
{
	background-position: top;
	background: url(/imgs/tab-active.gif) repeat-x;
	color: #FF9933;
	font-weight: bold;
	text-decoration: underline;
}

.CustomTabStyle .ajax__tab_header {
     font-family:verdana,tahoma,helvetica;
     font-size:9pt;
}

.CustomTabStyle .ajax__tab_outer {
     height:27px;
}

.CustomTabStyle .ajax__tab_inner    {
     padding-left:3px;
}

.CustomTabStyle .ajax__tab_tab {
     padding:4px 10px;
     margin:0;
}

.CustomTabStyle .ajax__tab_body
{
	margin: 0px;
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border-top: 0;
	padding: 0px;
	background-color: #ffffff;
	border: 10px solid #96D296;
} 
/* Sub-TourName1 */
	.sub1 {font: 12pt 'times new roman', times, arial, tahoma, verdana, helvetica;color:#ff5500;font-weight:bold}
/* Sub-TourName2 */
	.sub2 {font: 10pt 'times new roman', times, arial, tahoma, verdana, helvetica;color:#ff5500;font-weight:bold;font-style:italic}
/* Sub-TourName3 */
	.sub3 {font:9pt arial, tahoma, helvetica;color:#000000;font-weight:bold}

/* Tour Length Days at top of right tour itinerary column*/
	.length {font:14pt verdana, tahoma, arial, helvetica;color:#ff0000;font-weight:bold}

/* css rules for tour itinerary and pricing divs */
#itinerary
{
    float: left;
    width: 80%;
}
#pricing
{
    float: right;
}

/* tour page pricing accordian styles */

.accPriceHeader
{
    background-position: left;
    padding: 2px 0px 2px 10px;
    margin: 2px 5px 2px 5px;
    cursor: pointer;
    font-size: 10pt;
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFF99;
    background-image: url(        '/imgs/off.gif' );
    background-repeat: no-repeat;
}
.accPriceHeader:hover 
{
	background-image: url('/imgs/on.gif' );
}
.accPriceHeaderSelected
{
    padding: 2px 0px 2px 10px;
    margin: 2px 5px 2px 5px;
    cursor: pointer;
    font-size: 10pt;
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFF00;
    background-position: left;
    background-image: url(   '/imgs/down-arrow.gif' );
    background-repeat: no-repeat;
    color: #FF3300;
}


#pricedays
{
    padding: 10px 0px 4px 0px;
    margin: 0px;
    background-position: left top;
    background-image: url(          '/imgs/prices_days_bg.gif' );
    background-repeat: no-repeat;
    text-align: center;
    width: 190px; /*   height: 41px; */
    vertical-align: top;
}

.accPrices
{
    background-position: left top;
    background-image: url(            '/imgs/prices_bg.gif' );
    background-repeat: repeat-y;
    width: 190px;
}
.accPriceContent
{
    margin-left: 5px;
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.pricebottom 
{    
    padding: 10px 0px 4px 0px;
    margin: 0px;
    background-position: left top;
    background-image: url(          '/imgs/prices_bg_bottom.gif' );
    background-repeat: no-repeat;
    text-align: center;
    width: 190px; /*   height: 41px; */
    vertical-align: top;
}

.NotesHeader
{
    padding: 0px;
    margin: 0px 4px 0px 5px;
    text-align: center;
    width: 180px;
    vertical-align: middle;
    background-color: #fff1b4;
    color: #000000;
    font-family: verdana, tahoma, arial, helvetica;
    font-weight: bold;
    font-size: 9pt;
    display: block;
}
.Notes
{
    padding: 5px 5px 0px 10px;
    margin: 0px 0px 0px 10px;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(imgs/on.gif);
    text-align: left;
    line-height: normal;
}
.Notes li
{
    padding-bottom: 0.8em;
} 

#pricing .smalltext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

/* calendar styling */

.AjaxCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
