/* this is the core style sheet of chace real estate site */

body {
text-align: center;
min-width: 850px;
background-color: #ffffff;  /* white */
color: #404040;  /* dark gray text */
font-family: Arial Verdana, Helvetica, sans-serif;
font-size: 1em;
margin: 0;
}

h1 {
font-size: 1.2em;
text-align:left;
font-style: italic;
letter-spacing: 5px;
}

h2 {
font-size: 1.1em;
text-decoration: underline overline;  letter-spacing: 5px;
background-color: #fff;
color: #666;
text-align: center;
}

p {
font-size: .9em;
text-align: justify;
line-height: 1.7em;
}

.dropcap {
float: left;
color: #ffe75c;
font-size: 3em;
line-height: 1em;
padding: 1px;
margin-right: 2px;
font-family: 'Times New Roman', Georgia, serif;
background-color: #404040;
}

#container {
width: 850px;
margin: 10px auto;
text-align: left;
background-image: url(images/blackbarbg.gif);
background-color: #fff;
color: #404040;
border: 2px solid #000;
border-left: 0;
}

#navcontainer {
float: left;
width: 146px;
margin-top: -80px;
margin-left: 0;
}

#navcontainer img {
position: relative;
top: 183px;
margin-left: 6px;
}

#content {
margin-left: 185px;
margin-right: 120px;
padding: 10px;
background: #fff;
}

#footer {
clear: both;
text-align: right;
font-size: .8em; 
font-style: italic;
margin: 0;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
background-color: #fff;
color: #404040;
border-top: 1px solid #000;
border-left: 2px solid #000;
}

ul#nav {
list-style: none;
margin: 0;
padding: 0;
}

ul#nav a {
display: block;
text-decoration: none;
font: bold .9em Arial, Verdana, sans-serif;
color: #eac43f; /*gold*/
background-color: #5e6fbb;  /* blue */
border-top: 1px solid #e0e0e0;
border-right: 1px solid #404040;
border-bottom: 1px solid #404040;
border-left: 1px solid #e0e0e0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
width: 95%;
}

ul#nav a:visited {
color: #eac43f;
background-color: #5e6fbb;
width: 95%;
}

ul#nav a:hover {
color: #000; 
background-color: #eac737; /*gold */
border-top: 1px solid #404040;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #404040;
width: 95%;
}

ul#nav a:current {
color: #000; 
background-color: #eac737; /*gold */
border-top: 1px solid #404040;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #404040;
width: 95%;
}

ul#nav a:active {
background-color: #cadbe6;  /*very light blue */
color: #404040;
width: 95%;
}


.tomnamehome { /* only on the index page */
color: #5e6fbb; /* blue */
background-color: #ffffff;
text-align: left;
text-transform: capitalize;
font-family: Tahoma, Arial, sans-serif;
font-weight: bolder;
font-size: 2em;
position: relative;
bottom: 215px;
left: 200px;
}

.contactinfohome { /* only on the index page */
color: #404040;
background-color: #ffffff; 
text-align: left;
text-transform: capitalize;
font-family: Tahoma, Arial, sans-serif;
font-weight: bold;
width: 300px;
position: relative;
bottom: 218px;
left: 200px;
}

img.left {  /*this was used on background page */
float: left;
margin: 0 0.8em 0.8em 0;
}

.tomname {  /* this will be a span class, for bottom of pages */
color: #404040; /* drk gray */
background-color: #cadbe6; /* light blue */
text-align: left;
text-transform: uppercase;
text-decoration: underline;
font-family: Tahoma, Arial, sans-serif;
font-weight: bolder;
font-size: 1em;
}


.contactinfo {  /* This is Tom's address, phone and email info */
color: #404040;
background-color: #cadbe6; /* light blue */
text-align: left;
text-transform: capitalize;
font-family: Tahoma, Arial, sans-serif;
font-weight: bold;
font-size: .6em;
padding-left: 25px;
width: 200px;
-moz-border-radius: 10px;
}

.emailhome {
text-decoration: underline;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.sold {
background-color: #ffffff;
color: #ec1a23; /*red */
font-weight: bold;
}

.crossout {
text-decoration: line-through;
background-color: #fff;
color: red;
}

.takenote {
background-color: #fff;
color: red;
font-weight: bold;
}

.table, servicestable {
font-size: .9em;
text-align: justify;
background-color: #ffffff;  /* white */
color: #404040;  /* dark gray text */
font-family: Tahoma, Verdana, Arial, sans-serif;
}

.tableheadings, servicetableheadings {
background-color: #ffffff;
color: #5e6fbb; /* blue */
font-size: 1em;
font-weight: bolder;
}

.servicestableheadings {
background-color: #cadbe6; /* lightblue */
color: #5e6fbb; /* blue text */
}

.blockquote { 
background-color: #cadbe6;
color: #666666;
text-align: justify;
font-style: italic;
font-weight: bold;
font-family: arial, sans-serif;
margin-left: 75px;
padding: 10px;
width: 250px;
}

a:link {
color: #404040;
background-color: #fff;
text-decoration: none;
}

a:visited {
color: #8d8d8d;
background-color: #fff;
text-decoration: none;
}

a:hover {
color: #eac737;
background-color: #fff;
text-decoration: underline;
}

a:active {
background-color: #cadbe6;  /*very light blue */
color: #404040;
}

#inner-image {
height: 100px;
background-image: url(images/chacemainlogo.jpg); 
background-repeat: no-repeat;
background-position: 198px 15px;
}






