/**************************************
master.css - primary site stylesheet
**************************************/
BODY {
    color: #000;
    background: #fff url(../images/body-bg.png) repeat-x 0 0;
    font-family: verdana, arial, sans-serif;
    font-size: 100%; /* 16px */
    line-height: 1.125em; /* 16px × 1.125 = 18px */
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
}
P, H1, H2, H3, H4, H5, H6 {
    padding: 0;
    margin: 1.5em 0;
}
H1 {
    margin: 0 0 .25em 0;
}
OL, UL {
    padding: 0;
    margin: 1.5em 0 1.5em 2em;
}
LI, FORM {
    padding: 0;
    margin: 0;
}
INPUT, SELECT {
    font-family: arial, verdana, sans-serif;
    font-size: 1em; /* 12px */
    font-weight: bold;
    border: 1px solid #ccc;
}
IMG {
    border: 0;
}
A {
    color: #000;
}
#container {
    font-size: 0.75em; /* 16px x 0.75 = 12px */
    width: 995px;
    margin: 0 auto;
}
#container A {
    text-decoration: none;
}
/**************************************
corners
**************************************/
.tl, .tr, .bl, .br {
    font-size: 1px;
    background-image: url(../images/corners-rounded-bg.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    line-height: 1px;
    display: block;
    position: absolute;
}
.tl {
    background-position: 0 0;
    top: 0;
    left: 0;
}
.tr {
    background-position: 100% 0;
    top: 0;
    right: 0;
}
.bl {
    background-position: 0 100%;
    bottom: 0;  
    left: 0;
}
.br {
    background-position: 100% 100%;
    bottom: 0;  
    right: 0;
}
/**************************************
alignment
**************************************/
.left {
    float: left;
    margin: 0 2em 2em 0;
}
.right {
    float: right;
    margin: 0 0 2em 2em;
}
/**************************************
contact
**************************************/
#contact {
    color: #fff;
    background: #858384;
    overflow: hidden;
    position: relative;
}
#contact P {
    padding: 1em 2em;
    margin: 0;
    float: left;
}
#contact P#web {
    float: right;
}
#contact A {
    color: #fff;
    font-weight: bold;
}
#contact A:hover {
    text-decoration: underline;
}
/**************************************
pageheader
**************************************/
#pageheader {
    background: #fff;
    padding: 2em;
    overflow: hidden;
}
#pageheader H1 {
    color: #006d3c;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: .5em;
}
#pageheader H2 {
    color: #858384;
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 2em 0;
}
#pageheader A {
    text-decoration: underline;
    font-weight: bold;
}
#pageheader P {
	margin: 1.5em 0 0 0;
}
#pageheader IMG {
    margin-bottom: 0;
    display: block;
}
/**************************************
showcase
**************************************/
#showcase {
    clear: both;
    overflow: hidden;
    margin: 0 auto 2em;
}
#showcase DIV {
	background: #eee;
    float: left;
	height: 397px;
    width: 388px;
}
#showcase A {
    font-size: 0.917em; /* 12px x 0.917 = 11px */
    background: #d8d8d8;
    border: 1px solid #eee;
    width: 95px;
    height: 140px;
    text-align: center;
    display: block;
    float: left
}
#showcase A:hover {
    text-decoration: underline;
}
#showcase H3 {
    border-top: 13px solid #858384;
    margin: 0;
}
#showcase H3 A {
    background: #fff url(../images/showcase-logos.png) no-repeat 0 0;
    border: 0;
    width: 100%;
    height: 100px;
    text-indent: -9999px;
    overflow: hidden;    
}
#showcase IMG {
    display: block;
}
#showcase DIV#mumford {
    margin-right: 13px;
}
#showcase DIV#clearwood {
    width: 194px;
}
#showcase DIV#timberwindows {
    float: right;
}
#showcase DIV#mumford H3 A {
    background-position: 50% 0;
}
#showcase DIV#clearwood H3 A {
    background-position: 50% -100px;
}
#showcase DIV#timberwindows H3 A {
    background-position: 50% -200px;
}
/**************************************
footer
**************************************/
#footer {
    color: #fff;
    background: #858384;
    width: 100%;
    position: relative;
}
#footer P {
    text-align: right;
    padding: 1em 2em;
    margin: 0;
}

#press-table {
  margin-top: 20px;
}

#press-table th, #press-table td {
  text-align: left;
  border-bottom: 1px solid #c0c0c0;
 }

#press-table tr.on {
  background-color: #EAEAEA;
}

#press-table td {
  vertical-align: top;
}