 
/* 
HAYES & SCHNEIDER PROPERTIES, INC

revised CSS for tables
*/

body {
background: #e3e3e3;
font-family: trebuchet ms, verdana, serif;
font-size: 11px;
}

center {
text-align: center;
}

p {
line-height: 150%;
text-align:justify;
}

b {
font-weight: bold;
}

td, th {
text-align: left;
}

#sidebar {
text-align: center;
}

ul {
list-style-type: disc;
}

li {
line-height: 150%;
}

h1 {  /* main title font */
font-family: arial;
font-size: 18px;
color: #666666;
text-transform: uppercase;
}

h2 {  /* subtitle font */
font-family: arial;
font-size: 15px;
color: #666666;
text-transform: uppercase;
}

h3 { /* deep subtitle */
font-family: arial;
font-size: 14px;
color: #666666;
text-transform: uppercase;
}

img { 
border-style: none; 
display: inline;
}

a:link, a:visited { 
text-decoration:none; 
font-size: 11px; 
color: #009900; 
}
a:hover, a:active {
text-decoration:underline; 
font-size: 11px; 
color: #006600; 
}


/* classes */

.main {  /* for the main content pane */
padding-left: 4%;
padding-right: 4%;
background: white;
border: 1px dotted #006600;
}

.altmain {
padding-left: 4%;
padding-right: 4%;
background: #e3e3e3;
}

.fine-point {
font-size: 10px;
line-height: 150%;
}

/* menu */

a.icon:link, a.icon:visited {
width: 200px;
margin: 0px auto;
display: block;
background: #e3e3e3;
border: 1px dotted #e3e3e3;
}

a.icon:hover, a.icon:active {
background: white;
border: 1px dotted #006600;
}

a.menu {
width: 150px;
margin: auto;
display: block;
}

a.menu:link, a.menu:visited {
background: #e3e3e3;
border: 1px dotted #e3e3e3;
}

a.menu:hover, a.menu:active {
/* background: white url(/images/sidebar/hover.jpg) no-repeat; */
background: white;
border: 1px dotted #006600;
}
