/*** General Styles ***/
html, body {
  margin: 0;
  padding: 0;
}

html.default {
  margin: 0;
  padding: 0;
  height: 100%;
}
* {
  font-family: Calibri, Arial, sans-serif;
  font-size: 13px;
}

a img {
  border: none;
}

a {
  color: #840058;
  text-decoration: none;
}

body.default {
  margin: 0;
  padding: 0;
  min-height: 700px;
  height: 100%;
}

#contentContainer, #splashContentContainer {
  width: 900px;
  margin: 0 auto;
}

/*** Splash page ***/
body.splash {
  background: #fffcc4 url(/images/layout/Splashbase.gif) bottom repeat-x;
  text-align: center;
  margin-bottom: 60px;
}

#splashHeader {
  width: 800px;
  margin-top: -100px;
}

#splashHeaderLogo {
  background: #fffcc4 url(/images/layout/Subpattern.png);
}

#splashPhotoHeader table {
  border-spacing: 8px;
  background-color: #1f240e;
  position: relative;
  top: -1px;
}

#splashPhotoHeader #leftCol, #splashPhotoHeader #centerCol, #splashPhotoHeader #rightCol {
  width: 192px;
  height: 360px;
}
#splashTop {
  background: transparent url(/images/layout/Splashtop.gif) repeat-x top;
  height: 150px;
}

/*** Internal page layout ***/
#contentContainer {
  background: transparent url(/images/layout/FCslice.gif) repeat-y left;
  padding-bottom: 40px;
  width: 910px;
  min-height: 100%;
}
body.default {
  background-color: #605231;
}
#navSideBar {
  float: left;
  width: 250px;
  padding-top: 100px;
  text-align: center;
}
#mainPhotoRotation table {
  border-spacing: 8px;
  background-color: #1f240e;
}
#mainPhotoRotation #leftCol, #mainPhotoRotation #centerCol, #mainPhotoRotation #rightCol {
  width: 190px;
  height: 190px;
}
#photoHeader {
  width: 600px;
  padding-top: 40px;
}
#mainContent {
  margin-left: 250px;
  position: relative;
  z-index: 1;
  text-align: center;
}
#mainBox, #mainBoxBack {
  width: 565px;
}
#mainBoxBack {
  background-color: #6d7d34;
  position: relative;
  z-index: -1;
  margin-top: 25px;
  width: 565px;
  left: 20px;
}
#mainBox {
  position: relative;
  top: -5px;
  left: -5px;
  background-color: #d3e78e;
  border: 1px solid #6b7c32;
  width: 505px;
  padding: 30px;
  padding-top: 25px;
  text-align: justify;
}

/*** Navigation bar ***/
#nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-left: -28px;
}
#nav li {
  height: 51px;
}
.navImg {
  margin-left: 28px;
}
#familyandhistorySelected, #wineSelected {
  left: 25px;
}
.navDiamond {
  position: relative;
  top: -10px;
  display: none;
  margin: 0px;
}

.active .navDiamond {
  display: inline;
}
.active .navImg {
  margin: 0;
}

/*** Content Area ***/
.mainContentImg {
  float: left;
  margin-left: -50px;
  margin-right: 15px;
  margin-bottom: 5px;
  border: 1px solid #1F240E;
}
.headerImg {
  margin-bottom: 15px;
  clear: both;
}
#bodyCopy {
  clear: both;
  margin-top: 0px;
  padding-top: 0px;
}
#pullQuote {
}

/*** Footer ***/
#footer {
  width: 235px;
  margin-left: 20px;
  margin-top: 10px;
  color: #605231;
  font-size: 10px;
}
#footer a {
  font-size: 10px;
  color: #605231;
}
