﻿/************/
/* Common   
/************/
body
{
    font-size: small;
    font-family: Arial, Verdana, Calibri;
    margin: 0 0;
    padding: 0;
}
h1
{
    font-size: 250%;
}
h2
{
    font-size: 150%;
}
h3
{
    font-size: 115%;
    margin: 3px 0 3px 0;
}


#wrap
{
    width: 960px;
    margin: 0 auto 0 auto;
}
#page
{
    float: left;
}
#page div, #page p, #page h3
{
    float: left;
    display: block;
}
p
{
    clear: left;
    width: 100%;
}

.hidden
{
    display: none;
}
.list-style-none
{
    list-style-type: none;
}
ul.static-menu
{
    margin: 0;
    list-style-type: none;
}
li .date
{
    float: left;
}

a img
{
    text-decoration: none;
}

a { color:#42210B;}
a:hover{color:#663300;}
/************/
/* Header   
/************/
#header
{
    height: 47px;
}

#start-here a
{
    width: 288px;
    height: 30px;
    display: block;
    float: left;
    text-indent: -5000px;
    background: url('../Content/Images/start-here.png') no-repeat;
}
#page #menu-container
{
    width: 671px;
    float: right;
}
ul#menu
{
    float: right;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul#menu .menu-item:first-child
{
    border: 0px solid black;
}

ul#menu li.menu-item
{
    height: 23px;
    display: block;
    float: left;
    margin: 0 0;
    padding: 0 5px 0 5px;
    border-left: 2px solid #eeeeee;
    z-index:50;
}

ul#menu li.first
{
    border: 0px solid red;
}

ul#menu .menu-item > a, ul#menu .headlink > a
{
    height: 27px;
    padding: 5px 3px 0 3px;
    color: #032419;
    font-size: 130%;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    word-spacing: -3px;
    display: block;
    float: left;
}

.menu-item a:hover
{
    background: #efd760;
}

ul#menu .menu-item > a:hover{ color:#663300;}

ul.no-padding
{
    padding: 0px;
}

.sf-menu li ul li a
{
    text-transform: none;
    text-decoration: none;
    font-size: 110%;
    padding: 5px 3px 5px 3px;
    background: #faf5df;
}

.sf-menu li ul a:hover  {background:#f6e8a7;}

.sf-menu li ul li.selected a  { background: #efd760;}
.sf-menu li.sfHover > a { background: #efd760;}
/************/
/* Footer   
/************/
#footer
{
    margin-top: 10px;
    height: 100px;
    position: relative;
}
#footer div
{
    width: 220px;
    margin-left: 16px;
}
#footer h3
{
    color: #020101;
    text-transform: uppercase;
    margin: 13px 0 2px 0;
}
#footer h3 a
{
    text-decoration: none;
}
#footer h3 a:hover
{
    text-decoration: underline;
}
#footer a
{
    color: #42210B;
}
#footer a:hover
{
    color: #663300;
}
#footer ul
{
    list-style: none;
    margin: 0 0 0 2px;
    padding: 0 4px 0 0;
    clear: left;
    width: 100%;
}
#footer ul li
{
    clear: left;
    line-height: 150%;
    margin-bottom: 8px;
    font-size: 90%;
    width: 100%;
}
#footer li span.date
{
    color: #9B7E57;
    margin: 1px 5px 0px 0px;
    font-size: 90%;
}
#footer p
{
    color: #42210B;
    margin: 0 0 10px 0;
}
#footer-wrap
{
}
.map
{
    position: absolute;
    left: 840px;
    top: -20px;
}

.map img
{
    border: 0px solid black;
}
/* Overrides for various jquery ui elements
------------------------------------------*/
.ui-widget li
{
    clear: none;
    float: left;
}
span.ui-widget
{
    float: none;
    display: inline;
}

