body {
	margin: 0;
	padding: 0;
	color: #202020;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 1.5em;
	background: #e0dcc5 url(../images/gradient_back_page.png) repeat-x top left;
}

hr {
clear: both;
margin: 0;
border: 0px solid #ccc;
height: 0;
border-top-width: 1px;
}

a, a:visited {
	color: #2750a8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

input.submit {
	padding: 5px;
	background: #2750A8;
	border: 2px solid #2750A8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight: bolder;
	width: auto;
	overflow: visible;
	margin-top: 2px;
}

input.submit:hover {
	background-color: #2d5cc0;
	border-color: #2d5cc0;
}

a.submit {
	padding: 5px;
	background: #2750A8;
	border: 2px solid #2750A8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
	margin: 5px;
}

a.submit:hover {
	background-color: #2d5cc0;
	border-color: #2d5cc0;
}

/*-------------------------------------------Layout-----------------------------------------------*/

/* 090838 is a great blue! 6a0606 red*/
div.header {
background: #6a0606 url(../images/gradient_red.jpg) repeat-x bottom;
height: 40px;
min-width: 960px;
padding-bottom: 20px;
padding-top: 30px;
position: relative;
color: #fff;
}

div#logo {
position: absolute;
left: 50%;
top: 15px;
margin-left: -450px;
}

div#logo img {
border: none;
}

div#nav_container {
	position: absolute;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 480px;
	top: 0;
	text-align: right;
}
div#search_bar {
	margin: 25px 5px 0px auto;
	padding: 0;
	width: 195px;
}

div#search_bar form {
	background: #802b2b;
	border: 1px solid #202020;
	width: 195px;
}

div#search_bar #search_bar_text {
	width: 123px;
	padding: 11px 12px 9px 8px;
	margin: 0;
	border: 0;
	background: none;
	color: #F3F1E9;
}

div#search_bar #search_bar_button {
	background: url(../images/magnifying_glass.png) no-repeat center center;
	cursor: pointer;
	border: none;
	width: 32px;
	height: 22px;
	margin: 5px;
}

div.vacation_nav {
background: #202020;
height: 60px;
min-width: 960px;
position: relative;
border-top: 3px solid #101010;
text-align: center;
color: #fff;
}

.featured_vacation {
width:200px;
height:200px;
overflow:hidden;
text-align:center;
position:relative;
margin:auto;
}

.featured_vacation img {
min-height: 200px;
border: none;
}

.featured_vacation a {
text-decoration: none;
}

.featured_vacation span {
position: absolute;
background: url(../images/black_overlay.png) top left;
color: #F3F1E9;
padding: 2.5px;
text-align: center;
bottom: 0;
left: 0;
width: 200px;
}

/*---------------------------------Vacation Nav Bar--------------------------------*/
ul#v_nav {
width: 832px;
height: 60px;
background: url(../../images/vacation_nav.jpg) no-repeat center top #202020;
position: relative;
margin: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
list-style-type: none;
}

ul#v_nav li {
  display: inline;
  }
ul#v_nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 60px;
  background: url(../../images/vacation_nav.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#vaca_all a {
left: 0;
width: 110px;
background-position: 0 0;
}

ul#v_nav li#vaca_day a {
left: 110px;
width: 80px;
background-position: -110px 0;
}

ul#v_nav li#vaca_usa a {
left: 190px;
width: 115px;
background-position: -190px 0;
}

ul#v_nav li#vaca_int a {
left: 305px;
width: 110px;
background-position: -305px 0;
}

ul#v_nav li#vaca_cru a {
left: 415px;
width: 65px;
background-position: -415px 0;
}

ul#v_nav li#vaca_cla a {
left: 480px;
width: 130px;
background-position: -480px 0;
}

ul#v_nav li#vaca_loc a {
left: 610px;
width: 60px;
background-position: -610px 0;
}

ul#v_nav li#vaca_mys a {
left: 670px;
width: 80px;
background-position: -670px 0;
}

ul#v_nav li#vaca_bas a {
	left: 750px;
	width: 80px;
	background-position: -750px 0;
}
/*-------_Hover--------------*/
li#vaca_all a:hover {
background-position: 0 -60px;
}

ul#v_nav li#vaca_day a:hover {
background-position: -110px -60px;
}

