﻿/* Setup defaults */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration:none;
}
a {
  color: #862a0e;
}
html { overflow-y: scroll; }
a:hover {
  text-decoration:underline;
}
body {
  font-size: 100.01%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background-color: #ecdebb;
}
.clear { clear:both; }
.hidden { display:none; }
/* Setup defaults - End */

/*********************************************/
/* Structurural Classes **********************/
/*********************************************/
.v_spacer12 {
  width: 12px;
}
.h_spacer12 {
  height: 12px;
}
.full-wide508 {
  position: relative;
  width: 508px;
  margin-bottom: 9px;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #006778;
  clear: both;
}
.two-thirds {
  position: relative;
  width: 334px;
  margin-right: 12px;
  margin-bottom: 9px;
  float: left;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #006778;
}
.one-third {
  position: relative;
  width: 161px;
  margin-right: 12px;
  margin-bottom: 9px;
  float: left;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #006778;
}
.one-half {
  position: relative;
  width: 248px;
  margin-right: 12px;
  margin-bottom: 9px;
  float: left;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #006778;
  overflow-x: wrap;
}
.top-headline-blurb {
  position: relative;
  width: 508px;
  margin-bottom: 9px;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #006778;
  clear: both;
  height: 170px;
  overflow: hidden;
}
.article-list {
  width: 507px;
  margin-bottom: 20px;
  clear: both;
}
.table-header {
  font-weight: bold;
  background: #cbcec7; 
}
.table-row1 {
  background: #f2f4ee; 
}
.table-row2 {
  background: #dcdfd8; 
}
.popup-window {
  margin: 10px;
  font-family: Palatino, Times;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
}
form {
  width: 520px;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
}
label {
  clear: none;
}
fieldset {
  clear: both;
}
fieldset.border {
  margin-top: 5px;
  padding: 4px;
  border: solid black 1px;
}
input[type="checkbox"] {
  display: block;
  float: left;
  clear: both;
}
br {
  clear: both;
}
input[type="text"] {
  width: 100%;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
}
textarea {
  width: 100%;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
}
form tr:first-child {
  margin-left: 0px;
}
form tr:last-child {
  margin-right: 0px;
}
/*********************************************/
/** Page Elements ****************************/
/*********************************************/
#logo {
  margin-top: 107px;
  margin-bottom: 39px;
  float: left;
}
#page {
  width: 740px;
  /*
  width:100%;
  width: 770px;
  min-width:750px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  */
  margin:auto;
  margin-top: 12px;
  padding: 0px;
}
#content_left {
  vertical-align: top;
  width: 180px;
  float: left;
}
#main_area {
  width: 534px;
  vertical-align: middle;
  margin-left: 26px;
  margin-top: 6px;
  position: absolute;
  top 45px;
  /*
  font-family: Palatino, Times;
  font-size: 10pt;
  */
}
#bottom_area {
  width: 560px;
  margin-top: 12px;
  margin-bottom: 12px;
  float: left;
  border: solid 1px green;
}
#footer {
  width: 534px;
  margin-top: 12px;
  margin-left: 24px;
  padding-bottom: 24px;
  text-align: center;
  font-family: Palatino, Times;
  font-size: 10pt;
  clear: both;
}
#content_main {
  width: 560px;
  float: left;
  position: relative;
}
.v_line {
  top: 33px;
  width: 1px;
  background-color: white;
  height: 580px;
  bottom: 33px;
  float: right;
  position: relative;
}


/*********************************************/
/** Menu and Naviation ***********************/
/*********************************************/
#breadcrumb ul li {
  list-style: none;
  float: left;
  position: relative;
}
#mainNav {
  margin-left: 1px;
  float: left;
  width: 178px;
  overflow-x: hidden;
}

#mainMenu {
  position: relative;
  left: 24px;
}
#mainMenu ul ul {
  list-style: none;
  margin-left: 8px;
}
#mainMenu ul li {
  list-style: none;
  font-family: Palatino, Times;
  font-size: 10pt;
  color: #000000;
  line-height: 15pt;
}
#mainMenu a {
  color: #000000;
}
#mainMenu a:hover {
  color: #006778;
  /*
  text-decoration: underline;
  */
}

