/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }




body {
	margin: 0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333; /* #454545;*/
	background: #015a7a;
}
a {
	color: #0E4D8B;
	background: inherit;
	text-decoration:none;
}
a:hover {
	color: #000;
	background: inherit;
}
a.title {
	color: #B41A1A;
	background: #FFF;
}
p {
	margin:0 0 0 0;
	padding: 0 0 10px 0;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
}


.wrapper {
	margin: 0 auto;
	width: 800px;
	background: #FFFFFF;
	color: #333333; /* #800000;*/
	min-height:100%;
}

/* header */
#header {
	background: #FFFFFF url(images/header.jpg) no-repeat;
	color: #000000;
	width: 800px;
	height: 120px;
}
#header a {
	color: #FFFFFF;
	background: inherit;
	text-decoration:none;
}
#header a:hover {
	color: #999999;
	background: inherit;
}
#header a.title {
	color: #B41A1A;
	background: #FFF;
}

/* navigation */
#nav_bar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #860605 url(images/nav_bar.jpg) no-repeat;
	width:760px;
	height:26px;

	font-weight:bold;
	padding:9px 20px 0 20px;
}
#nav_bar ul li {
	display:inline;
	margin:0 0 0 15px;
	color:#FFFFFF;
}
#nav_bar ul li a {
	color:#FFFFFF;
		font-size: 1.4ems;
}
#nav_bar ul li a:hover {
	color: #e3ce78;
}

#nav_bar ul li a.active {
	color: #e3ce78;
}

/* content */
#content {
	background: url(images/content.gif) repeat-y;
	width: 720px;
	margin: 0 0 0 0;
	padding: 20px 40px 0 40px;
	text-align:justify;
	min-height:300px;
	font-size: 0.9em;
}
#content h2 {
	font-size:20px;
	margin: 0 0 4px 0;
	color:#000066;
	border-bottom:1px solid #000066;
}
#content img {
	border:1px solid #000000;
	padding:5px;
	margin:2px 8px 2px 8px;
}
.required {
	color:#990000;
}
.formRow {
	margin:4px 0 4px 0;
}
.formRow input {
	vertical-align: middle;
}
.error_msg {
	color:#990000;
}
.titleBar {
	border:1px solid #333333;
	background: #608ebb; //#2a65a1;
	color:#FFFFFF;
	padding:4px 0 4px 6px;
	margin:0 0 10px 0;
}
.news {
	margin:0 10px 0 10px;
}

/* styling for tour details */
.tour {
	margin: 0 0 0 20px;
}
.tour h3 {
	font-size:1.01em;
	font-weight:bold;
	padding:5px 0 0 0;
	color: #0E4D8B;
}
.tour .dates {
	font-size:.8em;
	color:#666666;
}
.tour .price_detail {
	border:1px solid #333333;
	padding:10px 10px 1px 10px;
	float:left;
	clear:both;
	margin-bottom:6px;
}

/* footer */
#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #860605 url(images/footer.jpg) no-repeat;
	font-size:12px;
	width: 800px;
	height: 79px;
	margin:0;
}
#footer p {
	margin:5px 0 5px 0;
	padding:0;
}
#footer .footerText {
	padding: 10px 0 0 0;
}
#footer a {
	color: #FFFFFF;
	background: inherit;
	text-decoration:none;
}
#footer a:hover {
	color: #000000;
	background: inherit;
}
#footer a.title {
	color: #B41A1A;
	background: #FFF;
}

/* workarounds and hacks */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* validation
----------------------------*/
.status { color:#900; margin:0 0 0 116px; font-size:12px; }



/* jquery ui datepicker
----------------------------*/
#ui-datepicker-div { font-size: 12px; }
