html, body, #container {
    min-height: 100%;
    height: 100%;
}
#container {
    display: table;
}
.ie7 #container,
.ie6 #container {
    display: block;
}
body {
    background-color: #eae4ce;
}
#contactInfo,
.insight {
    font-family: Georgia, serif;
}
p {
    margin: 15px 0;
}
h1 {
    color: #228292;
    background: transparent url(../img/red_circles.png) no-repeat left center;
    padding-left: 60px;
    padding-top: 3px;
}
h1 span {
    color: #000;
    font-weight: normal;
    font-size: 12px;
}
a {
    color: #e64742;
    outline: none;
}
a:hover {
    color: #68106b;
}
.insight h2 {
    color: #228292;
}
#footer,
.insight a {
    color: #333;
}
.insight {
    font-family: Georgia, serif;
}
a.moreLink {
    background: transparent url(../img/icon_redarrow.png) no-repeat left center;
    padding-left: 15px;
}
#container {
    width: 965px;
    margin: 0 auto;
    background: transparent url(../img/bg_content.png) repeat-y left top;
    padding: 0 8px;
}
#header {
    height: 150px;
    background: #69106c url(../img/header.png) repeat left top;
}
#logo {
    float: left;
    margin-top: 18px;
    margin-left: 45px;
}
#rightHeader {
    margin-left: 210px;
    height: 150px;
    position: relative;
}
#contactInfo {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 15px;
}
#navigation {
    position: absolute;
    bottom: 0;
    right: 35px;
}
#navigation li {
    float: left;
    margin-right: 5px;
}
#navigation a {
    color: #fff;
    text-decoration: none;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    padding-top: 11px;
    text-align: center;
    font-family: Trebuchet, "Trebuchet MS", sans-serif;
}
#navigation a:hover,
#navigation a.active {
    background-position: bottom left;
}
.insight {
    background: transparent url(../img/bg_insights.png) no-repeat left top;
    margin-top: 1.35em;
    width: 228px;
    height: 185px;
    padding-top: 20px;
}
.insight h2 {
    margin-left: 55px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 7px;
}
.insight table {
    margin: 1px 10px 13px;
}
.insight td {
    border-top: 1px dotted #f00;
    padding: 0 2px;
    vertical-align: top;
}
.insight td.rowNum {
    padding: 7px 2px;
}
.insight a {
    text-decoration: none;
    display: block;
    padding: 7px 0;
}
.insight a:hover {
    background: #f4eef6;
}
.services {
    background-image: url(../img/tab_services.png);
    width: 81px;
}
.portfolio {
    background-image: url(../img/tab_portfolio.png);
    width: 85px;
}
.caseStudies {
    background-image: url(../img/tab_casestudies.png);
    width: 105px;
}
.designProcess {
    background-image: url(../img/tab_process.png);
    width: 122px;
}
.resources {
    background-image: url(../img/tab_resources.png);
    width: 89px;
}
.about {
    background-image: url(../img/tab_about.png);
    width: 63px;
}
.contactUs {
    background-image: url(../img/tab_contactus.png);
    width: 95px;
}
.contentCol {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
}
#sideCol {
    margin-left: 50px;
    float: left;
}
#main {
    margin: 0 50px 0 318px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.5;
}
.clearer {
    clear: both;
}
#footer {
    text-align: center;
    margin-top: 75px;
    padding-bottom: 5px;
}
.dvPopup {
    width: 200px;
    border: 1px solid #966b31;
    position: absolute;
    background-color: #fff;
    padding: 10px;
}
.hidden {
    display: none;
}
.formBtn {
    margin-top: 10px;
    text-align: right;
}
.rows {
    margin-top: 25px;
    background: transparent url(../img/bg_pattern.png) repeat-y left top;
}
.rowOdd,
.rowEven {
    border-collapse: collapse;
}
.rowOdd div,
.rowEven div {
    margin-left: 50px;
    padding-left: 25px;
    padding-right: 20px;
    border-bottom: 1px dotted #ccc;
}
.rowOdd.first div {
    border-top: 1px dotted #ccc;
}
.rowOdd {
    background: transparent url(../img/bg_row_odd.png) repeat-y left top;
}
.rowEven {
    background: transparent url(../img/bg_row_even.png) repeat-y left top;
}

