/*
* {
border: 0;
margin: 0;
padding: 0;
}
*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.clear {clear:both;}

td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}


a{
	text-decoration:none;
	color:#276083;
}
a:hover{
	text-decoration:underline;
}

/* This could mess up older pages, so I decided against putting it here for now.
li{
	margin-left:-10px;
}
*/

.bodytext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000000;
}

.menu{
	text-decoration:none;
	color:#dfebf2;
}

.menu:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.menuActivities{
	font-size:11px; 
	font-family:Verdana,arial,helvetica,sans-serif; 
	color:#295EA3;
}
	
.tlink{
	text-decoration:none;
	font-size:9px;	
	color:#2C6486;
}

.tlink:hover{
	text-decoration:none;
	color:#000000;	

}

.botlink{
	font-size:9px;	
	/* color:#AD6121; */
}

.botlink:hover{
	color:#000000;
	text-decoration:none;	
}

.small { 
	font-size:10px; 
	font-family:arial,helvetica,sans-serif; 
}

.smallheavy { 
	font-size:10px; 
	font-family:arial,helvetica,sans-serif; 
	font-weight: bold;
}

.smaller { 
	font-size:9px; 
	font-family:arial,helvetica,sans-serif; 
}

.norm { 
	font-size:12px; 
	font-family:Verdana,arial,helvetica,sans-serif; 
	font-weight: normal;
}

.normsmall { 
	font-size:11px; 
	font-family:arial,helvetica,sans-serif; 
	font-weight: normal;
}

.large { 
	font-size:14px; 
	font-family:arial,helvetica,sans-serif; 
}

.dark { 
	font-weight: bold;
}

.heavy {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
}

.giant {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 36px; 
	font-weight: bold;
}

.justify { 
	text-align: justify; 
	/*
	margin-left: 6px; 
	margin-right: 10px
	*/
}

.dblUnderline { 
	/* Note: IE7 won't display double underline if nothing comes after the 
	text with this class assigned. Add at least a nbsp after the underlined text.*/
	text-decoration:underline;
	padding-bottom:1px;
	border-bottom:1px solid;
	/*
	margin-bottom:3px;
	border-bottom:1px solid;
	*/
}


/* HEADER STYLES */
.packageHeader {
	font-family: arial black, Impact, arial, sans-serif; 
	font-size: 24px;
	font-weight: normal;
	font-stretch:normal;
	letter-spacing:-2px;
	word-spacing:1px;
	color:#F76E00;
	padding:0px;
	margin:0px;
	text-decoration: none;
}

.packageStepActive {
	font-family: Trebuchet MS, Helvetica, Tahoma, Geneva, Lucida Sans Unicode, arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	font-stretch:normal;
	letter-spacing:-.01em;
	word-spacing:0px;
	color:#2B6797;
	padding:0px;
	margin:0px;
	text-decoration: none;
}

.packageStepInactive {
	font-family: Trebuchet MS, Helvetica, Tahoma, Geneva, Lucida Sans Unicode, arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	font-stretch:normal;
	letter-spacing:-.01em;
	word-spacing:0px;
	color:#8CABC8;
	padding:0px;
	margin:0px;
	text-decoration: none;
}

.header1 { 
	font-size:12px; 
	font-family:Trebuchet MS,verdana,arial,helvetica,sans-serif; 
	font-weight: bold;
}

.header2 { 
	font-size:14px; 
	font-family:verdana,arial,helvetica,sans-serif; 
	font-weight: bold;
}

