html {
font-size: 100%;
}
html {
overflow-y: scroll;
}
* {
margin: 0;
padding: 0;
}
body {
color: white;
font: 62.5% Arial, Helvetica, sans-serif;
background: rgb(66, 43, 57);
}
#sidebar {
width: 55px;
float: left;
padding: 30px 0 0 10px;
display: inline;
}
#maincontent {
margin-left: 80px;
margin-top: 30px;
font-size: 1.4em;
width: 680px;
}
#maincontent p {
margin-bottom: .6em;
line-height: 1.5;
font-size: 1em;
line-height: 1.3em;
}
#maincontent h3 {
margin-bottom: 10px;
font-size: 1.2em;
}
#maincontent .upperCase {
text-transform: uppercase
}
a:focus {
outline: none;
}
#wrapper {
position: relative;
width: 760px;
margin-left: auto;
margin-right: auto;
}
#logo h1 {
text-align: center;
height: 184px;
margin: 0;
}
#header {
height: 39px;
}
#navbar {
height: 27px;
width: 760px;
}
.center {
text-align: center;
}
.imgLeft {
float: left;
margin-right: 15px;
margin-bottom: 5px;
}
.imgRight {
float: right;
margin-left: 15px;
margin-bottom: 5px;
}
.paraRight {
float: right;
}
.paraLeft {
float: left;
}
.clearFloat {
clear: both;
}
img {
border-style: none;
}
.small {
font-size: .5em;
}
a:link,  a:visited {
color: white;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: underline;
}
#maincontent .paraNewsletter {
font-size: 1.1em;
margin: 10px 0 10px 0;
}
#maincontent ol {
margin-left: 20px;
padding-left: 20px;
margin-bottom: 15px;
}
ul.square {
list-style-type: disc;
margin: 20px 0 20px 15px;
padding-left: 15px;
}
ul.square li {
margin-bottom: 4px;
}
table.bottomLine {
border-bottom: 1px solid white;
margin-bottom: 15px;
}
table.projects {
width: 100%;
}
table.projects td {
width: 50%;
padding: 5px 0;
font-size: 1em;
}
table.threeCol {
margin: 0 auto;
width: 645px;
}
#works {
position: absolute;
top: 344px;
left: 93px;
}
#works p {
margin: 0 0 35px 0;
}
#oopstext {
position: absolute;
top: 250px;
left: 0px;
z-index: 100;
font-size: 1em;
}
.textRight {
float: right;
padding-right: 12px;
}
.textRight2 {
float: right;
padding-right: 25px;
}
.textLeft {
float: left;
}
.contactTable {
width: 100%;
}
.contactTable td {
width: 50%;
}
p.aboutIndent {
margin-left: 80px;
}
.beforeAfter {
color: #d8192f;
}
.redText {
color: rgb(204, 50, 78);
}
table.normal {
width: 95%;
}
table.normal td img {
margin-top: 10px;
}
table.normal td p {
margin: 0;
}
ul.nobullets {
list-style: none;
}
#maincontent .credit {
font-size: .85em;
text-align: right;
margin-right: 32px;
}
table.marginBotton {
margin-bottom: 20px;
width: 663px;
}
.renovations {
width: 350px;
margin: 0 auto;
color: rgb(204, 50, 78);
}
.renovations p {
margin-top: 3px;
}
.renovationsTop {
width: 320px;
margin: 0 auto;
color: #cc324e;
}
.renovationsTop p {
margin-top: 3px;
}
.moreMakeovers {
width: 373px;
margin: 0 auto;
padding-bottom: 10px;
}
.phototour img {
margin-bottom: 6px;
}
.phototour {
width: 660px;
}
.phototour td {
width: 50%;
color: #cc324e;
padding: 4px 0;
}
.phototour a {
text-decoration: underline;
}
#maincontent .copyright {
text-align: center;
color: gray;
font-family: Times,serif;
font-size: .85em;
}
img.homepage {
margin-bottom: 15px;
}
.whiteText {
color: white;
font-weight: bold;
}
.top {
vertical-align: top;
}
.right {
text-align: right;
}
.left {
text-align: left;
}
.makeovers {
width: 100%;
}