* {
    padding: 0;
    margin: 0;
}

body {
    background: #FFF;
    font: 0.75em / 1.75em Arial, Helvetica, sans-serif;
    letter-spacing: .1em;
    color: #FFF;
}

#frame {
    position: relative;
    width: 68.5em;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: left;
    background: #F0E6C4 url(images/top-left-corner.jpg) no-repeat top left;
}

#banner {
    width: 100%;
    height: 156px;
    background: #666666 url(images/lakes-centre.jpg) right no-repeat;
}

#corner {
    width: 68.5em;
    background: url(images/bottom-left-corner.jpg) no-repeat bottom left;
}

#contentainer {
    width: 68.5em;
    background: #C8BDA8 url(images/bottom-right-corner.jpg) no-repeat bottom right;
}

#contentainer1 {
    width: 68.5em;
    background: #C8BDA8 url(images/lakes-centre.jpg) no-repeat bottom right;
}

#contentainer2 {
    width: 68.5em;
    background: #C8BDA8 url(images/bottom-right-corner.jpg) no-repeat bottom right;
}

#topheader {
    background: url(images/top-right-corner.gif) no-repeat top right;
    height: 164px;
}

#topmenu {
    position: absolute;
    top: 124px;
    left: 150px;
    height: 64px;
}

#topmenu ul {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
}

#topmenu li {
    float: left;
    background: url("images/button-left.gif") no-repeat left top;
    margin: 0 3px 0 0;
    padding: 0 0 0 9px;
}

#topmenu a {
    float: left;
    display: block;
    background: url("images/button-right.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: 600;
    color: #FFF;
}

#topmenu a:hover {
    float: left;
    display: block;
    background: url("images/button-right.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: underline;
    font-weight: 600;
    color: #000;
}

#contentleft {
    width: 30%;
    background: url(images/border.gif) top right repeat-y;
    float: left;
	min-height:400px;
    text-align: left;
}

#contentwide {
    width: 60%;
    background: url(images/border.gif) top right repeat-y;
    float: left;
}

#contentfull {
    width: 99%;
    margin-left: 4px;
    float: left;
}

#contentcenter {
    width: 39%;
    float: left;
}

#contentright {
    width: 30%;
    float: right;
}

#quote {
    width: 19em;
    padding-top: 40px;
    float: right;
    font-size: 110%;
    font-weight: 600;
    font-style: italic;
}

#vanity {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.boxb {
    margin-top: 480px;
    padding-top: 10px;
    border-left: 3px #F2F1EE solid;
    border-top: 1px #FFF solid;
    border-right: 1px #FFF solid;
    border-bottom: 1px #D8D5CE solid;
    background: #E1F1FF;
}

