/* CSS Document */

body {
background-image: url(layout/background.jpg);
background-repeat: repeat-x;
background-color: #0F0F0F;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 1.8em;
}

ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 1.6em;
}

li {
padding-top: 3px;
}

img {
border: 0px;
}

a {
border: 0px;
color: #990000;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

h2 {
font-family: "Trebuchet MS", sans-serif;
font-size: 20px;
color: #000000;
border-bottom: 1px solid #667645;
padding-left: 10px;
}

h4 {
font-family: "Trebuchet MS", sans-serif;
font-size: 16px;
font-weight: bold;
color: #6A4920;
border-bottom: 1px solid #B47A34;
margin-bottom: 4px;
margin-top: 10px;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
color: #F7F7D2;
font-size: 13px;
font-weight: bold;
margin-top: 4px;
margin-bottom: 4px;
}

#wrapper {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#urls {
position: relative;
margin-top: -10px;
padding-bottom: 55px;
}

/***** BEGIN HEADER *****/
#header {
text-align: left;
}

#bodytop {
position: relative;
z-index: 1;
}

#titletext {
position: absolute;
z-index: 4;
margin-left: 33px;
margin-top: -20px;
}

#picture {
position: absolute;
z-index: 4;
margin-top: -125px;
margin-left: 553px;
}

#homebutton {
position: absolute;
z-index: 4;
margin-top: -105px;
margin-left: 700px;
font-size: 12px;
font-weight: bold;
color: #FFF;
}

#homebutton a{
color: #F7F7D2;
}
/********** END HEADER *********/

/******* BEGIN MAINBODY **********/
#mainbody {
text-align: left;
background-image: url(layout/bodybg.png);
background-repeat: repeat-y;
padding-top: 150px;
margin-top: -4px;
}

#backimage{
position: absolute; 
z-index: 2;
background-image: url(layout/fallsbg.png);
background-repeat: no-repeat;
margin-top: -215px;
margin-left: 0px;
}

#topdashes {
position: absolute;
z-index: 3;
margin-top: -202px;
margin-left: 17px;
}

#sidedashes {
position: absolute;
z-index: 3;
margin-top: -140px;
margin-left: 15px;
}

#navigation {
position: relative; 
z-index: 4;
margin-left: 40px;
}

#navigation a {
}

#aboutbutton {
position: absolute;
z-index: 4;
width: 126px;
}

#propertiesbutton {
position: absolute;
z-index: 4;
width: 126px;
margin-left: 132px;
}

#areabutton {
position: absolute;
z-index: 4;
width: 126px;
margin-left: 264px;
}

#contactbutton {
position: absolute;
z-index: 4;
width: 126px;
margin-left: 396px;
}

#content {
position: relative;
z-index: 5;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
background-color: #F7F7D2;
width: 720px;
border: 1px solid #333;
}

#leftside {
float: left;
width: 63%;
padding: 10px;
}

#rightside {
float: right; 
width: 32%;
padding-left: 5px;
padding-right: 5px;
padding-top: 15px;
padding-bottom: 25px;
}

#rightside a {
border: 0px;
text-decoration: none;
}

#clear {
position: relative;
text-align: center;
width: 100%;
clear: both;
}

#footer {
position: relative;
clear: both;
}

.pagetitle {
padding-left: 20px;
padding-top: 20px;
padding-bottom: 10px;
}

.foottext {
font-family: Georgia, "Times New Roman", Times, serif;
color: #7B7146;
size: 8px;
font-weight: bold;
margin-top: 25px;
margin-bottom: 4px;
}

.sidebar {
font-size: 11px;
font-style: italic;
}

/***** Stuff used during development of site ******/

.clientsign {
color: blue;
font-weight: bold;
font-size: 16px;
}