@charset "utf-8";
/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	height:100%;
	font: 12px verdana;
	color: #ffffff;
	background: #e9eaee;
	background-image:url(pics/bglines.gif);
	/*
	background-position:center;
	background-repeat:repeat-y;
	*/
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	padding:10px;
	margin:0;
	padding:0;
	/*
	background-image:url(pics/colhead.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	*/
}
#body {
	margin:0;
	padding:0;
	padding-bottom:60px;	/* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;			/* Height of the footer */
}

#footer a {
text-decoration:none;
color: #f7931f;
border-bottom:none;
}

#footer a:hover {
text-decoration:none;
color: #f7931f;
border-bottom:none;
}

a {
text-decoration:none;
color: #f7931f;
border-bottom:1px dashed #f7931f;
}

a:hover {
text-decoration:none;
color: #f7931f;
border-bottom:none;
}

.sidemenu a {
	text-decoration: none;
	color: #015a9e;
	border-bottom:1px dashed #015a9e;
}

.sidemenu a:hover {
	border-bottom:none;
}

.flags {
	float:right;
}

.flags a{
	border-bottom:none;
}

.noborder a{
	border-bottom:none;
}

.excursions {
	
}

.excinfo {
	float:left;
	font-weight:bold;
}

.excimg {
	float:right;
	text-align:center;
	font-size:10px;
}

.excimg img{
	border:1px solid #ffffff;
	margin-left:8px;
}

.exctext {
	padding-right: 5px;
}

.div-error {
	position:absolute;
	left:440px;
	z-index:200;
	width:195px;
	padding:3px;
	background:#ffffff;
	color:#015a9e;
	border:1px solid #f7931f;	
	font-weight:bold;
}

.div-error2 {
	position:absolute;
	left:495px;
	z-index:200;
	width:195px;
	padding:3px;
	background:#ffffff;
	color:#015a9e;
	border:1px solid #f7931f;	
	font-weight:bold;
}


/* MENU */

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_six */

#pro6 ul {margin:0 auto; padding:0; list-style:none; display:table; white-space:nowrap; list-style:none; height:35px; position:relative; background:#fff; font-size:11px;}
#pro6 li {display:table-cell; margin:0; padding:0;}
#pro6 a{border-bottom:none;} /* my rule for avoiding mixups with other styles */
#pro6 li a {display:block; float:left; height:35px; line-height:30px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url(pics/pro_six_0a.gif) no-repeat;}
#pro6 li a b {float:left; display:block; padding:0 25px 5px 15px; background:url(pics/pro_six_0b.gif) no-repeat right top;}
#pro6 li.current a {color:#fff; background:url(pics/pro_six_2a.gif) no-repeat;}
#pro6 li.current a b {background:url(pics/pro_six_2b.gif) no-repeat right top;}
#pro6 li a:hover {color:#fff; background: url(pics/pro_six_1a.gif) no-repeat;}
#pro6 li a:hover b {background:url(pics/pro_six_1b.gif) no-repeat right top;}
#pro6 li.current a:hover {color:#fff; background: url(pics/pro_six_2a.gif) no-repeat; cursor:default;}
#pro6 li.current a:hover b {background:url(pics/pro_six_2b.gif) no-repeat right top;}



/* 
  Secure and Accessible PHP Contact Form v.2.0 Basic Styles by Mike Cherim 
  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM
  Anchors or link elements have not been included, but everythig else is :-)
*/

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 0; 
  color : #cc9900;
  visibility:hidden;
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #015a9e; 
  border:1px solid #fff;
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #015a9e; 
  border:none;
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #fff;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #fff; 
}

/* form label text */
label { 
  color : #fff;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 80% 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #f7931f;
  background-color : #fffffa;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : none; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #015a9e; 
  background-color : #015a9e; 
  padding : 0 4px 0 4px; 
  color : #015a9e;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}


/* End CSS */