
/* Muirs Base Layout */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

body {
    font-size: 92.5%;
    font-family: Helvetica, sans-serif;
    background: url(images/stripe.png) repeat;
}

#contact-area {
    width: 400px;
    margin-top: 25px;
    margin-left:50px;
}

#contact-area input, #contact-area textarea {
    padding: 5px;
    width: 271px;
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ccc;
}

#contact-area textarea { height: 90px; }

#contact-area textarea:focus, #contact-area input:focus { border: 2px solid #900; }

#contact-area input.submit-button {
    width: 100px;
    float: right;
}

label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
    font-size: 1.4em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td.pics { 
    background-image: url(/images/picBackground2.jpg);
    width: 132px; 
    height: 125px;
    background-repeat: no-repeat; 
    background-position: center top;
    padding-top: 10px;
    padding-left: 6px;
    text-align: center;

}

* {
    padding: 0px;
    margin: 0px;
}

html { height: 100%; }

body {
    background: #000000;
    height: 100%;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

#wrapper {
    background: #000000;
    width: 800px;
    margin: 0 auto;
}

#header { background: #000000; }

#left-column {
    background: url(../images/side_BG.gif) #000000;
    width: 208px;
    float: left;
    display: block;
}

#left1 {
    background: url(../images/side_BG.gif) #000000;
    width: 208px;
}

#left2 {
    background: url(../images/side_BG.gif) #000000;
    min-height: 100%;
    width: 208px;
    ;
}

#left-column li {
    margin-left: 10px;
    height: 30px;
}

#right-column {
    background: #000000;
    width: 592px;
    margin-left: 208px;
}

#inside {
    width: 592px;
    background: url(../images/insideBG.jpg) #000000;
    font-size: 16px;
    line-height: 22px;
}


#imageblock {
    width: 450px;
    margin-left: 100px;
}

#contactblock {
    width: 450px;
    margin-left: 45px;
}

#imageblock img {
}

.greydout {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.greydout:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#footer {
    background: #000000;
    clear: both;
}

a#print {
    color: #FFFFFF;
    margin-left: 20px;
    size: 10px;
}

p {
    color: #FFFFFF;
    margin: 10px 0px 10px 50px;
    font-size: 12px;
}

h1 {
    color: #000000;
    font-weight: bold;
    margin: 10px 0px 10px 50px;
    font-size: 225%;
    text-align: center;
}

h2 {
    padding: 0px 0px 10px 0px;
    color: #FFFFFF;
}

img { text-decoration: none; }

.mainTable {
    border: 1px #333 ridge;
    padding: 0px;
}

.mainMenu {
    color: #9d9d9d;
    font-weight: bold;
    text-decoration: none;
}

.mainMenuOn {
    color: #E2C953;
    font-weight: bold;
    text-decoration: none;
}

.mainMenu:hover { color: #E2C953; }

.topMenu {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.topMenuOn {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.topMenu:hover { text-decoration: underline; }

.CemeterySchedule td {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
}

.mainHeading {
    color: #404040;
    font-weight: bold;
    font-size: 14pt
}

.insideFont {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 11pt;
    filter:shadow(color:#000000, strength:10, direction:175);
}

.insideFont1 {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 10.5pt;
}

.monumentTable td { padding-top: 5px; }

.linkFont { color: #FFFFFF }

.linkFont:hover { color: blue }

tdname { cursor: pointer; }

.links {
    list-style-type: none;
    margin: 0px 0px 0px 100px;
}

.links li a {
    color: #000;
    text-decoration: none;
}
#imgcontainer {
    width:100%;
    text-align:center;
}
#imgcontainer > div {
    width: 93px;  
    display: inline-block;
    vertical-align: top;   
    text-align:center;
    margin:5px;    
    padding-left:5px;
    padding-top:9px;
    padding-bottom:9px;
    background-image:url(../images/picBackground.jpg);
}