/* ================================================== */
/* basic layout/positioning */
/* ================================================== */

body {
	margin: 0px;
	background-color: #cab388;
}

table#page-container {
	width: 698px;
	margin: 10px 40px;
	border: 1px solid #6f633c;
	background: #f2f0e5;
	text-align: left;
}

/* ================================================== */
/* header */
/* ================================================== */

div.header-image {
	border-bottom: 1px solid #6f633c;
}

/* ================================================== */
/* footer */
/* ================================================== */

table#footer {
	border-top: 2px solid #9a1925;
}

/* ================================================== */
/* content */
/* ================================================== */

td#left-column {
	width: 149px;
}

td#middle-column {
	width: 360px;
}

td#right-column {
	width: 149px;
}

div.bordered-image {
	border: 1px solid #6f633c;
}

div#box-logo {
	margin: 0px 0px 15px 0px;
	border: none;
	text-align: center;
}

/* generic left column box classes */

div.lc-box-text {
	border: 1px solid #6f633c;
	border-left: none;
	background: #c5b9ac;
	padding: 10px;
}

div.lc-box-text-stacked {
	border: 1px solid #6f633c;
	border-left: none;
	background: #c5b9ac;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}

div.lc-box-image {
	border: 1px solid #6f633c;
	border-left: none;
}

div.lc-box-image-top {
	border-right: 1px solid #6f633c;
	border-top: 1px solid #6f633c;
}

div.lc-box-image-bottom {
	border-right: 1px solid #6f633c;
	border-bottom: 1px solid #6f633c;
}

/* generic left column box classes */

div.rc-box-text {
	border: 1px solid #6f633c;
	border-right: none;
	background: #c5b9ac;
	padding: 10px;
}

div.rc-box-text-clear {
	border: 1px solid #6f633c;
	border-right: none;
	padding: 10px;
}

div.rc-box-image {
	border: 1px solid #6f633c;
	border-right: none;
}

div.rc-box-image-top {
	border-left: 1px solid #6f633c;
	border-top: 1px solid #6f633c;
}

div.rc-box-image-bottom {
	border-left: 1px solid #6f633c;
	border-bottom: 1px solid #6f633c;
}

/* ================================================== */
/* text formatting */
/* ================================================== */

body, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, label, td {
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #4c3e34;
}

input, textarea, select, option {
	font-family: arial, sans-serif;
	font-size: 12px;
}

h1 { /* "Another Land" */
}

h2 { /* "Meaningful Experiences..." */
}

h3 { /* 3 section headers on home */
	display: inline;
	font-family: georgia, times, serif;
	font-size: 16px;
	color: #557473;
}

h4 { /* page paragraph headers */
	display: inline;
	color: #4c3e34;
}

h5 { /*  */
	display: inline;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #557473;
}

h6 { /*  */
}

p {
	color: #4c3e34;
}

a {
	color: #9a1925;
	text-decoration: none;
}

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

div.column-heading {
	padding: 0px 0px 5px 10px;
}

/* ================================================== */
/* generic list formatting */
/* ================================================== */

ul.bulleted {
	list-style-image: url("../images/common/bullet.gif")
}

/* list-type1: no ident */

ul.list-type1 {
	margin: 0px;
	padding: 0px;
}

ul.list-type1 li {
	list-style: none;
	padding: 3px 0px;
}

ul.list-type1 li a {
	font-size: 11px;
}


/* list-type2:  indented */

ul.list-type2 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}

ul.list-type2 li {
	padding: 3px 0px;
}

/* ================================================== */
/* middle column */
/* ================================================== */

div#mc-content {
	border-top: 2px solid #9a1925;
}

div#mc-content p {
	margin-top: 0px;
}

div#mc-content p.caption {
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 12px;
	margin-top: 3px;
}

/* ================================================== */
/* contact info list */
/* ================================================== */

ul#contact {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

ul#contact  li {
	list-style: none;
	font-weight: bold;
}

ul#contact  li ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

ul#contact  li ul li {
	list-style: none;
	font-weight: normal;
}

/* ================================================== */
/* trip details list */
/* ================================================== */

ul#trip-details {
	margin: 0px;
	padding: 0px;
}

ul#trip-details li {
	list-style: none;
	font-weight: bold;
	font-size: 11px;
}

ul#trip-details li ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

ul#trip-details li ul li {
	padding: 5px 0px;
	font-size: 11px;
	font-weight: normal;
}

/* ================================================== */
/* merchandise */
/* ================================================== */

div#merchandise-content {
	border-top: 2px solid #9a1925;
}

div#merchandise-content p {
	margin-top: 0px;
}

table#merchandise tr.products {
	margin-top: 20px;
}

/* ================================================== */
/* catalog */
/* ================================================== */

form#catalog_form {
	margin: 20px 0px 0px 0px;
}

fieldset {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
}

legend {
	display: none;
}

div.form-unit {
	margin: 0px 0px 10px 0px;
}

div.form-unit p {
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}

label {
	display: block;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}

/* ================================================== */
/* home */
/* ================================================== */

div#home-content {
	border-top: 2px solid #9a1925;
}

div#home-content p.caption {
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 12px;
	margin-top: 3px;
}

div#splash {
	width: 632px;
	padding: 20px 0px;
	text-align: center;
}

div#splash img.splash-quote {
	border: 1px solid #6f633c;
}

div#splash img.splash-image {
	border-top: 1px solid #6f633c;
	border-right: 1px solid #6f633c;
	border-bottom: 1px solid #6f633c;
}
