/*
 **************** STYLING ****************

  Fonts, colors, emphasizing etc.

 *****************************************
*/

/*
 *****************************************
    COLORS, FONTS, etc. 
 *****************************************
*/

html, body {
    background: url(art/SidestepBackground.jpg) repeat center center;
    background-color: #F9F4EE;
    font: 90% Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #6D3C21; /* #58240D; */
}

table, .cover {
    color: #6D3C21;
    /* border-color: #9FB4CD; */
}

.EventsTable {
    border-style: solid none;
}

.cover {
    border-style: solid;
    border-width: 1px;
}



.Content {
    background-color:  #F9F4EE;
}

strong {
    font-weight: bold;
    color: #6D3C21;
}

emph {
    font-style: italic;
    color: #6D3C21;
}

h3, h4, h5, h6 {
    font-variant: small-caps;
}

h5, h6 {
    font-size: 100%;
    color: #6D3C21;
}

h6 {
    font-style: italic;
}

h3 {
    font-size: 120%;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    font-style: italic;
}

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

a img {
    border: none;
}

a:hover, a:active {
    text-decoration: underline;
}

blockquote {
}

.Footnote {
    font-size: 80%;
}

.Content li {
    list-style-type: disc;
    list-style-position: outside;
}

/*
 *****************************************
    HEADERS
 *****************************************
*/

h1 span {
    display: none;
}

/*
 *****************************************
    MENU
 *****************************************
*/

.Footer {
    margin: 0px;
    background-color: #F9F4EE;
}

.Services {
    margin: 0px;
    background-color: #F9F4EE;
}

li {
    list-style-type: none;
    list-style-position: outside;
}

.Menu h2 {
    display: none;
}

.Menu li a:active {
    /*
       8-( Cannot get rid of annoying border around images
    */
}

a.fbVisitUs:hover {
    background: url(files/fb-visitus-hover.png) no-repeat center;
}


/*
.subpageMenu a span {
    display: none;
}

.subpageMenu a.subpagePrevious {
    background: url(art/menu/previous.gif) no-repeat center;
}

.subpageMenu a.subpagePrevious:hover {
    background: url(art/menu/previous-over.gif) no-repeat center;
}

.subpageMenu a.subpageNext {
    background: url(art/menu/next.gif) no-repeat center;
}

.subpageMenu a.subpageNext:hover {
    background: url(art/menu/next-over.gif) no-repeat center;
}
*/

/*
 *****************************************
    LOGO
 *****************************************
*/

.Logo {
    background: url(art/SidestepBanner.jpg) no-repeat center left;
    background-color: #F9F4EE;
}







