﻿
/************/
/* Splash   
/************/
body {
    background:url('../Content/Images/splash-bg.jpg') repeat-x #816f4a;    
}

#main { 
    height:580px;
    
}

#page {
    background:url('../Content/Images/splash.jpg') no-repeat;
}

#name {
 text-indent:-5000px;
 width:0px;
 height:0px;
}

#hours-and-directions
{
    width:240px;
    text-align:center;
    color:White;
    margin:225px 0 0 10px;
    font-size:115%;
}

#hours-and-directions p
{
    margin-bottom: 0px;
     line-height:130%;
}

#hours-and-directions a 
{
    color:White;
    font-size:65%;
    margin:0 0;
}

.splash-link
{
    width:240px;
    height:50px;
    background:url('../Content/Images/right-drop-shadow.png') repeat-y #efd760;
    margin-left:1px;
    
}

.splash-link a
{
    margin:15px 0 0 30px;
    display:block;
    float:left;
    font-size:105%;
    color:#42210B;
}

#calendar
{
    margin:55px 0 8px 1px;
}

#mission-statement
{
    height:0px;
    width:0px;
    text-indent:-5000px;
}

#items
{
    margin-top:40px;
    clear:left;
    width:100%;
}

.item
{
    width:220px;
    height:150px;
    margin-left:15px;
    text-align:center;
}

.item img {
    border:1px solid #d7b881;
}

.item a { color:#42210B;}
.item a:hover{color:#663300;}

/************/
/* Highlight Rotator  
/************/

#highlights 
{
    width:406px;
    height:362px;
    margin:34px 0 0 14px;
    overflow:hidden;
}

#highlights #contents
{
    margin:8px;
}

#highlights img
{
    border:0px solid black;
}

#highlights #controls
{
    margin-top:-100px;
    width:391px;
    padding:6px 8px;
    position:relative;
    z-index:100;
}

#highlights #controls #left
{
    width:25px;
    height:89px;  
    z-index:4;
    position:relative; 
    background: url('../Content/Images/highlight-left.jpg') no-repeat;
}

#highlights #controls #right
{
    width:25px;
    height:89px;
    text-align:right;
    float:right;  
    z-index:4;
    position:relative; 
    background: url('../Content/Images/highlight-right.jpg') no-repeat;    
}

#highlights #controls a
{
    width:25px;
    height:89px;
    display:block;
    text-decoration:none;
}

#highlights .details
{
    width:324px;
    height:87px;
    margin:3px 25px 0 25px;
    padding:0 8px;
}

#highlights .details h2
{
    margin:0;
    font-family:Times New Roman;
    font-weight:normal;
    color:#04281b;
    white-space:nowrap;
}

#highlights .details h2 a
{
    color:#04281b;
    text-decoration:none;
}

#highlights .details h2 a:hover
{
     text-decoration:underline;
}

#highlights .details p
{
    margin:5px 0 0 0;
    color:White;
}


#highlights .highlight .image-link
{
    width:390px;
    height:260px;
    display:block;
    float:left;
}