ul#v_nav li#vaca_usa a:hover {
background-position: -190px -60px;
}

ul#v_nav li#vaca_int a:hover {
background-position: -305px -60px;
}

ul#v_nav li#vaca_cru a:hover {
background-position: -415px -60px;
}

ul#v_nav li#vaca_cla a:hover {
background-position: -480px -60px;
}

ul#v_nav li#vaca_loc a:hover {
background-position: -610px -60px;
}

ul#v_nav li#vaca_mys a:hover {
background-position: -670px -60px;
}

ul#v_nav li#vaca_bas a:hover {
	background-position: -750px -60px;
}

/*------------------Selected vacations--------------------*/

div#all ul#v_nav li#vaca_all a {
background-position: 0 -60px;
}

div#daytrips ul#v_nav li#vaca_day a {
background-position: -110px -60px;
}

div#usa-and-canada ul#v_nav li#vaca_usa a {
background-position: -190px -60px;
}

div#international ul#v_nav li#vaca_int a {
background-position: -305px -60px;
}

div#cruises ul#v_nav li#vaca_cru a {
background-position: -415px -60px;
}

div#classic-highway-tours ul#v_nav li#vaca_cla a {
background-position: -480px -60px;
}

div#local-tours ul#v_nav li#vaca_loc a {
background-position: -610px -60px;
}

div#mystery-tours ul#v_nav li#vaca_mys a {
background-position: -670px -60px;
}

div#baseball ul#v_nav li#vaca_bas a {
	background-position: -750px -60px;
}



/*---------------------------------------End Vacation Nav Bar----------------------------*/
/*-----------------------------------------SITE nav bar-------------------------------------*/

div.site_nav {
background: #101010;
height: 40px;
min-width: 960px;
position: relative;
border-top: 3px solid #101010;
text-align: center;
color: #fff;
}

ul#site_nav {
width: 960px;
height: 40px;
background: url(../../images/site_nav.jpg) no-repeat center top #202020;
position: relative;
margin: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
list-style-type: none;
}

ul#site_nav li {
  display: inline;
  }
ul#site_nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 60px;
  background: url(../../images/site_nav.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#travel_club a {
left: 0;
width: 160px;
background-position: 0 0;
}

ul#site_nav li#blog a {
left: 160px;
width: 130px;
background-position: -160px 0;
}

ul#site_nav li#contact_us a {
left: 290px;
width: 135px;
background-position: -290px 0;
}

ul#site_nav li#facebook a {
left: 675px;
width: 115px;
background-position: -675px 0;
}

ul#site_nav li#travel_guys a {
left: 785px;
width: 175px;
background-position: -785px 0;
}

/*-------_Hover--------------*/
li#travel_club a:hover {
background-position: 0 -40px;
}

ul#site_nav li#blog a:hover {
background-position: -160px -40px;
}

ul#site_nav li#contact_us a:hover {
background-position: -290px -40px;
}

ul#site_nav li#facebook a:hover {
background-position: -675px -40px;
}

ul#site_nav li#travel_guys a:hover {
background-position: -785px -40px;
}

/*---------------------------------------End SITE Nav Bar----------------------------*/

#content {
color: #202020;
background-color: #F3F1E9;
padding-bottom: 10px;
width:960px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}


#page_header h1 {font-size:35px;padding:0;margin:15px 0;line-height: 1em;}
#page_header h1 a {color: #000;text-decoration: none;border:none;}
#page_header h1 a:last-letter {color:#6a0606;}
#page_header span {font:13px Georgia; font-style: italic; color: #777; margin-left:20px;position:relative;top:-7px;letter-spacing: 0}
#page_header span.date{font-size: 16px; color: #444; margin-left: 20px;top: 0;letter-spacing: 2px;font-style:italic;}


.feature {
border-top: 1px solid red;
border-bottom: 1px solid red;
}

div#featured {
text-align: center;
padding: 25px;
}

div#footer {
	background-color: #202020;
	min-width: 960px;
	border-top: 3px solid #101010;
	padding: 25px;
	color: #fff;
}

div#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}

div#footer a {
	color: #fff;
	font-style: italic;
}

div#footer h2 {
margin: 0;
padding: 0;
color: #fff;
}

 /*-------------------------------HomePage-----------------------------------*/

