﻿/* LAYOUT */
*
{
    margin: 0;
    padding: 0;
}

html, body
{
    background-color: #ffffff;
    font-family: Times New Roman, Georgia,serif;
    font-size: .95em;
    color: #333333;
    line-height: 1.6em;
}

#wrapper
{
    width: 960px;
    height: 100%;
    margin: 0 auto 0 auto;
}

/* HEADER */
#header
{
    background-color:#6187bc;
    width: 960px;
    height: 152px;
    margin: 30px auto 10px auto;
}

/* NAVIGATION */
#nav
{
    width: 940px;
    height: 30px;
    margin: 0 auto 10px auto;
    padding-top: 8px;
    border-top: solid 2px #ff9966;
    border-bottom: solid 2px #ff9966;
    text-align: center;
}

.navlink
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 17px;
    font-variant: small-caps;
    letter-spacing: 2px;
    margin: 0 15px 0 15px;
}

a:link.navlink
{
    color: #6187bc;
    text-decoration: none;
}

a:visited.navlink
{
    color: #6187bc;
    text-decoration: none;
}

a:hover.navlink
{
    color: #ff9966;
    text-decoration: none;
}

a:active.navlink
{
    color: #ff9966;
    text-decoration: none;
}

/* BODY */
#maincontent
{
    float: left;
    width: 940px;
    margin: 0 auto 10px auto;
    border-bottom: solid 2px #ff9966;    
}

#infocolumn
{
    float: left;
    width: 230px;
    margin: 20px 10px 30px 20px;
    text-align: center;
}

a:link.infolink, a:visited.infolink, a:hover.infolink, a:active.infolink
{
    color: #6187bc;
    text-decoration: none;
    font-weight: normal;
}

.infolink
{
    line-height: 30px;
    font-weight: bold;
}

.infologo
{
    margin-top: 30px;
}

#contentcolumn
{
    float: left;
    width: 658px;
    margin: 20px 10px 30px 0;
    border-left: solid 2px #ff9966;
    padding-left: 10px;
}

.pagetitle
{
    text-align: center;
    color: #6187bc;
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.content
{
    margin-bottom: 10px;
}

a:link.content_link, a:visited.content_link, a:hover.content_link, a:active.content_link
{
    color: #6187bc;
    text-decoration: none;
}

.sub_title
{
    font-weight: bold;
    text-align: center;
}

.list
{
    margin: 0 0 15px 20px;
}

.list_item
{
    list-style: decimal;
    padding-bottom: 10px;
}

.list_subitem
{
    list-style: circle;
    padding-bottom: 10px;
    margin-left: 20px;
}

/* FOOTER */
#footer
{
    clear: both;
    width: 960px;
    height: 33px;
    margin: 0 0 10px -10px;
    text-align: center;
    background-color:#6187bc;
    background-image: url(http://www.reedmeadow.com/http://www.reedmeadow.com/images/body/footer.jpg);
    font-family: Arial, Verdana, Sans-Serif;
    color: #ffffff;
    letter-spacing: 6px;
    font-size: .9em;
}

.footerinfo
{
    padding-top: 6px;
}

a:link.footerlink
{
    color: #ffe34c;
    text-decoration: none;
}

a:visited.footerlink
{
    color: #ffe34c;
    text-decoration: none;
}

a:hover.footerlink
{
    color: #ffffff;
    text-decoration: none;
}

a:active.footerlink
{
    color: #ffe34c;
    text-decoration: none;
}

/* HOME */
#homephoto
{
    width: 960px;
    height: 162px;
    margin: 0 auto 10px auto;    
    border-bottom: solid 2px #ff9966;
}

.hphoto
{
    float: left;
    margin-right: 10px;
}

.hphoto#photo_right
{
     margin-right: -10px;
}

#main_image
{
    float: right;
    margin: 0 0 10px 10px;
}

/* LOCATION */
#location_links
{
    margin: 15px 0 0 0;
}

#location_link_title
{
    font-weight: bold;
}

#loc_link_left
{
    float: left;
    width: 160px;
}

#loc_link_right
{
    float:left;
    width: 200px;
}

.loc_photo_left
{
    float: left;
    margin-bottom: 10px;
}

.loc_photo_right
{
    float: right;
    margin-bottom: 10px;
}

ul#nearby
{
    margin-left: 20px;
    list-style: circle;
}

/* SITE PLAN */
.site_plan_photo
{
    margin: 0 0 20px 79px;
}

.site_plan_caption
{
    font-style: italic;
    text-align: center;
    margin: 0 auto -5px auto;
}

/* FLOOR PLAN */
.floor_plan_photo
{
    margin: 0 0 20px 79px;
}

.floor_plan_caption
{
    font-style: italic;
    text-align: center;
    margin: 0 auto -5px auto;
}

/* CONTACT */
.required
{
    clear: both;
    font-style: italic;
    color: red;
    margin-bottom: 15px;
}

#contact_titles
{
    float:left;
    width: 75px;
}
#contact_fields
{
    float: left;
}

.zip
{
    margin: 0 10px 0 30px;
}

.contact_content
{
    clear: both;
    margin-bottom: 10px;
}

/* SITEMAP */
a.sitemap:link, a.sitemap:visited
{
    text-decoration: none;
    color: #6187bc;
}

a.sitemap:hover, a.sitemap:active
{
    text-decoration: none;
    color: #ff9966;
}