#subMenu {
  margin-left:10px;
  height: 45px;
  position: relative;
}
#subMenu ul li {
  list-style: none;
  float: left;
  font-family: Palatino, Times;
  font-size: 10pt;
  margin-right: 15px;
}
#subMenu a {
  color: #000000;
}
#subMenu a:hover {
  color: #006778;
}
#subMenu li ul {
  position: absolute;
  left: 0px;
  top: 15px;
}
#subNav_outer {
  height: 57px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/*
#subNav_outer[id] {
  display: table;
  position: static;
}

#subNav_middle {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
#subNav_middle[id] {
  display: table-cell;
  vertical-align: middle;
  position: static;
}

#subNav_inner {
  top: -50%;
  text-align: left;
  font-family: Palatino, Times;
  font-size: 10pt;
}
#subNav_inner {
  margin-left: auto;
  margin-right: auto;
}
#subNav_inner[id] {
}
*/


/*********************************************/
/** Image and Video **************************/
/*********************************************/
.wide-image {
  width: 508px;
  height: 161px;
  margin-bottom: 9px;
  border: none;
}
.medium-image {
  width: 334px;
  height: 161px;
  border: none;
}
.narrow-image {
  width: 161px;
  height: 161px;
  border: none;
}
.video {
  margin-bottom: 26px;
}
.image_box {
  height: 161px;
  width: 161px;
  float: left;
  margin-right: 12px;
}
#center_images {
  /*
  margin-left: 26px;
  margin-right: 26px;
  */
  margin-top: 0px;
  margin-bottom: 9px;
}
#center_images div {
  height: 161px;
}
#center_images div:last-child {
  margin-right: 0px;
  padding: 0px;
}

/*********************************************/
/** Text copy ********************************/
/*********************************************/
strong {
  font-weight: bold;
}
.bottom-left-align {
  position: absolute;
  bottom: 0px;
}



h2 {
  margin-bottom: 4px;
  font-family: Palatino, Times;
  font-size: 24pt;
  font-weight: normal;
  color: #006778;
}
h3 {
  margin-bottom: 4px;
  font-family: Palatino, Times;
  font-size:14pt;
  font-weight: normal;
  color: #394a58;
}
h4 { 
  margin-bottom: 4px;
  font-size:10pt;
  font-family: Palatino, Times;
  font-weight: normal;
  color: #006778;
}
.top-copy {
  position: relative;
  font-family: Palatino, Times;
  font-size: 12pt;
  font-style: normal;
  color: #006778;
}
.body-copy {
  position: relative;
  font-family: Palatino, Times;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #006778;
}
.quote-blurb {
  position: relative;
  padding-bottom: 10px;
  font-family: Palatino, Times;
  font-size: 12pt;
  font-style: italic;
  font-weight: normal;
  color: #394a58;
}
.small-headline {
  height: 24px;
  position: relative;
}
#top-headline {
  height: 84px;
  color: #006778;
  font-size: 24pt;
  font-family: Palatino, Times;
  font-weight: normal;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.headline {
  color: #006778;
  font-size: 24pt;
  font-family: Palatino, Times;
  font-weight: normal;
  margin-bottom: 9px;
  text-transform: uppercase;
}
#content_main ul {
  margin-left: 1em;
  padding-left: 2px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
}
#content_main ul li {
  padding-left: 0;
}


#tour-bg { 
  display: none;
  position: absolute;
  background: #EBEEE7;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  /*
  filter: alpha(opacity=40);
  */
  width: 100%;
  height: 1500px;
  
  top: 0;
  left: 0;
  z-index: 95;
}
#virtual-tour { 
 display: none;
 position: absolute;
 top: 0px;
 left: 0px;
 height: 100%;
 width: 100%;
 z-index: 100;

}