/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:960px;
	height:50px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	width: 25%;
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: #DFCFB5;
	display:block;
	height: 31px;   
	width: 100%; 	
	padding:.25em 0;
	margin:0px;
	
	/* font decoration */
	color:#000;
	text-align:center;
	text-decoration: none;
	font-weight: bolder;
}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;
	background: #202020;
	 }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:34px; background: #101010; }


/* panes */
#flowpanes {
	background: #101010;	
	width:960px;
	height: 300px;
	color: #fff;
	text-align: right;	
	overflow: hidden;
	position: relative;
}

.image_container {
height: 250px;
width: 100%;
overflow: hidden;
margin-bottom: 10px;
}

.teaser {
padding: 5px;
font-style: italic;
font-weight: bolder;
display: block;
padding-right: 10px;
}


#flowplanes img {
	width: 960px;
	border: none;
}



/* single pane */
#flowpanes div {
	color:#fff;	
}

#flowpanes div a {
color: #fff;
border: none;
cursor: pointer;
text-decoration: none;
}

#flowpanes div a:hover {
	text-decoration: underline;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes a img {
	border: none;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}

div.item {
position: relative;
margin: 0 auto;
}

div.vacation_4 {
float: left;
width: 24%;
overflow: hidden;
text-align: center;
margin: 0 .5%;
}

div.vacation_2 {
float: left;
width: 49%;
margin: 0 .5%;
text-align: center;
overflow: hidden;
}

div.vacation_3 {
	float: left;
	width: 310px;
	margin: 0 5px;
	text-align: center;
	overflow: hidden;
}

div.vacation_1 {
float: left;
width: 99%;
margin: 0 .5%;
text-align: right;
overflow: hidden;
}

div.homepage_highlight {
border: 1px solid #e0dcc5;
margin: 25px;
height: 175px;
position: relative;
padding: 10px;
}

div.homepage_highlight img {
float: left;
margin-left: -50px;
margin-top: -25px;
}

div.feedburnerFeedBlock ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: none;
	padding: none;
}

div.feedburnerFeedBlock li {
	margin: 5px 0px;
	border-bottom: 1px solid #E0DCC5;
}

div.feedburnerFeedBlock p {
	margin: 0;
	padding: 0;
	text-align: right;
	color: #DFCFB5;
}

div.feedburnerFeedBlock #creditfooter {
	display:none;
}

div.feedburnerFeedBlock span.headline {
	font-weight: bolder;
	font-style: normal;
}

div.homepage_vacations span.tripname a {
	font-weight: bolder;
	font-style: normal;
}
/*--------------------------------------Vacations Page------------------------------------------*/

div#vacation_image_container {
	height: 250px;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

div#extra_media_container {
	float: right;
	font-size: 14px;
	background: url(../images/black_transparent_back.png);
	padding: 10px;
	margin: 0;
	overflow: hidden;
	width: 280px;
	height: 230px;
	color: #F3F1E9;
}

div#extra_media_container ul {
	list-style-type: none;
	margin: 5px  0;
	padding: 0;
}

div#extra_media_container li {
	display: inline;
	margin: 5px;
}

div#extra_media_container img {
	height: 75px;
	width: 75px;
	border: 3px solid #383838;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}

div#small_vacation_image_container {
	margin-top: 20px;
	float: left;
	width: 250px;
	overflow: hidden;
	height: 100%;
}

div#small_vacation_image_container img.vacation_image {
	width: 240px;
}

div#small_vacation_image_container ul {
	list-style-type: none;
	margin: 10px 0px;
	padding: 0;
}

div#small_vacation_image_container li {
	display: inline;
	margin: 2px;
	padding: 0;
	overflow: hidden;
}

div#small_vacation_image_container li img {
	height: 66px;
	width: 67px;
	border: 3px solid #383838;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}

ul.vacation_features  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.vacation_features li {
	display: inline;
	position:relative;
	overflow: visible;
}
ul.vacation_features a {
	padding: 5px;
	text-decoration: none;
	color: #202020;
	width: 275px;
	padding-left: 30px;
	display: block;
	float: left;
}


div.tooltip {
	padding: 5px;
	background: #101010;
	color: #F3F1E9;
	width: 300px;
	line-height: 1.25em;
	font-size: 14px;
	border: 3px solid #383838;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 5000;
}
ul.vacation_features a.bus_pickup {
	background: url(../images/bus_pickup.jpg) no-repeat left center;
}