h1 {
    margin: 15px 10px 10px 25px;
    font: 1.75em / 1.95em Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

h2 {
    margin: 0px 10px 0px 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

h3 {
    margin: 25px 10px 10px 25px;
    font: 1.35em / 1.65em Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

h4 {
    margin: 25px 10px 10px 25px;
    font: 1.2em / 1.6em Arial, Helvetica, sans-serif;
    font-weight: 600;
	font-style:italic;
    letter-spacing: 0.05em;
}

h5 {
    margin: 15px 10px 10px 25px;
    font: 1.75em / 1.95em Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}
h6 {
    margin: 15px 10px 10px 5px;
    font: 1.75em / 1.95em Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

p {
    margin: 0px 10px 10px 25px;
}

p.banner {
    color: #FFF;
    font-weight: 800;
    margin: 0px 10px 10px 25px;
}

p.indent {
    margin: 0px 10px 10px 40px;
}

p.footer {
    color: #A99776;
    text-align: center;
    margin: 10px 10px 5px 10px;
}

p.vanity {
    color: #A99776;
    text-align: center;
    margin: 5px 10px 5px 10px;
    font-size: 9px;
}

p.menu {
    margin: 0;
    position: relative;
    bottom: -163px;
    right: 238px;
    width: 366px;
    text-align: right;
}

p.footnote {
    font-size: 80%;
    color: #FFF;
}

p.pdf {
    background: #EEE url(images/pdf.gif) no-repeat;
    height: 60px;
    margin: 0px 25px 0px 25px;
    border-bottom: 4px solid #DDD;
    padding: 0 25px 0 70px;
}

p.right {
    margin: 10px 10px 10px 10px;
}

img {
    border: none;
    margin: 0 0px 0 0px;
}

img.button {
    border: none;
    float: left;
    clear: right;
    margin: 15px 0 25px -2px;
}

img.banner {
    border: none;
    margin: 0 0px 0 0px;
    padding: 0;
    float: left;
}

img.content {
    border: none;
    padding: 5px 5px 10px 20px;
}

img.quote {
    border: none;
    padding: 230px 5px 10px 20px;
}

img.header {
    border: none;
    padding: 1px 1px 2px 2px;
}

img.para {
    border: none;
    padding: 5px 5px 10px 22px;
}

img.floatright {
    float: right;
    clear: right;
    border: none;
    margin: 5px 5px 5px 10px;
}

img.floatleft {
    float: left;
    clear: left;
    border: none;
    margin: 20px 10px 5px 20px;
}

img.menu {
    margin: 0;
    border: none;
}

img.top {
    margin: 25px 0 0 0;
    border: none;
}

img.content {
    margin: 7px 0 0 0;
    border: none;
}

img.logofooter {
    float: right;
    clear: right;
    border: none;
    margin: 2px 5px 2px 10px;
}

a.button:link {
    display: block;
    width: 140px;
    height: 22px;
    margin-left: -4px;
    background-image: url(images/button-blue.gif);
    background-repeat: no-repeat;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

a.button:hover {
    background-image: url(images/button-orange.gif);
    background-repeat: no-repeat;
    color: #FFF;
}

a:link {
    color: #0055A5;
    text-decoration: none;
    font-weight: 600;
}

a:visited {
    color: #0055B5;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    color: #002740;
	text-decoration:underline;
    font-weight: 600;
}

a:active, a.active {
    color: #202020;
    font-weight: 600;
}

a.vanity:link {
    color: #CCC;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

a.vanity:visited {
    color: #DDD;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

a.vanity:hover {
    color: #DEA896;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
}

a.vanity:active {
    color: #B35639;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

ul.bullet {
	margin: 25px 0px 10px 25px;
    padding: 0;
}

li.bullet {
	margin:25px 0;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    letter-spacing: 0.2em;
}

#navcontainer li {
    margin: 0 0 3px 0;
}

#navcontainer li.sub {
    font-size: 0.75em;
    text-indent: 5px;
}

#navcontainer a {
    display: block;
    padding: 2px 2px 2px 24px;
    border: 0px;
    width: 15.5em;
    background-color: #FFFFFF;
}

#navcontainer a:link, #navlist a:visited {
    color: #342B23;
    text-decoration: none;
}

#navcontainer a:hover {
    border: 0px;
    background-color: #0055A5;
    color: #fff;
}

#active a:link, #active a:visited, #active a:hover {
    border: 0px;
    background-color: #342B23;
    color: #DEA896;
}

#activesub a:link, #activesub a:visited, #activesub a:hover {
    border: 0px;
    background-color: #EEEEEE;
    color: #333;
    font-size: 0.75em;
    text-indent: 5px;
    font-weight: 700;
}

table {
    vertical-align: top;
    text-align: left;
}

tr {
	background-color: #B1A285;
    vertical-align: text-top;
}

tr.bold {
	font-weight:600;
}

tr.even {
    background-color: #F0E6C4;
	color:#666;
}

td {
    padding: 6px;
}

td.first {
	background:#B1A285 url(images/square.gif) top center no-repeat;
	width:20px;
	color:#111;
	font-weight:600;
	text-align:center;
}

.clear {
    clear: both;
}
