/* CSS Document */

h1
{ 
  font-size: larger;
}

h2, h3
{ 
  font-size: larger;
}

.left_image, .left-image
{ 
  float: left;
  margin: 1em 1em 1em 0;
}
h1 + .left-image, p + .right-image { margin-top: 0; }
.right_image, .right-image
{ 
  float: right;
  margin: 1em 0 1em 1em;
  clear: right;
}
p + .left-image { margin-top: 0; }
div.left-image, div.right-image, span.left-image, span.right-image { 
    text-align: center;
    background-color: #587898;
    padding-bottom: 0.5em;
    color: #deaf80;
    display: block;
}
div.left-image, div.right-image { margin-top: 0; }
div.left-image img, div.right-image img, span.left-image img, span.right-image img { margin-bottom: 0.5em; }
div.portrait-image, span.portrait-image { width: 247px; }
div.landscape-image, span.landscape-image { width: 400px; }
.left-image p, .right-image p { padding: 0 1em; margin: 0; }

.adventure-opportunity { clear: left; padding-top: 1em; }
.adventure-opportunity h3 { margin-top: 0; }
.adventure-opportunity img { float: left; margin-right: 1em; }

.testimonial { 
    color: #587898;
    background-color: #dec2a7;
    padding: 1em;
    font-style: italic;
    float: right;
    width: 15em;
    margin-left: 1em;
}
.testimonial .author {
    font-size: smaller;
    font-style: normal;
    display: block;
    margin-top: .7em; 
}
table
{ 
  text-align: center;
}

.mainImage
{ 
  text-align: center;
}
.mainImage img
{ 
  margin: 0;
}

.heading 
{
  font-weight: bolder;
}
.quote
{
  font-style: italic;
  font-weight: bolder;
}
.quoter
{
  font-weight: lighter;
}

.nav-menu {
    background-color: #587898;
    text-align: center;
}
.nav-menu ul { margin: 0; padding: 0; }

.nav-menu li { display: inline-block; text-align: center; }
.nav-menu li:before { content: url(/images/menu-item-left.png); }
.nav-menu li:after { content: url(/images/menu-item-right.png); }
.nav-menu li:hover:before { content: url(/images/menu-item-hover-left.png); }
.nav-menu li:hover:after { content: url(/images/menu-item-hover-right.png); }

.nav-menu a { 
    width: 14em;
    background-image: url(/images/menu-item-background.png); 
    display: inline-block;
}

.nav-menu a:link, .nav-menu a:visited { 
    color: #deaf80;
    height: 23px;
    vertical-align: top;
    text-decoration: none;
    line-height: 23px;
}

.nav-menu li:hover a:link, .nav-menu li:hover a:visited {
    background-image: url(/images/menu-item-hover-background.png);
}

.more-information { text-align: left; border: thin solid; }
.more-information th, .more-information td {
    border: thin solid;
    padding: 0.5em 1em;
    margin: 0;
}

.superscript { font-size: smaller; vertical-align: top; }

.preload-image { display: none; }

#mainContainer
{
	width: 756px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#middleContainer
{
	width: 756px;
}

#contentContainer
{

    width:756px;
    background-color: #FFFFFF
}

#contentContainer2
{
	width: 746;
	padding: 10px;
	float: left;
}

.p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
}

#right-sidebar {
    float: right;
    margin-left: 1em;
    padding-top: 1em;
    text-align: center;
    margin-bottom: 1em;
}

#google_translate_element { width: 170px; }

#footer
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
}

#siteMap
{
	margin-left: 50px;
}

a
{ 
  font-weight: bold
}
a:link, a:visited
{
  color: #00a94f;
}
a:hover
{
  color: #e6791d;
}

dt { font-weight: bold; }

#footer a
{ 
  font-weight: bold
}

.field-caption
{
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    width: 16em;
    vertical-align: top;
    padding-top: 0.5em;
}
.checkbox-field
{
    display: inline-block;
    font-size: smaller;
}
.radio-field
{
    font-size: smaller;
}
.security-check
{
    display: inline-block;
}

.error
{
    color: red;
}