ul.vacation_features a.meals_included {
	background: url(../images/meals_included.jpg) no-repeat left center;
}

ul.vacation_features a.door_pickup {
	background: url(../images/door_pickup.jpg) no-repeat left center;
}

ul.vacation_features a.sl_director {
	background: url(../images/sl_circle_small.jpg) no-repeat left center;
}

ul.vacation_features a.transportation_included {
	background: url(../images/transportation_included.jpg) no-repeat left center;
}

ul.vacation_features a.hotels_included {
	background: url(../images/hotels_included.jpg) no-repeat left center;
}

ul.vacation_features a.gold_points {
	background: url(../images/gold_points.jpg) no-repeat left center;
}

ul.vacation_breakdown {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.vacation_breakdown div {
	padding: 5px;
	margin: 5px;
	border: 1px solid #666;
}
h1.trip_month {
font-size: 1.15em;
padding: 5px;
padding
background: url(../../images/calendar.png) center left no-repeat;
border-bottom: 1px solid #000;
margin-bottom: 10px;
}

#share_with_friend, #request_more_information {
	margin: 5px 0;
}

.hidden_form {
	display:none;
	text-align: left;
	border: 2px solid #2750a8;
	margin: 0;
	padding: 5px;
	overflow: hidden;
}

.hidden_form p {
	margin: 0;
	padding: 0;
}

.info_box {
border: 1px solid #202020;
margin: 10px 0;
padding: 5px;
}

.sales_blurb {
margin: 10px;
padding: 5px;
background-color: #e0dcc5;
}

.photo_box {
height: 250px;
overflow: hidden;
}

.trip {
position: relative;
overflow: hidden;
clear:both;
border-bottom: thin solid #e0dcc5;
margin-bottom: 10px;
}

.tripimage {
width: 175px;
float: left;
margin-right: 5px;
overflow: hidden;
}

.trip_description {
margin: 5px 0;
padding: 0;
}

.tripinfo {
overflow: hidden;
}

.trip_date {
color: #666;
font-weight: bolder;
font-style: italic;
}

.find_out_more {
margin: 0;
padding: 0;
text-align: right;
}

a.link_button {
	display: block;
	padding: 5px 0px;
	text-align: center;
	margin: 0;
	font-weight: bolder;
}

a.menu_open {
	background: #2750a8;
	color: #F3F1E9;
}

ul#notes {
list-style-type: none;
margin: 0;
padding: 0;
}

ul#notes li.note {
	clear: both;
	padding: 10px 0;
}

ul#notes div.note_photo_container {
	float: left;
	width: 200px;
	margin: 3px;
	margin-top: 15px;
	font-size: 12px;
	color: #444;
}
ul#notes img.note_photo {
	width: 200px;
	margin: 0;
	border: 3px solid #383838;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}

ul#notes div.has_photo {
	float: right;
	width: 400px;
	
}

ul#notes h1 {
font-size: 1.15em;
color: #6a0606;
margin:0;
margin-top: 10px;
padding: 0;
}

ul#notes p {
margin: 0;
padding: 0;
}

ul.note_features {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

ul.note_features li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px 0;
	font-style: italic;
	color: #666;
}

div.similar_vacations span.tripname a {
	font-weight: bolder;
	font-style: normal;
}

/*------------------------Travel Club Signup Page------------------------*/
.thanks_features {

}

.thanks_features img {
margin: 0 20px;
}

.thanks_features ul {
list-style-type: none;
}

.thanks_features li {
padding: 10px;
text-align: center;
border-bottom: 1px solid gray;
color: #777;
}

.thanks_features h3 {
color: #202020;
margin-bottom: 0px;
padding-bottom: 0px;
}

.form_container {
padding: 20px;
}

.form_container h3 {
color: #2750a8;
}

.form_container p {
padding: 15px;
}
/*----------------------------------Font and Text----------------------------------*/
 
.dates {
padding: 0 10px;
}

.info {
color: #666;
font-style: italic;
}

