body {
    font: 11px arial;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #ffffff;
}

#center {
    width: 908px;
    margin: 0px auto;
    text-align: left;
    
}

#message {
    background: #CDECD8;
    border: 1px solid #89b894;
    padding: 10px;
}
    #message p {margin: 0; padding: 0;}
    
a.button {
    display: block;
    background: url(images/jpgs/button_bg.jpg);
    width: 171px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
    a.button:hover {
        color: #464646;
    }

#header {
    height: 131px;
    background: url("images/pngs/headerbg.png") center;
}

#topNav {
    font: 11px bold "Myriad Pro", arial;
    text-transform: uppercase;
}

#topNav ul {
    margin-top: 20px;
    list-style: none;
    display: inline;
    float: right;
}

#topNav ul li {
    float: left;
    display: inline;
    background: url("images/pngs/navTopbg.png") left no-repeat;
    height: 35px;
    margin-right: 10px;
    padding-left: 14px;
}

#topNav ul li a {
    font: 11px bold arial;
    float: left;
    display: inline;
    color: #7c7c7e;
    text-decoration: none;
    padding-top: 10px;
}
#topNav ul li a:hover {text-decoration: underline;}
#topNav p a {color: #7c7c7c; text-decoration: none;}
#topNav p a:hover {text-decoration: underline;}


#leftNav {
    width: 220px;
    font: 11px "Myriad Pro", arial;
    text-transform: uppercase;
    float: left;
    display: inline;
}

#leftNav ul {
    width: 220px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#bigLi {
    background: left url("images/pngs/leftNavLIBig.png") no-repeat;
    height: 46px;
    width: 148px;
    margin: 7px 0px 3px 37px;
    text-align: right;
}

#leftNav ul li {
    background: left url("images/pngs/leftNavLI.png") no-repeat;
    height: 23px;
    width: 148px;
    margin: 7px 0px 3px 37px;
    text-align: right;
}

#leftNav ul li a {
    font: 11px arial;
    float: right;
    display: inline;
    color: #7c7c7e;
    text-decoration: none;
    padding-top: 6px;
    padding-right: 10px;
}

#contentPane {
    background: left url("images/pngs/navLeftbg.png") repeat-y;
}

#content {
    padding: 5px;
    width: 670px;
    float: left;
    display: inline;
}

#homeLeftCol {
    float: left;
    display: inline;
    width: 345px;
}

#homeRightCol {
    float: left;
    display: inline;
    width: 325px;
}

.detailsButton {
    text-decoration: none;
    position: absolute;
    right: 0px;
    bottom: -10px;
    background: url("images/pngs/detailsButton.png") center;
    width: 76px;
    height: 37px;
}

*:first-child+html .detailsRegret {
    bottom: 50px;
}

* html .detailsRegret {
    clear: both;
    top: 150px;
}

* html .detailsFinancial {
    clear: both;
    top: 100px;
    left: -40px;
}

* html .detailsMaze {
    clear: both;
    top: 80px;
    left: -40px;
}

#noRegretDiv {
    position: relative;
    margin-bottom: 30px;
}

p.noRegret {
    float: left;
    display: inline;
    width: 168px;
    margin: 0px;
    padding: 5px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #93d03f;
}

p.noRegretTitle {
    border-bottom: 1px solid #93d03f;
    float: left;
    display: inline;
    margin: 0px;
    padding: 7px 0px 6px 8px;
    width: 181px;
    font: 12px bold arial;
    text-transform: uppercase;
}

#financialDiv {
    position: relative;
}

p.financial {
    float: left;
    display: inline;
    width: 155px;
    margin: 0px;
    padding: 5px;
    padding-right: 30px;
    padding-bottom: 15px;
    border-right: 1px solid #93d03f;
}

p.financialTitle {
    border-bottom: 1px solid #93d03f;
    float: left;
    display: inline;
    margin: 0px;
    padding: 7px 0px 6px 8px;
    width: 183px;
    font: 12px bold arial;
    text-transform: uppercase;
}

#mazeDiv {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}

p.maze {
    float: left;
    display: inline;
    width: 150px;
    margin: 0px;
    padding: 5px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #93d03f;
}

p.mazeTitle {
    border-bottom: 1px solid #93d03f;
    float: left;
    display: inline;
    margin: 0px;
    padding: 7px 0px 6px 8px;
    width: 163px;
    font: 12px bold arial;
    text-transform: uppercase;
}

img.home {
    padding: 5px;
    border: 1px solid #93d03f;
    float: left;
    display: inline;
}

.greenBox {
    width: 650px;
}

.greenBoxTop {
    width: 650px;
    height: 10px;
    background: url("images/pngs/green_top.png");
}

.greenBoxBG {
    background: url("images/pngs/green_box.png");
    width: 630px;
    padding: 0px 10px;
    overflow: hidden;
}

.greenBoxBG ul {
    list-style: none;
}

.greenBoxBG li {
    background: top left url("images/pngs/li_bg.png") no-repeat;
    min-height: 14px;
    padding-left: 20px;
    padding-top: 4px;
}

.greenBoxBottom {
    width: 650px;
    height: 10px;
    background: url("images/pngs/green_bottom.png");
}


#footer {
    margin-top: 4px;
    width: 908px;
    height: 28px;
    background: url("images/pngs/footerbg.png") center;
}

#subFooter {
    text-align: right;
    text-transform: uppercase;
    color: #7c7c7e;
}

#subFooter p {
    margin-top: 6px;
}

.clearer {
    clear: both;
}