.header3 { /* Used for orange headings on most pages */
	font-family: arial, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

.tollFreeNumber { /* Used for orange headings on most pages */
	font-family: arial, sans-serif; 
	font-size: 24px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

.tollFreeText { 
	font-size:16px; 
	font-family:arial,helvetica,sans-serif; 
}




/* OTHER STUFF */
.button {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	border: 1px solid;
}

.buttonsmall {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 7pt;
border: 1px solid;
}

.rounded_button_green, .rounded_button_green span {
	background:url(/images/btn_blank_expanding.gif) no-repeat;
	display:block;
}
.rounded_button_green {
	width:130px;
	min-height:10px;
	padding:9px 6px 9px 6px;
	margin-bottom:4px;
	background-position:top left;
	position:relative;
	text-align:center;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.rounded_button_green span {
	background-position:left bottom;
	width:142px;
	height:10px;
	position:absolute;
	bottom:0;left:0;
	cursor:pointer; /* mostly needed for internet explorer */
}
.rounded_button_green:hover {
	background-position:top right;
	color:white;
	text-decoration:none;
}
.rounded_button_green:hover span {
	background-position:bottom right;
}



/* THEME SITE SPECIFIC STYLES */
.headline1 {
	font-size:24px; 
	font-family:arial,helvetica,sans-serif; 
	font-weight: bold;
	line-height: 25px;
	color:#024457;
}

.headline2 {
	font-size:18px; 
	font-family:arial,helvetica,sans-serif; 
	font-weight: bold;
	color:#024457;
}


/* 
Drop Shadows for images or any other block element.
Source: http://www.alistapart.com/articles/cssdropshadows/
*/
.img-shadow {
	float:left;
	background: url(/images/shadows/simple/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadows/simple/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 2px;
}



/* SHOPPING CART STYLES */
.cartHeading {
	position:relative;
	overflow:auto;
	background-color:#08B36D;
	margin-top:10px;
}

.cartHeadingLeft {
	float:left;
	padding:4px;
	width:550px;
	height:18px;
	text-align:center;
	font-size:14px; 
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	color:white;
}

.cartHeadingRight {
	float:right;
	padding:4px;
	width:150px;
	height:18px;
	text-align:center;
	font-size:14px; 
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	color:white;
}

.cartItemHeading {
	position:relative;
	overflow:auto;
	background-color:#DDDDDD;
	border-bottom:1px solid #08B36D;
	border-left:1px solid #08B36D;
	border-right:1px solid #08B36D;
}

.cartItem {
	position:relative;
	overflow:auto;
	border-bottom:1px solid #08B36D;
	border-left:1px solid #08B36D;
	border-right:1px solid #08B36D;
}

.cartItemDetail {
	position:relative;
	overflow:auto;
	padding:6px;
	padding-left:40px;
	background-color:#EEEEEE;
	border-bottom:1px solid #08B36D;
	border-left:1px solid #08B36D;
	border-right:1px solid #08B36D;
}

.cartItemLodging {
	position:relative;
	overflow:auto;
	background-color:#FFDEDC;
	border-bottom:1px solid #08B36D;
	border-left:1px solid #08B36D;
	border-right:1px solid #08B36D;
}

.cartItemActivity {
	position:relative;
	overflow:auto;
	padding:0px;
	background-color:#FDEFED;
	border-bottom:1px solid #08B36D;
	border-left:1px solid #08B36D;
	border-right:1px solid #08B36D;
}

.cartItemDiscounts {
	position:relative;
	overflow:auto;
	background-color:#FFDEDC;
	border-bottom:1px solid #08B36D;
	border-left:1px solid #08B36D;
	border-right:1px solid #08B36D;
}

.cartItemLeft {
	float:left;
	padding:4px;
	text-align:left;
	font-size:14px; 
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
}

.cartItemRight {
	float:right;
	width:150px;
	height:18px;
	text-align:center;
	padding:4px;
	border-left:1px solid #08B36D;
}

.cartTotal {
	position:relative;
	overflow:auto;
	background-color:white;
	border-bottom:1px solid #08B36D;
	border-left:1px solid #08B36D;
	border-right:1px solid #08B36D;
}

.cartTotalLeft {
	float:right;
	background-color:white;
	text-align:right;
	margin-top:8px;
	margin-right:4px;
	font-size:14px; 
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
}

.cartTotalRight {
	float:right;
	width:150px;
	background-color:white;
	text-align:right;
	padding:4px;
	border-left:1px solid #08B36D;
}

/* COLORS (THIS MUST BE LAST IN THE CSS FILE!) */
.grey {
	color: #717171;
}
.grey:hover{
	color:#000000;
}

.gray {
	color: #616161;
}

.darkgray {
	color: #333333;
}

.green {
	color: #47A13B;
}

.orange {
	color: #F76E00;
}

.white {
	color: #FFFFFF;
}

.black{
	color:#000000;
}

.blue{
	/* color:#276083; */
	color:#295EA3;
}

.red{
	color:red;
}

.yellow{
	color:yellow;
}





/* GOOGLE SEARCH BOX STYLES */
/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 1em;
  width: auto;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none; /*(enable this to turn off the 'powered by Google' text.) */ 
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
/* Search button */
/* (enable this to set styles on the 'Search' button.  We liked it best with default styles.) 
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
*/

/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion,
.gs-promotion {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion .gs-promotion-image,
.gs-promotion .gs-promotion-image {}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}