h1{font-size:25px;}h2{font-size:23px;}h3{font-size:21px;color: #383838;}h4{font-size:18px}h5{font-size:17px}h6{font-size:15px}
h1,h2,h3,h4 {letter-spacing:-.5px; padding: 0;margin: 5px;margin-bottom: 10px;border: 0;}

.trip h2 {
margin: 0;
padding: 0;
}

h2 a, h2 a:visited {
	font-size: 25px;
	color: #2750a8;
	text-decoration: none;
	margin: 5px 0;
	margin-bottom: 0;
	padding: 0; 
}


.sold_out {
text-align: center;
border: thin solid #6a0606;
margin: 5px;
}

div.sold_out h2 {
border: thin sold #6a0606;
background-color: #6a0606;
color: #F3F1E9;
margin: 0px;
padding: 5px;
font-size: 18px;
text-align: center;
}

span.sold_out_date {
color: #F3F1E9;
padding: 0 10px;
background-color: #6a0606;
font-style: normal;
font-weight: bold;
font-size: 18px;
margin-left: 15px;
}

span.sold_out_date_description {
	color: #555;
	text-decoration: line-through;
}

.flash_notice {
background: #ffff92 url(../images/green_flag.png) no-repeat center left;
border: 1px solid #ffba4f;
padding: 5px;
padding-left: 40px;
color: #202020;
font-weight: bolder;
font-size: 18px;
}

div.form_result .success {
	border: 1px solid green;
	padding: 2.5px;
	padding-left: 35px;
	background: url("../images/green_flag.png") no-repeat left center;
}

div.form_result .failed {
	border: 1px solid red;
	padding: 2.5px;
	padding-left: 35px;
	background: url("../images/red_flag.png") no-repeat left center;
}

.highlight {
background-color: #ffff92;
border: 1px solid #ffba4f;
padding: 5px;
text-align: center;
margin: 5px;
}

.highlight h3 {
padding: 0;
margin: 0;
}

div.tab {
border-bottom:1px solid black;
margin: 10px 0;
padding: 0;
}

div.tab span {
border: 1px solid black;
border-bottom: 1px solid #F3F1E9;
padding: 4px 5px;
background: #F3F1E9;
font-weight: bolder;
margin: 0;
margin-left: 10px;
font-style: normal;
color: #202020;
}

span {
color: #555;
font-style: italic;
}

div.faq p {
color: #444;
}

div.faq p h3 {
color: #202020;
}

div.faq li {
margin: 5px 0;
}

a.anchor {
font-style: regular;
text-decoration: none;
color: #202020;
}

.label {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
}



/*----------------------------------------newsletters-------------------------*/
ul.newsletter {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.newsletter li {
	text-align: left;
	background: url(../images/news_small.png) no-repeat left center;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #e0dcc5;
	padding-left: 67px;
	
}

ul.catalog li {
	background: url(../images/sl_circle.png) no-repeat left center;
	padding-left: 60px;
}

/*--------------------------------Admins--------------------------------*/
#admin_bar {
background-color: #202020;
text-align: right;
height: 50px;
}

#admin_bar ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#admin_bar li {
display: inline;
float: right;
}

#admin_bar a {
display: block;
padding: 15px;
text-decoration: none;
font-weight: bolder;
color: #F3F1E9;
height: 50px;
}

#admin_bar a:hover {
color: #202020;
background-color: #F3F1E9;
}


/*----------------------------------Managing Vacations---------------*/
ul.admin {
list-style-type: none;
margin: 0;
padding: 0 .5em;
}

ul.admin li {
padding: .5em 0;
}

ul.admin li.odd {
background-color: #e8e8e8;
}

ul.admin li.even {
background-color: transparent;
}

/*-------------------Error Messages--------------------------------*/
div.errorExplanation {
	background: #fcbcbc;
	border: 1px solid red;
	padding: 2.5px;
	margin: 0;
}

div.errorExplanation h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: red;
}
div.errorExplanation p {
	margin: 2.5px 0;
	padding: 0;
}

div.errorExplanation ul{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/*------------------Persistant contact form-------------------------*/
div#persistant_contact_form_container {
	position: fixed;
	right: 0;
	top: 25%;
	padding-left: 34px;
	height: 468px;
	display: none;
}

div#persistant_contact_form {
	border: 3px solid #6a0606;
	border-right: none;
	padding: 10px;
	background: #F3F1E9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webskit-border-radius: 5px;
	display: none;
	width: 400px;
}

