﻿/* Site Body Defaults */
html, body {
   background: #FFFFFF url(images/exteriortileBody.jpg) center top repeat;
   background-attachment: fixed;
   height: 100%;
   padding: 0px;
   margin: 0px;
   font-family: Calibri;
   font-size: 13pt;
}

/* Image Link Defaults */
img 
{
    border-style: none;
}

/* Header Box for Site Header */
#headerBox {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 226px;
    background: url(images/exteriortileHeader.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

/* Body Header Style */
.header {
    font-family: "Copperplate Gothic Bold";
    font-size: 20pt;
    color: Black;
    margin: 0px;
    padding: 0px;
}

/* Photo Caption Style */
.photoCaption {
    font-family: "Copperplate Gothic Bold";
    font-size: 14pt;
    color: Black;
    margin: 0px;
    padding: 0px;
}

/* Photo SubCaption Style */
.photoSubCaption {
    font-family: "Copperplate Gothic Bold";
    font-size: 12pt;
    color: black;
    margin: 0px;
    padding: 0px;
}

/* Photo SubCaption Style - Link */
.photoSubCaptionLink {
    font-family: "Copperplate Gothic Bold";
    font-size: 12pt;
    color: #B1654B;
    margin: 0px;
    padding: 0px;
}

/* Photo SubCaption Style - Link Hover */
.photoSubCaptionLink a:hover {
    font-family: "Copperplate Gothic Bold";
    font-size: 12pt;
    color: white;
    margin: 0px;
    padding: 0px;
}

/* Photo Caption Style */
.photoCaption_sm {
    font-family: "Copperplate Gothic Bold";
    font-size: 12pt;
    color: Black;
    margin: 0px;
    padding: 0px;
}

/* Photo SubCaption Style */
.photoSubCaption_sm {
    font-family: "Copperplate Gothic Light";
    font-size: 11pt;
    color: black;
    margin: 0px;
    padding: 0px;
}

/* Photo SubCaption Style - Link */
.photoSubCaptionLink_sm {
    font-family: "Copperplate Gothic Light";
    font-size: 11pt;
    color: #B1654B;
    margin: 0px;
    padding: 0px;
}

/* Photo SubCaption Style - Link Hover */
.photoSubCaptionLink_sm a:hover {
    font-family: "Copperplate Gothic Light";
    font-size: 11pt;
    color: white;
    margin: 0px;
    padding: 0px;
}

/* Link Bar Text Style */
.linkBarText {
    font-family: "Copperplate Gothic Bold";
    font-size: 14pt;
    color: White;
}
    
/* Link Bar Text Style - Link */
.linkBarText a {
    font-family: "Copperplate Gothic Bold";
    font-size: 14pt;
    color: White;
    text-decoration: none;
}

/* Link Bar Text Style - Link Hover */
.linkBarText a:hover {
    font-family: "Copperplate Gothic Bold";
    font-size: 14pt;
    color: #B1654B;
    text-decoration: none;
}

/* Header Background Image */
#headBkgd  {
   background: url(images/encoreHomeMedia/layer0.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 1px;
   top: 0px;
   z-index: 1;
   width: 698px;
   height: 194px;
}

/* ENCORE! Header Logo */
#encoreLogo  {
   background: url(images/encoreHomeMedia/id10vectorsmartobject.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 28px;
   top: 31px;
   z-index: 2;
   width: 312px;
   height: 117px;
}

/* Header Holding Space: Creates Content Width for Page */
#contentBox1  {
   margin: 0px auto 0px auto;
   padding: 0px;
   width: 714px;
   position: relative;
}

/* Body Holding Space: Creates Content Width for Page */
#contentBox2  {
   margin: 0px auto 50px auto;
   padding: 0px auto 0px auto;
   width: 714px;
   position: relative;
   background: #F3CDA0;
}

/* Links Bar */
#shape1  {
   background: url(images/encoreHomeMedia/shape1copy.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   width: 714px;
   height: 33px;
   z-index: 3;
   top: 193px;
   margin: 0px;
   padding: 0px;
}