@import "Layout.css";
@import "Typography.css";
@import "Navigation.css";
@import "../Components/Map.css";
@import "../Components/Subscribe.css";

html
{
    background: url(../../Images/Shared/Bg.png) center top no-repeat #2F2D3E;
    padding: 15px 0;
}

body
{
	font: normal normal normal 62.5% Tahoma, Arial, Helvetica, sans-serif;	
}

#fade
{
    background: url(../../Images/Shared/BgFade.jpg) repeat-x;
    width: 100%;
    height: 85px;
}

.container_12
{
    background-color: White;    
}

h2.icon
{
    padding-left: 25px;
    background: url(../../Images/Shared/HeaderIcon.png) left center no-repeat;
}

.sections
{
    background: url(../../Images/Shared/BackgroundFlakes.png) repeat-y;
    min-height: 519px;
}
    .sections .section
    {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #FCF2C6;
    }

    .sections .last
    {
        border: none;
    }

div#header
{
    background: url(../../Images/Shared/BgHeader.png) right top no-repeat #3A145F;
    height: 1%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
    
.logo
{
    display: block;
    margin: 15px 0;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}

    ul li {
        font-size: 12px;
        padding-bottom: 4px;        
    }
    
    ul.disc li {
        list-style: disc;
    }

div#contact
{    
    padding: 15px 15px 0 15px;    
    margin-top: 5px;
}

    div#contact ul li
    {
       padding: 0 0 10px 22px;
       background-position: left top;
       background-repeat: no-repeat;
       font-size: 12px;
       color: White;
    }
    
        div#contact ul li#phone
        {
            background-image: url(../../Images/Icons/Phone.png);
        }
        
        div#contact ul li#email
        {
            background-image: url(../../Images/Icons/Email.png);
        }

        div#contact ul li.open
        {
            background-image: url(../../Images/Icons/Open.png);
        }
        
        div#contact ul li#cards
        {
            background-image: url(../../Images/Icons/Accept.png);
        }
        
        div#contact ul li img
        {
            padding: 0 4px;
        }        

#mapContainer
{
    position: relative;
}
 
#map
{
    width: 300px;
    height: 300px;
    margin: 15px 0;
}
       
#footer
{
    background: url(../../Images/Shared/BgFooter.png) left bottom no-repeat;    
}

#footerAddress
{
    color: #BFD4C5;
    background-color: #2F2D3E;
    text-align: center;    
}

    #footerAddress a {
        color: #BFD4C5;
    }

.reverse { unicode-bidi: bidi-override; direction:rtl; text-align: left; text-indent: -20px; }
  
h2.gallery span
{
    color: Black;
    font-size: 12px;
}

#gallery 
{
    position: relative;
    height: 1%;
    overflow: hidden;
    margin-bottom: 15px;
}

    #gallery a
    {
        float: left;
        margin: 0 10px 10px 0;
        padding: 2px 2px 0 2px;
        border: 1px solid #50596C;
    }
    
        #gallery a.last        
        {
            margin-right: 0;
        } 
        
table {
    margin-bottom:1.4em;
    width:100%;
}

th {
    font-weight: bold;    
}

th, td, caption {
    padding: 5px 10px 5px 5px;
    font-size: 12px;
    line-height: 150%;
}

th {
    padding: 5px 10px 15px 5px;
}

td.seperator {
    border-bottom: 1px dotted #9EAEF9;
    padding: 0;    
}

thead {
    border-bottom: 1px solid #9EAEF9;
}

tfoot {
    border-top: 1px solid #9EAEF9;
}

div#xmasNotice {
    background-color:#CCCCCC;
    border:2px solid WHITE;
    left:180px;
    padding:10px;
    position:absolute;
    top:30px;
    width:250px;
}

    div#xmasNotice p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 0;
    }