div#persistant_contact_link {
	background: url(../images/questions_link.png) no-repeat center center;
	display: block;
	cursor: pointer;
	height: 114px;
	width: 34px;
	position: absolute;
	left: 0;
	top: 25%;
}

div#persistant_contact_form_container .success {
	border: 1px solid #2750A8;
	font-size: 14px;
	padding: 5px;
}

div#persistant_contact_form_container .rejected {
	border: 1px solid red;
	font-size: 14px;
	padding: 5px;
}

/*----------------------------About Us Section-----------------------------------*/
div.about_us {
	padding: 15px;
}

div.about_us h3 {
	padding-left: 0;
	margin-left: 0;
}

.feature_division {
	padding: 10px 5px;
	border-bottom: 1px dotted #b5b5b5;
}

.feature_division h4 {
	margin-left: 0;
	padding-left: 0;
}

.more_link {
	text-align: right;
}

.more_link a {
	padding-right: 30px;
	background: url(../images/arrow.png) no-repeat right center;
}

ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
line-height: 20px;
}

ul.menu li {
	padding-right: 10px;
}

ul.about_us li.about_us, ul.contact_us li.contact_us, ul.faq li.faq, ul.traveling_with_us li.traveling_with_us, ul.prepare li.prepare {
	background-image: url(../images/menu_side.png);
	background-repeat: no-repeat;
	background-position: right center;
}

ul.about_us li.about_us span, ul.contact_us li.contact_us span, ul.faq li.faq span, ul.traveling_with_us li.traveling_with_us span, ul.prepare li.prepare span {
	color: #F3F1E9;
}
ul.menu li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #b5b5b5;
}

ul.menu li a:hover {
	text-decoration: none;
	background: #e8e8e8;
}

ul.menu li a span {
	font-size: .8em;
}
ul.about_us li.about_us a, ul.contact_us li.contact_us a, ul.faq li.faq a, ul.traveling_with_us li.traveling_with_us a, ul.prepare li.prepare a {
	background: #6a0606 url(../images/gradient_red_menu.jpg) repeat-x bottom;
	color: #F3F1E9;
}

/*------about us slideshow----------*/
#about_us_scroller {
		position:relative;
		overflow:hidden;
		width: 940px;
		height: 266px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	/* root element for the scroll pics */
	#about_us_scroller .pics {
		height:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics div {
		float:left;
		cursor:pointer;
		width:940px !important;
		height:300px;
		margin:0px;
	}
	
	/* possible settings for the active scroll */
	#about_us_scroller.active {
	
	}
/*------------------------------------Pagination----------------------------------------*/
.pagination {
  text-align: right;
  margin: 15px 0;
  padding: .3em; }
  .pagination a, .pagination span {
    padding: 5px 10px; }
  .pagination span.disabled {
    color: #999; }
  .pagination span.current {
    font-weight: bold;
    color: #202020; }
  .pagination a {
    border: 1px solid #999;
    color: #2750A8;
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      border-color: #2750A8;
      background: #2750A8;
      color: white; }
  .pagination .page_info {
    color: #999;
    padding-top: .8em; }
  .pagination .prev_page, .pagination .next_page {
    border-width: 1px; }
  .pagination .prev_page {
    margin-right: 1em; }
  .pagination .next_page {
    margin-left: 1em; }
    
/*---------------------------------------------------Vacation Galleries--------------------------------*/
#popup {
	display: none;
	z-index: 10000;
	color: #F3F1E9;
	width: 765px;
}

#popup h3 {
	color: #F3F1E9;
}

#popup .close {
	padding-left: 40px;
	background: url(../images/overlay/close.png) no-repeat left center;
	color: #F3F1E9;
	position:absolute;
	right:-25px;
	bottom:-35px;
	cursor:pointer;
}
#image_wrap {
		/* dimensions */
		width:677px;
		margin:15px 0 15px 40px;
		padding:15px 0;
 
		/* centered */
		text-align:center;
 
		/* some "skinning" */
		background-color:#101010;
		border:1px solid #383838;
	}
	
	/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #383838;
	background: #101010;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable .items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#202020;
	padding:2px;
	border:1px solid #383838;
	width:100px;
	height:75px;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	cursor: pointer;
}

/* active item */
.scrollable .active {
	border:2px solid #F3F1E9;
	position:relative;
	cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/scrollable/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; float:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 