body
{
    margin: 0px;
    background-color: #222222;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
img{
    border-width: 0px;
}
a
{
  color: #454545; 
  text-decoration: none;
}

#container-top
{
  height: 108px;
  margin-bottom: 5px;
  color: white;
}
#container {
    width: 825px;
    margin: 5px auto 0px auto;
}
#content
{
    width: 795px;
    padding: 10px 15px 10px 15px;
    background-color: white;
    overflow:hidden;
}

/*******************************************************************************
                                PICASA
*******************************************************************************/

a:hover .pwimages { text-indent:0; }
a:hover .pwimages { border-color: black;}
.pwimages {
    padding: 4px;
    background-color: #e6e6e0;
    border: 1px solid #d6d6d0;
    margin-right: 5px;
}
a:hover { text-decoration:underline; }

.gss a img, gss-parts a img {border : 0px;}
.gss {
    padding: 4px;
    background-color: #e6e6e0;
    border: 1px solid #d6d6d0;
    margin-right: 5px;
    width: 565px;
    height: 383px;
    color: #dddddd;
    margin: 0px auto 0px auto;
}
.gss-homepage {
    float: left;
}

div.clear {
clear: both;
}


.ad-container {
    float:left;
    width: 205px;
    margin-right: 10px;
}

.ad-box {
    height:100%;
    color: black;
    margin-bottom: 10px;
    padding: 4px;
    background-color: #e6e6e0;
    border: 1px solid #d6d6d0;
}

.ad {
    height:92px;
    background-color:#0C5DAC;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
    width: 205px;
}

/*******************************************************************************
                                NAVIGATION
*******************************************************************************/

.container-nav
{
    background: #f3efec url(../images/menu-item-bg.png) repeat;
    width: 825px;
}

.ux-menu a.current
{
    background-image: url('../images/menu-item-bg-current.png');
    border-color: #cbc0b7;
}
/*******************************************************************************
                                TABLES
*******************************************************************************/

.hours
{
    float:right;
    border-collapse: collapse;
}

.hours th
{
  border-bottom: 1px dashed #0C5DAC;
  color: #0C5DAC;
  text-align:left;
}

.hours .col1
{
    text-align: left;
}

.hours .col2
{
    text-align: right;
}

.slideshow .col1 {
    text-align: left;
    width:25%;
}

.slideshow .col2 {
    width:50%;
    text-align:center;
}

.slideshow .col3 {
    width:25%;
    text-align:right;
}

/*******************************************************************************
                                INDENTS
*******************************************************************************/

.i1
{
    margin-left: 30px;
}

.i2
{
    margin-left: 50px;
}

/*******************************************************************************
                                IMAGE BORDERS
*******************************************************************************/
#map {
  width: 520px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  border: 1px solid #979797;
}

.thumbnail, .thumbnail-left, .thumbnail-right, .thumbnail-homepage
{
    padding: 4px;
    background-color: #e6e6e0;
    border: 1px solid #d6d6d0;
    margin-right: 5px;
}

.thumbnail-left
{
    float: left;
}

.thumbnail-right
{
    float: right;
}

.thumbnail-homepage
{
    float: right;
    margin-left: 30px;
}
/*******************************************************************************
                                HEADERS
*******************************************************************************/
h1,h2,h3,h4,h5,h6,h7 
{
    color: #0C5DAC;
}

h1
{
  font-size: 18px;
  border-bottom: #0C5DAC solid 1px;
  margin: 0px;
  text-align:left;
}
h2
{
    font-size: 18px;
}

h3
{
    margin-top: 0px;
    border-bottom: 1px dashed #0C5DAC;
}

/*******************************************************************************
                                FOOTER
*******************************************************************************/

#contact-info {
    color: #fff;
    font-size: 16px;
    font-weight:bold;
}

#footer
{
    margin-top:10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.75em;
}
#footer a {
    color: #fff;
    text-decoration: none;
}


