﻿/* baseline our css */
@import url(baseline.css);

body 
{
    background-image: url(images/background.gif);    
	background-color: #818181;
    background-repeat: repeat-y;
    width: 900px;
    margin-left: 60px;
    font-family: Tahoma;
    font-size: 10pt;
}

#header
{
    height: 85px;
    width: 900px;
    background-color: Black;
    border-top: 1px solid #FFFF66;
    border-bottom: 2px solid #FFFF66;         
}
#header b
{
    color: #AA0033;
    font-weight: normal;
}
#header div
{
    margin-top: 10px;
    margin-right: 15px;
    font-family: Impact;
    color: #FFFF66; 
    text-align: right;
}
#header div p.title
{
    font-size: 25pt;
}
#header div p.address
{
    font-size: 10pt;
    margin-top: 10px;
}
#navigation
{
    height: 25px; 
    background-color: #AA0033; 
    width: 900px;    
    border-bottom: 1px solid black;
}

#navigation ul
{
    list-style: none;
    margin-left: 20px;
}
#navigation ul li
{
    float: left;
    margin-top: 2px;
    margin-right: 25px;
    color: White; 
    font-size: 11px; 
    font-family: Tahoma;
}
#navigation li.last
{
    margin-right: 0px;
}
#navigation ul li a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}
#navigation ul li a:hover
{
    text-decoration: underline;
    
}
#content
{
    width: 860px;
    padding: 30px 20px 20px 20px;
}
#footer
{
    clear: both;
    text-align: center;
    width: 100%;
    border-top: 2px solid #B81727;
    font-style: italic;
    font-size: 11px;
}
.leftcolumn
{
    width: 70%;
    float: left;
    margin-right: 20px;
}
.rightcolumn
{
    width: 27%;
    float: left;
    margin-bottom: 20px;
}
#logo
{
    position: absolute; 
    top: 7px; 
    left:80px;
}
h1
{
    color: #B81727;
}
h1,h2,h3, h4, h5, h6
{
    margin-bottom: 10px;
}
h4
{
    color: #B81727;
    text-decoration: underline;
}
h2
{
    font-size: 16pt;
    color: #AA0033;
}
p
{
    margin-bottom: 10px;
}
.Thumbnail, a img.Thumbnail
{
    border: 2px solid #B81727;
    display: block;
}
#content p
{
    text-align: justify;
}
ul
{
    margin-left: 25px;
}

ul li
{
    text-align: justify;
    margin-bottom: 5px;
}

table.Data
{
    border: 1px solid #AA0033;
    border-collapse: collapse;
}
table.Data td
{
    border: 1px solid #AA0033;
    border-collapse: collapse;
    padding: 3px;
}
table.Data .HeaderColumn td
{
    font-weight: bold;
    width: 30%;
}
table.Data tr.HeaderRow td
{
    font-weight: bold;
    background-color: #AA0033;
    color: White;
}

ol
{
    list-style-type: decimal;
    margin-left: 25px;
}
ol li
{
    margin-bottom: 5px;
 }
ol.Alpha
{
    list-style-type: upper-alpha;
}    
ol.Numeric
{
    list-style-type: decimal;
}
#content a:active, #content a:visited:active
{
    color: red;
}
.RightColumnHeader, .LargeRightColumnHeader
{
    padding: 2px;
    background-color: #AA0033;
    color: White;
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
}

div.events
{
    margin-bottom: 20px;
}

.rightcolumn dl.events dt
{
    color: #AA0033;
    font-weight: bold;
}
.Map
{
    border: 1px solid #AA0033;
    margin-left: 10px;
}
.MapHeader
{
    border: 1px solid #AA0033;
    border-bottom: 0px;
    width: 252px;
    color: White;
    background-color: #AA0033;
    margin-left: 10px;
}
.New
{
    color: #AA0033;
    text-decoration: underline;
}
.testimonial
{
    margin-top: 20px;
}
.testimonial p
{
    font-style: italic;
    text-indent: 25px;
}
.testimonial p.signature
{
    text-align: right;
}

.ContactSheet
{
    width: 100%;
    clear: both;
}
.ContactSheet dl
{
    float: left; 
    width: 200px; 
    margin-right: 30px; 
    margin-bottom: 20px;
    padding: 0px;
    text-align: center;
}    
.ContactSheet dl dt
{
}
.ContactSheet dl.Small
{
    float: left;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0px;
}
.ContactSheet dl.Small dt
{
}

.ContactSheet dl dd, .ContactSheet dl.Small dd
{
    font-style: italic;
    margin: 0px;
    padding: 0px;
}
.ContactSheet dl dd.name, .ContactSheet dl.Small dd.name
{
    font-weight: bold;
}
.ContactSheet dl dt img.Thumbnail
{
    display: inline;
    margin-bottom: 0px;
}
.Schedule table.Data
{
    width: 100%;
}
.Schedule table.Data .Day
{
    width: 100px;
    color: white;
    font-weight: bold;
    background-color: #AA0033;
}
/* provided for firefox */
.Schedule table tr > td:first-child
{
    font-weight: bold;
    color: White;
}
.Schedule table dl
{
    margin-bottom: 5px;
}

.Schedule table dl dt
{
    font-weight: bold;
}

.Schedule table dl dd
{
    margin-left: 20px;
    font-weight: bold;
}

.Schedule table dl dd .ranks
{
    font-style: italic;
    font-weight: normal;
}
select
{
    font-family: Verdana;
    font-size: 10px;
}
dl.Definitions dt
{
    font-weight: bold;
}
dl.Definitions dd
{
    margin-left: 20px;
}
.Banner
{
    text-align:center;
    font-weight: bold;
}

