.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

@import "http://yui.yahooapis.com/2.4.1/build/reset-fonts-grids/reset-fonts-grids.css";

/********************************************
   LAYOUT
********************************************/ 

/* Begin BDLite Template layout styles */

strong{}

body.PageBody {background-image:url(images/pagebackground.jpg);background-repeat:repeat-x;background-color: #55010F;}
body.editor {background-color:#fff3de;font-family:Verdana, Arial, Helvetica, Sans-Serif;text-align:left;}
#doc4{ min-height: 800px;background-color:#fff3de;font-family:Verdana, Arial, Helvetica, Sans-Serif;}
#mnu{background-color:#eebd78;margin-bottom:6px;height:25px;}
#mnuSide{width:145px;float:left;background-color:#911324;padding-top:10px;padding-bottom:10px;}
#bd {float:right;width:770px;min-height:400px;margin:20px 27px 20px 27px;}
#bd a{ text-decoration:none;color:#911324;}
#bd a:hover{ text-decoration: underline;color:#2b2a0c;}
body.editor ul li,
#bd ul li
{
    list-style-type:disc;
    margin-left:20px;
}
body.editor ul ul li,
#bd ul ul li
{
    list-style-type:square;
    margin-left:20px;
}
body.editor ul ul ul li,
#bd ul ul ul li
{
    list-style-type:circle;
    margin-left:20px;
}
#bd p{margin-bottom:6pt;}
#hd {background-image:url(images/headergradient.jpg);background-repeat:repeat-y;clear:both;height:200px;}
#HeadLeft{float:left;width:45%;height:200px;text-align:center;vertical-align:middle;font-size:36pt;font-weight:bold;color:White;}
#HeadLeft p{font-size:10pt;font-weight:bold;}
#HeadRight{float:right;width:45%;margin-right:5%;}
#bodyfoot{height:20px;text-align:center;}
#bodyfoot a{}
#bodyfoot a:hover{text-decoration:none;}
#pagefoot{font-size:8pt;text-align: center; padding-top: 25px;}

h1 {font-weight:bold;font-size:18pt;color:#2b2a0c;padding:0pt 0pt 9pt 0pt;}
h1 a, h1 a:hover{text-decoration:underline;color:#2b2a0c;}
h2 {font-weight:bold;font-size:14pt;color:#2b2a0c;font-style: italic;padding:7pt 0pt 7pt 0pt;}
h2 a, h2 a:hover {text-decoration:underline;color:#2b2a0c;}
h3 {font-weight:bold;font-size:14pt;color:#911324;padding:7pt 0pt 7pt 0pt;}
h3 a, h3 a:hover {text-decoration:underline;color:#911324;}
h4 {font-weight:bold;font-size:12pt;color:#911324;font-style: italic;padding:6pt 0pt 6pt 0pt;}
h4 a, h4 a:hover {text-decoration:underline;color:#911324;}
h5 {font-weight:bold;font-size:12pt;color:#504d24;padding:6pt 0pt 6pt 0pt;}
h5 a, h5 a:hover {text-decoration:underline;color:#504d24;}
h6 {font-weight:bold;font-size:10pt;color:#504d24;font-style: italic;padding:5pt 0pt 5pt 0pt;}
h6 a, h6 a:hover {text-decoration:underline;color:#504d24;}

blockquote
{
    border-right: #911324 double;
    border-top: #911324 double;
    font-size: 12pt;
    border-left: #911324 double;
    border-bottom: #911324 double;
    font-style: italic;
    background-color: #eebd78;
    padding:6pt;
    margin-top:1em;
    margin-bottom:1em;
    text-align:center;
}
blockquote p.Person
{
    font-style: normal;
    font-size: 10pt;
    color: #911324;
    text-align:right;
    margin:5pt 0pt 0pt 0pt;
}
blockquote p.Place
{
    font-size: 8pt;
    font-style: normal;
    color:#2b2a0c;
    text-align:right;
    margin:4pt 0pt 0pt 0pt;
}
table.LocationTable
{
    margin:10px;
    padding:0px;
    border-collapse:collapse;
}
table.LocationTable th,
table.LocationTable td
{
    padding:3px;
    margin:0px;
}
table.LocationTable th
{
    font-weight:bold;
}
img.left
{
    float:left;
    margin:0em 1em 0em 0em;
    border:solid 1px black;
}
img.right
{
    float:right;
    margin:0em 0em 0em 1em;
    border:solid 1px black;
}
img.normal
{
    border:solid 1px black;
}
img.HeaderImages
{
    border:0px;
    margin:0px;
    padding:0px;
}
table {border-collapse:collapse;margin:0px;padding:0px;}
table th{font-weight:bold;}
table th, table td{margin:0px;padding:2px;}
/* Google Map Objects */
div.MarkerPopup {padding-bottom:20px;}
div.MarkerPopup p {font-size:8pt;line-height:8pt;}
div.MarkerPopup p.Name {font-size:9pt; font-weight: bold;display:inline-block;float:left;margin-right:1em;}
div.MarkerPopup p.Phone {font-size:8pt; font-weight: bold;}
div.MarkerPopup p.Address1 {}
div.MarkerPopup p.Address2 {}
div.MarkerPopup p.City {}
div.MarkerPopup p.Directions {display:inline-block;float:left;margin-right:1em;}
div.MarkerPopup p.Directions input {border:solid 1px black;padding:1px;font-family:Verdana, Arial, Helvetica, Sans-Serif;font-size:8pt;}
div.MarkerPopup p.GetDirections {}
div.MarkerPopup p.GetDirections input {border:solid 2px black;padding:1px;background-color:#911324;color:White;font-weight:bold;font-family:Verdana, Arial, Helvetica, Sans-Serif;font-size:8pt;}
div.MarkerPopup p.GetDirections input:hover {border:solid 2px black;padding:1px;background-color:#eebd78;color:White;font-weight:bold;font-family:Verdana, Arial, Helvetica, Sans-Serif;font-size:8pt;}
