﻿html, body
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 100%;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    font-size: 90%;
    font-family: Comic Sans MS,verdana,arial,helvetica,sans-serif;
    background-color: #fff;
    background-image: url(background.gif);
}

#header
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 5px;
    height: 100px;
    text-align: left;
}

#header h1
{
    color: #000;
}

#header img
{
    border: 0;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.footer
{
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    font-size: smaller;
}

.center
{
    text-align: center;
    margin: auto;
}
.right
{
    text-align: right;
}

em
{
    font-weight: bold;
}

.xsnazzy h1, .xsnazzy h2, .xsnazzy h3, .xsnazzy h4, .xsnazzy h5, .xsnazzy p
{
    font-family: "Arial Black",futura,verdana,arial,helvetica,sans-serif;
    margin: 0 10px;
    letter-spacing: 1px;
}

.xsnazzy h1
{
    font-size: 1.4em;
    color: #8c0017;
}

.xsnazzy h2
{
    font-size: 1.2em;
    color: #a00;
    border: 0;
}

.xsnazzy h3
{
    font-size: 1.1em;
    color: #700;
    border: 0;
}

.xsnazzy p
{
    padding-bottom: 0.5em;
}

.xsnazzy h2
{
    padding-top: 0.5em;
}

.xsnazzy
{
    background: transparent;
    margin: 3px 0;
}

.xtop, .xbottom
{
    display: block;
    background: transparent;
    font-size: 1px;
}

.xb1, .xb2, .xb3, .xb4
{
    display: block;
    overflow: hidden;
}

.xb1, .xb2, .xb3
{
    height: 1px;
}

.xb2, .xb3, .xb4
{
    border-left: 1px solid #8c0017;
    border-right: 1px solid #8c0017;
}

.xb1
{
    margin: 0 5px;
    background: #8c0017;
}

.xb2
{
    margin: 0 3px;
    border-width: 0 2px;
}

.xb3
{
    margin: 0 2px;
}

.xb4
{
    height: 2px;
    margin: 0 1px;
}

.xbb
{
    background: #EAAC9F;
}

.xbb2
{
    background: #fff;
}

.xboxcontent
{
    display: block;
    background: #EAAC9F;/*#ffc*/
    border: 0 solid #8c0017;
    border-width: 0 1px;
}

.xboxcontent p.smalltext, .xboxcontent2 p.smalltext
{
    letter-spacing: 0px;
    font-family: georgia, times, serif;
}
.xboxcontent2
{
    display: block;
    background: #fff;
    border: 0 solid #8c0017;
    border-width: 0 1px;
}

.xboxcontent p,.xboxcontent2 p, .xboxcontent2 li
{
    letter-spacing: 2px;
    word-spacing: 2px;
    font-family: Comic Sans MS,georgia, times, serif;
    line-height: 1.7em;
}

a, a:visited
{
    color: #000;
    padding: 2px;
    border-bottom: 0;
    font-weight: bold;
}
a:hover
{
    color: #8c0017;
}

.xboxcontent a, .xboxcontent2 a
{
    font-size:95%;
    font-family: "Trebuchet MS",futura,arial,hevetica,sans-serif;
    letter-spacing: 0px;
   
}

#menu
{
    width: 232px;
    margin: auto;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 190px; /* Width of Menu Items */
    border-bottom: 1px solid #EAAC9F;
    background: #8c0017;
    text-align: left;
}

#menu ul li
{
    position: relative;
}

#menu li ul
{
    position: absolute;
    left: 179px; /* Set 1px less than menu width */
    top: 0;
    display: none;
}

/* Styles for Menu Items */
#menu ul li a
{
    font-family: Verdana,futura,arial,hevetica,sans-serif;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #8c0017; /* IE6 Bug */
    padding: 2px;
    border: 1px solid #EAAC9F;
    border-bottom: 0;
    font-weight: bold;
    font-size: 1.1em;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li
{
    float: left;
    height: 1%;
}
* html #menu ul li a
{
    height: 1%;
}
/* End */

#menu ul li a:hover
{
    color: #8c0017;
    background: #ff0;
}
/* Hover Styles */

#menu li ul li a
{
    padding: 5px 5px;
}
/* Sub Menu Styles */

#menu li:hover ul, #menu li.over ul
{
    display: block;
}

.red
{
    color: #8c0017;
}

.button
{
    padding: 2px;
    margin: 0;
    color: #ff0;
    background: #8c0017;
    cursor: pointer;
    font-weight: bold;
    font-family: Comic Sans MS,verdana,arial,helvetica,sans-serif;
}

.grid
{
    width: 100%;
}
.grid td
{
    border: 1px solid #fff;
}

.letterspaced
{
    letter-spacing: 1px;
    word-spacing: 1px;
}

.layout
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.layout tr
{
    padding: 0px;
    margin: 0px;
}

.layout td.left
{
    width: 250px;
    vertical-align: top;
}

.layout td.main
{
    vertical-align: top;
}

.layout td.right
{
    width: 250px;
    vertical-align: top;
    text-align:left;
}

.layout td.topleft, .layout td.topright
{
    padding-top: 10px;
    width: 250px;
    text-align: center;
    vertical-align: middle;

}

.layout td.main a, .layout td.main a:link, .layout td.main a:visited, .layout td.main a:active
{
    color: #000;
}

.layout td.main a:hover
{
    color: #8c0017;
}

.layout td.right a, .layout td.right a:link, .layout td.right a:visited, .layout td.right a:active
{
    color: #8c0017;
}

.layout td.right a:hover
{
    color: #000;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active
{
    font-weight: bolder;
    font-size: 1.1em;
    color: black;
    margin-right: 4px;
}
.footer a:hover
{
    color: #8c0017;
}

.slideshow
{
    /*CSS for DIV containing each image*/
    float: left;
    width: auto;
    height: auto;
    padding: 3px;
}

.slideshow img
{
    /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
    width: auto;
    height: auto;
}

#navlinks
{
    /*CSS for DIV containing the navigational links*/
    width: 100%;
}

#navlinks a, #navlinks a:link, #navlinks a:visited, #navlinks a:active
{
    /*CSS for each navigational link*/
    margin-left: 10px;
    padding: 3px;
    color: #000;
    font-weight: bold;
}

#navlinks a:hover
{
    color: #8c0017;
}

#navlinks a.current
{
    /*CSS for currently selected navigational link*/
    background-color: #EAAC9F;
}

image
{
    border: 0;
}

.smaller
{
    font-size: 80%;
    font-weight: normal;
}

.blendedpic
{
    text-align: center;
    filter: blendtrans(duration=3);
}

hr
{
    background-color: #8c0017;
    color: #8c0017;
    height: 1px;
    border:0;
}
.initial
{
    font-size:larger;
    color: Red;
}

.hide
{
    display: none;
}

.staff
{
    width: 99%;
    padding: 5px;
}

.staff td
{
    border: solid 1px #eee;
}

.name
{
    width: 30%;
    font-weight:bold;
}

.logocolumn
{
    width:80px;
    height:70px;
}

.logocolumnmiddle
{
    width: 750px;
    height: 70px;
}

.logocolumnspacer
{
    width:15%;
}


#mainmenu
{
    text-align: center;
    margin: 0 0 0 13px;
}


#mainmenu ul.verticalmenu
{
    margin:0 ;
    padding:6px 0 6px 0;
    list-style-type:none;
    display:block;
    font:bold 16px Helvetica, Verdana, Arial, sans-serif;
    line-height:150%;
    width:220px;
    text-align: left;
}
#mainmenu ul.verticalmenu li
{
    margin:0;
    padding:0;
    border-top:1px solid #4D0000;
    border-bottom:1px solid #761A1A;
}
#mainmenu ul.verticalmenu li a
{
    display:block;
    text-decoration:none;
    color:#fff;
    background:#600;
    padding:0 0 0 20px;
    width:200px;
}
#mainmenu ul.verticalmenu li a:hover
{
    background:#900 url(arrow.gif) no-repeat 0 9px;
}
#mainmenu ul.verticalmenu li a.current,ul.verticalmenu li a.current:hover
{
    background:#933 url(arrow.gif) no-repeat 0 9px;
}

.small
{
    font-size: smaller;
}
 
.bigger
{
    font-weight: bold;
    font-size: larger;
}
