﻿div#mainWrapper
{
    padding-top: 20px !important;
}

div#contentWrapper
{
    background: transparent url('/Portals/0/_images/two_pane_background.gif') 0 0 no-repeat;
    width: 780px;
    height: 660px;
}

div#titlePaneWrapper
{
    width: 700px;
    position: relative;
    top: 15px;
    left: 30px;
}

div#imagePaneWrapper
{
    width: 721px;
    height: 307px;
    position: relative;
    top: 35px;
    left: 27px;
    font-family: Arial, Verdana, Sans-Serif;
}

div#imagePaneWrapper p,
div#imagePaneWrapper div,
div#imagePaneWrapper img,
div#titlePaneWrapper p,
div#titlePaneWrapper div,
div#titlePaneWrapper img
{
    padding: 0;
    margin: 0;
}

div#textPaneOuterWrapper
{
    width: 720px;
    height: 227px;
    position: relative;
    top: 60px;
    left: 28px;
    font-family: Arial, Verdana, Sans-Serif;
    background: transparent url('/Portals/0/_images/two_pane_textpane2.gif') 0 0 no-repeat;
}

div#textPaneInnerWrapper
{
    width: 640px;
    height: 237px;
    position: relative;
    top: 20px;
    left: 40px;
}

div.textPane
{
    height: 237px;
    overflow: auto;
}

div.textPane span
{
    text-align: center;
}

div.textPane span p
{
    font-size: 1.3em;
    font-weight: 600;
}

div.textPane span p a
{
    color: #990D16;
}

div.textPane span p a:hover
{
    color: #AD0F1A;
    text-decoration: none;
}

div#textPaneInnerWrapper h1
{
    overflow: auto;
    text-indent: 0;
    background: none;
    position: static;
    margin: 0 0 20px;
    font-size: 1.3em;
    color: Black;
    font-weight: 900;
    border-bottom: 2px solid black;
    display: block;
    float: left;
    width: auto;
    height: 1.4em;
}

div#textPaneInnerWrapper p
{
    clear: left;
}
