img {
    border: none;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #f5f5f5;
    font-family: helvetica, arial;
    font-size: 0.8em;
    color: #555;
    position: relative;
    margin-top: 30px;
}

.centered {
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

div.gallery {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 15px;
    padding-top: 30px;
}


div.gallery a {
    margin: 18px;
}

.float_right {
    display: block;
    float: right;
    margin-left: 30px;
    margin-top: 10px;
}

.float_left {
    display: block;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}

a {
    color: #2266aa;
}

a:hover {
    color: #2266aa;
    text-decoration: underline;
}

#header {
    padding: 0px 40px 0px 40px;
}


#phone {
    font-size: 1.5em;
}

#contact_panel {
    width: 200px;
    text-align: left;
    padding: 10px 15px 5px 15px;
    border: 1px solid #ccc;
background-color: #ddd;
  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.gallery_panel {
    position: absolute;
    width: 150px;
    height: 900px;
    left: 50%;
    top: 175px;
}

#left_panel {
    margin-left: -560px;
}


#right_panel {
    margin-left: 360px;
}

.gallery_panel img {
    width: 200px;
    margin-bottom: 20px;
}


.navigation {
    display: block;
    border: 1px dotted #ccc;
    background-color: #fff;
    list-style: none;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-align: center;
}

.navigation li {
    display: inline;
    padding: 0px;
    margin: 0px;
}

.navigation li a {
    font-size: 95%;
    color: #777;
    text-decoration: none;
    padding: 1px 15px 1px 3px;
}

.navigation li a:hover {
    color: #2266aa;
}


#content {
    background-color: white;
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 40px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #ccc;
}

#content h1 {
    font-family: helvetica-light, helvetica, arial;
    font-weight: normal;
    font-size: 3em;
    color: #666;
    line-height: 0.5em;
    border-bottom: 1px dotted #555;
}

#slideshow {
    background-color: #eee;
    height: 399px;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 25px;
}

#tagline {
    position: relative;
    display: none;
    font-size: 73%;
    padding-top: 10px;
    color: #333;
    margin-bottom: 20px;
}

#footerline {
    border-top: 2px solid #333;
    font-size: 110%;
    padding-top: 10px;
    color: #000;
}

#slideshowDescription {
    position: relative;
    display: block;
    width: 590px;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    background-image: url('../site_images/1px_50percent_black.png');
    background-repeat: repeat;
    color: #ccc;
    top: -46px;
    z-index: 100;
    padding: 10px 5px 10px 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: -30px;
}

.photographWithCaption {
    float: right;
    margin-left: 40px;
    margin-bottom: 0px;
}
.photographWithCaption .caption {
    display: block;
    font-size: 0.9em;
    color: #888;
    font-style: italic;
    padding-top: 10px;
}

.photographWithCaption img {
    border: 1px solid #ccc;
}

.section {
    clear: both;
    margin-bottom: 1.8em;
    padding: 0px 10px 0px 10px;
}

blockquote p {
    font-style: italic;
    padding: 0px 10px 0px 10px;
}

blockquote {
    background-color: #e1e8f2;
    border: 1px solid #a6a6a6;
    width: 516px;
    padding: 10px;
    text-align: left;
    margin: 0px 0px 30px 20px;
}

blockquote span {
    background: #fff url('../site_images/quote_bottom.jpg') no-repeat;
    display: block;
    width: 520px;
    padding: 15px 0 0 70px;
    margin: 10px 0 -11px -11px;
}

table {
    margin-left: 20px;
    padding: 10px;
}

td ul {
    padding-left: 20px;
}

table tr td {
    width: 250px;
    text-align: left;
    vertical-align: top;
              font-size: 0.9em;
 }