﻿@import "reset.css";

/* Layout */

body
{
    padding:0;
    margin:0;
}

.NoHeight
{
    font-family: Monospace;
    font-size: 0;
    line-height: 0;
}

.ClearBoth
{
    font-family: Monospace;
    font-size: 0;
    line-height: 0;
    clear: both;
}


#MastheadWrapper
{
    height:160px;
    background-image:url('images/masthead-bg.gif');
    background-repeat:repeat-x;
}
#Masthead
{
    position:relative;
    height:160px;
    background-image:url('images/masthead-logo.jpg');
    width:960px;
    margin:auto;
}
#ContentWrapper
{
    width:960px;
    margin:10px auto 0 auto;
    text-align:left;
}

#Footer
{
    width:937px;
    margin:5px auto auto auto;
    padding-top:5px;
    border-top:2px solid #cccccc;
    font-size:0.9em;
}

/* Navigation */
#Navigation
{
    margin-top:14px;
    margin-bottom:10px;
}
#Navigation ul
{
    list-style-type: none;
    padding: 0 0 0 5px;
    margin: 0;
}
#Navigation ul li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}
#Navigation ul li a
{
    background-image: url('images/nav-bg.jpg');
    background-repeat: no-repeat;
    width: 145px;
    height: 48px;
    margin: 0 7px;
    display: block;
}
#HomeLink {background-position: 0 0;}
#LittleManorLink {background-position: -160px 0;}
#MeadowcroftLink {background-position: -320px 0;}
#LongFurrowsLink {background-position: -480px 0;}
#NewDevelopmentsLink {background-position: -640px 0;}
#ContactUsLink {background-position: -800px 0;}
#HomeLink:hover {background-position: 0 -60px;}
#LittleManorLink:hover {background-position: -160px -60px;}
#MeadowcroftLink:hover {background-position: -320px -60px;}
#LongFurrowsLink:hover {background-position: -480px -60px;}
#NewDevelopmentsLink:hover {background-position: -640px -60px;}
#ContactUsLink:hover {background-position: -800px -60px;}

#Navigation ul li a span
{
    display: none;
}


/* Type */
body, th, td
{
    font-family:Arial, Helvetica, Sans-Serif;
    
}

p {padding-bottom:10px;}
h1 {font-size:2em; color:#BF9261;}
h2 {font-size:1.6em; color:#BF9261;}
h3 {font-size:1.4em; color:#BF9261;}
h4 {font-size:1.3em; color:#666666;}
h5 {font-size:1.2em; color:#666666;}
h6 {font-size:1.1em; color:#666666;}

#CopyWrapper a
{
    color:#005AB7;
    text-decoration:none;
}
#CopyWrapper a:hover
{
    text-decoration:underline;
}
#Footer a
{
    color:#005AB7;
    text-decoration:none;
}
#Footer a:hover
{
    text-decoration:underline;
}
#CopyWrapper ul, #CopyWrapper ol {margin:0 0 10px 30px;}
#CopyWrapper ul li {list-style-type:disc; margin-bottom:5px;}
#CopyWrapper ol li {list-style-type:decimal; margin-bottom:5px;}
