html, body {
    height: 100%;

}
* {
    margin: 0;
}

body {
    background: url('/images/body_pattern.png') repeat;

    font-family:tahoma,verdana,sans-serif;
    font-size:14px;
    color: #000;
}
div#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -34px;
    width: 100%;
}
table {
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none none none none;
    border-collapse: collapse;
    margin: auto;
}
table td {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: none none none none;
    -moz-border-radius: 0px 0px 0px 0px;
}

div#headGrad {
    background: url('/images/header_sprite.png') repeat-x;
    height: 128px;
    width: 100%;
    text-align: center;
    padding: 4px 0px 0px 0px;
}
*html div#headGrad {
    height: 132px;
}

div#headGrad h1 {
    padding: 0;
    margin: 0;
}
img#headLogo {
    margin: 0px auto;
    position: relative;
    z-index: 10;
}

div#silhouetteContainer {
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: absolute;
    top: -155px;
    left: 0px;
    z-index: 5;
}
div#silhouetteSpacer1 {
    width: 938px;
    height: 155px;
    float: right;
}
div#silhouetteSpacer2 {
    width: 10px;
    height: 155px;
    float: left;
}
div#silhouetteInnerContainer {
    width: 100%;
    height: 155px;
    float: left;
    position: relative;
}
div.silhouette{
    height: 100%;
    position: absolute;
    top: 0px;
}
div#silhouette1{
    left: 5px;
    width: 95px;
    background: url('/images/silhouettes.png') no-repeat 0px 0px;
}
div#silhouette2{
    right: 15px;
    width: 105px;
    background: url('/images/silhouettes.png') no-repeat -105px 0px;
}


table#headMenuBackground {
    height: 29px;
    width: 100%;
    position: absolute;
    top: 132px;
    left: 0px;
    z-index: 1;
}
div#headMenuBG {
    background: url('/images/header_sprite.png') repeat-x 0px -132px;
    height: 29px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
div#headMenuBGHighlight {
    background: transparent url('/images/header_sprite.png') no-repeat 0px -230px;
    height: 29px;
    width: 500px;
    margin: 0px auto;
}
table#headMenuContainer {
    height: 29px;
    width: 100%;
    position: absolute;
    top: 132px;
    left: 0px;
    z-index: 10;
}
div#headMenu {
    height: 29px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
table#headMenuTable {
    height: 29px;
    width: 80%;
}
table#headMenuTable td {
    cursor: pointer;
    text-align: center;
}
table#headMenuTable td h1 {
    margin: 0;
}
table#headMenuTable td h1 a {
    font-family:tahoma,verdana,sans-serif;
    font-size:14px;
    font-weight:bold;
    margin-top:5px;
    padding-left:8px;
    text-shadow:#ccc 0 1px 1px;
    text-transform:uppercase;
    color: #000;
    text-decoration: none;
}
table#headMenuTable td b {
    font-size: 12pt;
}
table#headMenuTable td h1 a:hover {
    color: #FED900;
    text-shadow:#444 0 1px 1px;
}
table#headMenuTable td.active {
    background-color: #4b4b4a;
    border-left: 1px solid #3f3f3f;
    border-right: 1px solid #3b3b3b;
    cursor: normal;
}
table#headMenuTable td.active h1 a{
    color: #FFF;
    text-shadow:#222 0 -1px 1px;
}

div.menuCorner {
    height: 29px;
}
div#menuCornerLeft {
    width: 33px;
    background: url('/images/header_sprite.png') no-repeat 3px -162px;
}
div#menuCornerRight {
    width: 30px;
    background: url('/images/header_sprite.png') no-repeat -53px -162px;
}

div#bubbleCont {
    padding: 22px 25px 25px 25px;
    margin-top: 10px;
}
*html div#bubbleCont {
    width: 100%;
    margin-top: 28px;
}
div#bubble {
    background-color: #f7f5ee;
    margin: 0;
    position: relative;
    border-right: 1px solid #d6d6d3;
    border-left: 1px solid #d6d6d3;
    overflow: hidden;
    padding: 0px 15px;
}
*html div#bubble {
    width: 100%;
}
/*
div#bubble h2 {
    margin: 0;
}
*/
table#bubbleTop {
    height: 12px;
    width: 100%;
    margin: 0;
}
*html td.ieKiller {
    width: 100%;
}

div#bubbleTopBG {
    background: url('/images/bubble_sprite.png') repeat-x 0px -31px;
    height: 12px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
div.bubbleCorner {
    height: 12px;
}
div#bubbleTopLeft {
    width: 30px;
    background: url('/images/bubble_sprite.png') no-repeat 0px 0px;
}
div#bubbleTopRight {
    width: 30px;
    background: url('/images/bubble_sprite.png') no-repeat -70px 0px;
}
table#bubbleBottom {
    height: 12px;
    width: 100%;
    margin: 0;
}
div#bubbleBottomBG {
    background: url('/images/bubble_sprite.png') repeat-x 0px -50px;
    height: 12px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
div#bubbleBottomLeft {
    width: 30px;
    background: url('/images/bubble_sprite.png') no-repeat 0px -81px;
}
div#bubbleBottomRight {
    width: 30px;
    background: url('/images/bubble_sprite.png') no-repeat -70px -81px;
}

div#footer, div.push {
    height: 34px;
}
div#footer {
    width: 100%;
    height: 34px;
}
div#footGrad {
    height: 5px;
    background: url('/images/header_sprite.png') repeat-x 0px -222px;
}
table#footBackground {
    height: 29px;
    width: 100%;
}
div#footBG {
    background: url('/images/header_sprite.png') repeat-x 0px -193px;
    height: 29px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    color: black;
    font-family:tahoma,verdana,sans-serif;
    font-size:8pt;
    font-weight:bold;
    line-height: 29px;
}
div#footCornerLeft {
    width: 33px;
    background: url('/images/header_sprite.png') no-repeat -436px -162px;
}
div#footCornerRight {
    width: 33px;
    background: url('/images/header_sprite.png') no-repeat -492px -162px;
}

